Search Results for

    Show / Hide Table of Contents

    Interface IPointInAreaLocator

    An interface for classes which determine the Location of points in a Geometry

    Namespace: NetTopologySuite.Algorithm
    Assembly: NetTopologySuite.dll
    Syntax
    public interface IPointInAreaLocator

    Methods

    | Edit this page View Source

    Locate(Coordinate)

    Determines the Location of a point in the Geometry.

    Declaration
    Location Locate(Coordinate p)
    Parameters
    Type Name Description
    Coordinate p

    The point to test

    Returns
    Type Description
    Location

    the location of the point in the geometry

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