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

Field Summary
 
Fields inherited from interface org.deegree.gml.GMLProperty
BOX, FEATURE, FEATURECOLLECTION, GEOMETRY, LINESTRING, MULTIGEOMETRY, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, POINT, POLYGON, STRING, UNKNOWNTYPE
 
Method Summary
 GMLFeature getFeaturePropertyValue()
          returns the value of the property
 void setFeaturePropetryValue(GMLFeature value)
           
 
Methods inherited from interface org.deegree.gml.GMLProperty
getName, getPropertyType, getPropertyValue, setPropertyValue
 

Method Detail

getFeaturePropertyValue

public GMLFeature getFeaturePropertyValue()
returns the value of the property


setFeaturePropetryValue

public void setFeaturePropetryValue(GMLFeature value)
                             throws GMLException
Throws:
GMLException
See Also:
GMLProperty.getPropertyValue()