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.
Definition at line 31 of file ImageOutline.cpp.
| te::se::ImageOutline::~ImageOutline | ( | ) | 
Destructor.
Definition at line 36 of file ImageOutline.cpp.
| te::se::ImageOutline * te::se::ImageOutline::clone | ( | ) | const | 
It creates a new copy of this object.
Definition at line 55 of file ImageOutline.cpp.
References setSymbolizer().
Referenced by te::qt::widgets::ImageOutlineWidget::getImageOutline(), te::se::RasterSymbolizer::RasterSymbolizer(), and te::qt::widgets::ImageOutlineWidget::setImageOutline().
| 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().
      
  | 
  private | 
Mandatory.
Definition at line 86 of file ImageOutline.h.