|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="PF_PortrayalSpecification",
specification=ISO_19117)
public interface SymbolizerAbstract superclass of the symbolizers defined by the Symbology Encoding specification.
Please note you are not free to create your own subtype o Symbolizer - we are limited to LineSymbolizer, PointSymbolizer, PolygonSymbolizer, RasterSymbolizer and TextSymbolizer.
using a static geometry
you can use static geometry if needed, see #getGeometryAttribute
Geometry types other than inherently linear types can also be used. If a point geometry is used, it should be interpreted as a line of "epsilon" (arbitrarily small) length with a horizontal orientation centered on the point, and should be rendered with two end caps. If a polygon is used (or other "area" type), then its closed outline is used as the line string (with no end caps). If a raster geometry is used, its coverage-area outline is used for the line, rendered with no end caps.
| Method Summary | |
|---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
Calls the visit method of a StyleVisitor |
Description |
getDescription()
Returns the description of this symbolizer. |
String |
getGeometryPropertyName()
Returns the name of the geometry feature attribute to use for drawing. |
String |
getName()
Returns a name for this symbolizer. |
Unit<Length> |
getUnitOfMeasure()
Returns a measure unit. |
| Method Detail |
|---|
@XmlElement(value="uom") Unit<Length> getUnitOfMeasure()
metrefootpixel
@XmlElement(value="Geometry") String getGeometryPropertyName()
The content of the element gives the property name in XPath syntax. In principle, a fixed geometry could be defined using GML or operators could be defined for computing the geometry from references or literals. However, using a feature property directly is by far the most commonly useful method.
null to indicate default geometry@XmlElement(value="Name") String getName()
@XmlElement(value="Description") Description getDescription()
@Extension
Object accept(StyleVisitor visitor,
Object extraData)
visitor - the style visitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||