Package org.geotools.gml3.bindings.ext
Class MultiPolygonTypeBinding
- Object
-
- AbstractComplexBinding
-
- MultiPolygonTypeBinding
-
- MultiPolygonTypeBinding
-
- All Implemented Interfaces:
Comparable
,Binding
,ComplexBinding
public class MultiPolygonTypeBinding extends MultiPolygonTypeBinding
-
-
Constructor Summary
Constructors Constructor Description MultiPolygonTypeBinding(GeometryFactory gFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Object o)
Implement comparable because MultiPolygonBinding, MultiSurfaceBinding and Surface are bound to the same class, MultiPolygon.-
Methods inherited from class MultiPolygonTypeBinding
getExecutionMode, getProperty, getTarget, getType, parse
-
Methods inherited from class AbstractComplexBinding
encode, getProperties, initialize, initializeChildContext
-
-
-
-
Constructor Detail
-
MultiPolygonTypeBinding
public MultiPolygonTypeBinding(GeometryFactory gFactory)
-
-
Method Detail
-
compareTo
public int compareTo(Object o)
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
-
-