Uses of Class
org.locationtech.jts.geom.Point
Packages that use Point
Package
Description
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Classes to perform conversions from Java2D shape objects.
Contains the
Geometry
interface hierarchy and supporting classes.Provides classes that parse and modify Geometry objects.
Contains classes that implement topology graphs.
Contains the interfaces for converting JTS objects to and from other formats.
Classes to read and write the GML2 geometry format.
Provides classes for computing buffers of geometries
Provides classes for computing the distance between geometries
Classes which implement topological predicates optimized for particular kinds of geometries.
Provides classes for testing the validity of geometries.
-
Uses of Point in org.locationtech.jts.algorithm
Methods in org.locationtech.jts.algorithm with parameters of type Point -
Uses of Point in org.locationtech.jts.awt
Methods in org.locationtech.jts.awt with parameters of type Point -
Uses of Point in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return PointModifier and TypeMethodDescriptionPoint.copy()
Creates and returns a full copy of thisPoint
object.GeometryFactory.createPoint()
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.private Point
Geometry.createPointFromInternalCoord
(Coordinate coord, Geometry exemplar) static Point
GeometryFactory.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()
static Point[]
GeometryFactory.toPointArray
(Collection points) Converts theList
to an array.Methods in org.locationtech.jts.geom with parameters of type PointModifier and TypeMethodDescriptionGeometryFactory.createMultiPoint
(Point[] point) Creates aMultiPoint
using the givenPoint
s.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 -
Uses of Point in org.locationtech.jts.geom.util
Methods in org.locationtech.jts.geom.util with parameters of type PointModifier and TypeMethodDescriptionprotected Geometry
GeometryTransformer.transformPoint
(Point geom, Geometry parent) -
Uses of Point in org.locationtech.jts.geomgraph
Methods in org.locationtech.jts.geomgraph with parameters of type Point -
Uses of Point in org.locationtech.jts.io
Methods in org.locationtech.jts.io that return PointModifier and TypeMethodDescriptionprivate Point
WKBReader.readPoint()
private Point
WKTReader.readPointText()
Creates aPoint
using the next token in the stream.private Point[]
WKTReader.toPoints
(Coordinate[] coordinates) Creates an array ofPoint
s having the givenCoordinate
s.Methods in org.locationtech.jts.io with parameters of type Point -
Uses of Point in org.locationtech.jts.io.gml2
Methods in org.locationtech.jts.io.gml2 with parameters of type PointModifier and TypeMethodDescriptionprivate void
GMLWriter.writePoint
(Point p, Writer writer, int level) -
Uses of Point in org.locationtech.jts.io.kml
Methods in org.locationtech.jts.io.kml with parameters of type PointModifier and TypeMethodDescriptionprivate void
KMLWriter.writePoint
(Point p, String attributes, int level, StringBuffer buf) -
Uses of Point in org.locationtech.jts.operation.buffer
Methods in org.locationtech.jts.operation.buffer with parameters of type Point -
Uses of Point in org.locationtech.jts.operation.distance
Methods in org.locationtech.jts.operation.distance with parameters of type PointModifier and TypeMethodDescriptionprivate void
DistanceOp.computeMinDistance
(LineString line, Point pt, GeometryLocation[] locGeom) -
Uses of Point in org.locationtech.jts.operation.distance3d
Methods in org.locationtech.jts.operation.distance3d with parameters of type PointModifier and TypeMethodDescriptionprivate void
Distance3DOp.computeMinDistanceLinePoint
(LineString line, Point point, boolean flip) private void
Distance3DOp.computeMinDistancePointPoint
(Point point0, Point point1, boolean flip) private void
Distance3DOp.computeMinDistancePolygonPoint
(PlanarPolygon3D polyPlane, Point point, boolean flip) -
Uses of Point in org.locationtech.jts.operation.predicate
Methods in org.locationtech.jts.operation.predicate with parameters of type PointModifier and TypeMethodDescriptionprivate boolean
RectangleContains.isPointContainedInBoundary
(Point point) -
Uses of Point in org.locationtech.jts.operation.valid
Methods in org.locationtech.jts.operation.valid with parameters of type PointModifier and TypeMethodDescriptionprivate void
IsValidOp.checkValid
(Point g) Checks validity of a Point. -
Uses of Point in org.locationtech.jtsexample.geom.prep
Methods in org.locationtech.jtsexample.geom.prep that return PointModifier and TypeMethodDescription(package private) static Point
PreparedGeometryExample.createRandomPoint()
-
Uses of Point in org.locationtech.jtsexample.technique
Methods in org.locationtech.jtsexample.technique that return PointModifier and TypeMethodDescription(package private) static Point
SearchUsingPreparedGeometryIndex.createRandomPoint()
-
Uses of Point in org.locationtech.jtstest.testbuilder
Fields in org.locationtech.jtstest.testbuilder declared as PointConstructors in org.locationtech.jtstest.testbuilder with parameters of type Point