public class BufferCurveMaximumDistanceFinder extends Object
The approximate maximum distance is determined by testing all vertices in the buffer curve, as well as midpoints of the curve segments. Due to the way buffer curves are constructed, this should be a very close approximation.
| Constructor and Description |
|---|
BufferCurveMaximumDistanceFinder(Geometry inputGeom) |
public BufferCurveMaximumDistanceFinder(Geometry inputGeom)
public double findDistance(Geometry bufferCurve)
public PointPairDistance getDistancePoints()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.