Package org.geotools.gml3.bindings.ext
Class PolygonPatchTypeBinding
- Object
-
- AbstractComplexBinding
-
- PolygonPatchTypeBinding
-
- PolygonPatchTypeBinding
-
- All Implemented Interfaces:
Comparable
,Binding
,ComplexBinding
public class PolygonPatchTypeBinding extends PolygonPatchTypeBinding implements Comparable
-
-
Constructor Summary
Constructors Constructor Description PolygonPatchTypeBinding(GeometryFactory gf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Object o)
Object
getProperty(Object object, QName name)
Subclasses should override this method if need be, the default implementation returnsnull
.-
Methods inherited from class PolygonPatchTypeBinding
getTarget, getType, parse
-
Methods inherited from class AbstractComplexBinding
encode, getExecutionMode, getProperties, initialize, initializeChildContext
-
-
-
-
Constructor Detail
-
PolygonPatchTypeBinding
public PolygonPatchTypeBinding(GeometryFactory gf)
-
-
Method Detail
-
getProperty
public Object getProperty(Object object, QName name) throws Exception
Description copied from class:AbstractComplexBinding
Subclasses should override this method if need be, the default implementation returnsnull
.- Specified by:
getProperty
in interfaceComplexBinding
- Overrides:
getProperty
in classAbstractComplexBinding
- Parameters:
object
- The object being encoded.name
- The name of the property to obtain.- Returns:
- The value of the property, or
null
. - Throws:
Exception
- See Also:
ComplexBinding.getProperty(Object, QName)
-
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interfaceComparable
-
-