Interface IFeature

All Superinterfaces:
BoundingBoxProvider, GmlElement
All Known Implementing Classes:
Feature

public interface IFeature extends BoundingBoxProvider, GmlElement
gml:Feature A DataObject is an abstract "thing" which can be served over the WFS. It has properties and values.
  • Method Details

    • getId

      String getId()
    • getFeatureType

      FeatureType getFeatureType()
    • getPropertyValue

      Object getPropertyValue(String propertyName)
    • hasPropertyValue

      boolean hasPropertyValue(String propertyName)
    • setPropertyValue

      Object setPropertyValue(String propertyName, Object value)