Namespace NetTopologySuite.Operation.Buffer.Validate
Classes
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. Also computes two points which are separated by the distance.
PointPairDistance
Contains a pair of points and the distance between them. Provides methods to update with a new point pair with either maximum or minimum distance.