|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.xml.AbstractComplexBinding
org.geotools.gml2.bindings.GMLBoxTypeBinding
org.geotools.data.wfs.v1_1_0.IonicStrategy.IonicGML2BoxTypeBinding
public static class IonicStrategy.IonicGML2BoxTypeBinding
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>...
Field Summary |
---|
Fields inherited from interface org.geotools.xml.Binding |
---|
AFTER, BEFORE, OVERRIDE |
Constructor Summary | |
---|---|
IonicStrategy.IonicGML2BoxTypeBinding()
|
Method Summary | |
---|---|
java.lang.Object |
getProperty(java.lang.Object object,
javax.xml.namespace.QName name)
Returns a CoordinateSequence for the coordinates property so its handled
by a GMLCoordinatesTypeBinding at encoding time as gml:coordinates that
Ionic understands |
Methods inherited from class org.geotools.gml2.bindings.GMLBoxTypeBinding |
---|
getTarget, getType, parse |
Methods inherited from class org.geotools.xml.AbstractComplexBinding |
---|
encode, getExecutionMode, getProperties, getProperties, initializeChildContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IonicStrategy.IonicGML2BoxTypeBinding()
Method Detail |
---|
public java.lang.Object getProperty(java.lang.Object object, javax.xml.namespace.QName name) throws java.lang.Exception
CoordinateSequence
for the coordinates
property so its handled
by a GMLCoordinatesTypeBinding
at encoding time as gml:coordinates
that
Ionic understands
getProperty
in interface ComplexBinding
getProperty
in class GMLBoxTypeBinding
object
- The object being encoded.name
- The name of the property to obtain.
null
.
java.lang.Exception
ComplexBinding.getProperty(Object, QName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |