Search Results for

    Show / Hide Table of Contents

    Class BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter

    Inheritance
    object
    BufferCurveMaximumDistanceFinder.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.Operation.Buffer.Validate
    Assembly: NetTopologySuite.dll
    Syntax
    public class BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter : ICoordinateFilter

    Constructors

    | Edit this page View Source

    MaxPointDistanceFilter(Geometry)

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

    Properties

    | Edit this page View Source

    MaxPointDistance

    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