Search Results for

    Show / Hide Table of Contents

    Class BufferCurveMaximumDistanceFinder

    Finds the approximate maximum distance from a buffer curve to the originating geometry.

    Inheritance
    object
    BufferCurveMaximumDistanceFinder
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Operation.Buffer.Validate
    Assembly: NetTopologySuite.dll
    Syntax
    public class BufferCurveMaximumDistanceFinder
    Remarks

    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.

    This is similar to the Discrete Oriented Hausdorff distance from the buffer curve to the input.

    Constructors

    | Edit this page View Source

    BufferCurveMaximumDistanceFinder(Geometry)

    Declaration
    public BufferCurveMaximumDistanceFinder(Geometry inputGeom)
    Parameters
    Type Name Description
    Geometry inputGeom

    Properties

    | Edit this page View Source

    DistancePoints

    Declaration
    public PointPairDistance DistancePoints { get; }
    Property Value
    Type Description
    PointPairDistance

    Methods

    | Edit this page View Source

    FindDistance(Geometry)

    Declaration
    public double FindDistance(Geometry bufferCurve)
    Parameters
    Type Name Description
    Geometry bufferCurve
    Returns
    Type Description
    double
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX