Class BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter
Inheritance
BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter
Assembly: NetTopologySuite.dll
Syntax
public class BufferCurveMaximumDistanceFinder.MaxPointDistanceFilter : ICoordinateFilter
Constructors
|
Edit this page
View Source
MaxPointDistanceFilter(Geometry)
Declaration
public MaxPointDistanceFilter(Geometry geom)
Parameters
Properties
|
Edit this page
View Source
MaxPointDistance
Declaration
public PointPairDistance MaxPointDistance { get; }
Property Value
Methods
|
Edit this page
View Source
Filter(Coordinate)
Performs an operation with the provided coord.
Note that there is no guarantee that the input coordinate
is the actual object stored in the source geometry,
so changes to the coordinate object may not be persistent.
Declaration
public void Filter(Coordinate pt)
Parameters
Implements