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
| Improve this Doc 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
| Improve this Doc View SourceFilter(Geometry)
Declaration
public void Filter(Geometry geom)
Parameters
Type | Name | Description |
---|---|---|
Geometry | geom |