mars3d 3.4.3 → 3.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mars3d.css +2 -2
- package/dist/mars3d.d.ts +454 -234
- package/dist/mars3d.js +3 -3
- package/package.json +2 -2
package/dist/mars3d.d.ts
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Mars3D三维可视化平台 mars3d
|
|
4
4
|
*
|
|
5
|
-
* 版本信息:v3.4.
|
|
6
|
-
* 编译日期:2022-08-
|
|
5
|
+
* 版本信息:v3.4.6
|
|
6
|
+
* 编译日期:2022-08-29 21:17:57
|
|
7
7
|
* 版权所有:Copyright by 火星科技 http://mars3d.cn
|
|
8
8
|
* 使用单位:免费公开版 ,2022-06-01
|
|
9
9
|
*/
|
|
@@ -1971,8 +1971,8 @@ declare class MapCompare extends BaseControl {
|
|
|
1971
1971
|
*/
|
|
1972
1972
|
declare class MapSplit extends BaseControl {
|
|
1973
1973
|
constructor(options?: {
|
|
1974
|
-
leftLayer?: BaseTileLayer;
|
|
1975
|
-
rightLayer?: BaseTileLayer;
|
|
1974
|
+
leftLayer?: BaseTileLayer | BaseTileLayer[] | any;
|
|
1975
|
+
rightLayer?: BaseTileLayer | BaseTileLayer[] | any;
|
|
1976
1976
|
id?: string | number;
|
|
1977
1977
|
enabled?: boolean;
|
|
1978
1978
|
parentContainer?: HTMLElement;
|
|
@@ -3639,8 +3639,8 @@ declare class BaseGraphic extends BaseClass {
|
|
|
3639
3639
|
* @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
|
|
3640
3640
|
* @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
|
|
3641
3641
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
3642
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
3643
|
-
* @param [options.roll] -
|
|
3642
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
3643
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,-90至90
|
|
3644
3644
|
* @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
|
|
3645
3645
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
3646
3646
|
* @param [options.cancel] - 飞行取消时要执行的函数。
|
|
@@ -5043,10 +5043,10 @@ declare class WaterCombine extends PolygonCombine {
|
|
|
5043
5043
|
constructor(options: {
|
|
5044
5044
|
instances?: {
|
|
5045
5045
|
positions: LngLatPoint[] | Cesium.Cartesian3[] | any[];
|
|
5046
|
-
style?:
|
|
5046
|
+
style?: Water.StyleOptions | any;
|
|
5047
5047
|
attr?: any;
|
|
5048
5048
|
}[];
|
|
5049
|
-
style?:
|
|
5049
|
+
style?: Water.StyleOptions | any;
|
|
5050
5050
|
highlight?: {
|
|
5051
5051
|
type?: string;
|
|
5052
5052
|
};
|
|
@@ -5178,7 +5178,7 @@ declare class ArcFrustum extends BasePointPrimitive {
|
|
|
5178
5178
|
* @param [options.camera.type] - 视角模式类型,包括:'':无、'gs':跟随视角、'dy':第一视角、'sd':上帝视角
|
|
5179
5179
|
* @param [options.camera.radius] - 'gs'跟随视角时的 初始俯仰距离值(单位:米)
|
|
5180
5180
|
* @param [options.camera.heading] - 'gs'跟随视角时的 初始方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
5181
|
-
* @param [options.camera.pitch] - 'gs'跟随视角时的 初始俯仰角度值,绕纬度线旋转角度,
|
|
5181
|
+
* @param [options.camera.pitch] - 'gs'跟随视角时的 初始俯仰角度值,绕纬度线旋转角度, -90至90
|
|
5182
5182
|
* @param [options.camera.followedX = 50] - 'dy'锁定第一视角时,距离运动点的距离(后方)
|
|
5183
5183
|
* @param [options.camera.followedZ = 10] - 'dy'锁定第一视角或'sd'上帝视角时,距离运动点的高度(上方)
|
|
5184
5184
|
* @param [options.camera.offsetX = 0] - 'dy'锁定第一视角时,锁定点的本身的X轴方向(前后)偏移值
|
|
@@ -5534,7 +5534,7 @@ declare namespace Route {
|
|
|
5534
5534
|
* @param [options.camera.type] - 视角模式类型,包括:'':无、'gs':跟随视角、'dy':第一视角、'sd':上帝视角
|
|
5535
5535
|
* @param [options.camera.radius] - 'gs'跟随视角时的 初始俯仰距离值(单位:米)
|
|
5536
5536
|
* @param [options.camera.heading] - 'gs'跟随视角时的 初始方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
5537
|
-
* @param [options.camera.pitch] - 'gs'跟随视角时的 初始俯仰角度值,绕纬度线旋转角度,
|
|
5537
|
+
* @param [options.camera.pitch] - 'gs'跟随视角时的 初始俯仰角度值,绕纬度线旋转角度, -90至90
|
|
5538
5538
|
* @param [options.camera.followedX = 50] - 'dy'锁定第一视角时,距离运动点的距离(后方)
|
|
5539
5539
|
* @param [options.camera.followedZ = 10] - 'dy'锁定第一视角或'sd'上帝视角时,距离运动点的高度(上方)
|
|
5540
5540
|
* @param [options.camera.offsetX = 0] - 'dy'锁定第一视角时,锁定点的本身的X轴方向(前后)偏移值
|
|
@@ -7568,7 +7568,7 @@ declare class BoxEntity extends BasePointEntity {
|
|
|
7568
7568
|
declare namespace CanvasLabelEntity {
|
|
7569
7569
|
/**
|
|
7570
7570
|
* Canvas 文本点(label转图片) 支持的样式信息
|
|
7571
|
-
* @property [text = "文字"] -
|
|
7571
|
+
* @property [text = "文字"] - 文本内容 (提示:暂不支持换行)
|
|
7572
7572
|
* @property [scale = 1.0] - 指定缩放比例。
|
|
7573
7573
|
* @property [horizontalOrigin] - 横向方向的定位
|
|
7574
7574
|
* @property [verticalOrigin] - 垂直方向的定位
|
|
@@ -7912,8 +7912,8 @@ declare class CircleEntity extends BasePointEntity {
|
|
|
7912
7912
|
* @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
|
|
7913
7913
|
* @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
|
|
7914
7914
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
7915
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
7916
|
-
* @param [options.roll] -
|
|
7915
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
7916
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,-90至90
|
|
7917
7917
|
* @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
|
|
7918
7918
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
7919
7919
|
* @param [options.cancel] - 飞行取消时要执行的函数。
|
|
@@ -9508,8 +9508,8 @@ declare class ModelEntity extends BasePointEntity {
|
|
|
9508
9508
|
* @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
|
|
9509
9509
|
* @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
|
|
9510
9510
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
9511
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
9512
|
-
* @param [options.roll] -
|
|
9511
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
9512
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,-90至90
|
|
9513
9513
|
* @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
|
|
9514
9514
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
9515
9515
|
* @param [options.cancel] - 飞行取消时要执行的函数。
|
|
@@ -9698,8 +9698,8 @@ declare class PathEntity extends BasePointEntity {
|
|
|
9698
9698
|
* @param [options = {}] - 具有以下属性的对象:
|
|
9699
9699
|
* @param [options.radius] - 相机距离目标点的距离(单位:米)
|
|
9700
9700
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
9701
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
9702
|
-
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
9701
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
9702
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
9703
9703
|
* @param [options.duration] - 飞行持续时间(秒)。如果省略,内部会根据飞行距离计算出理想的飞行时间。
|
|
9704
9704
|
* @param [options.endTransform] - 表示飞行完成后摄像机将位于的参考帧的变换矩阵。
|
|
9705
9705
|
* @param [options.maximumHeight] - 飞行高峰时的最大高度。
|
|
@@ -10646,8 +10646,8 @@ declare class RectangleEntity extends BasePolyEntity {
|
|
|
10646
10646
|
* @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
|
|
10647
10647
|
* @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
|
|
10648
10648
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
10649
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
10650
|
-
* @param [options.roll] -
|
|
10649
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
10650
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,-90至90
|
|
10651
10651
|
* @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
|
|
10652
10652
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
10653
10653
|
* @param [options.cancel] - 飞行取消时要执行的函数。
|
|
@@ -12891,7 +12891,7 @@ declare class BasePrimitive extends BaseGraphic {
|
|
|
12891
12891
|
*/
|
|
12892
12892
|
readonly uniforms: any | undefined;
|
|
12893
12893
|
/**
|
|
12894
|
-
* 附加的label
|
|
12894
|
+
* 附加的label文本对象(仅基础primitive支持,如Combine对象不支持)
|
|
12895
12895
|
*/
|
|
12896
12896
|
readonly label: Cesium.Label | any;
|
|
12897
12897
|
/**
|
|
@@ -12965,6 +12965,11 @@ declare class BasePrimitive extends BaseGraphic {
|
|
|
12965
12965
|
* @param options.position - 坐标位置
|
|
12966
12966
|
* @param options.style - 样式信息
|
|
12967
12967
|
* @param [options.attr] - 附件的属性信息,可以任意附加属性,导出geojson或json时会自动处理导出。
|
|
12968
|
+
* @param [options.forwardExtrapolationType = Cesium.ExtrapolationType.HOLD] - 当使用addDynamicPosition设置为动画轨迹位置时,在任何可用坐标之后一次请求值时要执行的推断类型,默认为最后一个坐标位置。
|
|
12969
|
+
* @param [options.backwardExtrapolationType = Cesium.ExtrapolationType.HOLD] - 当使用addDynamicPosition设置为动画轨迹位置时, 在任何可用坐标之前一次请求值时要执行的推断类型,默认为第一个坐标位置。
|
|
12970
|
+
* @param [options.clampToTileset] - 当使用addDynamicPosition设置为动画轨迹位置时,是否进行贴模型。
|
|
12971
|
+
* @param [options.frameRateHeight = 30] - 当使用addDynamicPosition设置为动画轨迹位置时,并clampToTileset:true时,多少帧计算一次贴模型高度
|
|
12972
|
+
* @param [options.objectsToExclude] - 当使用addDynamicPosition设置为动画轨迹位置时,并clampToTileset:true时,排除的不进行贴模型计算的模型对象,可以是: primitives, entities, 或 3D Tiles features
|
|
12968
12973
|
* @param [options.popup] - 绑定的popup弹窗值,也可以bindPopup方法绑定
|
|
12969
12974
|
* @param [options.popupOptions] - popup弹窗时的配置参数,也支持如pointerEvents等{@link Popup}构造参数
|
|
12970
12975
|
* @param [options.tooltip] - 绑定的tooltip弹窗值,也可以bindTooltip方法绑
|
|
@@ -12981,6 +12986,11 @@ declare class BillboardPrimitive extends BasePointPrimitive {
|
|
|
12981
12986
|
position: LngLatPoint | Cesium.Cartesian3 | number[];
|
|
12982
12987
|
style: BillboardEntity.StyleOptions | any;
|
|
12983
12988
|
attr?: any;
|
|
12989
|
+
forwardExtrapolationType?: Cesium.ExtrapolationType;
|
|
12990
|
+
backwardExtrapolationType?: Cesium.ExtrapolationType;
|
|
12991
|
+
clampToTileset?: boolean;
|
|
12992
|
+
frameRateHeight?: number;
|
|
12993
|
+
objectsToExclude?: any;
|
|
12984
12994
|
popup?: string | any[] | ((...params: any[]) => any);
|
|
12985
12995
|
popupOptions?: Popup.StyleOptions | any;
|
|
12986
12996
|
tooltip?: string | any[] | ((...params: any[]) => any);
|
|
@@ -13310,8 +13320,8 @@ declare class CirclePrimitive extends BasePointPrimitive {
|
|
|
13310
13320
|
* @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
|
|
13311
13321
|
* @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
|
|
13312
13322
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
13313
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
13314
|
-
* @param [options.roll] -
|
|
13323
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
13324
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,-90至90
|
|
13315
13325
|
* @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
|
|
13316
13326
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
13317
13327
|
* @param [options.cancel] - 飞行取消时要执行的函数。
|
|
@@ -14378,6 +14388,11 @@ declare namespace LabelPrimitive {
|
|
|
14378
14388
|
* @param options.position - 坐标位置
|
|
14379
14389
|
* @param options.style - 样式信息
|
|
14380
14390
|
* @param [options.attr] - 附件的属性信息,可以任意附加属性,导出geojson或json时会自动处理导出。
|
|
14391
|
+
* @param [options.forwardExtrapolationType = Cesium.ExtrapolationType.HOLD] - 当使用addDynamicPosition设置为动画轨迹位置时,在任何可用坐标之后一次请求值时要执行的推断类型,默认为最后一个坐标位置。
|
|
14392
|
+
* @param [options.backwardExtrapolationType = Cesium.ExtrapolationType.HOLD] - 当使用addDynamicPosition设置为动画轨迹位置时, 在任何可用坐标之前一次请求值时要执行的推断类型,默认为第一个坐标位置。
|
|
14393
|
+
* @param [options.clampToTileset] - 当使用addDynamicPosition设置为动画轨迹位置时,是否进行贴模型。
|
|
14394
|
+
* @param [options.frameRateHeight = 30] - 当使用addDynamicPosition设置为动画轨迹位置时,并clampToTileset:true时,多少帧计算一次贴模型高度
|
|
14395
|
+
* @param [options.objectsToExclude] - 当使用addDynamicPosition设置为动画轨迹位置时,并clampToTileset:true时,排除的不进行贴模型计算的模型对象,可以是: primitives, entities, 或 3D Tiles features
|
|
14381
14396
|
* @param [options.popup] - 绑定的popup弹窗值,也可以bindPopup方法绑定
|
|
14382
14397
|
* @param [options.popupOptions] - popup弹窗时的配置参数,也支持如pointerEvents等{@link Popup}构造参数
|
|
14383
14398
|
* @param [options.tooltip] - 绑定的tooltip弹窗值,也可以bindTooltip方法绑
|
|
@@ -14394,6 +14409,11 @@ declare class LabelPrimitive extends BasePointPrimitive {
|
|
|
14394
14409
|
position: LngLatPoint | Cesium.Cartesian3 | number[];
|
|
14395
14410
|
style: LabelPrimitive.StyleOptions | any;
|
|
14396
14411
|
attr?: any;
|
|
14412
|
+
forwardExtrapolationType?: Cesium.ExtrapolationType;
|
|
14413
|
+
backwardExtrapolationType?: Cesium.ExtrapolationType;
|
|
14414
|
+
clampToTileset?: boolean;
|
|
14415
|
+
frameRateHeight?: number;
|
|
14416
|
+
objectsToExclude?: any;
|
|
14397
14417
|
popup?: string | any[] | ((...params: any[]) => any);
|
|
14398
14418
|
popupOptions?: Popup.StyleOptions | any;
|
|
14399
14419
|
tooltip?: string | any[] | ((...params: any[]) => any);
|
|
@@ -14959,6 +14979,11 @@ declare namespace PointPrimitive {
|
|
|
14959
14979
|
* @param options.style - 样式信息
|
|
14960
14980
|
* @param [options.attr] - 附件的属性信息,可以任意附加属性,导出geojson或json时会自动处理导出。
|
|
14961
14981
|
* @param [options.frameRate = 1] - 当postion为CallbackProperty时,多少帧获取一次数据。用于控制效率,如果卡顿就把该数值调大一些。
|
|
14982
|
+
* @param [options.forwardExtrapolationType = Cesium.ExtrapolationType.HOLD] - 当使用addDynamicPosition设置为动画轨迹位置时,在任何可用坐标之后一次请求值时要执行的推断类型,默认为最后一个坐标位置。
|
|
14983
|
+
* @param [options.backwardExtrapolationType = Cesium.ExtrapolationType.HOLD] - 当使用addDynamicPosition设置为动画轨迹位置时, 在任何可用坐标之前一次请求值时要执行的推断类型,默认为第一个坐标位置。
|
|
14984
|
+
* @param [options.clampToTileset] - 当使用addDynamicPosition设置为动画轨迹位置时,是否进行贴模型。
|
|
14985
|
+
* @param [options.frameRateHeight = 30] - 当使用addDynamicPosition设置为动画轨迹位置时,并clampToTileset:true时,多少帧计算一次贴模型高度
|
|
14986
|
+
* @param [options.objectsToExclude] - 当使用addDynamicPosition设置为动画轨迹位置时,并clampToTileset:true时,排除的不进行贴模型计算的模型对象,可以是: primitives, entities, 或 3D Tiles features
|
|
14962
14987
|
* @param [options.popup] - 绑定的popup弹窗值,也可以bindPopup方法绑定
|
|
14963
14988
|
* @param [options.popupOptions] - popup弹窗时的配置参数,也支持如pointerEvents等{@link Popup}构造参数
|
|
14964
14989
|
* @param [options.tooltip] - 绑定的tooltip弹窗值,也可以bindTooltip方法绑
|
|
@@ -14976,6 +15001,11 @@ declare class PointPrimitive extends BasePointPrimitive {
|
|
|
14976
15001
|
style: PointPrimitive.StyleOptions | any;
|
|
14977
15002
|
attr?: any;
|
|
14978
15003
|
frameRate?: number;
|
|
15004
|
+
forwardExtrapolationType?: Cesium.ExtrapolationType;
|
|
15005
|
+
backwardExtrapolationType?: Cesium.ExtrapolationType;
|
|
15006
|
+
clampToTileset?: boolean;
|
|
15007
|
+
frameRateHeight?: number;
|
|
15008
|
+
objectsToExclude?: any;
|
|
14979
15009
|
popup?: string | any[] | ((...params: any[]) => any);
|
|
14980
15010
|
popupOptions?: Popup.StyleOptions | any;
|
|
14981
15011
|
tooltip?: string | any[] | ((...params: any[]) => any);
|
|
@@ -16014,9 +16044,9 @@ declare namespace BaseGraphicLayer {
|
|
|
16014
16044
|
* @param options.center.lng - 经度值, 180 - 180
|
|
16015
16045
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
16016
16046
|
* @param [options.center.alt] - 高度值
|
|
16017
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
16018
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
16019
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
16047
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
16048
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
16049
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
16020
16050
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
16021
16051
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
16022
16052
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -16238,9 +16268,9 @@ declare class BaseGraphicLayer extends BaseLayer {
|
|
|
16238
16268
|
* @param options.center.lng - 经度值, 180 - 180
|
|
16239
16269
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
16240
16270
|
* @param [options.center.alt] - 高度值
|
|
16241
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
16242
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
16243
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
16271
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
16272
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
16273
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
16244
16274
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
16245
16275
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
16246
16276
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -16492,9 +16522,9 @@ declare namespace CzmGeoJsonLayer {
|
|
|
16492
16522
|
* @param options.center.lng - 经度值, 180 - 180
|
|
16493
16523
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
16494
16524
|
* @param [options.center.alt] - 高度值
|
|
16495
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
16496
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
16497
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
16525
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
16526
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
16527
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
16498
16528
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
16499
16529
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
16500
16530
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -16685,9 +16715,9 @@ declare class CzmGeoJsonLayer extends BaseGraphicLayer {
|
|
|
16685
16715
|
* @param options.center.lng - 经度值, 180 - 180
|
|
16686
16716
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
16687
16717
|
* @param [options.center.alt] - 高度值
|
|
16688
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
16689
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
16690
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
16718
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
16719
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
16720
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
16691
16721
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
16692
16722
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
16693
16723
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -16793,9 +16823,9 @@ declare class CzmlLayer extends CzmGeoJsonLayer {
|
|
|
16793
16823
|
* @param options.center.lng - 经度值, 180 - 180
|
|
16794
16824
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
16795
16825
|
* @param [options.center.alt] - 高度值
|
|
16796
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
16797
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
16798
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
16826
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
16827
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
16828
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
16799
16829
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
16800
16830
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
16801
16831
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -16892,7 +16922,7 @@ declare class KmlLayer extends CzmGeoJsonLayer {
|
|
|
16892
16922
|
* @param [options.maximumLevel] - 图层所支持的最大层级,当地图大于该级别时,平台不去请求服务数据。
|
|
16893
16923
|
* @param options.rectangle - 瓦片数据的矩形区域范围
|
|
16894
16924
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
16895
|
-
* @param options.rectangle.xmax -
|
|
16925
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
16896
16926
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
16897
16927
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
16898
16928
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -16942,9 +16972,9 @@ declare class KmlLayer extends CzmGeoJsonLayer {
|
|
|
16942
16972
|
* @param options.center.lng - 经度值, 180 - 180
|
|
16943
16973
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
16944
16974
|
* @param [options.center.alt] - 高度值
|
|
16945
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
16946
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
16947
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
16975
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
16976
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
16977
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
16948
16978
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
16949
16979
|
*/
|
|
16950
16980
|
declare class ArcGisWfsLayer extends LodGraphicLayer {
|
|
@@ -17071,9 +17101,9 @@ declare class ArcGisWfsLayer extends LodGraphicLayer {
|
|
|
17071
17101
|
* @param options.center.lng - 经度值, 180 - 180
|
|
17072
17102
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
17073
17103
|
* @param [options.center.alt] - 高度值
|
|
17074
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
17075
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
17076
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
17104
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
17105
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
17106
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
17077
17107
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
17078
17108
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
17079
17109
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -17171,7 +17201,7 @@ declare class ArcGisWfsSingleLayer extends GeoJsonLayer {
|
|
|
17171
17201
|
* @param [options.lngColumn = "lng"] - 点坐标时,经度值对应的字段名称
|
|
17172
17202
|
* @param [options.latColumn = "lat"] - 点坐标时,纬度值对应的字段名称
|
|
17173
17203
|
* @param [options.altColumn = "alt"] - 点坐标时,高度值对应的字段名称
|
|
17174
|
-
* @param [options.formatPosition] -
|
|
17204
|
+
* @param [options.formatPosition] - 可以对加载的坐标进行格式化或转换操作
|
|
17175
17205
|
* @param [options.onCreateGraphic] - 解析geojson后,外部自定义方法来创建Graphic对象
|
|
17176
17206
|
* @param [options.allowDrillPick] - 是否允许鼠标穿透拾取
|
|
17177
17207
|
* @param [options.opacity = 1.0] - 透明度(部分图层),取值范围:0.0-1.0
|
|
@@ -17220,9 +17250,9 @@ declare class ArcGisWfsSingleLayer extends GeoJsonLayer {
|
|
|
17220
17250
|
* @param options.center.lng - 经度值, 180 - 180
|
|
17221
17251
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
17222
17252
|
* @param [options.center.alt] - 高度值
|
|
17223
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
17224
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
17225
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
17253
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
17254
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
17255
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
17226
17256
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
17227
17257
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
17228
17258
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -17329,7 +17359,7 @@ declare class BusineDataLayer extends GraphicLayer {
|
|
|
17329
17359
|
* @param [options.maximumLevel] - 图层所支持的最大层级,当地图大于该级别时,平台不去请求服务数据。
|
|
17330
17360
|
* @param options.rectangle - 瓦片数据的矩形区域范围
|
|
17331
17361
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
17332
|
-
* @param options.rectangle.xmax -
|
|
17362
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
17333
17363
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
17334
17364
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
17335
17365
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -17358,9 +17388,9 @@ declare class BusineDataLayer extends GraphicLayer {
|
|
|
17358
17388
|
* @param options.center.lng - 经度值, 180 - 180
|
|
17359
17389
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
17360
17390
|
* @param [options.center.alt] - 高度值
|
|
17361
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
17362
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
17363
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
17391
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
17392
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
17393
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
17364
17394
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
17365
17395
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
17366
17396
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -17557,9 +17587,9 @@ declare namespace GeoJsonLayer {
|
|
|
17557
17587
|
* @param options.center.lng - 经度值, 180 - 180
|
|
17558
17588
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
17559
17589
|
* @param [options.center.alt] - 高度值
|
|
17560
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
17561
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
17562
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
17590
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
17591
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
17592
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
17563
17593
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
17564
17594
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
17565
17595
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -17679,9 +17709,9 @@ declare class GeoJsonLayer extends GraphicLayer {
|
|
|
17679
17709
|
* @param options.center.lng - 经度值, 180 - 180
|
|
17680
17710
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
17681
17711
|
* @param [options.center.alt] - 高度值
|
|
17682
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
17683
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
17684
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
17712
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
17713
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
17714
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
17685
17715
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
17686
17716
|
*/
|
|
17687
17717
|
declare class GraphicGroupLayer extends GroupLayer {
|
|
@@ -17972,9 +18002,9 @@ declare namespace GraphicLayer {
|
|
|
17972
18002
|
* @param options.center.lng - 经度值, 180 - 180
|
|
17973
18003
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
17974
18004
|
* @param [options.center.alt] - 高度值
|
|
17975
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
17976
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
17977
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
18005
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
18006
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
18007
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
17978
18008
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
17979
18009
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
17980
18010
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -18337,9 +18367,9 @@ declare class GraphicLayer extends BaseGraphicLayer {
|
|
|
18337
18367
|
* @param options.center.lng - 经度值, 180 - 180
|
|
18338
18368
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
18339
18369
|
* @param [options.center.alt] - 高度值
|
|
18340
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
18341
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
18342
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
18370
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
18371
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
18372
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
18343
18373
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
18344
18374
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
18345
18375
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -18435,7 +18465,7 @@ declare namespace LodGraphicLayer {
|
|
|
18435
18465
|
* @param [options.maximumLevel] - 图层所支持的最大层级,当地图大于该级别时,平台不去请求服务数据。
|
|
18436
18466
|
* @param options.rectangle - 瓦片数据的矩形区域范围
|
|
18437
18467
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
18438
|
-
* @param options.rectangle.xmax -
|
|
18468
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
18439
18469
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
18440
18470
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
18441
18471
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -18477,9 +18507,9 @@ declare namespace LodGraphicLayer {
|
|
|
18477
18507
|
* @param options.center.lng - 经度值, 180 - 180
|
|
18478
18508
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
18479
18509
|
* @param [options.center.alt] - 高度值
|
|
18480
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
18481
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
18482
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
18510
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
18511
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
18512
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
18483
18513
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
18484
18514
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
18485
18515
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -18626,9 +18656,9 @@ declare class LodGraphicLayer extends GraphicLayer {
|
|
|
18626
18656
|
* @param options.center.lng - 经度值, 180 - 180
|
|
18627
18657
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
18628
18658
|
* @param [options.center.alt] - 高度值
|
|
18629
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
18630
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
18631
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
18659
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
18660
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
18661
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
18632
18662
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
18633
18663
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
18634
18664
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -18827,9 +18857,9 @@ declare namespace TilesetLayer {
|
|
|
18827
18857
|
* @param options.center.lng - 经度值, 180 - 180
|
|
18828
18858
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
18829
18859
|
* @param [options.center.alt] - 高度值
|
|
18830
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
18831
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
18832
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
18860
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
18861
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
18862
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
18833
18863
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
18834
18864
|
*/
|
|
18835
18865
|
declare class TilesetLayer extends BaseGraphicLayer {
|
|
@@ -19198,7 +19228,7 @@ declare class TilesetLayer extends BaseGraphicLayer {
|
|
|
19198
19228
|
* @param [options.maximumLevel] - 图层所支持的最大层级,当地图大于该级别时,平台不去请求服务数据。
|
|
19199
19229
|
* @param options.rectangle - 瓦片数据的矩形区域范围
|
|
19200
19230
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
19201
|
-
* @param options.rectangle.xmax -
|
|
19231
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
19202
19232
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
19203
19233
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
19204
19234
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -19250,9 +19280,9 @@ declare class TilesetLayer extends BaseGraphicLayer {
|
|
|
19250
19280
|
* @param options.center.lng - 经度值, 180 - 180
|
|
19251
19281
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
19252
19282
|
* @param [options.center.alt] - 高度值
|
|
19253
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
19254
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
19255
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
19283
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
19284
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
19285
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
19256
19286
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
19257
19287
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
19258
19288
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -19367,9 +19397,9 @@ declare class WfsLayer extends LodGraphicLayer {
|
|
|
19367
19397
|
* @param options.center.lng - 经度值, 180 - 180
|
|
19368
19398
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
19369
19399
|
* @param [options.center.alt] - 高度值
|
|
19370
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
19371
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
19372
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
19400
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
19401
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
19402
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
19373
19403
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
19374
19404
|
*/
|
|
19375
19405
|
declare class GroupLayer extends BaseGraphicLayer {
|
|
@@ -19542,7 +19572,7 @@ declare class TerrainLayer extends BaseLayer {
|
|
|
19542
19572
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
19543
19573
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
19544
19574
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
19545
|
-
* @param options.rectangle.xmax -
|
|
19575
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
19546
19576
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
19547
19577
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
19548
19578
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -19584,9 +19614,9 @@ declare class TerrainLayer extends BaseLayer {
|
|
|
19584
19614
|
* @param options.center.lng - 经度值, 180 - 180
|
|
19585
19615
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
19586
19616
|
* @param [options.center.alt] - 高度值
|
|
19587
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
19588
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
19589
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
19617
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
19618
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
19619
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
19590
19620
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
19591
19621
|
*/
|
|
19592
19622
|
declare class ArcGisCacheLayer extends BaseTileLayer {
|
|
@@ -19701,7 +19731,7 @@ declare namespace ArcGisLayer {
|
|
|
19701
19731
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
19702
19732
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
19703
19733
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
19704
|
-
* @param options.rectangle.xmax -
|
|
19734
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
19705
19735
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
19706
19736
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
19707
19737
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -19746,9 +19776,9 @@ declare namespace ArcGisLayer {
|
|
|
19746
19776
|
* @param options.center.lng - 经度值, 180 - 180
|
|
19747
19777
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
19748
19778
|
* @param [options.center.alt] - 高度值
|
|
19749
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
19750
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
19751
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
19779
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
19780
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
19781
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
19752
19782
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
19753
19783
|
*/
|
|
19754
19784
|
declare class ArcGisLayer extends BaseTileLayer {
|
|
@@ -19893,7 +19923,7 @@ declare class ArcGisLayer extends BaseTileLayer {
|
|
|
19893
19923
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
19894
19924
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
19895
19925
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
19896
|
-
* @param options.rectangle.xmax -
|
|
19926
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
19897
19927
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
19898
19928
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
19899
19929
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -19935,9 +19965,9 @@ declare class ArcGisLayer extends BaseTileLayer {
|
|
|
19935
19965
|
* @param options.center.lng - 经度值, 180 - 180
|
|
19936
19966
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
19937
19967
|
* @param [options.center.alt] - 高度值
|
|
19938
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
19939
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
19940
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
19968
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
19969
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
19970
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
19941
19971
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
19942
19972
|
*/
|
|
19943
19973
|
declare class ArcGisTileLayer extends BaseTileLayer {
|
|
@@ -20034,7 +20064,7 @@ declare class ArcGisTileLayer extends BaseTileLayer {
|
|
|
20034
20064
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
20035
20065
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
20036
20066
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
20037
|
-
* @param options.rectangle.xmax -
|
|
20067
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
20038
20068
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
20039
20069
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
20040
20070
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -20072,9 +20102,9 @@ declare class ArcGisTileLayer extends BaseTileLayer {
|
|
|
20072
20102
|
* @param options.center.lng - 经度值, 180 - 180
|
|
20073
20103
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
20074
20104
|
* @param [options.center.alt] - 高度值
|
|
20075
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
20076
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
20077
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
20105
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
20106
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
20107
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
20078
20108
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
20079
20109
|
*/
|
|
20080
20110
|
declare class BaiduLayer extends BaseTileLayer {
|
|
@@ -20197,7 +20227,7 @@ declare namespace BaseTileLayer {
|
|
|
20197
20227
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
20198
20228
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
20199
20229
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
20200
|
-
* @param options.rectangle.xmax -
|
|
20230
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
20201
20231
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
20202
20232
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
20203
20233
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -20240,9 +20270,9 @@ declare namespace BaseTileLayer {
|
|
|
20240
20270
|
* @param options.center.lng - 经度值, 180 - 180
|
|
20241
20271
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
20242
20272
|
* @param [options.center.alt] - 高度值
|
|
20243
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
20244
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
20245
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
20273
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
20274
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
20275
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
20246
20276
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
20247
20277
|
*/
|
|
20248
20278
|
declare class BaseTileLayer extends BaseLayer {
|
|
@@ -20455,7 +20485,7 @@ declare class BaseTileLayer extends BaseLayer {
|
|
|
20455
20485
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
20456
20486
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
20457
20487
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
20458
|
-
* @param options.rectangle.xmax -
|
|
20488
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
20459
20489
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
20460
20490
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
20461
20491
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -20498,9 +20528,9 @@ declare class BaseTileLayer extends BaseLayer {
|
|
|
20498
20528
|
* @param options.center.lng - 经度值, 180 - 180
|
|
20499
20529
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
20500
20530
|
* @param [options.center.alt] - 高度值
|
|
20501
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
20502
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
20503
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
20531
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
20532
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
20533
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
20504
20534
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
20505
20535
|
*/
|
|
20506
20536
|
declare class BingLayer extends BaseTileLayer {
|
|
@@ -20597,7 +20627,7 @@ declare class BingLayer extends BaseTileLayer {
|
|
|
20597
20627
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
20598
20628
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
20599
20629
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
20600
|
-
* @param options.rectangle.xmax -
|
|
20630
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
20601
20631
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
20602
20632
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
20603
20633
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -20610,9 +20640,9 @@ declare class BingLayer extends BaseTileLayer {
|
|
|
20610
20640
|
* @param options.center.lng - 经度值, 180 - 180
|
|
20611
20641
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
20612
20642
|
* @param [options.center.alt] - 高度值
|
|
20613
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
20614
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
20615
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
20643
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
20644
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
20645
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
20616
20646
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
20617
20647
|
*/
|
|
20618
20648
|
declare class EmptyTileLayer extends BaseTileLayer {
|
|
@@ -20682,7 +20712,7 @@ declare class EmptyTileLayer extends BaseTileLayer {
|
|
|
20682
20712
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
20683
20713
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
20684
20714
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
20685
|
-
* @param options.rectangle.xmax -
|
|
20715
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
20686
20716
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
20687
20717
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
20688
20718
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -20723,9 +20753,9 @@ declare class EmptyTileLayer extends BaseTileLayer {
|
|
|
20723
20753
|
* @param options.center.lng - 经度值, 180 - 180
|
|
20724
20754
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
20725
20755
|
* @param [options.center.alt] - 高度值
|
|
20726
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
20727
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
20728
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
20756
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
20757
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
20758
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
20729
20759
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
20730
20760
|
*/
|
|
20731
20761
|
declare class GaodeLayer extends BaseTileLayer {
|
|
@@ -20812,7 +20842,7 @@ declare class GaodeLayer extends BaseTileLayer {
|
|
|
20812
20842
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
20813
20843
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
20814
20844
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
20815
|
-
* @param options.rectangle.xmax -
|
|
20845
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
20816
20846
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
20817
20847
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
20818
20848
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -20854,9 +20884,9 @@ declare class GaodeLayer extends BaseTileLayer {
|
|
|
20854
20884
|
* @param options.center.lng - 经度值, 180 - 180
|
|
20855
20885
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
20856
20886
|
* @param [options.center.alt] - 高度值
|
|
20857
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
20858
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
20859
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
20887
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
20888
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
20889
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
20860
20890
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
20861
20891
|
*/
|
|
20862
20892
|
declare class GeeLayer extends BaseTileLayer {
|
|
@@ -20949,7 +20979,7 @@ declare class GeeLayer extends BaseTileLayer {
|
|
|
20949
20979
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
20950
20980
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
20951
20981
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
20952
|
-
* @param options.rectangle.xmax -
|
|
20982
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
20953
20983
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
20954
20984
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
20955
20985
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -20991,9 +21021,9 @@ declare class GeeLayer extends BaseTileLayer {
|
|
|
20991
21021
|
* @param options.center.lng - 经度值, 180 - 180
|
|
20992
21022
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
20993
21023
|
* @param [options.center.alt] - 高度值
|
|
20994
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
20995
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
20996
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
21024
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
21025
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
21026
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
20997
21027
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
20998
21028
|
*/
|
|
20999
21029
|
declare class GoogleLayer extends BaseTileLayer {
|
|
@@ -21084,7 +21114,7 @@ declare class GoogleLayer extends BaseTileLayer {
|
|
|
21084
21114
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
21085
21115
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
21086
21116
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
21087
|
-
* @param options.rectangle.xmax -
|
|
21117
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
21088
21118
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
21089
21119
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
21090
21120
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -21118,9 +21148,9 @@ declare class GoogleLayer extends BaseTileLayer {
|
|
|
21118
21148
|
* @param options.center.lng - 经度值, 180 - 180
|
|
21119
21149
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
21120
21150
|
* @param [options.center.alt] - 高度值
|
|
21121
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
21122
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
21123
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
21151
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
21152
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
21153
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
21124
21154
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
21125
21155
|
*/
|
|
21126
21156
|
declare class GridLayer extends BaseTileLayer {
|
|
@@ -21197,7 +21227,7 @@ declare class GridLayer extends BaseTileLayer {
|
|
|
21197
21227
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
21198
21228
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
21199
21229
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
21200
|
-
* @param options.rectangle.xmax -
|
|
21230
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
21201
21231
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
21202
21232
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
21203
21233
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -21236,9 +21266,9 @@ declare class GridLayer extends BaseTileLayer {
|
|
|
21236
21266
|
* @param options.center.lng - 经度值, 180 - 180
|
|
21237
21267
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
21238
21268
|
* @param [options.center.alt] - 高度值
|
|
21239
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
21240
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
21241
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
21269
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
21270
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
21271
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
21242
21272
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
21243
21273
|
*/
|
|
21244
21274
|
declare class ImageLayer extends BaseTileLayer {
|
|
@@ -21323,7 +21353,7 @@ declare class ImageLayer extends BaseTileLayer {
|
|
|
21323
21353
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
21324
21354
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
21325
21355
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
21326
|
-
* @param options.rectangle.xmax -
|
|
21356
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
21327
21357
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
21328
21358
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
21329
21359
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -21366,9 +21396,9 @@ declare class ImageLayer extends BaseTileLayer {
|
|
|
21366
21396
|
* @param options.center.lng - 经度值, 180 - 180
|
|
21367
21397
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
21368
21398
|
* @param [options.center.alt] - 高度值
|
|
21369
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
21370
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
21371
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
21399
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
21400
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
21401
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
21372
21402
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
21373
21403
|
*/
|
|
21374
21404
|
declare class IonLayer extends BaseTileLayer {
|
|
@@ -21460,7 +21490,7 @@ declare class IonLayer extends BaseTileLayer {
|
|
|
21460
21490
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
21461
21491
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
21462
21492
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
21463
|
-
* @param options.rectangle.xmax -
|
|
21493
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
21464
21494
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
21465
21495
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
21466
21496
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -21503,9 +21533,9 @@ declare class IonLayer extends BaseTileLayer {
|
|
|
21503
21533
|
* @param options.center.lng - 经度值, 180 - 180
|
|
21504
21534
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
21505
21535
|
* @param [options.center.alt] - 高度值
|
|
21506
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
21507
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
21508
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
21536
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
21537
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
21538
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
21509
21539
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
21510
21540
|
*/
|
|
21511
21541
|
declare class MapboxLayer extends BaseTileLayer {
|
|
@@ -21596,7 +21626,7 @@ declare class MapboxLayer extends BaseTileLayer {
|
|
|
21596
21626
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
21597
21627
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
21598
21628
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
21599
|
-
* @param options.rectangle.xmax -
|
|
21629
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
21600
21630
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
21601
21631
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
21602
21632
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -21633,9 +21663,9 @@ declare class MapboxLayer extends BaseTileLayer {
|
|
|
21633
21663
|
* @param options.center.lng - 经度值, 180 - 180
|
|
21634
21664
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
21635
21665
|
* @param [options.center.alt] - 高度值
|
|
21636
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
21637
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
21638
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
21666
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
21667
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
21668
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
21639
21669
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
21640
21670
|
*/
|
|
21641
21671
|
declare class OsmLayer extends BaseTileLayer {
|
|
@@ -21728,7 +21758,7 @@ declare class OsmLayer extends BaseTileLayer {
|
|
|
21728
21758
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
21729
21759
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
21730
21760
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
21731
|
-
* @param options.rectangle.xmax -
|
|
21761
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
21732
21762
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
21733
21763
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
21734
21764
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -21768,9 +21798,9 @@ declare class OsmLayer extends BaseTileLayer {
|
|
|
21768
21798
|
* @param options.center.lng - 经度值, 180 - 180
|
|
21769
21799
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
21770
21800
|
* @param [options.center.alt] - 高度值
|
|
21771
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
21772
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
21773
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
21801
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
21802
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
21803
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
21774
21804
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
21775
21805
|
*/
|
|
21776
21806
|
declare class TdtLayer extends BaseTileLayer {
|
|
@@ -21864,7 +21894,7 @@ declare class TdtLayer extends BaseTileLayer {
|
|
|
21864
21894
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
21865
21895
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
21866
21896
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
21867
|
-
* @param options.rectangle.xmax -
|
|
21897
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
21868
21898
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
21869
21899
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
21870
21900
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -21902,9 +21932,9 @@ declare class TdtLayer extends BaseTileLayer {
|
|
|
21902
21932
|
* @param options.center.lng - 经度值, 180 - 180
|
|
21903
21933
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
21904
21934
|
* @param [options.center.alt] - 高度值
|
|
21905
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
21906
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
21907
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
21935
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
21936
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
21937
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
21908
21938
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
21909
21939
|
*/
|
|
21910
21940
|
declare class TencentLayer extends BaseTileLayer {
|
|
@@ -21988,7 +22018,7 @@ declare class TencentLayer extends BaseTileLayer {
|
|
|
21988
22018
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
21989
22019
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
21990
22020
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
21991
|
-
* @param options.rectangle.xmax -
|
|
22021
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
21992
22022
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
21993
22023
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
21994
22024
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -22020,9 +22050,9 @@ declare class TencentLayer extends BaseTileLayer {
|
|
|
22020
22050
|
* @param options.center.lng - 经度值, 180 - 180
|
|
22021
22051
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
22022
22052
|
* @param [options.center.alt] - 高度值
|
|
22023
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
22024
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
22025
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
22053
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
22054
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
22055
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
22026
22056
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
22027
22057
|
*/
|
|
22028
22058
|
declare class TileInfoLayer extends BaseTileLayer {
|
|
@@ -22094,7 +22124,7 @@ declare class TileInfoLayer extends BaseTileLayer {
|
|
|
22094
22124
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
22095
22125
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
22096
22126
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
22097
|
-
* @param options.rectangle.xmax -
|
|
22127
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
22098
22128
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
22099
22129
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
22100
22130
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -22136,9 +22166,9 @@ declare class TileInfoLayer extends BaseTileLayer {
|
|
|
22136
22166
|
* @param options.center.lng - 经度值, 180 - 180
|
|
22137
22167
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
22138
22168
|
* @param [options.center.alt] - 高度值
|
|
22139
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
22140
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
22141
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
22169
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
22170
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
22171
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
22142
22172
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
22143
22173
|
*/
|
|
22144
22174
|
declare class TmsLayer extends BaseTileLayer {
|
|
@@ -22250,7 +22280,7 @@ declare class TmsLayer extends BaseTileLayer {
|
|
|
22250
22280
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
22251
22281
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
22252
22282
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
22253
|
-
* @param options.rectangle.xmax -
|
|
22283
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
22254
22284
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
22255
22285
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
22256
22286
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -22284,9 +22314,9 @@ declare class TmsLayer extends BaseTileLayer {
|
|
|
22284
22314
|
* @param options.center.lng - 经度值, 180 - 180
|
|
22285
22315
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
22286
22316
|
* @param [options.center.alt] - 高度值
|
|
22287
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
22288
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
22289
|
-
* @param [options.center.roll] -
|
|
22317
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
22318
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
22319
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,-90至90
|
|
22290
22320
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
22291
22321
|
*/
|
|
22292
22322
|
declare class WmsLayer extends BaseTileLayer {
|
|
@@ -22433,7 +22463,7 @@ declare class WmsLayer extends BaseTileLayer {
|
|
|
22433
22463
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
22434
22464
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
22435
22465
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
22436
|
-
* @param options.rectangle.xmax -
|
|
22466
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
22437
22467
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
22438
22468
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
22439
22469
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -22472,9 +22502,9 @@ declare class WmsLayer extends BaseTileLayer {
|
|
|
22472
22502
|
* @param options.center.lng - 经度值, 180 - 180
|
|
22473
22503
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
22474
22504
|
* @param [options.center.alt] - 高度值
|
|
22475
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
22476
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
22477
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
22505
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
22506
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
22507
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
22478
22508
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
22479
22509
|
*/
|
|
22480
22510
|
declare class WmtsLayer extends BaseTileLayer {
|
|
@@ -22609,7 +22639,7 @@ declare class WmtsLayer extends BaseTileLayer {
|
|
|
22609
22639
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
22610
22640
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
22611
22641
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
22612
|
-
* @param options.rectangle.xmax -
|
|
22642
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
22613
22643
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
22614
22644
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
22615
22645
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -22665,9 +22695,9 @@ declare class WmtsLayer extends BaseTileLayer {
|
|
|
22665
22695
|
* @param options.center.lng - 经度值, 180 - 180
|
|
22666
22696
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
22667
22697
|
* @param [options.center.alt] - 高度值
|
|
22668
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
22669
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
22670
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
22698
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
22699
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
22700
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
22671
22701
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
22672
22702
|
*/
|
|
22673
22703
|
declare class XyzLayer extends BaseTileLayer {
|
|
@@ -22930,9 +22960,9 @@ declare namespace Map {
|
|
|
22930
22960
|
* @property center.lng - 经度值, 180 - 180
|
|
22931
22961
|
* @property center.lat - 纬度值, -90 - 90
|
|
22932
22962
|
* @property center.alt - 高度值
|
|
22933
|
-
* @property [center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
22934
|
-
* @property [center.pitch] -
|
|
22935
|
-
* @property [center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
22963
|
+
* @property [center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
22964
|
+
* @property [center.pitch] - 俯仰角度值,绕纬度线旋转角度,-90至90
|
|
22965
|
+
* @property [center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
22936
22966
|
* @property [extent] - 矩形范围 相机视角,与center二选一
|
|
22937
22967
|
* @property extent.xmin - 最小经度值, -180 至 180
|
|
22938
22968
|
* @property extent.xmax - 最大经度值, -180 至 180
|
|
@@ -23848,7 +23878,7 @@ declare class Map extends BaseClass {
|
|
|
23848
23878
|
setPitchRange(max: number, min?: number): void;
|
|
23849
23879
|
/**
|
|
23850
23880
|
* 设置相机pitch值,保持地图中心位置不变。
|
|
23851
|
-
* @param pitch - 俯仰角度值,
|
|
23881
|
+
* @param pitch - 俯仰角度值, -90至90
|
|
23852
23882
|
* @param [options] - 具有以下属性的对象:
|
|
23853
23883
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
23854
23884
|
* @param [options.duration] - 飞行持续时间(秒)。如果省略,内部会根据飞行距离计算出理想的飞行时间。
|
|
@@ -23883,9 +23913,9 @@ declare class Map extends BaseClass {
|
|
|
23883
23913
|
* @param cameraView.lng - 经度值, 180 - 180
|
|
23884
23914
|
* @param cameraView.lat - 纬度值, -90 - 90
|
|
23885
23915
|
* @param [cameraView.alt] - 高度值
|
|
23886
|
-
* @param [cameraView.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
23887
|
-
* @param [cameraView.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
23888
|
-
* @param [cameraView.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
23916
|
+
* @param [cameraView.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
23917
|
+
* @param [cameraView.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
23918
|
+
* @param [cameraView.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
23889
23919
|
* @param [options = {}] - 参数对象:
|
|
23890
23920
|
* @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
|
|
23891
23921
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
@@ -23943,8 +23973,8 @@ declare class Map extends BaseClass {
|
|
|
23943
23973
|
* @param arr.lat - 纬度值, -90 至 90
|
|
23944
23974
|
* @param arr.alt - 高度值
|
|
23945
23975
|
* @param arr.heading - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
23946
|
-
* @param arr.pitch - 俯仰角度值,绕纬度线旋转角度,
|
|
23947
|
-
* @param arr.roll - 翻滚角度值,绕经度线旋转角度,
|
|
23976
|
+
* @param arr.pitch - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
23977
|
+
* @param arr.roll - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
23948
23978
|
* @param [arr.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
|
|
23949
23979
|
* @param [arr.stop = 1] - 该步骤飞行结束的停留时间(单位:秒)。
|
|
23950
23980
|
* @param [arr.onStart] - 该步骤飞行开始前的回调方法
|
|
@@ -24011,8 +24041,8 @@ declare class Map extends BaseClass {
|
|
|
24011
24041
|
* @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
|
|
24012
24042
|
* @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
|
|
24013
24043
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
24014
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
24015
|
-
* @param [options.roll] -
|
|
24044
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
24045
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,-90至90
|
|
24016
24046
|
* @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
|
|
24017
24047
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
24018
24048
|
* @param [options.cancel] - 飞行取消时要执行的函数。
|
|
@@ -24053,8 +24083,8 @@ declare class Map extends BaseClass {
|
|
|
24053
24083
|
* @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
|
|
24054
24084
|
* @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
|
|
24055
24085
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
24056
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
24057
|
-
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
24086
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
24087
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
24058
24088
|
* @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
|
|
24059
24089
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
24060
24090
|
* @param [options.cancel] - 飞行取消时要执行的函数。
|
|
@@ -24099,8 +24129,8 @@ declare class Map extends BaseClass {
|
|
|
24099
24129
|
* @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
|
|
24100
24130
|
* @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
|
|
24101
24131
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
24102
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
24103
|
-
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
24132
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
24133
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
24104
24134
|
* @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
|
|
24105
24135
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
24106
24136
|
* @param [options.cancel] - 飞行取消时要执行的函数。
|
|
@@ -24143,8 +24173,8 @@ declare class Map extends BaseClass {
|
|
|
24143
24173
|
* @param [options = {}] - 具有以下属性的对象:
|
|
24144
24174
|
* @param [options.radius] - 相机距离目标点的距离(单位:米)
|
|
24145
24175
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
24146
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
24147
|
-
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
24176
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
24177
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
24148
24178
|
* @param [options.duration] - 飞行持续时间(秒)。如果省略,内部会根据飞行距离计算出理想的飞行时间。
|
|
24149
24179
|
* @param [options.clampToGround] - 是否贴地对象,true时异步计算实际高度值后进行定位。
|
|
24150
24180
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
@@ -25838,9 +25868,9 @@ declare class TextMaterial extends Cesium.Material {
|
|
|
25838
25868
|
* @param options.center.lng - 经度值, 180 - 180
|
|
25839
25869
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
25840
25870
|
* @param [options.center.alt] - 高度值
|
|
25841
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
25842
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
25843
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
25871
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
25872
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
25873
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
25844
25874
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
25845
25875
|
*/
|
|
25846
25876
|
declare class EchartsLayer extends BaseLayer {
|
|
@@ -25932,7 +25962,7 @@ declare class EchartsLayer extends BaseLayer {
|
|
|
25932
25962
|
* @param [options.positions] - 坐标数据集合(含value热力值),有热力值时,传入LatLngPoint数组,热力值为value字段。示例:[{lat:31.123,lng:103.568,value:1.2},{lat:31.233,lng:103.938,value:2.3}]
|
|
25933
25963
|
* @param [options.rectangle] - 坐标的矩形区域范围,默认内部自动计算
|
|
25934
25964
|
* @param options.rectangle.xmin - 最小经度值
|
|
25935
|
-
* @param options.rectangle.xmax -
|
|
25965
|
+
* @param options.rectangle.xmax - 最大经度值
|
|
25936
25966
|
* @param options.rectangle.ymin - 最小纬度值
|
|
25937
25967
|
* @param options.rectangle.ymax - 最大纬度值
|
|
25938
25968
|
* @param [options.max] - 数据集的value值上限,默认内部计算
|
|
@@ -25963,9 +25993,9 @@ declare class EchartsLayer extends BaseLayer {
|
|
|
25963
25993
|
* @param options.center.lng - 经度值, 180 - 180
|
|
25964
25994
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
25965
25995
|
* @param [options.center.alt] - 高度值
|
|
25966
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
25967
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
25968
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
25996
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
25997
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
25998
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
25969
25999
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
25970
26000
|
*/
|
|
25971
26001
|
declare class HeatLayer extends BaseLayer {
|
|
@@ -26092,9 +26122,9 @@ declare class HeatLayer extends BaseLayer {
|
|
|
26092
26122
|
* @param options.center.lng - 经度值, 180 - 180
|
|
26093
26123
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
26094
26124
|
* @param [options.center.alt] - 高度值
|
|
26095
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
26096
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
26097
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
26125
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
26126
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
26127
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
26098
26128
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
26099
26129
|
* @param [dataSet] - mapv.DataSet数据集,可以参考[ MapV数据集对象说明]{@link https://github.com/huiyan-fe/mapv/blob/master/src/data/DataSet.md}
|
|
26100
26130
|
*/
|
|
@@ -27032,8 +27062,8 @@ declare class Satellite extends BaseGraphic {
|
|
|
27032
27062
|
* @param [options = {}] - 具有以下属性的对象:
|
|
27033
27063
|
* @param [options.scale = 1.5] - 视角离卫星距离的缩放比例,计算公式:视角距离 = scale*卫星当前高度
|
|
27034
27064
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
27035
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
27036
|
-
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
27065
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
27066
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
27037
27067
|
* @param [options.duration] - 飞行持续时间(秒)。如果省略,内部会根据飞行距离计算出理想的飞行时间。
|
|
27038
27068
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
27039
27069
|
* @param [options.cancel] - 飞行取消时要执行的函数。
|
|
@@ -27242,9 +27272,9 @@ declare class SatelliteSensor extends BasePointPrimitive {
|
|
|
27242
27272
|
* @param options.center.lng - 经度值, 180 - 180
|
|
27243
27273
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
27244
27274
|
* @param [options.center.alt] - 高度值
|
|
27245
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
27246
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
27247
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
27275
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
27276
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
27277
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
27248
27278
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
27249
27279
|
*/
|
|
27250
27280
|
declare class S3MLayer extends BaseLayer {
|
|
@@ -27342,7 +27372,7 @@ declare class S3MLayer extends BaseLayer {
|
|
|
27342
27372
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
27343
27373
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
27344
27374
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
27345
|
-
* @param options.rectangle.xmax -
|
|
27375
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
27346
27376
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
27347
27377
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
27348
27378
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -27382,9 +27412,9 @@ declare class S3MLayer extends BaseLayer {
|
|
|
27382
27412
|
* @param options.center.lng - 经度值, 180 - 180
|
|
27383
27413
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
27384
27414
|
* @param [options.center.alt] - 高度值
|
|
27385
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
27386
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
27387
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
27415
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
27416
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
27417
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
27388
27418
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
27389
27419
|
*/
|
|
27390
27420
|
declare class SmImgLayer extends BaseTileLayer {
|
|
@@ -27487,9 +27517,9 @@ declare class SmImgLayer extends BaseTileLayer {
|
|
|
27487
27517
|
* @param options.center.lng - 经度值, 180 - 180
|
|
27488
27518
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
27489
27519
|
* @param [options.center.alt] - 高度值
|
|
27490
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
27491
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
27492
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
27520
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
27521
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
27522
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
27493
27523
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
27494
27524
|
*/
|
|
27495
27525
|
declare class SmMvtLayer extends BaseLayer {
|
|
@@ -27574,9 +27604,9 @@ declare class SmMvtLayer extends BaseLayer {
|
|
|
27574
27604
|
* @param options.center.lng - 经度值, 180 - 180
|
|
27575
27605
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
27576
27606
|
* @param [options.center.alt] - 高度值
|
|
27577
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
27578
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
27579
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
27607
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
27608
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
27609
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
27580
27610
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
27581
27611
|
*/
|
|
27582
27612
|
declare class TdtDmLayer extends BaseLayer {
|
|
@@ -28194,9 +28224,9 @@ declare namespace CanvasWindLayer {
|
|
|
28194
28224
|
* @param options.center.lng - 经度值, 180 - 180
|
|
28195
28225
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
28196
28226
|
* @param [options.center.alt] - 高度值
|
|
28197
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
28198
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
28199
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
28227
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
28228
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
28229
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
28200
28230
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
28201
28231
|
*/
|
|
28202
28232
|
declare class CanvasWindLayer extends BaseLayer {
|
|
@@ -28384,9 +28414,9 @@ declare namespace WindLayer {
|
|
|
28384
28414
|
* @param options.center.lng - 经度值, 180 - 180
|
|
28385
28415
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
28386
28416
|
* @param [options.center.alt] - 高度值
|
|
28387
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
28388
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
28389
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
28417
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
28418
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
28419
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
28390
28420
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
28391
28421
|
*/
|
|
28392
28422
|
declare class WindLayer extends BaseLayer {
|
|
@@ -28477,7 +28507,7 @@ declare class BaiduPOI {
|
|
|
28477
28507
|
* @param queryOptions - 查询参数
|
|
28478
28508
|
* @param queryOptions.text - 输入建议关键字(支持拼音)
|
|
28479
28509
|
* @param [queryOptions.location] - 传入location参数后,返回结果将以距离进行排序
|
|
28480
|
-
* @param [queryOptions.city] -
|
|
28510
|
+
* @param [queryOptions.city] - 可以限定查询的行政区
|
|
28481
28511
|
* @param [queryOptions.citylimit = false] - 取值为"true",仅返回city中指定城市检索结果
|
|
28482
28512
|
* @param [queryOptions.success] - 查询完成的回调方法
|
|
28483
28513
|
* @param [queryOptions.error] - 查询失败的回调方法
|
|
@@ -28491,6 +28521,42 @@ declare class BaiduPOI {
|
|
|
28491
28521
|
success?: (...params: any[]) => any;
|
|
28492
28522
|
error?: (...params: any[]) => any;
|
|
28493
28523
|
}): Promise<any>;
|
|
28524
|
+
/**
|
|
28525
|
+
* 根据ID获取POI点详情
|
|
28526
|
+
* @param queryOptions - 查询参数
|
|
28527
|
+
* @param queryOptions.id - AOI唯一标识, 最多可以传入1个id,传入目标区域的poiid即可
|
|
28528
|
+
* @param [queryOptions.success] - 查询完成的回调方法
|
|
28529
|
+
* @param [queryOptions.error] - 查询失败的回调方法
|
|
28530
|
+
* @returns 查询完成的Promise,等价于success参数
|
|
28531
|
+
*/
|
|
28532
|
+
detail(queryOptions: {
|
|
28533
|
+
id: string;
|
|
28534
|
+
success?: (...params: any[]) => any;
|
|
28535
|
+
error?: (...params: any[]) => any;
|
|
28536
|
+
}): Promise<any>;
|
|
28537
|
+
/**
|
|
28538
|
+
* 按限定区域搜索
|
|
28539
|
+
* @param queryOptions - 查询参数
|
|
28540
|
+
* @param queryOptions.text - 检索关键字。支持多个关键字并集检索,不同关键字间以空格符号分隔,最多支持10个关键字检索。
|
|
28541
|
+
* @param [queryOptions.types = ''] - 检索分类偏好,与text组合进行检索,多个分类以","分隔(POI分类),如果需要严格按分类检索,请通过text参数设置
|
|
28542
|
+
* @param [queryOptions.graphic] - 限定的搜索区域
|
|
28543
|
+
* @param [queryOptions.limit = false] - 取值为"true",严格返回限定区域内检索结果
|
|
28544
|
+
* @param [queryOptions.count = 20] - 单次召回POI数量,最大返回25条。多关键字检索时,返回的记录数为关键字个数*count。多关键词检索时,单页返回总数=关键词数量*count
|
|
28545
|
+
* @param [queryOptions.page = 0] - 分页页码,默认为0, 0代表第一页,1代表第二页,以此类推。常与 count 搭配使用,仅当返回结果为poi时可以翻页。
|
|
28546
|
+
* @param [queryOptions.error] - 查询失败的回调方法
|
|
28547
|
+
* @param [queryOptions.success] - 查询完成的回调方法
|
|
28548
|
+
* @returns 查询完成的Promise,等价于success参数
|
|
28549
|
+
*/
|
|
28550
|
+
query(queryOptions: {
|
|
28551
|
+
text: string;
|
|
28552
|
+
types?: string;
|
|
28553
|
+
graphic?: BaseGraphic | any;
|
|
28554
|
+
limit?: boolean;
|
|
28555
|
+
count?: number;
|
|
28556
|
+
page?: number;
|
|
28557
|
+
error?: (...params: any[]) => any;
|
|
28558
|
+
success?: (...params: any[]) => any;
|
|
28559
|
+
}): Promise<any>;
|
|
28494
28560
|
/**
|
|
28495
28561
|
* 关键字搜索
|
|
28496
28562
|
* @param queryOptions - 查询参数
|
|
@@ -28550,13 +28616,36 @@ declare class BaiduPOI {
|
|
|
28550
28616
|
success?: (...params: any[]) => any;
|
|
28551
28617
|
error?: (...params: any[]) => any;
|
|
28552
28618
|
}): Promise<any>;
|
|
28619
|
+
/**
|
|
28620
|
+
* 多边形搜索
|
|
28621
|
+
* @param queryOptions - 查询参数
|
|
28622
|
+
* @param queryOptions.text - 检索关键字。支持多个关键字并集检索,不同关键字间以空格符号分隔,最多支持10个关键字检索。
|
|
28623
|
+
* @param [queryOptions.types = ''] - 检索分类偏好,与text组合进行检索,多个分类以","分隔(POI分类),如果需要严格按分类检索,请通过text参数设置
|
|
28624
|
+
* @param queryOptions.polygon - 经纬度数组,经纬度小数点后不得超过6位。多边形为矩形时,可传入左上右下两顶点坐标对;其他情况下首尾坐标对需相同。
|
|
28625
|
+
* @param [queryOptions.limit = false] - 是否严格限定召回结果在设置检索的多边形或矩形范围内。true(是),false(否)。设置为true时会影响返回结果中total准确性及每页召回poi数量, 设置为false时可能会召回检索半径外的poi。
|
|
28626
|
+
* @param [queryOptions.count = 20] - 单次召回POI数量,最大返回25条。多关键字检索时,返回的记录数为关键字个数*count。多关键词检索时,单页返回总数=关键词数量*count
|
|
28627
|
+
* @param [queryOptions.page = 0] - 分页页码,默认为0, 0代表第一页,1代表第二页,以此类推。常与 count 搭配使用,仅当返回结果为poi时可以翻页。
|
|
28628
|
+
* @param [queryOptions.success] - 查询完成的回调方法
|
|
28629
|
+
* @param [queryOptions.error] - 查询失败的回调方法
|
|
28630
|
+
* @returns 查询完成的Promise,等价于success参数
|
|
28631
|
+
*/
|
|
28632
|
+
queryPolygon(queryOptions: {
|
|
28633
|
+
text: string;
|
|
28634
|
+
types?: string;
|
|
28635
|
+
polygon: any[][];
|
|
28636
|
+
limit?: boolean;
|
|
28637
|
+
count?: number;
|
|
28638
|
+
page?: number;
|
|
28639
|
+
success?: (...params: any[]) => any;
|
|
28640
|
+
error?: (...params: any[]) => any;
|
|
28641
|
+
}): Promise<any>;
|
|
28553
28642
|
}
|
|
28554
28643
|
|
|
28555
28644
|
/**
|
|
28556
28645
|
* 高德 POI查询 工具类,
|
|
28557
28646
|
* 参考文档:{@link https://lbs.amap.com/api/webservice/guide/api/search}
|
|
28558
28647
|
* @param [options] - 参数对象,包括以下:
|
|
28559
|
-
* @param [options.key = mars3d.Token.gaodeArr] -
|
|
28648
|
+
* @param [options.key = mars3d.Token.gaodeArr] - 高德KEY,在实际项目中请使用自己申请的高德KEY,因为我们的key不保证长期有效。
|
|
28560
28649
|
* @param [options.headers = {}] - 将被添加到HTTP请求头。
|
|
28561
28650
|
* @param [options.proxy] - 加载资源时使用的代理。
|
|
28562
28651
|
*/
|
|
@@ -28592,7 +28681,7 @@ declare class GaodePOI {
|
|
|
28592
28681
|
* @param queryOptions - 查询参数
|
|
28593
28682
|
* @param queryOptions.text - 输入建议关键字(支持拼音)
|
|
28594
28683
|
* @param [queryOptions.location] - 建议使用location参数,可在此location附近优先返回搜索关键词信息,在请求参数city不为空时生效
|
|
28595
|
-
* @param [queryOptions.city] -
|
|
28684
|
+
* @param [queryOptions.city] - 可以限定查询的行政区
|
|
28596
28685
|
* @param [queryOptions.citylimit = false] - 取值为"true",仅返回city中指定城市检索结果
|
|
28597
28686
|
* @param [queryOptions.success] - 查询完成的回调方法
|
|
28598
28687
|
* @param [queryOptions.error] - 查询失败的回调方法
|
|
@@ -28606,6 +28695,19 @@ declare class GaodePOI {
|
|
|
28606
28695
|
success?: (...params: any[]) => any;
|
|
28607
28696
|
error?: (...params: any[]) => any;
|
|
28608
28697
|
}): Promise<any>;
|
|
28698
|
+
/**
|
|
28699
|
+
* 根据ID获取POI点详情
|
|
28700
|
+
* @param queryOptions - 查询参数
|
|
28701
|
+
* @param queryOptions.id - AOI唯一标识, 最多可以传入1个id,传入目标区域的poiid即可
|
|
28702
|
+
* @param [queryOptions.success] - 查询完成的回调方法
|
|
28703
|
+
* @param [queryOptions.error] - 查询失败的回调方法
|
|
28704
|
+
* @returns 查询完成的Promise,等价于success参数
|
|
28705
|
+
*/
|
|
28706
|
+
detail(queryOptions: {
|
|
28707
|
+
id: string;
|
|
28708
|
+
success?: (...params: any[]) => any;
|
|
28709
|
+
error?: (...params: any[]) => any;
|
|
28710
|
+
}): Promise<any>;
|
|
28609
28711
|
/**
|
|
28610
28712
|
* 按限定区域搜索
|
|
28611
28713
|
* @param queryOptions - 查询参数
|
|
@@ -28629,19 +28731,6 @@ declare class GaodePOI {
|
|
|
28629
28731
|
error?: (...params: any[]) => any;
|
|
28630
28732
|
success?: (...params: any[]) => any;
|
|
28631
28733
|
}): Promise<any>;
|
|
28632
|
-
/**
|
|
28633
|
-
* 根据ID获取POI点详情
|
|
28634
|
-
* @param queryOptions - 查询参数
|
|
28635
|
-
* @param queryOptions.id - AOI唯一标识, 最多可以传入1个id,传入目标区域的poiid即可
|
|
28636
|
-
* @param [queryOptions.success] - 查询完成的回调方法
|
|
28637
|
-
* @param [queryOptions.error] - 查询失败的回调方法
|
|
28638
|
-
* @returns 查询完成的Promise,等价于success参数
|
|
28639
|
-
*/
|
|
28640
|
-
detail(queryOptions: {
|
|
28641
|
-
id: string;
|
|
28642
|
-
success?: (...params: any[]) => any;
|
|
28643
|
-
error?: (...params: any[]) => any;
|
|
28644
|
-
}): Promise<any>;
|
|
28645
28734
|
/**
|
|
28646
28735
|
* 关键字搜索
|
|
28647
28736
|
* @param queryOptions - 查询参数
|
|
@@ -29055,6 +29144,137 @@ declare class QueryGeoServer extends BaseClass {
|
|
|
29055
29144
|
clear(): void;
|
|
29056
29145
|
}
|
|
29057
29146
|
|
|
29147
|
+
/**
|
|
29148
|
+
* 天地图 POI查询 工具类,
|
|
29149
|
+
* 参考文档:{@link http://lbs.tianditu.gov.cn/server/search2.html}
|
|
29150
|
+
* @param [options] - 参数对象,包括以下:
|
|
29151
|
+
* @param [options.key = mars3d.Token.tiandituArr] - 天地图KEY,在实际项目中请使用自己申请的天地图KEY,因为我们的key不保证长期有效。
|
|
29152
|
+
* @param [options.headers = {}] - 将被添加到HTTP请求头。
|
|
29153
|
+
* @param [options.proxy] - 加载资源时使用的代理。
|
|
29154
|
+
*/
|
|
29155
|
+
declare class TdtPOI {
|
|
29156
|
+
constructor(options?: {
|
|
29157
|
+
key?: string[];
|
|
29158
|
+
headers?: any;
|
|
29159
|
+
proxy?: Cesium.Proxy;
|
|
29160
|
+
});
|
|
29161
|
+
/**
|
|
29162
|
+
* 天地图key数组,内部轮询使用
|
|
29163
|
+
*/
|
|
29164
|
+
keys: string[];
|
|
29165
|
+
/**
|
|
29166
|
+
* 轮询取单个key进行使用
|
|
29167
|
+
*/
|
|
29168
|
+
readonly key: string;
|
|
29169
|
+
/**
|
|
29170
|
+
* 根据经纬度坐标获取地址,逆地理编码
|
|
29171
|
+
* @param queryOptions - 查询参数
|
|
29172
|
+
* @param [queryOptions.location] - 经纬度坐标
|
|
29173
|
+
* @param [queryOptions.success] - 查询完成的回调方法
|
|
29174
|
+
* @param [queryOptions.error] - 查询失败的回调方法
|
|
29175
|
+
* @returns 查询完成的Promise,等价于success参数
|
|
29176
|
+
*/
|
|
29177
|
+
getAddress(queryOptions: {
|
|
29178
|
+
location?: LngLatPoint | Cesium.Cartesian3 | string | any[] | any;
|
|
29179
|
+
success?: (...params: any[]) => any;
|
|
29180
|
+
error?: (...params: any[]) => any;
|
|
29181
|
+
}): Promise<any>;
|
|
29182
|
+
/**
|
|
29183
|
+
* 按限定区域搜索
|
|
29184
|
+
* @param queryOptions - 查询参数
|
|
29185
|
+
* @param queryOptions.text - 检索关键字。支持多个关键字并集检索,不同关键字间以空格符号分隔,最多支持10个关键字检索。
|
|
29186
|
+
* @param [queryOptions.types = ''] - 检索分类偏好,与text组合进行检索,多个分类以","分隔(POI分类),如果需要严格按分类检索,请通过text参数设置
|
|
29187
|
+
* @param [queryOptions.graphic] - 限定的搜索区域
|
|
29188
|
+
* @param [queryOptions.limit = false] - 取值为"true",严格返回限定区域内检索结果
|
|
29189
|
+
* @param [queryOptions.page = 0] - 分页页码,默认为0, 0代表第一页,1代表第二页,以此类推。常与 count 搭配使用,仅当返回结果为poi时可以翻页。
|
|
29190
|
+
* @param [queryOptions.count = 20] - 单次召回POI数量,默认为10条记录,最大返回20条。多关键字检索时,返回的记录数为关键字个数*count。多关键词检索时,单页返回总数=关键词数量*count
|
|
29191
|
+
* @param [queryOptions.error] - 查询失败的回调方法
|
|
29192
|
+
* @param [queryOptions.success] - 查询完成的回调方法
|
|
29193
|
+
* @returns 查询完成的Promise,等价于success参数
|
|
29194
|
+
*/
|
|
29195
|
+
query(queryOptions: {
|
|
29196
|
+
text: string;
|
|
29197
|
+
types?: string;
|
|
29198
|
+
graphic?: BaseGraphic | any;
|
|
29199
|
+
limit?: boolean;
|
|
29200
|
+
page?: number;
|
|
29201
|
+
count?: number;
|
|
29202
|
+
error?: (...params: any[]) => any;
|
|
29203
|
+
success?: (...params: any[]) => any;
|
|
29204
|
+
}): Promise<any>;
|
|
29205
|
+
/**
|
|
29206
|
+
* 关键字搜索
|
|
29207
|
+
* @param queryOptions - 查询参数
|
|
29208
|
+
* @param queryOptions.text - 检索关键字。支持多个关键字并集检索,不同关键字间以空格符号分隔,最多支持10个关键字检索。
|
|
29209
|
+
* @param [queryOptions.types = ''] - 检索分类偏好,与text组合进行检索,多个分类以","分隔(POI分类),如果需要严格按分类检索,请通过text参数设置
|
|
29210
|
+
* @param [queryOptions.city] - 可以重新限定查询的区域,默认为类构造时传入的city
|
|
29211
|
+
* @param [queryOptions.citylimit = false] - 取值为"true",仅返回city中指定城市检索结果
|
|
29212
|
+
* @param [queryOptions.count = 20] - 单次召回POI数量,最大返回300条。多关键字检索时,返回的记录数为关键字个数*count。多关键词检索时,单页返回总数=关键词数量*count
|
|
29213
|
+
* @param [queryOptions.page = 0] - 分页页码,默认为0, 0代表第一页,1代表第二页,以此类推。常与 count 搭配使用,仅当返回结果为poi时可以翻页。
|
|
29214
|
+
* @param [queryOptions.success] - 查询完成的回调方法
|
|
29215
|
+
* @param [queryOptions.error] - 查询失败的回调方法
|
|
29216
|
+
* @returns 查询完成的Promise,等价于success参数
|
|
29217
|
+
*/
|
|
29218
|
+
queryText(queryOptions: {
|
|
29219
|
+
text: string;
|
|
29220
|
+
types?: string;
|
|
29221
|
+
city?: string;
|
|
29222
|
+
citylimit?: boolean;
|
|
29223
|
+
count?: number;
|
|
29224
|
+
page?: number;
|
|
29225
|
+
success?: (...params: any[]) => any;
|
|
29226
|
+
error?: (...params: any[]) => any;
|
|
29227
|
+
}): Promise<any>;
|
|
29228
|
+
/**
|
|
29229
|
+
* 周边搜索(圆形搜索)
|
|
29230
|
+
* @param queryOptions - 查询参数
|
|
29231
|
+
* @param queryOptions.text - 检索关键字。支持多个关键字并集检索,不同关键字间以空格符号分隔,最多支持10个关键字检索。
|
|
29232
|
+
* @param [queryOptions.types = ''] - 检索分类偏好,与text组合进行检索,多个分类以","分隔(POI分类),如果需要严格按分类检索,请通过text参数设置
|
|
29233
|
+
* @param [queryOptions.location] - 圆形区域检索中心点,取值范围:0-50000。规则:大于50000按默认值,单位:米
|
|
29234
|
+
* @param [queryOptions.radius = 3000] - 圆形区域检索半径,单位为米。(增加区域内数据召回权重,如需严格限制召回数据在区域内,请搭配使用radiuslimit参数),当半径过大,超过中心点所在城市边界时,会变为城市范围检索,检索范围为中心点所在城市
|
|
29235
|
+
* @param [queryOptions.limit = false] - 是否严格限定召回结果在设置检索半径范围内。true(是),false(否)。设置为true时会影响返回结果中total准确性及每页召回poi数量, 设置为false时可能会召回检索半径外的poi。
|
|
29236
|
+
* @param [queryOptions.count = 20] - 单次召回POI数量,最大返回25条。多关键字检索时,返回的记录数为关键字个数*count。多关键词检索时,单页返回总数=关键词数量*count
|
|
29237
|
+
* @param [queryOptions.page = 0] - 分页页码,默认为0, 0代表第一页,1代表第二页,以此类推。常与 count 搭配使用,仅当返回结果为poi时可以翻页。
|
|
29238
|
+
* @param [queryOptions.success] - 查询完成的回调方法
|
|
29239
|
+
* @param [queryOptions.error] - 查询失败的回调方法
|
|
29240
|
+
* @returns 查询完成的Promise,等价于success参数
|
|
29241
|
+
*/
|
|
29242
|
+
queryCircle(queryOptions: {
|
|
29243
|
+
text: string;
|
|
29244
|
+
types?: string;
|
|
29245
|
+
location?: LngLatPoint | Cesium.Cartesian3 | string | any[] | any;
|
|
29246
|
+
radius?: number;
|
|
29247
|
+
limit?: boolean;
|
|
29248
|
+
count?: number;
|
|
29249
|
+
page?: number;
|
|
29250
|
+
success?: (...params: any[]) => any;
|
|
29251
|
+
error?: (...params: any[]) => any;
|
|
29252
|
+
}): Promise<any>;
|
|
29253
|
+
/**
|
|
29254
|
+
* 多边形搜索
|
|
29255
|
+
* @param queryOptions - 查询参数
|
|
29256
|
+
* @param queryOptions.text - 检索关键字。支持多个关键字并集检索,不同关键字间以空格符号分隔,最多支持10个关键字检索。
|
|
29257
|
+
* @param [queryOptions.types = ''] - 检索分类偏好,与text组合进行检索,多个分类以","分隔(POI分类),如果需要严格按分类检索,请通过text参数设置
|
|
29258
|
+
* @param queryOptions.polygon - 经纬度数组,经纬度小数点后不得超过6位。多边形为矩形时,可传入左上右下两顶点坐标对;其他情况下首尾坐标对需相同。
|
|
29259
|
+
* @param [queryOptions.limit = false] - 是否严格限定召回结果在设置检索的多边形或矩形范围内。true(是),false(否)。设置为true时会影响返回结果中total准确性及每页召回poi数量, 设置为false时可能会召回检索半径外的poi。
|
|
29260
|
+
* @param [queryOptions.count = 20] - 单次召回POI数量,最大返回25条。多关键字检索时,返回的记录数为关键字个数*count。多关键词检索时,单页返回总数=关键词数量*count
|
|
29261
|
+
* @param [queryOptions.page = 0] - 分页页码,默认为0, 0代表第一页,1代表第二页,以此类推。常与 count 搭配使用,仅当返回结果为poi时可以翻页。
|
|
29262
|
+
* @param [queryOptions.success] - 查询完成的回调方法
|
|
29263
|
+
* @param [queryOptions.error] - 查询失败的回调方法
|
|
29264
|
+
* @returns 查询完成的Promise,等价于success参数
|
|
29265
|
+
*/
|
|
29266
|
+
queryPolygon(queryOptions: {
|
|
29267
|
+
text: string;
|
|
29268
|
+
types?: string;
|
|
29269
|
+
polygon: any[][];
|
|
29270
|
+
limit?: boolean;
|
|
29271
|
+
count?: number;
|
|
29272
|
+
page?: number;
|
|
29273
|
+
success?: (...params: any[]) => any;
|
|
29274
|
+
error?: (...params: any[]) => any;
|
|
29275
|
+
}): Promise<any>;
|
|
29276
|
+
}
|
|
29277
|
+
|
|
29058
29278
|
declare namespace Measure {
|
|
29059
29279
|
/**
|
|
29060
29280
|
* @example
|
|
@@ -33327,7 +33547,7 @@ declare namespace Util {
|
|
|
33327
33547
|
}): Cesium.Resource;
|
|
33328
33548
|
/**
|
|
33329
33549
|
* 文字转base64图片
|
|
33330
|
-
* @param text - 文字内容
|
|
33550
|
+
* @param text - 文字内容 (提示:暂不支持换行)
|
|
33331
33551
|
* @param [textStyle = {}] - 参数对象:
|
|
33332
33552
|
* @param [textStyle.font = '10px sans-serif'] - 使用的CSS字体。
|
|
33333
33553
|
* @param [textStyle.textBaseline = 'bottom'] - 文本的基线。
|