Package org.umlg.sqlg.gis
Class GeographyPoint
java.lang.Object
org.postgis.Geometry
org.postgis.Point
org.umlg.sqlg.gis.GeographyPoint
- All Implemented Interfaces:
Serializable
public class GeographyPoint
extends org.postgis.Point
Created by pieter on 2015/09/13.
- See Also:
-
Field Summary
Fields inherited from class org.postgis.Point
CUTINTS, m, x, y, z
Fields inherited from class org.postgis.Geometry
ALLTYPES, dimension, GEOMETRYCOLLECTION, haveMeasure, LINEARRING, LINESTRING, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, POINT, POLYGON, srid, type, UNKNOWN_SRID
-
Constructor Summary
ConstructorDescriptionGeographyPoint
(double x, double y) GeographyPoint
(double x, double y, double z) GeographyPoint
(String value) GeographyPoint
(String value, boolean haveM) GeographyPoint
(org.postgis.Point point) -
Method Summary
Methods inherited from class org.postgis.Point
checkConsistency, distance, double_equals, equals, equalsintern, getFirstPoint, getLastPoint, getM, getPoint, getX, getY, getZ, hashCode, hashCode, innerWKT, numPoints, setM, setX, setX, setY, setY, setZ, setZ
Methods inherited from class org.postgis.Geometry
equals, equals, getDimension, getSrid, getType, getTypeString, getTypeString, getValue, initSRID, isMeasured, mediumWKT, outerWKT, outerWKT, parseSRID, setSrid, toString
-
Constructor Details
-
GeographyPoint
public GeographyPoint(org.postgis.Point point) -
GeographyPoint
public GeographyPoint() -
GeographyPoint
public GeographyPoint(double x, double y, double z) -
GeographyPoint
public GeographyPoint(double x, double y) -
GeographyPoint
- Throws:
SQLException
-
GeographyPoint
- Throws:
SQLException
-