MultiPoint Class

Used to represent a MultiPoint Geometry

Constructors

MultiPoint( Point[] Points )
MultiPoint( )

Public Methods

setSRS( String srsName ) returns void
getSRS( ) returns String
getName( ) returns String
toGML( ) returns String
Used to convert a MultiPoint to GML (xml fragment)
toString( ) returns String
Used to return a Well-known Text (WKT) representation of the points.