Package org.geotools.se.v1_1.bindings
Class GeometryBinding
- Object
- 
- AbstractComplexBinding
- 
- SLDGeometryBinding
- 
- GeometryBinding
 
 
 
- 
- All Implemented Interfaces:
- Binding,- ComplexBinding
 
 public class GeometryBinding extends SLDGeometryBinding Binding object for the element http://www.opengis.net/se:Geometry.<xsd:element name="Geometry" type="se:GeometryType"> <xsd:annotation> <xsd:documentation> A Geometry gives reference to a (the) geometry property of a feature to be used for rendering. </xsd:documentation> </xsd:annotation> </xsd:element><xsd:complexType name="GeometryType"> <xsd:sequence> <xsd:element ref="ogc:PropertyName"/> </xsd:sequence> </xsd:complexType>
- 
- 
Constructor SummaryConstructors Constructor Description GeometryBinding()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetTarget()- 
Methods inherited from class SLDGeometryBindinggetExecutionMode, getType, initialize, parse
 - 
Methods inherited from class AbstractComplexBindingencode, getProperties, getProperty, initializeChildContext
 
- 
 
- 
- 
- 
Method Detail- 
getTargetpublic QName getTarget() - Specified by:
- getTargetin interface- Binding
- Overrides:
- getTargetin class- SLDGeometryBinding
- Returns:
- The qualified name of the target for the binding.
 
 
- 
 
-