cgl.ogc.wms.gml
Interface GMLMultiPolygon

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

public interface GMLMultiPolygon
extends GMLGeometryCollection

Title:

Description:

Copyright: Copyright (c) 2005

Company: Indiana University - Computer Science Dept.

Version:
1.0
Author:
Ahmet Sayar

Method Summary
 void addPolygon(GMLPolygon polygon)
           
 GMLPolygon[] getPolygons()
          returns all polygons contained within the collection
 
Methods inherited from interface cgl.ogc.wms.gml.GMLGeometryCollection
addGeometry, getGeometries
 
Methods inherited from interface cgl.ogc.wms.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()