org.deegree.gml
Interface GMLMultiPolygon

All Superinterfaces:
GMLGeometry, GMLGeometryCollection
All Known Implementing Classes:
GMLMultiPolygon_Impl

public interface GMLMultiPolygon
extends GMLGeometryCollection

----------------------------------------------------------

Version:
07.02.2001

Author:
Andreas Poth

Method Summary
 void addPolygon(GMLPolygon polygon)
           
 GMLPolygon[] getPolygons()
          returns all polygons contained within the collection
 
Methods inherited from interface org.deegree.gml.GMLGeometryCollection
addGeometry, getGeometries
 
Methods inherited from interface org.deegree.gml.GMLGeometry
getId, getName, getSrs, setId, setSrs
 

Method Detail

getPolygons

public GMLPolygon[] getPolygons()
returns all polygons contained within the collection


addPolygon

public void addPolygon(GMLPolygon polygon)
See Also:
getPolygons()