| java.lang.Object org.geotools.xml.AbstractComplexBinding org.geotools.sld.bindings.SLDLabelPlacementBinding
SLDLabelPlacementBinding | public class SLDLabelPlacementBinding extends AbstractComplexBinding (Code) | | Binding object for the element http://www.opengis.net/sld:LabelPlacement.
<xsd:element name="LabelPlacement">
<xsd:annotation>
<xsd:documentation> The "LabelPlacement"
specifies where and how a text label should be
rendered relative to a geometry. The present mechanism is
poorly aligned with CSS/SVG. </xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element ref="sld:PointPlacement"/>
<xsd:element ref="sld:LinePlacement"/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
|
getExecutionMode | public int getExecutionMode()(Code) | |
|
|
|