Class PointOnGeometryLocatorExtensions
Static methods for IPointOnGeometryLocator classes
Inherited Members
Namespace: NetTopologySuite.Algorithm.Locate
Assembly: NetTopologySuite.dll
Syntax
public static class PointOnGeometryLocatorExtensions
Methods
| Edit this page View SourceIntersects(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 |
|