Verwendungen von Klasse
io.github.sebasbaumh.postgis.Point
Packages, die Point verwenden
-
Verwendungen von Point in io.github.sebasbaumh.postgis
Felder in io.github.sebasbaumh.postgis, die deklariert sind als PointModifizierer und TypFeldBeschreibungprotected Point
PGboxbase.llb
The lower left bottom corner of the box.protected Point
PGboxbase.urt
The upper right top corner of the box.Methoden in io.github.sebasbaumh.postgis, die Point zurückgebenModifizierer und TypMethodeBeschreibungPoint.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.Methoden in io.github.sebasbaumh.postgis, die Typen mit Argumenten vom Typ Point zurückgebenModifizierer und TypMethodeBeschreibungCompoundCurve.getCoordinates()
Geometry.getCoordinates()
Gets the coordinates of thisGeometry
.LineString.getCoordinates()
MultiGeometry.getCoordinates()
Point.getCoordinates()
PolygonBase.getCoordinates()
LineString.iterator()
Methoden in io.github.sebasbaumh.postgis mit Parametern vom Typ PointModifizierer und TypMethodeBeschreibungvoid
Adds the given point.boolean
Point.coordsAreEqual
(Point other) double
Calculates the distance to the givenPoint
.Methodenparameter in io.github.sebasbaumh.postgis mit Typargumenten vom Typ PointModifizierer und TypMethodeBeschreibungfinal void
Adds all given points.static double
PostGisUtil.calcAreaSigned
(Iterable<Point> points) Calculates the area of the outer ring of the given polygon (signed).Konstruktoren in io.github.sebasbaumh.postgis mit Parametern vom Typ PointModifiziererKonstruktorBeschreibungConstructs an instance.Constructs an instance.protected
Constructs an instance.Konstruktorparameter in io.github.sebasbaumh.postgis mit Typargumenten vom Typ PointModifiziererKonstruktorBeschreibungCircularString
(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.