com.vividsolutions.jts.operation.distance |
Provides classes for computing the distance between geometries
|
Java Source File Name | Type | Comment |
ConnectedElementLocationFilter.java | Class | A ConnectedElementPointFilter extracts a single point
from each connected element in a Geometry
(e.g. |
ConnectedElementPointFilter.java | Class | Extracts a single point
from each connected element in a Geometry
(e.g. |
DistanceOp.java | Class | Find two points on two
Geometry s which lie
within a given distance, or else are the closest points
on the geometries (in which case this also
provides the distance between the geometries).
The distance computation also finds a pair of points in the input geometries
which have the minimum distance between them.
If a point lies in the interior of a line segment,
the coordinate computed is a close
approximation to the exact point.
The algorithms used are straightforward O(n^2)
comparisons. |
GeometryLocation.java | Class | Represents the location of a point on a Geometry. |