JTS Topology Suite version 1.12

Package com.vividsolutions.jts.operation.buffer.validate

Classes to perform validation of the results of buffer operations.

See:
          Description

Class Summary
BufferCurveMaximumDistanceFinder Finds the approximate maximum distance from a buffer curve to the originating geometry.
BufferCurveMaximumDistanceFinder.MaxMidpointDistanceFilter  
BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter  
BufferDistanceValidator Validates that a given buffer curve lies an appropriate distance from the input generating it.
BufferResultValidator Validates that the result of a buffer operation is geometrically correct, within a computed tolerance.
DistanceToPointFinder Computes the Euclidean distance (L2 metric) from a Point to a Geometry.
PointPairDistance Contains a pair of points and the distance between them.
 

Package com.vividsolutions.jts.operation.buffer.validate Description

Classes to perform validation of the results of buffer operations.


JTS Topology Suite version 1.12