org.deegree.gml
Interface GMLGeoProperty

All Superinterfaces:
GMLProperty
All Known Implementing Classes:
GMLGeoProperty_Impl

public interface GMLGeoProperty
extends GMLProperty

----------------------------------------------------------

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
 GMLGeometry getGeoPropertyValue()
          returns the value of the property
 void setGeoPropetryValue(GMLGeometry value)
           
 
Methods inherited from interface org.deegree.gml.GMLProperty
getName, getPropertyType, getPropertyValue, setPropertyValue
 

Method Detail

getGeoPropertyValue

public GMLGeometry getGeoPropertyValue()
returns the value of the property


setGeoPropetryValue

public void setGeoPropetryValue(GMLGeometry value)
                         throws GMLException
Throws:
GMLException
See Also:
GMLProperty.getPropertyValue()