Search Results for

    Show / Hide Table of Contents

    Class DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter

    A coordinate filter that computes the maximum PointPairDistance between points of an assigned Geometry and all filtered geometries. The filtered geometries' line segments are

    Inheritance
    object
    DiscreteHausdorffDistance.MaxDensifiedByFractionDistanceFilter
    Implements
    ICoordinateSequenceFilter
    IEntireCoordinateSequenceFilter
    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.MaxDensifiedByFractionDistanceFilter : ICoordinateSequenceFilter, IEntireCoordinateSequenceFilter

    Constructors

    | Edit this page View Source

    MaxDensifiedByFractionDistanceFilter(Geometry, double)

    Creates an instance of this filter class

    Declaration
    public MaxDensifiedByFractionDistanceFilter(Geometry geom, double fraction)
    Parameters
    Type Name Description
    Geometry geom

    The geometry to densify

    double fraction

    The densification fraction

    Properties

    | Edit this page View Source

    Done

    Reports whether the application of this filter can be terminated.

    Declaration
    public bool Done { get; }
    Property Value
    Type Description
    bool

    As this filter does not end prematurely, the return value is always false

    Remarks

    Once this method returns true, it must continue to return true on every subsequent call.

    | Edit this page View Source

    GeometryChanged

    Reports whether the execution of this filter has modified the coordinates of the geometry. If so, GeometryChanged() will be executed after this filter has finished being executed.

    Declaration
    public bool GeometryChanged { get; }
    Property Value
    Type Description
    bool

    As this filter does not change the geometry, the return value is always false

    Remarks

    Most filters can simply return a constant value reflecting whether they are able to change the coordinates.

    | Edit this page View Source

    MaxPointDistance

    Gets a value indicating the maximum distance between p

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

    Methods

    | Edit this page View Source

    Filter(CoordinateSequence, int)

    Performs an operation on a coordinate in a CoordinateSequence.

    Declaration
    public void Filter(CoordinateSequence seq, int index)
    Parameters
    Type Name Description
    CoordinateSequence seq

    the CoordinateSequence to which the filter is applied

    int index

    Implements

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