Uses of Class
net.postgis.jdbc.geometry.Point
-
Packages that use Point Package Description net.postgis.jdbc.geometry -
-
Uses of Point in net.postgis.jdbc.geometry
Methods in net.postgis.jdbc.geometry that return Point Modifier and Type Method Description PointComposedGeom. getFirstPoint()Optimized versionabstract PointGeometry. getFirstPoint()Same as getPoint(0);PointPoint. getFirstPoint()Optimized versions for this special casePointComposedGeom. getLastPoint()Optimized versionabstract PointGeometry. getLastPoint()Same as getPoint(numPoints()-1);PointPoint. getLastPoint()Optimized versions for this special casePointComposedGeom. getPoint(int n)abstract PointGeometry. getPoint(int n)Get the nth Point of the geometryPointPoint. getPoint(int index)PointPointComposedGeom. getPoint(int idx)optimized versionPoint[]PointComposedGeom. getPoints()Get the underlying Point arrayMethods in net.postgis.jdbc.geometry with parameters of type Point Modifier and Type Method Description doublePoint. distance(Point other)booleanPoint. equals(Point other)Constructors in net.postgis.jdbc.geometry with parameters of type Point Constructor Description LinearRing(Point[] points)LineString(Point[] points)MultiPoint(Point[] points)PointComposedGeom(int type, Point[] points)
-