# Interface: IOpenMapResponse

地图打开返回成功参数

# Table of contents

# Properties

# Properties

# bounds

Optional bounds: GeoBounds

地图范围(如果通过clipBounds打开,则是clipBounds的范围).


# darkMode

Optional darkMode: boolean

暗黑模式(背景色为黑时).


# dbBounds

Optional dbBounds: GeoBounds

数据库地图范围


# dbid

Optional dbid: string

DbID.


# description

Optional description: string

描述.


# drawBounds

Optional drawBounds: GeoBounds

图形中有数据的范围(此范围是非精确值,精确的数据范围需调用cmdGetDrawBounds去获取)


# fileid

Optional fileid: string

文件唯一ID.


# filename

Optional filename: string

文件名称.


# imageHeight

Optional imageHeight: number

图像类型时图像像素高


# imageLeft

Optional imageLeft: number

图像左上角坐标x


# imageResolution

Optional imageResolution: number

图像分辨率 一个像素单位代表多少地理长度,计算公式为 真实坐标长度 / 图像像素宽


# imageTop

Optional imageTop: number

图像左上角坐标y


# imageWidth

Optional imageWidth: number

图像类型时图像像素宽


# initViewScale

Optional initViewScale: number

初始视图缩放倍数,bounds * initViewScale = dbBounds


# layer

Optional layer: string

图层名称


# layers

Optional layers: any

图层列表.


# layouts

Optional layouts: string[]

所有布局.


# lineWidthDisplay

Optional lineWidthDisplay: boolean

默认是否显示线宽.


# mapBounds

Optional mapBounds: GeoBounds

地图范围(地图的范围,如果没有通过clipBounds打开,则为空).


# mapdependencies

Optional mapdependencies: string

地图依赖项.


# mapfrom

Optional mapfrom: string

地图来源参数.


# mapid

Optional mapid: string

地图ID.


# mapopenway

Optional mapopenway: Memory | GeomRender

地图打开方式(缺省: GeomRender) .


# maptype

Optional maptype: string

地图类型. 为空时表示是cad类型,image表示是图像


# maxzoom

Optional maxzoom: number

图像类型时最大级别


# renderAccuracy

Optional renderAccuracy: number

渲染精度,默认1,有时候图形特别大导致圆或圆弧精度不够时,不够光滑,可以先清空之前的缓存数据,再重新上传时,改变渲染精度来使圆或圆弧光滑些。注:提高精度会导致空间数据文件增大,渲染性能下降


# status

Optional status: string

状态.


# styles

Optional styles: any

图层样式.


# subdependencies

Optional subdependencies: string

地图依赖项(这是子项的设置,与mapdependencies不同的是,这个没有转化为基础图形,有可能还有依赖关系).如与mapdependencies一样的话,则为空


# subfrom

Optional subfrom: string

地图来源参数(这是子项的设置,与mapfrom不同的是,这个没有转化为基础图形,有可能还有依赖关系).如与mapfrom一样的话,则为空


# type

Optional type: string

类型.


# ucsorg

Optional ucsorg: string

ucs基点坐标.


# uploadname

Optional uploadname: string

上传的文件名.


# version

Optional version: string

版本号(缺省: "" ).


# view

Optional view: object

初始视图.

# Type declaration
Name Type Description
bearing? number 初始视图方位角.
center? [number, number] 初始视图中心点.
zoom? number 初始视图级别.

vjmap / Exports / IPointQueryFeatures