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
Fields inherited from interface org.deegree.gml.GMLProperty |
BOX, FEATURE, FEATURECOLLECTION, GEOMETRY, LINESTRING, MULTIGEOMETRY, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, POINT, POLYGON, STRING, UNKNOWNTYPE |
getGeoPropertyValue
public GMLGeometry getGeoPropertyValue()
- returns the value of the property
setGeoPropetryValue
public void setGeoPropetryValue(GMLGeometry value)
throws GMLException
- Throws:
GMLException
- See Also:
GMLProperty.getPropertyValue()