org.geotools.data.wfs.v1_1_0
Class IonicStrategy.IonicGML2BoxTypeBinding
Object
AbstractComplexBinding
GMLBoxTypeBinding
IonicStrategy.IonicGML2BoxTypeBinding
- All Implemented Interfaces:
- Binding, ComplexBinding
- Enclosing class:
- IonicStrategy
public static class IonicStrategy.IonicGML2BoxTypeBinding
- extends GMLBoxTypeBinding
A gml:Box binding to override the default one to adapt to the Ionic server that recognizes
<gml:Box><gml:coordinates>
but not <gml:Box><gml:coord>...
- Author:
- Gabriel Roldan
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IonicStrategy.IonicGML2BoxTypeBinding
public IonicStrategy.IonicGML2BoxTypeBinding()
getProperty
public Object getProperty(Object object,
QName name)
throws Exception
- Returns a
CoordinateSequence
for the coordinates
property so its handled
by a GMLCoordinatesTypeBinding
at encoding time as gml:coordinates
that
Ionic understands
- Specified by:
getProperty
in interface ComplexBinding
- Overrides:
getProperty
in class GMLBoxTypeBinding
- 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)
Copyright © 1996-2010 Geotools. All Rights Reserved.