Search Results for

    Show / Hide Table of Contents

    Class DiscreteHausdorffDistance.MaxPointDistanceFilter

    A coordinate filter that computes the maximum PointPairDistance between points of an assigned Geometry and all filtered geometries.

    Inheritance
    object
    DiscreteHausdorffDistance.MaxPointDistanceFilter
    Implements
    ICoordinateFilter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Algorithm.Distance
    Assembly: NetTopologySuite.dll
    Syntax
    public class DiscreteHausdorffDistance.MaxPointDistanceFilter : ICoordinateFilter

    Constructors

    | Edit this page View Source

    MaxPointDistanceFilter(Geometry)

    Creates an instance of this class

    Declaration
    public MaxPointDistanceFilter(Geometry geom)
    Parameters
    Type Name Description
    Geometry geom

    A geometry

    Properties

    | Edit this page View Source

    MaxPointDistance

    Gets a value indicating the maximum distance between an assigned Geometry and the filtered one.

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

    Methods

    | Edit this page View Source

    Filter(Coordinate)

    Performs an operation with the provided coord. Note that there is no guarantee that the input coordinate is the actual object stored in the source geometry, so changes to the coordinate object may not be persistent.

    Declaration
    public void Filter(Coordinate pt)
    Parameters
    Type Name Description
    Coordinate pt

    Implements

    ICoordinateFilter
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX