Search Results for

    Show / Hide Table of Contents

    Interface IPointOnGeometryLocator

    An interface for classes which determine the Location of points in areal geometries.

    Namespace: NetTopologySuite.Algorithm.Locate
    Assembly: NetTopologySuite.dll
    Syntax
    public interface IPointOnGeometryLocator

    Methods

    | Edit this page View Source

    Locate(Coordinate)

    Determines the Location of a point in an areal 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