| EMS. | |
| Properties | |
| Constructor | |
| EMS. | |
| Functions | |
| getUnits | {String} Returns the units as a string. |
| getAliases | {Array} Returns the array of alias codes. |
| Constants | |
| GEOGRAPHICAL | Geographical projection in degrees. |
| SPHERICAL_MERCATOR | Spherical mercator in metres. |
| Static Functions | |
| getProjection |
EMS.Projection.getProjection = function( code )
| code | {String} is the code to search for. |
{EMS.Projection} Returns the projection if one can be found, will return null if unable to find one.
{String} Returns the units as a string.
getUnits: function()
{Array} Returns the array of alias codes.
getAliases : function()
EMS.Projection.getProjection = function( code )