cgl.ogc.wms.gml
Interface GMLComplexProperty

All Superinterfaces:
GMLProperty
All Known Implementing Classes:
GMLComplexProperty_Impl

public interface GMLComplexProperty
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
 GMLFeature getComplexPropertyValue()
          returns the value of the property
 void setComplexPropetryValue(GMLFeature value)
           
 
Methods inherited from interface cgl.ogc.wms.gml.GMLProperty
getName, getPropertyType, getPropertyValue, setPropertyValue
 

Method Detail

getComplexPropertyValue

public GMLFeature getComplexPropertyValue()
returns the value of the property

Returns:
GMLFeature

setComplexPropetryValue

public void setComplexPropetryValue(GMLFeature value)
                             throws GMLException
Parameters:
value - GMLFeature
Throws:
GMLException
See Also:
GMLProperty.getPropertyValue()