Package org.geotools.gml3.bindings.ext
Class CompositeCurveTypeBinding
Object
AbstractComplexBinding
LineStringTypeBinding
CompositeCurveTypeBinding
- All Implemented Interfaces:
Binding,ComplexBinding
Simple type binding for Composite Curve GML elements.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeCurveTypeBinding(GeometryFactory gFactory, CoordinateSequenceFactory csFactory) -
Method Summary
Modifier and TypeMethodDescriptionstatic CoordinateListConstruct a line string from CurveMembers coordinates.getType()parse(ElementInstance instance, Node node, Object value) voidsetArcParameters(ArcParameters arcParameters) Methods inherited from class LineStringTypeBinding
getExecutionMode, getPropertyMethods inherited from class AbstractComplexBinding
encode, getProperties, initialize, initializeChildContext
-
Constructor Details
-
CompositeCurveTypeBinding
-
-
Method Details
-
setArcParameters
-
getTarget
- Specified by:
getTargetin interfaceBinding- Overrides:
getTargetin classLineStringTypeBinding- Returns:
- The qualified name of the target for the binding.
-
getType
Description copied from class:LineStringTypeBinding- Specified by:
getTypein interfaceBinding- Overrides:
getTypein classLineStringTypeBinding- Returns:
- The java type this binding maps to.
-
parse
Description copied from class:LineStringTypeBinding- Specified by:
parsein interfaceComplexBinding- Overrides:
parsein classLineStringTypeBinding- 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.
-
extractCurveMemberCoordinates
Construct a line string from CurveMembers coordinates.
-