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 PointPGboxbase.llbThe lower left bottom corner of the box.protected PointPGboxbase.urtThe 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 thisPointas 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 TypMethodeBeschreibungvoidAdds the given point.booleanPoint.coordsAreEqual(Point other) doubleCalculates the distance to the givenPoint.Methodenparameter in io.github.sebasbaumh.postgis mit Typargumenten vom Typ PointModifizierer und TypMethodeBeschreibungfinal voidAdds all given points.static doublePostGisUtil.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.protectedConstructs 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.protectedLineString(int type, Iterable<Point> points) Constructor for subclasses.LineString(Iterable<Point> points) Constructs an instance.MultiPoint(Iterable<Point> points) Constructs an instance.