| java.lang.Object org.geotools.xml.AbstractComplexBinding org.geotools.sld.bindings.SLDPointSymbolizerBinding
SLDPointSymbolizerBinding | public class SLDPointSymbolizerBinding extends AbstractComplexBinding (Code) | | Binding object for the element http://www.opengis.net/sld:PointSymbolizer.
<xsd:element name="PointSymbolizer" substitutionGroup="sld:Symbolizer">
<xsd:annotation>
<xsd:documentation> A "PointSymbolizer"
specifies the rendering of a "graphic symbol"
at a point. </xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="sld:SymbolizerType">
<xsd:sequence>
<xsd:element ref="sld:Geometry" minOccurs="0"/>
<xsd:element ref="sld:Graphic" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
|
SLDPointSymbolizerBinding | public SLDPointSymbolizerBinding(StyleFactory styleFactory)(Code) | | |
getExecutionMode | public int getExecutionMode()(Code) | |
|
|
|