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 SourceLocate(Coordinate)
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 |