MapWinGeoProc:SpatialReference InitializeGlobalVariables
From MapWindow GIS
InitializeGlobalVariables
Syntax
bool InitializeGlobalVariables(ref string sourceProj, ref string destProj)
Summary
Sets the global projection variables: srcPrj, destPrj, convertToRadians, and convertToDegrees.
Parameters
| sourceProj | The proj4 source projection. |
| destProj | The proj4 destination projection. |
Returns
False if an error was encountered, true otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to SpatialReference
















