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