Interface IGeometryFilter
GeometryCollection
classes support the concept of
applying a IGeometryFilter
to the Geometry
.
The filter is applied to every element Geometry
.
A IGeometryFilter
can either record information about the Geometry
or change the Geometry
in some way.
IGeometryFilter
is an example of the Gang-of-Four Visitor pattern.
Namespace: NetTopologySuite.Geometries
Assembly: NetTopologySuite.dll
Syntax
public interface IGeometryFilter
Methods
| Improve this Doc View SourceFilter(Geometry)
Performs an operation with or on geom
.
Declaration
void Filter(Geometry geom)
Parameters
Type | Name | Description |
---|---|---|
Geometry | geom | A |