50     return m_symbol->
clone();
 
ImageOutline specifies how individual source rasters in a multi-raster set (such as a set of satellit...
 
A Symbolizer describes how a feature is to appear on a map. 
 
A LineSymbolizer is used to style a stroke along a linear geometry type, such as a string of line seg...
 
A PolygonSymbolizer is used to draw a polygon (or other area-type geometries), including filling its ...
 
virtual Symbolizer * clone() const =0
It creates a new copy of this object. 
 
ImageOutline * clone() const 
It creates a new copy of this object. 
 
ImageOutline()
It initializes a new ImageOutline. 
 
ImageOutline specifies how individual source rasters in a multi-raster set (such as a set of satellit...
 
~ImageOutline()
Destructor. 
 
Symbolizer * getSymbolizer() const 
 
void setSymbolizer(Symbolizer *s)