Interface IMpuCalculator
An interface for calculating meters-per-unit values
Namespace: OSGeo.MapGuide.MaestroAPI
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public interface IMpuCalculator
Methods
| Improve this Doc View SourceCalculate(String, Double)
Calculates the meters-per-unit value
Declaration
double Calculate(string csWkt, double units)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | csWkt | The coordinate system wkt |
| System.Double | units | The number of units |
Returns
| Type | Description |
|---|---|
| System.Double |