Interface GeometryMapper.IMapOp
An interface for geometry functions used for mapping.
Namespace: NetTopologySuite.Geometries.Utilities
Assembly: NetTopologySuite.dll
Syntax
public interface IMapOp
Methods
| Improve this Doc 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 |