org.deegree.gml
Interface GMLComplexProperty

All Superinterfaces:
GMLProperty
All Known Implementing Classes:
GMLComplexProperty_Impl

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

Method Detail

getComplexPropertyValue

public GMLFeature getComplexPropertyValue()
returns the value of the property


setComplexPropetryValue

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