cgl.ogc.wms.gml
Interface GMLMultiPoint

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

public interface GMLMultiPoint
extends GMLGeometryCollection

Title:

Description:

Copyright: Copyright (c) 2005

Company: Indiana University - Computer Science Dept.

Version:
1.0
Author:
Ahmet Sayar

Method Summary
 void addPoint(GMLPoint point)
           
 GMLPoint[] getPoints()
          returns all points 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

getPoints

public GMLPoint[] getPoints()
returns all points contained within the collection


addPoint

public void addPoint(GMLPoint point)
See Also:
getPoints()