public class GeographyPoint
extends org.postgis.Point
| Constructor and Description |
|---|
GeographyPoint() |
GeographyPoint(double x,
double y) |
GeographyPoint(double x,
double y,
double z) |
GeographyPoint(org.postgis.Point point) |
GeographyPoint(String value) |
GeographyPoint(String value,
boolean haveM) |
checkConsistency, distance, double_equals, equals, equalsintern, getFirstPoint, getLastPoint, getM, getPoint, getX, getY, getZ, hashCode, hashCode, innerWKT, numPoints, setM, setX, setX, setY, setY, setZ, setZpublic GeographyPoint(org.postgis.Point point)
public GeographyPoint()
public GeographyPoint(double x,
double y,
double z)
public GeographyPoint(double x,
double y)
public GeographyPoint(String value) throws SQLException
SQLExceptionpublic GeographyPoint(String value, boolean haveM) throws SQLException
SQLExceptionCopyright © 2016. All rights reserved.