Class GeometryComponentFilter
An IGeometryComponentFilter implementation that applies filtering with the provided FilterMethod
Implements
Inherited Members
Namespace: NetTopologySuite.Geometries
Assembly: NetTopologySuite.dll
Syntax
public class GeometryComponentFilter : IGeometryComponentFilter
Constructors
| Improve this Doc View SourceGeometryComponentFilter(FilterMethod)
Creates an instance of this class
Declaration
public GeometryComponentFilter(FilterMethod filterMethod)
Parameters
Type | Name | Description |
---|---|---|
FilterMethod | filterMethod | The filter method to be used |
Methods
| Improve this Doc View SourceFilter(Geometry)
Declaration
public void Filter(Geometry geom)
Parameters
Type | Name | Description |
---|---|---|
Geometry | geom |