Delegate FilterMethod
Delegate function declaration to handle filter operation
Namespace: NetTopologySuite.Geometries
Assembly: NetTopologySuite.dll
Syntax
public delegate void FilterMethod(Geometry geom);
Parameters
Type | Name | Description |
---|---|---|
Geometry | geom | The geometry to filter |