org.deegree.gml
Interface GMLFeatureProperty
- All Superinterfaces:
- GMLProperty
- All Known Implementing Classes:
- GMLFeatureProperty_Impl
- public interface GMLFeatureProperty
- extends GMLProperty
The class definies a property that a feature that may has
different properties to. This enables a feature to have properties
with complex data types.
----------------------------------------------------------
- Version:
- 07.02.2001
- Author:
- Andreas Poth
Fields inherited from interface org.deegree.gml.GMLProperty |
BOX, FEATURE, FEATURECOLLECTION, GEOMETRY, LINESTRING, MULTIGEOMETRY, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, POINT, POLYGON, STRING, UNKNOWNTYPE |
getFeaturePropertyValue
public GMLFeature getFeaturePropertyValue()
- returns the value of the property
setFeaturePropetryValue
public void setFeaturePropetryValue(GMLFeature value)
throws GMLException
- Throws:
GMLException
- See Also:
GMLProperty.getPropertyValue()