Uses of Class
net.postgis.jdbc.geometry.Point
Packages that use Point
-
Uses of Point in net.postgis.jdbc.geometry
Methods in net.postgis.jdbc.geometry that return PointModifier and TypeMethodDescriptionComposedGeom.getFirstPoint()Optimized versionabstract PointGeometry.getFirstPoint()Same as getPoint(0);Point.getFirstPoint()Optimized versions for this special caseComposedGeom.getLastPoint()Optimized versionabstract PointGeometry.getLastPoint()Same as getPoint(numPoints()-1);Point.getLastPoint()Optimized versions for this special caseComposedGeom.getPoint(int n) abstract PointGeometry.getPoint(int n) Get the nth Point of the geometryPoint.getPoint(int index) PointComposedGeom.getPoint(int idx) optimized versionPoint[]PointComposedGeom.getPoints()Get the underlying Point arrayMethods in net.postgis.jdbc.geometry with parameters of type PointModifier and TypeMethodDescriptiondoublefinal booleanConstructors in net.postgis.jdbc.geometry with parameters of type PointModifierConstructorDescriptionLinearRing(Point[] points) LineString(Point[] points) MultiPoint(Point[] points) protectedPointComposedGeom(int type, Point[] points)