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

Method Summary
 void addGeometry(GMLGeometry geometry)
           
 GMLGeometry[] getGeometries()
          returns the geometries contained within the collection
 
Methods inherited from interface org.deegree.gml.GMLGeometry
getId, getName, getSrs, setId, setSrs
 

Method Detail

getGeometries

public GMLGeometry[] getGeometries()
returns the geometries contained within the collection


addGeometry

public void addGeometry(GMLGeometry geometry)
See Also:
getGeometries()