MultiPolygon Class

Enter class description

Constructors

MultiPolygon( )
MultiPolygon( Polygon[] polygons )

Public Methods

addPolygon( Polygon polygon ) returns void
setSRS( String srsName ) returns void
getSRS( ) returns String
getName( ) returns String
getPolygons( ) returns Polygon[]
Returns an array of Polygons that compose a MultiPolygon
toString( ) returns String
Used to return a Well-known Text (WKT) representation of the polygon.
toGML( ) returns String
Used to convert a MultiPolygon to GML (xml fragment)