com.vividsolutions.jump.algorithm |
|
Java Source File Name | Type | Comment |
EuclideanDistanceToPoint.java | Class | Computes the Euclidean distance (L2 metric) from a Point to a Geometry. |
LengthSubstring.java | Class | Computes a substring of a
LineString between given distances along the line.
- The distances are clipped to the actual line length
- If the start distance is equal to the end distance,
a zero-length line with two identical points is returned
- FUTURE: If the start distance is greater than the end distance,
an inverted section of the line is returned
FUTURE: should handle startLength > endLength, and flip the returned
linestring. |
LengthToPoint.java | Class | Computes the length along a LineString to the point on the line nearest a given point. |
LocatePoint.java | Class | Provides various ways of computing the actual value
of a point a given length along a line. |
PointPairDistance.java | Class | Contains a pair of points and the distance between them. |
VertexHausdorffDistance.java | Class | Implements algorithm for computing a distance metric
which can be thought of as the "Vertex Hausdorff Distance". |