Class FuzzyPointLocator
Finds the most likely Location of a point relative to
the polygonal components of a geometry, using a tolerance value.
Inheritance
FuzzyPointLocator
Assembly: NetTopologySuite.dll
Syntax
public class FuzzyPointLocator
Constructors
|
Edit this page
View Source
FuzzyPointLocator(Geometry, double)
Declaration
public FuzzyPointLocator(Geometry g, double boundaryDistanceTolerance)
Parameters
Methods
|
Edit this page
View Source
GetLocation(Coordinate)
Declaration
public Location GetLocation(Coordinate pt)
Parameters
Returns