Package org.geotools.gml3.bindings.ext
Class MultiCurveTypeBinding
Object
AbstractComplexBinding
MultiCurveTypeBinding
MultiCurveTypeBinding
- All Implemented Interfaces:
Comparable,Binding,ComplexBinding
-
Field Summary
Fields inherited from class MultiCurveTypeBinding
gf -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MultiCurveTypeBinding
getExecutionMode, getProperty, getTarget, getTypeMethods inherited from class AbstractComplexBinding
encode, getProperties, initialize, initializeChildContext
-
Constructor Details
-
MultiCurveTypeBinding
-
-
Method Details
-
parse
Description copied from class:MultiCurveTypeBinding- Specified by:
parsein interfaceComplexBinding- Overrides:
parsein classMultiCurveTypeBinding- 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
-