Class GeometryMapper.MapOp
Standard implementation of a geometry mapping
Implements
Inherited Members
Namespace: NetTopologySuite.Geometries.Utilities
Assembly: NetTopologySuite.dll
Syntax
public sealed class MapOp : GeometryMapper.IMapOp
Constructors
| Improve this Doc View SourceMapOp(Func<Geometry, Geometry>)
Creates an instance of this class using the provided mapping operation function
Declaration
public MapOp(Func<Geometry, Geometry> mapOp)
Parameters
Type | Name | Description |
---|---|---|
Func<Geometry, Geometry> | mapOp | A mapping operation function |
Methods
| Improve this Doc View SourceMap(Geometry)
Computes a new geometry value.
Declaration
public Geometry Map(Geometry geom)
Parameters
Type | Name | Description |
---|---|---|
Geometry | geom |
Returns
Type | Description |
---|---|
Geometry | A result geometry |