Class GeometryExtracter<T>
Extracts the components of type T from a Geometry.
Implements
Inherited Members
Namespace: NetTopologySuite.Geometries.Utilities
Assembly: NetTopologySuite.dll
Syntax
public class GeometryExtracter<T> : IGeometryFilter where T : Geometry
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
| Edit this page View SourceGeometryExtracter(IList<Geometry>)
Constructs a filter with a list in which to store the elements found.
Declaration
public GeometryExtracter(IList<Geometry> comps)
Parameters
| Type | Name | Description |
|---|---|---|
| IList<Geometry> | comps | The list to extract into |
Methods
| Edit this page View SourceFilter(Geometry)
Performs an operation with or on geom.
Declaration
public void Filter(Geometry geom)
Parameters
| Type | Name | Description |
|---|---|---|
| Geometry | geom | A |