Classes
Type Definitions
-
该函数以
number视图分辨率和Coordinate作为参数调用,返回传入坐标处以投影单位表示的number分辨率。 -
Options{Object}
-
Properties:
Name Type Description codestring SRS 标识符代码,如
EPSG:4326。unitsUnits | undefined 单位。除非为
code定义了 proj4 投影,否则为必需。extentExtent | undefined SRS 的有效范围。
axisOrientationstring
(defaults to 'enu')Proj4 中指定的轴方向。
globalboolean
(defaults to false)投影是否对整个地球有效。
metersPerUnitnumber | undefined SRS 的每单位米数。如果未提供,则使用
units从METERS_PER_UNIT查找表获取每单位米数。worldExtentExtent | undefined SRS 的世界范围。
getPointResolutionGetPointResolution | undefined 确定某点分辨率的函数。该函数以
number视图分辨率和Coordinate作为参数调用,返回传入坐标处以投影单位表示的number分辨率。如果此值为undefined,将使用默认的getPointResolution函数。