Search Results for

    Show / Hide Table of Contents

    Class DistanceToPointFinder

    Computes the Euclidean distance (L2 metric) from a Point to a Geometry. Also computes two points which are separated by the distance.

    Inheritance
    object
    DistanceToPointFinder
    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 static class DistanceToPointFinder

    Methods

    | Edit this page View Source

    ComputeDistance(Geometry, Coordinate, PointPairDistance)

    Declaration
    public static void ComputeDistance(Geometry geom, Coordinate pt, PointPairDistance ptDist)
    Parameters
    Type Name Description
    Geometry geom
    Coordinate pt
    PointPairDistance ptDist
    | Edit this page View Source

    ComputeDistance(LineSegment, Coordinate, PointPairDistance)

    Declaration
    public static void ComputeDistance(LineSegment segment, Coordinate pt, PointPairDistance ptDist)
    Parameters
    Type Name Description
    LineSegment segment
    Coordinate pt
    PointPairDistance ptDist
    | Edit this page View Source

    ComputeDistance(LineString, Coordinate, PointPairDistance)

    Declaration
    public static void ComputeDistance(LineString line, Coordinate pt, PointPairDistance ptDist)
    Parameters
    Type Name Description
    LineString line
    Coordinate pt
    PointPairDistance ptDist
    | Edit this page View Source

    ComputeDistance(Polygon, Coordinate, PointPairDistance)

    Declaration
    public static void ComputeDistance(Polygon poly, Coordinate pt, PointPairDistance ptDist)
    Parameters
    Type Name Description
    Polygon poly
    Coordinate pt
    PointPairDistance ptDist
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX