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) booleanhasPropertyValue(String propertyName) setPropertyValue(String propertyName, Object value) voidwriteGml(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, waitMethods inherited from interface de.turnertech.ows.gml.GmlElement
toGml, toGml, writeGml, writeGmlStartElement
-
Method Details
-
getPropertyValue
- Specified by:
getPropertyValuein interfaceIFeature
-
hasPropertyValue
- Specified by:
hasPropertyValuein interfaceIFeature
-
setPropertyValue
- Specified by:
setPropertyValuein interfaceIFeature
-
getBoundingBox
- Specified by:
getBoundingBoxin interfaceBoundingBoxProvider
-
writeGml
public void writeGml(XMLStreamWriter out, String localName, String namespaceURI, SpatialReferenceSystemRepresentation srs) - Specified by:
writeGmlin interfaceGmlElement
-
getGmlName
- Specified by:
getGmlNamein interfaceGmlElement
-
getId
-
getFeatureType
- Specified by:
getFeatureTypein interfaceIFeature
-