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.

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

Destructor.

Member Function Documentation

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)

Member Data Documentation

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

Mandatory.

Definition at line 86 of file ImageOutline.h.


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