Table of Contents

Class GeometryComponentFilter

Namespace
NetTopologySuite.Geometries
Assembly
NetTopologySuite.dll

An IGeometryComponentFilter implementation that applies filtering with the provided FilterMethod

public class GeometryComponentFilter : IGeometryComponentFilter
Inheritance
GeometryComponentFilter
Implements
Inherited Members

Constructors

GeometryComponentFilter(FilterMethod)

Creates an instance of this class

public GeometryComponentFilter(FilterMethod filterMethod)

Parameters

filterMethod FilterMethod

The filter method to be used

Methods

Filter(Geometry)

public void Filter(Geometry geom)

Parameters

geom Geometry