Interface GeometryMapper.IMapOp
An interface for geometry functions used for mapping.
Namespace: NetTopologySuite.Geometries.Utilities
Assembly: NetTopologySuite.dll
Syntax
public interface GeometryMapper.IMapOp
Methods
| Edit this page View SourceMap(Geometry)
Computes a new geometry value.
Declaration
Geometry Map(Geometry g)
Parameters
Type | Name | Description |
---|---|---|
Geometry | g | The input geometry |
Returns
Type | Description |
---|---|
Geometry | A result geometry |