| java.lang.Object org.geotools.xml.AbstractComplexBinding org.geotools.sld.bindings.SLDAnchorPointBinding
SLDAnchorPointBinding | public class SLDAnchorPointBinding extends AbstractComplexBinding (Code) | | Binding object for the element http://www.opengis.net/sld:AnchorPoint.
<xsd:element name="AnchorPoint">
<xsd:annotation>
<xsd:documentation> An "AnchorPoint"
identifies the location inside of a text label to
use an an 'anchor' for positioning it relative to
a point geometry. </xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="sld:AnchorPointX"/>
<xsd:element ref="sld:AnchorPointY"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|
getExecutionMode | public int getExecutionMode()(Code) | |
|
|
|