ImageOutline specifies how individual source rasters in a multi-raster set (such as a set of satellite-image scenes) should be outlined to make the individual-image locations visible. More...
#include <ImageOutline.h>
Public Member Functions | |
ImageOutline * | clone () const |
It creates a new copy of this object. More... | |
Initializer Methods | |
Methods related to instantiation and destruction. | |
ImageOutline () | |
It initializes a new ImageOutline. More... | |
~ImageOutline () | |
Destructor. More... | |
Accessor methods | |
Methods used to get or set properties. | |
void | setSymbolizer (Symbolizer *s) |
Symbolizer * | getSymbolizer () const |
Private Attributes | |
Symbolizer * | m_symbol |
Mandatory. More... | |
ImageOutline specifies how individual source rasters in a multi-raster set (such as a set of satellite-image scenes) should be outlined to make the individual-image locations visible.
The ImageOutline element specifies that individual source rasters in a multi-raster set (such as a set of satellite-image scenes) should be outlined with either a LineSymbolizer or PolygonSymbolizer.
Definition at line 53 of file ImageOutline.h.
te::se::ImageOutline::ImageOutline | ( | ) |
It initializes a new ImageOutline.
te::se::ImageOutline::~ImageOutline | ( | ) |
Destructor.
ImageOutline* te::se::ImageOutline::clone | ( | ) | const |
It creates a new copy of this object.
Symbolizer* te::se::ImageOutline::getSymbolizer | ( | ) | const |
void te::se::ImageOutline::setSymbolizer | ( | Symbolizer * | s | ) |
|
private |
Mandatory.
Definition at line 86 of file ImageOutline.h.