|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.pgsql.common.PointBuilder
public class PointBuilder
Builds PostGIS Point objects based on a set of coordinates.
Constructor Summary | |
---|---|
PointBuilder()
|
Method Summary | |
---|---|
org.postgis.Point |
createPoint(double latitude,
double longitude)
Creates a PostGIS Point object corresponding to the provided coordinates. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PointBuilder()
Method Detail |
---|
public org.postgis.Point createPoint(double latitude, double longitude)
latitude
- The latitude measured in degrees.longitude
- The longitude measured in degrees.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |