te::se::ImageOutline Class Reference

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>

Inheritance diagram for te::se::ImageOutline:

Public Member Functions

ImageOutlineclone () 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)
 
SymbolizergetSymbolizer () const
 

Private Attributes

Symbolizerm_symbol
 Mandatory. More...
 

Detailed Description

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.

See also
RasterSymbolizer, LineSymbolizer, PolygonSymbolizer

Definition at line 53 of file ImageOutline.h.

Constructor & Destructor Documentation

te::se::ImageOutline::ImageOutline ( )

It initializes a new ImageOutline.

Definition at line 31 of file ImageOutline.cpp.

Referenced by clone().

te::se::ImageOutline::~ImageOutline ( )

Destructor.

Definition at line 36 of file ImageOutline.cpp.

References m_symbol.

Member Function Documentation

Member Data Documentation

Symbolizer* te::se::ImageOutline::m_symbol
private

Mandatory.

Definition at line 86 of file ImageOutline.h.

Referenced by clone(), getSymbolizer(), setSymbolizer(), and ~ImageOutline().


The documentation for this class was generated from the following files: