|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.pgsql.common.PolygonBuilder
public class PolygonBuilder
Builds PostGIS Polygon objects based on a series of points.
Constructor Summary | |
---|---|
PolygonBuilder()
|
Method Summary | |
---|---|
org.postgis.Polygon |
createPolygon(org.postgis.Point[] points)
Creates a PostGIS Polygon object corresponding to the provided Point list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PolygonBuilder()
Method Detail |
---|
public org.postgis.Polygon createPolygon(org.postgis.Point[] points)
points
- The points to build a polygon from.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |