- All Superinterfaces:
BoundingBoxProvider,GmlElement
- All Known Implementing Classes:
Feature
gml:Feature
A DataObject is an abstract "thing" which can be served over the WFS. It
has properties and values.
-
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) Methods inherited from interface de.turnertech.ows.gml.BoundingBoxProvider
getBoundingBoxMethods inherited from interface de.turnertech.ows.gml.GmlElement
getGmlName, toGml, toGml, writeGml, writeGml, writeGmlStartElement
-
Method Details
-
getId
String getId() -
getFeatureType
FeatureType getFeatureType() -
getPropertyValue
-
hasPropertyValue
-
setPropertyValue
-