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