cgl.ogc.wms.gml
Interface GMLGeoProperty

All Superinterfaces:
GMLProperty
All Known Implementing Classes:
GMLGeoProperty_Impl

public interface GMLGeoProperty
extends GMLProperty

Title:

Description:

Copyright: Copyright (c) 2005

Company: Indiana University - Computer Science Dept.

Version:
1.0
Author:
Ahmet Sayar

Field Summary
 
Fields inherited from interface cgl.ogc.wms.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 cgl.ogc.wms.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()