Search Results for

    Show / Hide Table of Contents

    Class FuzzyPointLocator

    Finds the most likely Location of a point relative to the polygonal components of a geometry, using a tolerance value.

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

    If a point is not clearly in the Interior or Exterior, it is considered to be on the Boundary. In other words, if the point is within the tolerance of the Boundary, it is considered to be on the Boundary; otherwise, whether it is Interior or Exterior is determined directly.

    Constructors

    | Edit this page View Source

    FuzzyPointLocator(Geometry, double)

    Declaration
    public FuzzyPointLocator(Geometry g, double boundaryDistanceTolerance)
    Parameters
    Type Name Description
    Geometry g
    double boundaryDistanceTolerance

    Methods

    | Edit this page View Source

    GetLocation(Coordinate)

    Declaration
    public Location GetLocation(Coordinate pt)
    Parameters
    Type Name Description
    Coordinate pt
    Returns
    Type Description
    Location
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX