org.geotools.gml3.bindings.ext
Class PolygonPatchTypeBinding

Object
  extended by AbstractComplexBinding
      extended by PolygonPatchTypeBinding
          extended by PolygonPatchTypeBinding
All Implemented Interfaces:
Comparable, Binding, ComplexBinding

public class PolygonPatchTypeBinding
extends PolygonPatchTypeBinding
implements Comparable


Field Summary
 
Fields inherited from class PolygonPatchTypeBinding
gf
 
Fields inherited from interface Binding
AFTER, BEFORE, OVERRIDE
 
Constructor Summary
PolygonPatchTypeBinding(GeometryFactory gf)
           
 
Method Summary
 int compareTo(Object o)
           
 Object getProperty(Object object, QName name)
          Subclasses should override this method if need be, the default implementation returns null.
 
Methods inherited from class PolygonPatchTypeBinding
getTarget, getType, parse
 
Methods inherited from class AbstractComplexBinding
encode, getExecutionMode, getProperties, getProperties, initialize, initializeChildContext
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 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.