|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.postgis.Geometry | +--org.postgis.Polygon
Fields inherited from class org.postgis.Geometry |
dimension, GEOMETRYCOLLECTION, LINESTRING, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, POINT, POLYGON, type |
Constructor Summary | |
Polygon()
|
|
Polygon(LinearRing[] rings)
|
|
Polygon(java.lang.String value)
|
Method Summary | |
LinearRing |
getRing(int idx)
|
java.lang.String |
getValue()
|
int |
numRings()
|
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 Polygon()
public Polygon(LinearRing[] rings)
public Polygon(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 numRings()
public LinearRing getRing(int idx)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |