Uses of Class
org.postgis.Point
-
Packages that use Point Package Description org.postgis -
-
Uses of Point in org.postgis
Fields in org.postgis declared as Point Modifier and Type Field Description protected PointPGboxbase. llbThe lower left bottom corner of the box.protected PointPGboxbase. urtThe upper right top corner of the box.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 casePointPGboxbase. getLLB()Returns the lower left bottom corner of the box as a Point objectPointComposedGeom. 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 arrayPointPGboxbase. getURT()Returns the upper right top corner of the box as a Point objectMethods in org.postgis with parameters of type Point Modifier and Type Method Description protected static booleanPGboxbase. compareLazyDim(Point first, Point second)Compare two coordinates with lazy dimension checking.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)PGbox2d(Point llb, Point urt)PGbox3d(Point llb, Point urt)PGboxbase(Point llb, Point urt)PointComposedGeom(int type, Point[] points)
-