Class: IWProjectionUtils

IWProjectionUtils

A helper class to project Miller coordinates to WGS84 and vice versa.

new IWProjectionUtils()

Methods


millerToWgs84(coordinate)

Projects a coordinate from Miller to WGS84 decimal degrees.
Parameters:
Name Type Description
coordinate IWCoordinate a Miller coordinate
Returns:
the WGS84 representation of this coordinate
Type
IWCoordinate

wgs84ToMiller(coordinate)

Projects a coordinate from WGS84 decimal degrees to Miller.
Parameters:
Name Type Description
coordinate IWCoordinate a WGS84 coordinate
Returns:
the Miller representation of this coordinate
Type
IWCoordinate