org.deegree.gml
Interface GMLMultiPoint

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

public interface GMLMultiPoint
extends GMLGeometryCollection

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

Version:
07.02.2001

Author:
Andreas Poth

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

getPoints

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


addPoint

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