Search Results for

    Show / Hide Table of Contents

    Class PointOnGeometryLocatorExtensions

    Static methods for IPointOnGeometryLocator classes

    Inheritance
    object
    PointOnGeometryLocatorExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Algorithm.Locate
    Assembly: NetTopologySuite.dll
    Syntax
    public static class PointOnGeometryLocatorExtensions

    Methods

    | Edit this page View Source

    Intersects(IPointOnGeometryLocator, Coordinate)

    Convenience method to test a point for intersection with a geometry

    The geometry is wrapped in a IPointOnGeometryLocator class.
    Declaration
    public static bool Intersects(IPointOnGeometryLocator locator, Coordinate coordinate)
    Parameters
    Type Name Description
    IPointOnGeometryLocator locator

    The locator to use.

    Coordinate coordinate

    The coordinate to test.

    Returns
    Type Description
    bool

    true if the point is in the interior or boundary of the geometry.

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