org.geotools.gml3.bindings.ext
Class PolygonPatchTypeBinding
Object
AbstractComplexBinding
PolygonPatchTypeBinding
PolygonPatchTypeBinding
- All Implemented Interfaces:
- Comparable, Binding, ComplexBinding
public class PolygonPatchTypeBinding
- extends PolygonPatchTypeBinding
- implements Comparable
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolygonPatchTypeBinding
public PolygonPatchTypeBinding(GeometryFactory gf)
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
returns
null
.
- Specified by:
getProperty
in interface ComplexBinding
- Overrides:
getProperty
in class AbstractComplexBinding
- 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 interface Comparable
Copyright © 1996-2014 Geotools. All Rights Reserved.