new CoordinateTransform()
Methods
-
<static> epsgTranslate(coordinates, fromProjection, toProjection)
-
EPSG坐标转换
Parameters:
Name Type Description coordinatesArray.<Number> 源坐标 fromProjectionString 源坐标EPSG代号 toProjectionString 目标坐标EPSG代号 Returns:
目标坐标- Type
- Array.<Number>