Package org.locationtech.jts.operation.distance
package org.locationtech.jts.operation.distance
Provides classes for computing the distance between geometries
-
ClassesClassDescriptionA ConnectedElementPointFilter extracts a single point from each connected element in a Geometry (e.g.Extracts a single point from each connected element in a Geometry (e.g.Find two points on two
Geometry
s which lie within a given distance, or else are the nearest points on the geometries (in which case this also provides the distance between the geometries).Represents a sequence of facets (points or line segments) of aGeometry
specified by a subsequence of aCoordinateSequence
.Represents the location of a point on a Geometry.Computes the distance between the facets (segments and vertices) of twoGeometry
s using a Branch-and-Bound algorithm.Tests whether the base geometry lies within a specified distance of the given geometry.