Interface IPointInAreaLocator
Namespace: NetTopologySuite.Algorithm
Assembly: NetTopologySuite.dll
Syntax
public interface IPointInAreaLocator
Methods
| Improve this Doc 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 |