Package org.geotools.wfs.v2_0.bindings
Class EnvelopePropertyTypeBinding
Object
AbstractComplexBinding
EnvelopePropertyTypeBinding
- All Implemented Interfaces:
Binding,ComplexBinding
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperties(Object object, XSDElementDeclaration element) Subclasses should override this method if need be, the default implementation returnsnull.Class<?>getType()parse(ElementInstance instance, Node node, Object value) Subclasses should override this method, the default implementation returnnull.Methods inherited from class AbstractComplexBinding
encode, getExecutionMode, getProperty, initialize, initializeChildContext
-
Constructor Details
-
EnvelopePropertyTypeBinding
public EnvelopePropertyTypeBinding()
-
-
Method Details
-
getTarget
- Returns:
- The qualified name of the target for the binding.
-
getType
- Returns:
- The java type this binding maps to.
-
getProperties
Description copied from class:AbstractComplexBindingSubclasses should override this method if need be, the default implementation returnsnull.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.
- Specified by:
getPropertiesin interfaceComplexBinding- Overrides:
getPropertiesin classAbstractComplexBinding- Parameters:
object- the object being encoded.- Returns:
- A list of the properties for the object.
- Throws:
Exception
-
parse
Description copied from class:AbstractComplexBindingSubclasses should override this method, the default implementation returnnull.- Specified by:
parsein interfaceComplexBinding- Overrides:
parsein classAbstractComplexBinding- Parameters:
instance- The element being parsed.node- The node in the parse tree representing the element being parsed.value- The result of the parse from another strategy in the type hierarchy. Could be null if this is the first strategy being executed.- Returns:
- The parsed object, or null if the component could not be parsed.
- Throws:
Exception- Strategy objects should not attempt to handle any exceptions.
-