Package org.geotools.gml3.bindings.ext
Class MultiPolygonTypeBinding
Object
AbstractComplexBinding
MultiPolygonTypeBinding
MultiPolygonTypeBinding
- All Implemented Interfaces:
Comparable
,Binding
,ComplexBinding
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MultiPolygonTypeBinding
getExecutionMode, getProperty, getTarget, getType, parse
Methods inherited from class AbstractComplexBinding
encode, getProperties, initialize, initializeChildContext
-
Constructor Details
-
MultiPolygonTypeBinding
-
-
Method Details
-
compareTo
Implement comparable because MultiPolygonBinding, MultiSurfaceBinding and Surface are bound to the same class, MultiPolygon. Since MultiPolygon is deprecated by gml3 and MultiSurface only has children that are also mapped to MultiPolygons, Surface always wins.- Specified by:
compareTo
in interfaceComparable
- Overrides:
compareTo
in classMultiPolygonTypeBinding
-