|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.postgis.Geometry | +--org.postgis.MultiPolygon
Fields inherited from class org.postgis.Geometry |
dimension, GEOMETRYCOLLECTION, LINESTRING, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, POINT, POLYGON, type |
Constructor Summary | |
MultiPolygon()
|
|
MultiPolygon(Polygon[] polygons)
|
|
MultiPolygon(java.lang.String value)
|
Method Summary | |
Polygon |
getPolygon(int idx)
|
java.lang.String |
getValue()
|
int |
numPolygons()
|
java.lang.String |
toString()
|
Methods inherited from class org.postgis.Geometry |
getDimension, getType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MultiPolygon()
public MultiPolygon(Polygon[] polygons)
public MultiPolygon(java.lang.String value) throws java.sql.SQLException
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getValue()
public int numPolygons()
public Polygon getPolygon(int idx)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |