Class GeometryCollectionMapper
Maps the members of a GeometryCollection
into another GeometryCollection via a defined
mapping function.
Inheritance
GeometryCollectionMapper
Assembly: NetTopologySuite.dll
Syntax
public class GeometryCollectionMapper
Constructors
|
Improve this Doc
View Source
GeometryCollectionMapper(Func<Geometry, Geometry>)
Creates an instance of this class
Declaration
public GeometryCollectionMapper(Func<Geometry, Geometry> mapOp)
Parameters
Methods
|
Improve this Doc
View Source
Map(GeometryCollection)
Declaration
public GeometryCollection Map(GeometryCollection gc)
Parameters
Returns
|
Improve this Doc
View Source
Map(GeometryCollection, Func<Geometry, Geometry>)
Declaration
public static GeometryCollection Map(GeometryCollection gc, Func<Geometry, Geometry> op)
Parameters
Returns