public class VertexHausdorffDistance extends Object
NOTE: This algorithm does NOT compute the full Hausdorff distance correctly, but an approximation that is correct for a large subset of useful cases. One important part of this subset is Linestrings that are roughly parallel to each other, and roughly equal in length - just what is needed for line matching.
| Constructor and Description |
|---|
VertexHausdorffDistance(Geometry g0,
Geometry g1) |
VertexHausdorffDistance(LineSegment seg0,
LineSegment seg1) |
public VertexHausdorffDistance(LineSegment seg0, LineSegment seg1)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.