Table of Contents

Class GeometryCollectionMapper

Namespace
NetTopologySuite.Geometries.Utilities
Assembly
NetTopologySuite.dll

Maps the members of a GeometryCollection into another GeometryCollection via a defined mapping function.

public class GeometryCollectionMapper
Inheritance
GeometryCollectionMapper
Inherited Members

Constructors

GeometryCollectionMapper(Func<Geometry, Geometry>)

Creates an instance of this class

public GeometryCollectionMapper(Func<Geometry, Geometry> mapOp)

Parameters

mapOp Func<Geometry, Geometry>

Methods

Map(GeometryCollection)

public GeometryCollection Map(GeometryCollection gc)

Parameters

gc GeometryCollection

Returns

GeometryCollection

Map(GeometryCollection, Func<Geometry, Geometry>)

public static GeometryCollection Map(GeometryCollection gc, Func<Geometry, Geometry> op)

Parameters

gc GeometryCollection
op Func<Geometry, Geometry>

Returns

GeometryCollection