Table of Contents

Class GeometryExtracter<T>

Namespace
NetTopologySuite.Geometries.Utilities
Assembly
NetTopologySuite.dll

Extracts the components of type T from a Geometry.

public class GeometryExtracter<T> : IGeometryFilter where T : Geometry

Type Parameters

T
Inheritance
GeometryExtracter<T>
Implements
Inherited Members

Constructors

GeometryExtracter(IList<Geometry>)

Constructs a filter with a list in which to store the elements found.

public GeometryExtracter(IList<Geometry> comps)

Parameters

comps IList<Geometry>

The list to extract into

Methods

Filter(Geometry)

public void Filter(Geometry geom)

Parameters

geom Geometry