Class DiscreteHausdorffDistance.MaxPointDistanceFilter
A coordinate filter that computes the maximum PointPairDistance between points of
an assigned Geometry
and all filtered geometries.
Implements
Inherited Members
Namespace: NetTopologySuite.Algorithm.Distance
Assembly: NetTopologySuite.dll
Syntax
public class DiscreteHausdorffDistance.MaxPointDistanceFilter : ICoordinateFilter
Constructors
| Edit this page View SourceMaxPointDistanceFilter(Geometry)
Creates an instance of this class
Declaration
public MaxPointDistanceFilter(Geometry geom)
Parameters
Type | Name | Description |
---|---|---|
Geometry | geom | A geometry |
Properties
| Edit this page View SourceMaxPointDistance
Gets a value indicating the maximum distance between
an assigned Geometry
and the filtered one.
Declaration
public PointPairDistance MaxPointDistance { get; }
Property Value
Type | Description |
---|---|
PointPairDistance |
Methods
| Edit this page View SourceFilter(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
Type | Name | Description |
---|---|---|
Coordinate | pt |