Package org.geotools.gml3.bindings.ext
Class CurveArrayPropertyTypeBinding
Object
AbstractComplexBinding
CurveArrayPropertyTypeBinding
CurveArrayPropertyTypeBinding
- All Implemented Interfaces:
Comparable,Binding,ComplexBinding
public class CurveArrayPropertyTypeBinding
extends CurveArrayPropertyTypeBinding
implements Comparable
-
Field Summary
Fields inherited from class CurveArrayPropertyTypeBinding
gf -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CurveArrayPropertyTypeBinding
getTargetMethods inherited from class AbstractComplexBinding
encode, getExecutionMode, getProperties, getProperty, initialize, initializeChildContext
-
Constructor Details
-
CurveArrayPropertyTypeBinding
-
-
Method Details
-
getType
Description copied from class:CurveArrayPropertyTypeBinding- Specified by:
getTypein interfaceBinding- Overrides:
getTypein classCurveArrayPropertyTypeBinding- Returns:
- The java type this binding maps to.
-
parse
- Specified by:
parsein interfaceComplexBinding- Overrides:
parsein classCurveArrayPropertyTypeBinding- 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.
-
compareTo
- Specified by:
compareToin interfaceComparable
-