public class OGCDistanceBufferTypeBinding extends AbstractComplexBinding
<xsd:complexType name="DistanceBufferType">
<xsd:complexContent>
<xsd:extension base="ogc:SpatialOpsType">
<xsd:sequence>
<xsd:element ref="ogc:PropertyName"/>
<xsd:element ref="gml:_Geometry"/>
<xsd:element name="Distance" type="ogc:DistanceType"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Constructor and Description |
---|
OGCDistanceBufferTypeBinding() |
Modifier and Type | Method and Description |
---|---|
Object |
getProperty(Object object,
QName name)
Subclasses should override this method if need be, the default implementation returns
null . |
QName |
getTarget() |
Class |
getType() |
void |
initialize(ElementInstance instance,
Node node,
MutablePicoContainer context) |
encode, getExecutionMode, getProperties, initializeChildContext, parse
public QName getTarget()
public Class getType()
public void initialize(ElementInstance instance, Node node, MutablePicoContainer context)
initialize
in interface ComplexBinding
initialize
in class AbstractComplexBinding
instance
- The element being parsed.node
- The node in the parse tree representing the element being parsed. It is important
to note that at the time this method is called the node contains no child element nodes,
only child attribute nodes.context
- The container to be used as context for child binding.public Object getProperty(Object object, QName name) throws Exception
AbstractComplexBinding
null
.getProperty
in interface ComplexBinding
getProperty
in class AbstractComplexBinding
object
- The object being encoded.name
- The name of the property to obtain.null
.Exception
ComplexBinding.getProperty(Object, QName)
Copyright © 1996–2022 Geotools. All rights reserved.