|
class | IndexedPointInAreaLocator |
| Determines the location of Coordinates relative to a IPolygonal geometry, using indexing for efficiency. This algorithm is suitable for use in cases where many points will be tested against a given area. Thread-safe and immutable. /summary> <author>Martin Davis</author> More...
|
|
interface | IPointOnGeometryLocator |
| An interface for classes which determine the Location of points in areal geometries. More...
|
|
class | PointOnGeometryLocatorExtensions |
| Static methods for IPointOnGeometryLocator classes
|
|
class | SimplePointInAreaLocator |
| Computes the location of points relative to an areal IGeometry, using a simple O(n) algorithm. This algorithm is suitable for use in cases where only one or a few points will be tested against a given area. /summary> More...
|
|