Uses of Class
io.github.sebasbaumh.postgis.Point
Packages that use Point
-
Uses of Point in io.github.sebasbaumh.postgis
Fields in io.github.sebasbaumh.postgis declared as PointModifier and TypeFieldDescriptionprotected Point
PGboxbase.llb
The lower left bottom corner of the box.protected Point
PGboxbase.urt
The upper right top corner of the box.Methods in io.github.sebasbaumh.postgis that return PointModifier and TypeMethodDescriptionPoint.copy()
Creates a copy of thisPoint
.CompoundCurve.getEndPoint()
LineBasedGeometry.getEndPoint()
Gets the end point.LineString.getEndPoint()
PolygonBase.getEndPoint()
PGboxbase.getLLB()
Returns the lower left bottom corner of the box as a Point objectCompoundCurve.getStartPoint()
LineBasedGeometry.getStartPoint()
Gets the start point.LineString.getStartPoint()
PolygonBase.getStartPoint()
PGboxbase.getURT()
Returns the upper right top corner of the box as a Point objectPoint.to2d()
Gets thisPoint
as a 2d object.Methods in io.github.sebasbaumh.postgis that return types with arguments of type PointModifier and TypeMethodDescriptionCompoundCurve.getCoordinates()
Geometry.getCoordinates()
Gets the coordinates of thisGeometry
.LineString.getCoordinates()
MultiGeometry.getCoordinates()
Point.getCoordinates()
PolygonBase.getCoordinates()
LineString.iterator()
Methods in io.github.sebasbaumh.postgis with parameters of type PointModifier and TypeMethodDescriptionvoid
Adds the given point.boolean
Point.coordsAreEqual
(Point other) double
Calculates the distance to the givenPoint
.Method parameters in io.github.sebasbaumh.postgis with type arguments of type PointModifier and TypeMethodDescriptionfinal void
Adds all given points.static double
PostGisUtil.calcAreaSigned
(Iterable<Point> points) Calculates the area of the outer ring of the given polygon (signed).Constructors in io.github.sebasbaumh.postgis with parameters of type PointModifierConstructorDescriptionConstructs an instance.Constructs an instance.protected
Constructs an instance.Constructor parameters in io.github.sebasbaumh.postgis with type arguments of type PointModifierConstructorDescriptionCircularString
(Iterable<Point> points) Constructs an instance.LinearRing
(Iterable<Point> points) Constructs an instance.protected
LineString
(int type, Iterable<Point> points) Constructor for subclasses.LineString
(Iterable<Point> points) Constructs an instance.MultiPoint
(Iterable<Point> points) Constructs an instance.