public class GMLNullTypeBinding extends Object implements SimpleBinding
<simpleType name="NullType">
<annotation>
<documentation> If a bounding shape is not provided for
a feature collection, explain why. Allowable values
are: innapplicable - the features do not have
geometry unknown - the boundingBox cannot be
computed unavailable - there may be a boundingBox
but it is not divulged missing - there are no
features </documentation>
</annotation>
<restriction base="string">
<enumeration value="inapplicable"/>
<enumeration value="unknown"/>
<enumeration value="unavailable"/>
<enumeration value="missing"/>
</restriction>
</simpleType>
Constructor and Description |
---|
GMLNullTypeBinding() |
Modifier and Type | Method and Description |
---|---|
String |
encode(Object object,
String value) |
int |
getExecutionMode() |
QName |
getTarget() |
Class |
getType() |
Object |
parse(InstanceComponent instance,
Object value)
Returns an object of type @link org.locationtech.jts.geom.Envelope.
|
public QName getTarget()
public int getExecutionMode()
getExecutionMode
in interface Binding
Binding.AFTER
,
Binding.BEFORE
,
Binding.OVERRIDE
public Class getType()
public Object parse(InstanceComponent instance, Object value) throws Exception
parse
in interface SimpleBinding
instance
- The component being parsed.value
- The result of the parse from another strategy in the type hierarchy. Could be
null if this is the first strategy being executed.Exception
public String encode(Object object, String value)
encode
in interface SimpleBinding
object
- The object being encoded, never null.value
- The string returned from another binding in the type hierachy, which could be
null.Copyright © 1996–2023 Geotools. All rights reserved.