Uses of Class
org.postgis.Point
-
Packages that use Point Package Description org.postgis -
-
Uses of Point in org.postgis
Methods in org.postgis 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 org.postgis with parameters of type Point Modifier and Type Method Description doublePoint. distance(Point other)booleanPoint. equals(Point other)Constructors in org.postgis with parameters of type Point Constructor Description LinearRing(Point[] points)LineString(Point[] points)MultiPoint(Point[] points)PointComposedGeom(int type, Point[] points)
-