Uses of Class
org.locationtech.jts.geom.Point
Packages that use Point
Package
Description
Provides classes that implement various kinds of geometric constructions.
Contains the
Geometry interface hierarchy and supporting classes.-
Uses of Point in org.locationtech.jts.algorithm.construct
Methods in org.locationtech.jts.algorithm.construct that return PointModifier and TypeMethodDescriptionLargestEmptyCircle.getCenter()Gets the center point of the Largest Empty Circle (up to the tolerance distance).static PointComputes the center point of the Largest Empty Circle interior-disjoint to a set of obstacles, with accuracy to a given tolerance distance.static PointComputes the center point of the Largest Empty Circle interior-disjoint to a set of obstacles and within a polygonal boundary, with accuracy to a given tolerance distance.MaximumInscribedCircle.getCenter()Gets the center point of the maximum inscribed circle (up to the tolerance distance).static PointComputes the center point of the Maximum Inscribed Circle of a polygonal geometry, up to a given tolerance distance.LargestEmptyCircle.getRadiusPoint()Gets a point defining the radius of the Largest Empty Circle.MaximumInscribedCircle.getRadiusPoint()Gets a point defining the radius of the Maximum Inscribed Circle. -
Uses of Point in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return PointModifier and TypeMethodDescriptionGeometryFactory.createPoint()Constructs an emptyPointgeometry.GeometryFactory.createPoint(Coordinate coordinate) Creates a Point using the given Coordinate.GeometryFactory.createPoint(CoordinateSequence coordinates) Creates a Point using the given CoordinateSequence; a null or empty CoordinateSequence will create an empty Point.static PointGeometryFactory.createPointFromInternalCoord(Coordinate coord, Geometry exemplar) Geometry.getCentroid()Computes the centroid of thisGeometry.LineString.getEndPoint()Geometry.getInteriorPoint()Computes an interior point of thisGeometry.LineString.getPointN(int n) LineString.getStartPoint()Point.reverse()static Point[]GeometryFactory.toPointArray(Collection points) Converts theListto an array.Methods in org.locationtech.jts.geom with parameters of type PointModifier and TypeMethodDescriptionGeometryFactory.createMultiPoint(Point[] point) Creates aMultiPointusing the givenPoints.Constructors in org.locationtech.jts.geom with parameters of type PointModifierConstructorDescriptionMultiPoint(Point[] points, GeometryFactory factory) MultiPoint(Point[] points, PrecisionModel precisionModel, int SRID) Deprecated.Use GeometryFactory instead