public class BBOXTypeBinding extends OGCBBOXTypeBinding
<xsd:complexType name="BBOXType">
<xsd:complexContent>
<xsd:extension base="fes:SpatialOpsType">
<xsd:sequence>
<xsd:element minOccurs="0" ref="fes:expression"/>
<xsd:any namespace="##other"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Constructor and Description |
---|
BBOXTypeBinding() |
Modifier and Type | Method and Description |
---|---|
List<Object[]> |
getProperties(Object object,
XSDElementDeclaration element)
Subclasses should override this method if need be, the default implementation returns
null . |
Object |
getProperty(Object object,
QName name)
Subclasses should override this method if need be, the default implementation returns
null . |
QName |
getTarget() |
Class |
getType() |
parse, setCRS
encode, getExecutionMode, initialize, initializeChildContext
public QName getTarget()
getTarget
in interface Binding
getTarget
in class OGCBBOXTypeBinding
public Class getType()
OGCBBOXTypeBinding
getType
in interface Binding
getType
in class OGCBBOXTypeBinding
public Object getProperty(Object object, QName name) throws Exception
AbstractComplexBinding
null
.getProperty
in interface ComplexBinding
getProperty
in class OGCBBOXTypeBinding
object
- The object being encoded.name
- The name of the property to obtain.null
.Exception
ComplexBinding.getProperty(Object, QName)
public List<Object[]> getProperties(Object object, XSDElementDeclaration element) throws Exception
AbstractComplexBinding
null
.
Note that this method only needs to be implemented for schema types which are open-ended in which the contents are not specifically specified by the schema.
getProperties
in interface ComplexBinding
getProperties
in class AbstractComplexBinding
object
- the object being encoded.Exception
Copyright © 1996–2023 Geotools. All rights reserved.