GetMapImageService Class

地图服务.GetMapImageService(option)

图层图片服务

Fx构造函数

# new GetMapImageService(option)

Zondy.Service.GetMapImageService

参数:
名称 类型 属性 默认值 描述
option Object

属性键值对

mapName String <optional>
null

地图名称

mapType Object <optional>
MapType.Doc

图片的格式

level Number <optional>
0

动态裁图的级数

row Number <optional>
0

行号

col Number <optional>
0

列号

picType String <optional>
gif

图片的格式

picWidth Number <optional>
512

图片的宽度

picHeight Number <optional>
512

图片的高度

xmin Number <optional>
null

矢量图的x坐标最小值

xmax Number <optional>
null

矢量图的x坐标最大值

ymin Number <optional>
null

矢量图的y坐标最小值

ymax Number <optional>
null

矢量图的y坐标最大值

查看源代码 service/Igserver/MRMS/GetMapImageService.js, line 4

继承关系

  • Zondy.Service.MapServiceBase