java.lang.Object
de.turnertech.ows.gml.Feature
- All Implemented Interfaces:
BoundingBoxProvider
,GmlElement
,IFeature
-
Field Summary
Fields inherited from interface de.turnertech.ows.gml.GmlElement
NAMESPACE
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getPropertyValue
(String propertyName) boolean
hasPropertyValue
(String propertyName) setPropertyValue
(String propertyName, Object value) void
writeGml
(XMLStreamWriter out, String localName, String namespaceURI, SpatialReferenceSystemRepresentation srs) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.turnertech.ows.gml.GmlElement
toGml, toGml, writeGml, writeGmlStartElement
-
Method Details
-
getPropertyValue
- Specified by:
getPropertyValue
in interfaceIFeature
-
hasPropertyValue
- Specified by:
hasPropertyValue
in interfaceIFeature
-
setPropertyValue
- Specified by:
setPropertyValue
in interfaceIFeature
-
getBoundingBox
- Specified by:
getBoundingBox
in interfaceBoundingBoxProvider
-
writeGml
public void writeGml(XMLStreamWriter out, String localName, String namespaceURI, SpatialReferenceSystemRepresentation srs) - Specified by:
writeGml
in interfaceGmlElement
-
getGmlName
- Specified by:
getGmlName
in interfaceGmlElement
-
getId
-
getFeatureType
- Specified by:
getFeatureType
in interfaceIFeature
-