| java.lang.Object org.geotools.xml.AbstractComplexBinding org.geotools.sld.bindings.SLDGraphicBinding
SLDGraphicBinding | public class SLDGraphicBinding extends AbstractComplexBinding (Code) | | Binding object for the element http://www.opengis.net/sld:Graphic.
<xsd:element name="Graphic">
<xsd:annotation>
<xsd:documentation> A "Graphic" specifies or
refers to a "graphic symbol" with inherent
shape, size, and coloring. </xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="sld:ExternalGraphic"/>
<xsd:element ref="sld:Mark"/>
</xsd:choice>
<xsd:sequence>
<xsd:element ref="sld:Opacity" minOccurs="0"/>
<xsd:element ref="sld:Size" minOccurs="0"/>
<xsd:element ref="sld:Rotation" minOccurs="0"/>
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|
getExecutionMode | public int getExecutionMode()(Code) | |
|
|
|