A PointSymbolizer specifies the rendering of a graphic Symbolizer at a point.
More...
#include <PointSymbolizer.h>
|
static const std::string | sm_type |
| A static data member used in the implementation of getType method. More...
|
|
A PointSymbolizer specifies the rendering of a graphic Symbolizer at a point.
In the PointSymbolizer case, if a line, polygon, or raster geometry is used, then the semantic is to use the centroid of the geometry, or any similar representative point.
- See also
- Symbolizer, Graphic, te::fe::PropertyName
Definition at line 52 of file PointSymbolizer.h.
te::se::PointSymbolizer::PointSymbolizer |
( |
| ) |
|
Copy constructor.
- Parameters
-
rhs | The other point symbolizer. |
te::se::PointSymbolizer::~PointSymbolizer |
( |
| ) |
|
It call the visit method from the guest object.
- Parameters
-
guest | The guest or visitor. |
- Returns
- Any valid value define by the template type R.
Symbolizer* te::se::PointSymbolizer::clone |
( |
| ) |
const |
|
virtual |
const Description* te::se::Symbolizer::getDescription |
( |
| ) |
const |
|
inherited |
const Graphic* te::se::PointSymbolizer::getGraphic |
( |
| ) |
const |
const std::string& te::se::Symbolizer::getName |
( |
| ) |
const |
|
inherited |
const std::string& te::se::PointSymbolizer::getType |
( |
| ) |
const |
|
virtual |
It returns the symbolizer type.
- Returns
- The symbolizer type.
Implements te::se::Symbolizer.
const te::common::BaseUnitOfMeasure* te::se::Symbolizer::getUom |
( |
| ) |
const |
|
inherited |
const std::string& te::se::Symbolizer::getVersion |
( |
| ) |
const |
|
inherited |
void te::se::Symbolizer::setDescription |
( |
Description * |
d | ) |
|
|
inherited |
void te::se::PointSymbolizer::setGraphic |
( |
Graphic * |
graphic | ) |
|
void te::se::Symbolizer::setName |
( |
const std::string & |
name | ) |
|
|
inherited |
void te::se::Symbolizer::setUom |
( |
const te::common::BaseUnitOfMeasure * |
uom | ) |
|
|
inherited |
It sets the unit-of-measure.
All Symbolizers include an optional gml:uom-attribute as used by GML (this is set inside the abstract SymbolizerType and therefore inherited by all Symbolizers). This applies to all elements included inside a Symbolizer such as stroke-width, size, font-size, Gap, InitialGap, Displacement and PerpendicularOffset. If no uom is set inside of Symbolizer, all units are measured in pixel, the behaviour used by SLD 1.0.0. The following uom definitions are recommended to be used:
void te::se::Symbolizer::setVersion |
( |
const std::string & |
version | ) |
|
|
inherited |
A Geometry gives reference to a (the) geometry property of a feature to be used for rendering. (Optional)
Definition at line 100 of file PointSymbolizer.h.
Graphic* te::se::PointSymbolizer::m_graphic |
|
private |
const std::string te::se::PointSymbolizer::sm_type |
|
staticprivate |
A static data member used in the implementation of getType method.
Definition at line 103 of file PointSymbolizer.h.
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/se/PointSymbolizer.h