Table of Contents

Interface IPointInAreaLocator

Namespace
NetTopologySuite.Algorithm
Assembly
NetTopologySuite.dll

An interface for classes which determine the Location of points in a Geometry

public interface IPointInAreaLocator

Methods

Locate(Coordinate)

Determines the Location of a point in the Geometry.

Location Locate(Coordinate p)

Parameters

p Coordinate

The point to test

Returns

Location

the location of the point in the geometry