Table of Contents

Class GeometryMapper.MapOp

Namespace
NetTopologySuite.Geometries.Utilities
Assembly
NetTopologySuite.dll

Standard implementation of a geometry mapping

public sealed class GeometryMapper.MapOp : GeometryMapper.IMapOp
Inheritance
GeometryMapper.MapOp
Implements
Inherited Members

Constructors

MapOp(Func<Geometry, Geometry>)

Creates an instance of this class using the provided mapping operation function

public MapOp(Func<Geometry, Geometry> mapOp)

Parameters

mapOp Func<Geometry, Geometry>

A mapping operation function

Methods

Map(Geometry)

Computes a new geometry value.

public Geometry Map(Geometry geom)

Parameters

geom Geometry

Returns

Geometry

A result geometry