org.deegree.gml
Interface GMLGeometryCollection
- All Superinterfaces:
- GMLGeometry
- All Known Subinterfaces:
- GMLMultiLineString, GMLMultiPoint, GMLMultiPolygon
- All Known Implementing Classes:
- GMLGeometryCollection_Impl, GMLMultiLineString_Impl, GMLMultiPoint_Impl, GMLMultiPolygon_Impl
- public interface GMLGeometryCollection
- extends GMLGeometry
----------------------------------------------------------
- Version:
- 07.02.2001
- Author:
- Andreas Poth
getGeometries
public GMLGeometry[] getGeometries()
- returns the geometries contained within the collection
addGeometry
public void addGeometry(GMLGeometry geometry)
- See Also:
getGeometries()