Class: CoordinateTransform

Glodon.CIMCube.Utils. CoordinateTransform

坐标转换

new CoordinateTransform()

Methods


<static> epsgTranslate(coordinates, fromProjection, toProjection)

EPSG坐标转换
Parameters:
Name Type Description
coordinates Array.<Number> 源坐标
fromProjection String 源坐标EPSG代号
toProjection String 目标坐标EPSG代号
Returns:
目标坐标
Type
Array.<Number>