All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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.

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

Destructor.

Definition at line 36 of file ImageOutline.cpp.

Member Function Documentation

te::se::ImageOutline * te::se::ImageOutline::clone ( ) const
te::se::Symbolizer * te::se::ImageOutline::getSymbolizer ( ) const

Definition at line 47 of file ImageOutline.cpp.

References te::se::Symbolizer::clone().

Referenced by te::se::serialize::Save().

void te::se::ImageOutline::setSymbolizer ( Symbolizer s)

Definition at line 41 of file ImageOutline.cpp.

Referenced by clone().

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 files: