| java.lang.Object org.geotools.xml.AbstractComplexBinding org.geotools.sld.bindings.SLDPolygonSymbolizerBinding
SLDPolygonSymbolizerBinding | public class SLDPolygonSymbolizerBinding extends AbstractComplexBinding (Code) | | Binding object for the element http://www.opengis.net/sld:PolygonSymbolizer.
<xsd:element name="PolygonSymbolizer" substitutionGroup="sld:Symbolizer">
<xsd:annotation>
<xsd:documentation> A "PolygonSymbolizer"
specifies the rendering of a polygon or area
geometry, including its interior fill and border stroke. </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:Fill" minOccurs="0"/>
<xsd:element ref="sld:Stroke" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
|
SLDPolygonSymbolizerBinding | public SLDPolygonSymbolizerBinding(StyleFactory styleFactory)(Code) | | |
getExecutionMode | public int getExecutionMode()(Code) | |
|
|
|