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 PointPGboxbase.llbThe lower left bottom corner of the box.protected PointPGboxbase.urtThe 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 thisPointas 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 TypeMethodDescriptionvoidAdds the given point.booleanPoint.coordsAreEqual(Point other) doubleCalculates the distance to the givenPoint.Method parameters in io.github.sebasbaumh.postgis with type arguments of type PointModifier and TypeMethodDescriptionfinal voidAdds all given points.static doublePostGisUtil.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.protectedConstructs 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.protectedLineString(int type, Iterable<Point> points) Constructor for subclasses.LineString(Iterable<Point> points) Constructs an instance.MultiPoint(Iterable<Point> points) Constructs an instance.