mars3d 3.4.4 → 3.4.7

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.d.ts CHANGED
@@ -2,8 +2,8 @@
2
2
  /**
3
3
  * Mars3D三维可视化平台 mars3d
4
4
  *
5
- * 版本信息:v3.4.4
6
- * 编译日期:2022-08-15 14:40:13
5
+ * 版本信息:v3.4.7
6
+ * 编译日期:2022-09-07 14:44:52
7
7
  * 版权所有:Copyright by 火星科技 http://mars3d.cn
8
8
  * 使用单位:免费公开版 ,2022-06-01
9
9
  */
@@ -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] - 俯仰角度值,绕纬度线旋转角度, 0360
3643
- * @param [options.roll] - 翻滚角度值,绕经度线旋转角度, 0360
3642
+ * @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -9090
3643
+ * @param [options.roll] - 翻滚角度值,绕经度线旋转角度,-9090
3644
3644
  * @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
3645
3645
  * @param [options.complete] - 飞行完成后要执行的函数。
3646
3646
  * @param [options.cancel] - 飞行取消时要执行的函数。
@@ -3751,9 +3751,9 @@ declare class BaseGraphic extends BaseClass {
3751
3751
  /**
3752
3752
  * 是否有绑定的右键菜单
3753
3753
  * @param [hasLayer = true] - 是否判断图层上的右键菜单
3754
- * @returns 当前对象本身,可以链式调用
3754
+ * @returns 是否有绑定
3755
3755
  */
3756
- hasContextMenu(hasLayer?: boolean): BaseGraphic | any;
3756
+ hasContextMenu(hasLayer?: boolean): boolean;
3757
3757
  /**
3758
3758
  * 获取绑定的右键菜单数组
3759
3759
  * @param [hasLayer = true] - 是获取图层上的右键菜单
@@ -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?: PolygonPrimitive.StyleOptions | any;
5046
+ style?: Water.StyleOptions | any;
5047
5047
  attr?: any;
5048
5048
  }[];
5049
- style?: PolygonPrimitive.StyleOptions | any;
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'跟随视角时的 初始俯仰角度值,绕纬度线旋转角度, 0360
5181
+ * @param [options.camera.pitch] - 'gs'跟随视角时的 初始俯仰角度值,绕纬度线旋转角度, -9090
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'跟随视角时的 初始俯仰角度值,绕纬度线旋转角度, 0360
5537
+ * @param [options.camera.pitch] - 'gs'跟随视角时的 初始俯仰角度值,绕纬度线旋转角度, -9090
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轴方向(前后)偏移值
@@ -7112,10 +7112,10 @@ declare class BasePointEntity extends BaseEntity {
7112
7112
  getCoordinate(noAlt: boolean): any[];
7113
7113
  /**
7114
7114
  * 按Cesium.CallbackProperty的方式 更新坐标(更加平滑)
7115
- * @param position - 坐标
7115
+ * @param [position] - 坐标
7116
7116
  * @returns 当前坐标
7117
7117
  */
7118
- setCallbackPosition(position: string | any[] | any | Cesium.Cartesian3 | any): Cesium.Cartesian3;
7118
+ setCallbackPosition(position?: string | any[] | any | Cesium.Cartesian3 | any): Cesium.Cartesian3;
7119
7119
  /**
7120
7120
  * 显示隐藏状态
7121
7121
  */
@@ -7255,10 +7255,10 @@ declare class BasePolyEntity extends BaseEntity {
7255
7255
  }): Promise<any>;
7256
7256
  /**
7257
7257
  * 按Cesium.CallbackProperty的方式 更新坐标集合(更加平滑)
7258
- * @param positions - 坐标数组
7258
+ * @param [positions] - 坐标数组
7259
7259
  * @returns 当前坐标集合
7260
7260
  */
7261
- setCallbackPositions(positions: string[] | any[][] | LngLatPoint[]): Cesium.Cartesian3[];
7261
+ setCallbackPositions(positions?: string[] | any[][] | LngLatPoint[]): Cesium.Cartesian3[];
7262
7262
  }
7263
7263
 
7264
7264
  declare namespace BillboardEntity {
@@ -7568,7 +7568,7 @@ declare class BoxEntity extends BasePointEntity {
7568
7568
  declare namespace CanvasLabelEntity {
7569
7569
  /**
7570
7570
  * Canvas 文本点(label转图片) 支持的样式信息
7571
- * @property [text = "文字"] - 文本内容,换行可以用换行符'\n'。
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] - 俯仰角度值,绕纬度线旋转角度, 0360
7916
- * @param [options.roll] - 翻滚角度值,绕经度线旋转角度, 0360
7915
+ * @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -9090
7916
+ * @param [options.roll] - 翻滚角度值,绕经度线旋转角度,-9090
7917
7917
  * @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
7918
7918
  * @param [options.complete] - 飞行完成后要执行的函数。
7919
7919
  * @param [options.cancel] - 飞行取消时要执行的函数。
@@ -9288,10 +9288,10 @@ declare namespace ModelEntity {
9288
9288
  * gltf小模型 支持的样式信息
9289
9289
  * @property [url] - glTF模型的URI的字符串或资源属性。
9290
9290
  * @property [scale = 1] - 比例
9291
- * @property [heading = 0] - 方向角 (度数值,0-360度)
9292
- * @property [pitch = 0] - 俯仰角(度数值,0-360度)
9293
- * @property [roll = 0] - 翻滚角(度数值,0-360度)
9294
- * @property [noPitchRoll] - addDynamicPosition时,设置为true时,可以设置模型只动态更改方向,内部固定模型的Pitch和Roll方向值为0
9291
+ * @property [heading = 0] - 方向角 (度数值,0-360度),优先级高于orientation
9292
+ * @property [pitch = 0] - 俯仰角(度数值,0-360度),优先级高于orientation
9293
+ * @property [roll = 0] - 翻滚角(度数值,0-360度),优先级高于orientation
9294
+ * @property [mergeOrientation = false] - 当存在orientation时(如addDynamicPosition等),设置为true时,是在orientation基础的方式值上加上设置是heading、pitch、roll值,比如用于设置模型不是标准的方向时的纠偏处理
9295
9295
  * @property [radius] - 编辑时,半径圆圈的半径,默认自动
9296
9296
  * @property [minimumPixelSize = 0.0] - 指定模型的近似最小像素大小,而不考虑缩放。
9297
9297
  * @property [maximumScale] - 模型的最大比例尺寸。minimumPixelSize的上限。
@@ -9331,7 +9331,7 @@ declare namespace ModelEntity {
9331
9331
  heading?: number;
9332
9332
  pitch?: number;
9333
9333
  roll?: number;
9334
- noPitchRoll?: boolean;
9334
+ mergeOrientation?: boolean;
9335
9335
  radius?: number;
9336
9336
  minimumPixelSize?: number;
9337
9337
  maximumScale?: number;
@@ -9384,7 +9384,6 @@ declare namespace ModelEntity {
9384
9384
  * @param [options.parent] - 要与此实体关联的父实体。
9385
9385
  * @param [options.onBeforeCreate] - 在 new Cesium.Entity(addattr) 前的回调方法,可以对addattr做额外个性化处理。
9386
9386
  * @param [options.maxCacheCount = 50] - 当使用addDynamicPosition设置为动画轨迹位置时,保留的坐标点数量
9387
- * @param [options.fixedHeading] - 当使用addDynamicPosition设置为动画轨迹位置时,是否使用固定的heading角度,而不用路线的自动方向角度。
9388
9387
  * @param [options.forwardExtrapolationType = Cesium.ExtrapolationType.HOLD] - 当使用addDynamicPosition设置为动画轨迹位置时,在任何可用坐标之后一次请求值时要执行的推断类型,默认为最后一个坐标位置。
9389
9388
  * @param [options.backwardExtrapolationType = Cesium.ExtrapolationType.HOLD] - 当使用addDynamicPosition设置为动画轨迹位置时, 在任何可用坐标之前一次请求值时要执行的推断类型,默认为第一个坐标位置。
9390
9389
  * @param [options.clampToTileset] - 当使用addDynamicPosition设置为动画轨迹位置时,是否进行贴模型。
@@ -9424,7 +9423,6 @@ declare class ModelEntity extends BasePointEntity {
9424
9423
  parent?: Cesium.Entity;
9425
9424
  onBeforeCreate?: (...params: any[]) => any;
9426
9425
  maxCacheCount?: number;
9427
- fixedHeading?: boolean;
9428
9426
  forwardExtrapolationType?: Cesium.ExtrapolationType;
9429
9427
  backwardExtrapolationType?: Cesium.ExtrapolationType;
9430
9428
  clampToTileset?: boolean;
@@ -9508,8 +9506,8 @@ declare class ModelEntity extends BasePointEntity {
9508
9506
  * @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
9509
9507
  * @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
9510
9508
  * @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
9511
- * @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, 0360
9512
- * @param [options.roll] - 翻滚角度值,绕经度线旋转角度, 0360
9509
+ * @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -9090
9510
+ * @param [options.roll] - 翻滚角度值,绕经度线旋转角度,-9090
9513
9511
  * @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
9514
9512
  * @param [options.complete] - 飞行完成后要执行的函数。
9515
9513
  * @param [options.cancel] - 飞行取消时要执行的函数。
@@ -9698,8 +9696,8 @@ declare class PathEntity extends BasePointEntity {
9698
9696
  * @param [options = {}] - 具有以下属性的对象:
9699
9697
  * @param [options.radius] - 相机距离目标点的距离(单位:米)
9700
9698
  * @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
9701
- * @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, 0360
9702
- * @param [options.roll] - 翻滚角度值,绕经度线旋转角度, 0360
9699
+ * @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -9090
9700
+ * @param [options.roll] - 翻滚角度值,绕经度线旋转角度, -9090
9703
9701
  * @param [options.duration] - 飞行持续时间(秒)。如果省略,内部会根据飞行距离计算出理想的飞行时间。
9704
9702
  * @param [options.endTransform] - 表示飞行完成后摄像机将位于的参考帧的变换矩阵。
9705
9703
  * @param [options.maximumHeight] - 飞行高峰时的最大高度。
@@ -10173,10 +10171,10 @@ declare class PolygonEntity extends BasePolyEntity {
10173
10171
  readonly center: Cesium.Cartesian3;
10174
10172
  /**
10175
10173
  * 按Cesium.CallbackProperty的方式 更新坐标集合(更加平滑)
10176
- * @param positions - 坐标数组
10174
+ * @param [positions] - 坐标数组
10177
10175
  * @returns 当前坐标集合
10178
10176
  */
10179
- setCallbackPositions(positions: string[] | any[][] | LngLatPoint[]): Cesium.Cartesian3[];
10177
+ setCallbackPositions(positions?: string[] | any[][] | LngLatPoint[]): Cesium.Cartesian3[];
10180
10178
  }
10181
10179
 
10182
10180
  declare namespace PolylineEntity {
@@ -10646,8 +10644,8 @@ declare class RectangleEntity extends BasePolyEntity {
10646
10644
  * @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
10647
10645
  * @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
10648
10646
  * @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
10649
- * @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, 0360
10650
- * @param [options.roll] - 翻滚角度值,绕经度线旋转角度, 0360
10647
+ * @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -9090
10648
+ * @param [options.roll] - 翻滚角度值,绕经度线旋转角度,-9090
10651
10649
  * @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
10652
10650
  * @param [options.complete] - 飞行完成后要执行的函数。
10653
10651
  * @param [options.cancel] - 飞行取消时要执行的函数。
@@ -12891,7 +12889,7 @@ declare class BasePrimitive extends BaseGraphic {
12891
12889
  */
12892
12890
  readonly uniforms: any | undefined;
12893
12891
  /**
12894
- * 附加的label文本对象
12892
+ * 附加的label文本对象(仅基础primitive支持,如Combine对象不支持)
12895
12893
  */
12896
12894
  readonly label: Cesium.Label | any;
12897
12895
  /**
@@ -12965,6 +12963,11 @@ declare class BasePrimitive extends BaseGraphic {
12965
12963
  * @param options.position - 坐标位置
12966
12964
  * @param options.style - 样式信息
12967
12965
  * @param [options.attr] - 附件的属性信息,可以任意附加属性,导出geojson或json时会自动处理导出。
12966
+ * @param [options.forwardExtrapolationType = Cesium.ExtrapolationType.HOLD] - 当使用addDynamicPosition设置为动画轨迹位置时,在任何可用坐标之后一次请求值时要执行的推断类型,默认为最后一个坐标位置。
12967
+ * @param [options.backwardExtrapolationType = Cesium.ExtrapolationType.HOLD] - 当使用addDynamicPosition设置为动画轨迹位置时, 在任何可用坐标之前一次请求值时要执行的推断类型,默认为第一个坐标位置。
12968
+ * @param [options.clampToTileset] - 当使用addDynamicPosition设置为动画轨迹位置时,是否进行贴模型。
12969
+ * @param [options.frameRateHeight = 30] - 当使用addDynamicPosition设置为动画轨迹位置时,并clampToTileset:true时,多少帧计算一次贴模型高度
12970
+ * @param [options.objectsToExclude] - 当使用addDynamicPosition设置为动画轨迹位置时,并clampToTileset:true时,排除的不进行贴模型计算的模型对象,可以是: primitives, entities, 或 3D Tiles features
12968
12971
  * @param [options.popup] - 绑定的popup弹窗值,也可以bindPopup方法绑定
12969
12972
  * @param [options.popupOptions] - popup弹窗时的配置参数,也支持如pointerEvents等{@link Popup}构造参数
12970
12973
  * @param [options.tooltip] - 绑定的tooltip弹窗值,也可以bindTooltip方法绑
@@ -12981,6 +12984,11 @@ declare class BillboardPrimitive extends BasePointPrimitive {
12981
12984
  position: LngLatPoint | Cesium.Cartesian3 | number[];
12982
12985
  style: BillboardEntity.StyleOptions | any;
12983
12986
  attr?: any;
12987
+ forwardExtrapolationType?: Cesium.ExtrapolationType;
12988
+ backwardExtrapolationType?: Cesium.ExtrapolationType;
12989
+ clampToTileset?: boolean;
12990
+ frameRateHeight?: number;
12991
+ objectsToExclude?: any;
12984
12992
  popup?: string | any[] | ((...params: any[]) => any);
12985
12993
  popupOptions?: Popup.StyleOptions | any;
12986
12994
  tooltip?: string | any[] | ((...params: any[]) => any);
@@ -13310,8 +13318,8 @@ declare class CirclePrimitive extends BasePointPrimitive {
13310
13318
  * @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
13311
13319
  * @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
13312
13320
  * @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
13313
- * @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, 0360
13314
- * @param [options.roll] - 翻滚角度值,绕经度线旋转角度, 0360
13321
+ * @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -9090
13322
+ * @param [options.roll] - 翻滚角度值,绕经度线旋转角度,-9090
13315
13323
  * @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
13316
13324
  * @param [options.complete] - 飞行完成后要执行的函数。
13317
13325
  * @param [options.cancel] - 飞行取消时要执行的函数。
@@ -14378,6 +14386,11 @@ declare namespace LabelPrimitive {
14378
14386
  * @param options.position - 坐标位置
14379
14387
  * @param options.style - 样式信息
14380
14388
  * @param [options.attr] - 附件的属性信息,可以任意附加属性,导出geojson或json时会自动处理导出。
14389
+ * @param [options.forwardExtrapolationType = Cesium.ExtrapolationType.HOLD] - 当使用addDynamicPosition设置为动画轨迹位置时,在任何可用坐标之后一次请求值时要执行的推断类型,默认为最后一个坐标位置。
14390
+ * @param [options.backwardExtrapolationType = Cesium.ExtrapolationType.HOLD] - 当使用addDynamicPosition设置为动画轨迹位置时, 在任何可用坐标之前一次请求值时要执行的推断类型,默认为第一个坐标位置。
14391
+ * @param [options.clampToTileset] - 当使用addDynamicPosition设置为动画轨迹位置时,是否进行贴模型。
14392
+ * @param [options.frameRateHeight = 30] - 当使用addDynamicPosition设置为动画轨迹位置时,并clampToTileset:true时,多少帧计算一次贴模型高度
14393
+ * @param [options.objectsToExclude] - 当使用addDynamicPosition设置为动画轨迹位置时,并clampToTileset:true时,排除的不进行贴模型计算的模型对象,可以是: primitives, entities, 或 3D Tiles features
14381
14394
  * @param [options.popup] - 绑定的popup弹窗值,也可以bindPopup方法绑定
14382
14395
  * @param [options.popupOptions] - popup弹窗时的配置参数,也支持如pointerEvents等{@link Popup}构造参数
14383
14396
  * @param [options.tooltip] - 绑定的tooltip弹窗值,也可以bindTooltip方法绑
@@ -14394,6 +14407,11 @@ declare class LabelPrimitive extends BasePointPrimitive {
14394
14407
  position: LngLatPoint | Cesium.Cartesian3 | number[];
14395
14408
  style: LabelPrimitive.StyleOptions | any;
14396
14409
  attr?: any;
14410
+ forwardExtrapolationType?: Cesium.ExtrapolationType;
14411
+ backwardExtrapolationType?: Cesium.ExtrapolationType;
14412
+ clampToTileset?: boolean;
14413
+ frameRateHeight?: number;
14414
+ objectsToExclude?: any;
14397
14415
  popup?: string | any[] | ((...params: any[]) => any);
14398
14416
  popupOptions?: Popup.StyleOptions | any;
14399
14417
  tooltip?: string | any[] | ((...params: any[]) => any);
@@ -14492,10 +14510,10 @@ declare namespace ModelPrimitive {
14492
14510
  * @property [scaleX = 1] - X轴方向缩放比例
14493
14511
  * @property [scaleY = 1] - Y轴方向缩放比例
14494
14512
  * @property [scaleZ = 1] - Z轴方向缩放比例
14495
- * @property [heading = 0] - 方向角 (度数值,0-360度)
14496
- * @property [pitch = 0] - 俯仰角(度数值,0-360度)
14497
- * @property [roll = 0] - 翻滚角(度数值,0-360度)
14498
- * @property [noPitchRoll] - addDynamicPosition时,设置为true时,可以设置模型只动态更改方向,内部固定模型的Pitch和Roll方向值为0
14513
+ * @property [heading = 0] - 方向角 (度数值,0-360度),优先级高于orientation
14514
+ * @property [pitch = 0] - 俯仰角(度数值,0-360度),优先级高于orientation
14515
+ * @property [roll = 0] - 翻滚角(度数值,0-360度),优先级高于orientation
14516
+ * @property [mergeOrientation = false] - 当存在orientation时(如addDynamicPosition等),设置为true时,可以在orientation基础的方式值上叠加设置是heading、pitch、roll值,比如用于设置模型不是标准的方向时的处理
14499
14517
  * @property [minimumPixelSize = 0.0] - 指定模型的近似最小像素大小,而不考虑缩放。
14500
14518
  * @property [maximumScale] - 模型的最大比例尺寸。minimumPixelSize的上限。
14501
14519
  * @property [fill = false] - 是否填充,指定与模型渲染颜色混合
@@ -14553,7 +14571,7 @@ declare namespace ModelPrimitive {
14553
14571
  heading?: number;
14554
14572
  pitch?: number;
14555
14573
  roll?: number;
14556
- noPitchRoll?: boolean;
14574
+ mergeOrientation?: boolean;
14557
14575
  minimumPixelSize?: number;
14558
14576
  maximumScale?: number;
14559
14577
  fill?: boolean;
@@ -14618,7 +14636,6 @@ declare namespace ModelPrimitive {
14618
14636
  * @param [options.appearance] - [cesium原生]用于渲染图元的外观。
14619
14637
  * @param [options.attributes] - [cesium原生]每个实例的属性。
14620
14638
  * @param [options.maxCacheCount = 50] - 当使用addDynamicPosition设置为动画轨迹位置时,保留的坐标点数量
14621
- * @param [options.fixedHeading] - 当使用addDynamicPosition设置为动画轨迹位置时,是否使用固定的heading角度,而不用路线的自动方向角度。
14622
14639
  * @param [options.forwardExtrapolationType = Cesium.ExtrapolationType.HOLD] - 当使用addDynamicPosition设置为动画轨迹位置时,在任何可用坐标之后一次请求值时要执行的推断类型,默认为最后一个坐标位置。
14623
14640
  * @param [options.backwardExtrapolationType = Cesium.ExtrapolationType.HOLD] - 当使用addDynamicPosition设置为动画轨迹位置时, 在任何可用坐标之前一次请求值时要执行的推断类型,默认为第一个坐标位置。
14624
14641
  * @param [options.clampToTileset] - 当使用addDynamicPosition设置为动画轨迹位置时,是否进行贴模型。
@@ -14646,7 +14663,6 @@ declare class ModelPrimitive extends BasePointPrimitive {
14646
14663
  appearance?: Cesium.Appearance;
14647
14664
  attributes?: Cesium.Appearance;
14648
14665
  maxCacheCount?: number;
14649
- fixedHeading?: boolean;
14650
14666
  forwardExtrapolationType?: Cesium.ExtrapolationType;
14651
14667
  backwardExtrapolationType?: Cesium.ExtrapolationType;
14652
14668
  clampToTileset?: boolean;
@@ -14959,6 +14975,11 @@ declare namespace PointPrimitive {
14959
14975
  * @param options.style - 样式信息
14960
14976
  * @param [options.attr] - 附件的属性信息,可以任意附加属性,导出geojson或json时会自动处理导出。
14961
14977
  * @param [options.frameRate = 1] - 当postion为CallbackProperty时,多少帧获取一次数据。用于控制效率,如果卡顿就把该数值调大一些。
14978
+ * @param [options.forwardExtrapolationType = Cesium.ExtrapolationType.HOLD] - 当使用addDynamicPosition设置为动画轨迹位置时,在任何可用坐标之后一次请求值时要执行的推断类型,默认为最后一个坐标位置。
14979
+ * @param [options.backwardExtrapolationType = Cesium.ExtrapolationType.HOLD] - 当使用addDynamicPosition设置为动画轨迹位置时, 在任何可用坐标之前一次请求值时要执行的推断类型,默认为第一个坐标位置。
14980
+ * @param [options.clampToTileset] - 当使用addDynamicPosition设置为动画轨迹位置时,是否进行贴模型。
14981
+ * @param [options.frameRateHeight = 30] - 当使用addDynamicPosition设置为动画轨迹位置时,并clampToTileset:true时,多少帧计算一次贴模型高度
14982
+ * @param [options.objectsToExclude] - 当使用addDynamicPosition设置为动画轨迹位置时,并clampToTileset:true时,排除的不进行贴模型计算的模型对象,可以是: primitives, entities, 或 3D Tiles features
14962
14983
  * @param [options.popup] - 绑定的popup弹窗值,也可以bindPopup方法绑定
14963
14984
  * @param [options.popupOptions] - popup弹窗时的配置参数,也支持如pointerEvents等{@link Popup}构造参数
14964
14985
  * @param [options.tooltip] - 绑定的tooltip弹窗值,也可以bindTooltip方法绑
@@ -14976,6 +14997,11 @@ declare class PointPrimitive extends BasePointPrimitive {
14976
14997
  style: PointPrimitive.StyleOptions | any;
14977
14998
  attr?: any;
14978
14999
  frameRate?: number;
15000
+ forwardExtrapolationType?: Cesium.ExtrapolationType;
15001
+ backwardExtrapolationType?: Cesium.ExtrapolationType;
15002
+ clampToTileset?: boolean;
15003
+ frameRateHeight?: number;
15004
+ objectsToExclude?: any;
14979
15005
  popup?: string | any[] | ((...params: any[]) => any);
14980
15006
  popupOptions?: Popup.StyleOptions | any;
14981
15007
  tooltip?: string | any[] | ((...params: any[]) => any);
@@ -16014,9 +16040,9 @@ declare namespace BaseGraphicLayer {
16014
16040
  * @param options.center.lng - 经度值, 180 - 180
16015
16041
  * @param options.center.lat - 纬度值, -90 - 90
16016
16042
  * @param [options.center.alt] - 高度值
16017
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
16018
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
16019
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
16043
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
16044
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
16045
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
16020
16046
  * @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
16021
16047
  * @param options.extent.xmin - 最小经度值, -180 至 180
16022
16048
  * @param options.extent.xmax - 最大经度值, -180 至 180
@@ -16138,9 +16164,9 @@ declare class BaseGraphicLayer extends BaseLayer {
16138
16164
  closeTooltip(): BaseGraphicLayer;
16139
16165
  /**
16140
16166
  * 是否有绑定的右键菜单
16141
- * @returns 当前对象本身,可以链式调用
16167
+ * @returns 是否有绑定
16142
16168
  */
16143
- hasContextMenu(): BaseGraphicLayer;
16169
+ hasContextMenu(): boolean;
16144
16170
  /**
16145
16171
  * 获取绑定的右键菜单数组
16146
16172
  * @returns 右键菜单数组
@@ -16238,9 +16264,9 @@ declare class BaseGraphicLayer extends BaseLayer {
16238
16264
  * @param options.center.lng - 经度值, 180 - 180
16239
16265
  * @param options.center.lat - 纬度值, -90 - 90
16240
16266
  * @param [options.center.alt] - 高度值
16241
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
16242
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
16243
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
16267
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
16268
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
16269
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
16244
16270
  * @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
16245
16271
  * @param options.extent.xmin - 最小经度值, -180 至 180
16246
16272
  * @param options.extent.xmax - 最大经度值, -180 至 180
@@ -16492,9 +16518,9 @@ declare namespace CzmGeoJsonLayer {
16492
16518
  * @param options.center.lng - 经度值, 180 - 180
16493
16519
  * @param options.center.lat - 纬度值, -90 - 90
16494
16520
  * @param [options.center.alt] - 高度值
16495
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
16496
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
16497
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
16521
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
16522
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
16523
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
16498
16524
  * @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
16499
16525
  * @param options.extent.xmin - 最小经度值, -180 至 180
16500
16526
  * @param options.extent.xmax - 最大经度值, -180 至 180
@@ -16685,9 +16711,9 @@ declare class CzmGeoJsonLayer extends BaseGraphicLayer {
16685
16711
  * @param options.center.lng - 经度值, 180 - 180
16686
16712
  * @param options.center.lat - 纬度值, -90 - 90
16687
16713
  * @param [options.center.alt] - 高度值
16688
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
16689
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
16690
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
16714
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
16715
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
16716
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
16691
16717
  * @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
16692
16718
  * @param options.extent.xmin - 最小经度值, -180 至 180
16693
16719
  * @param options.extent.xmax - 最大经度值, -180 至 180
@@ -16793,9 +16819,9 @@ declare class CzmlLayer extends CzmGeoJsonLayer {
16793
16819
  * @param options.center.lng - 经度值, 180 - 180
16794
16820
  * @param options.center.lat - 纬度值, -90 - 90
16795
16821
  * @param [options.center.alt] - 高度值
16796
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
16797
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
16798
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
16822
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
16823
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
16824
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
16799
16825
  * @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
16800
16826
  * @param options.extent.xmin - 最小经度值, -180 至 180
16801
16827
  * @param options.extent.xmax - 最大经度值, -180 至 180
@@ -16892,7 +16918,7 @@ declare class KmlLayer extends CzmGeoJsonLayer {
16892
16918
  * @param [options.maximumLevel] - 图层所支持的最大层级,当地图大于该级别时,平台不去请求服务数据。
16893
16919
  * @param options.rectangle - 瓦片数据的矩形区域范围
16894
16920
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
16895
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
16921
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
16896
16922
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
16897
16923
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
16898
16924
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -16942,9 +16968,9 @@ declare class KmlLayer extends CzmGeoJsonLayer {
16942
16968
  * @param options.center.lng - 经度值, 180 - 180
16943
16969
  * @param options.center.lat - 纬度值, -90 - 90
16944
16970
  * @param [options.center.alt] - 高度值
16945
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
16946
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
16947
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
16971
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
16972
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
16973
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
16948
16974
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
16949
16975
  */
16950
16976
  declare class ArcGisWfsLayer extends LodGraphicLayer {
@@ -17071,9 +17097,9 @@ declare class ArcGisWfsLayer extends LodGraphicLayer {
17071
17097
  * @param options.center.lng - 经度值, 180 - 180
17072
17098
  * @param options.center.lat - 纬度值, -90 - 90
17073
17099
  * @param [options.center.alt] - 高度值
17074
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
17075
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
17076
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
17100
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
17101
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
17102
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
17077
17103
  * @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
17078
17104
  * @param options.extent.xmin - 最小经度值, -180 至 180
17079
17105
  * @param options.extent.xmax - 最大经度值, -180 至 180
@@ -17220,9 +17246,9 @@ declare class ArcGisWfsSingleLayer extends GeoJsonLayer {
17220
17246
  * @param options.center.lng - 经度值, 180 - 180
17221
17247
  * @param options.center.lat - 纬度值, -90 - 90
17222
17248
  * @param [options.center.alt] - 高度值
17223
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
17224
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
17225
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
17249
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
17250
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
17251
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
17226
17252
  * @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
17227
17253
  * @param options.extent.xmin - 最小经度值, -180 至 180
17228
17254
  * @param options.extent.xmax - 最大经度值, -180 至 180
@@ -17329,7 +17355,7 @@ declare class BusineDataLayer extends GraphicLayer {
17329
17355
  * @param [options.maximumLevel] - 图层所支持的最大层级,当地图大于该级别时,平台不去请求服务数据。
17330
17356
  * @param options.rectangle - 瓦片数据的矩形区域范围
17331
17357
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
17332
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
17358
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
17333
17359
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
17334
17360
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
17335
17361
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -17358,9 +17384,9 @@ declare class BusineDataLayer extends GraphicLayer {
17358
17384
  * @param options.center.lng - 经度值, 180 - 180
17359
17385
  * @param options.center.lat - 纬度值, -90 - 90
17360
17386
  * @param [options.center.alt] - 高度值
17361
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
17362
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
17363
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
17387
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
17388
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
17389
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
17364
17390
  * @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
17365
17391
  * @param options.extent.xmin - 最小经度值, -180 至 180
17366
17392
  * @param options.extent.xmax - 最大经度值, -180 至 180
@@ -17557,9 +17583,9 @@ declare namespace GeoJsonLayer {
17557
17583
  * @param options.center.lng - 经度值, 180 - 180
17558
17584
  * @param options.center.lat - 纬度值, -90 - 90
17559
17585
  * @param [options.center.alt] - 高度值
17560
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
17561
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
17562
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
17586
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
17587
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
17588
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
17563
17589
  * @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
17564
17590
  * @param options.extent.xmin - 最小经度值, -180 至 180
17565
17591
  * @param options.extent.xmax - 最大经度值, -180 至 180
@@ -17679,9 +17705,9 @@ declare class GeoJsonLayer extends GraphicLayer {
17679
17705
  * @param options.center.lng - 经度值, 180 - 180
17680
17706
  * @param options.center.lat - 纬度值, -90 - 90
17681
17707
  * @param [options.center.alt] - 高度值
17682
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
17683
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
17684
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
17708
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
17709
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
17710
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
17685
17711
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
17686
17712
  */
17687
17713
  declare class GraphicGroupLayer extends GroupLayer {
@@ -17972,9 +17998,9 @@ declare namespace GraphicLayer {
17972
17998
  * @param options.center.lng - 经度值, 180 - 180
17973
17999
  * @param options.center.lat - 纬度值, -90 - 90
17974
18000
  * @param [options.center.alt] - 高度值
17975
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
17976
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
17977
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
18001
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
18002
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
18003
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
17978
18004
  * @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
17979
18005
  * @param options.extent.xmin - 最小经度值, -180 至 180
17980
18006
  * @param options.extent.xmax - 最大经度值, -180 至 180
@@ -18337,9 +18363,9 @@ declare class GraphicLayer extends BaseGraphicLayer {
18337
18363
  * @param options.center.lng - 经度值, 180 - 180
18338
18364
  * @param options.center.lat - 纬度值, -90 - 90
18339
18365
  * @param [options.center.alt] - 高度值
18340
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
18341
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
18342
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
18366
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
18367
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
18368
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
18343
18369
  * @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
18344
18370
  * @param options.extent.xmin - 最小经度值, -180 至 180
18345
18371
  * @param options.extent.xmax - 最大经度值, -180 至 180
@@ -18435,7 +18461,7 @@ declare namespace LodGraphicLayer {
18435
18461
  * @param [options.maximumLevel] - 图层所支持的最大层级,当地图大于该级别时,平台不去请求服务数据。
18436
18462
  * @param options.rectangle - 瓦片数据的矩形区域范围
18437
18463
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
18438
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
18464
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
18439
18465
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
18440
18466
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
18441
18467
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -18477,9 +18503,9 @@ declare namespace LodGraphicLayer {
18477
18503
  * @param options.center.lng - 经度值, 180 - 180
18478
18504
  * @param options.center.lat - 纬度值, -90 - 90
18479
18505
  * @param [options.center.alt] - 高度值
18480
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
18481
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
18482
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
18506
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
18507
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
18508
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
18483
18509
  * @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
18484
18510
  * @param options.extent.xmin - 最小经度值, -180 至 180
18485
18511
  * @param options.extent.xmax - 最大经度值, -180 至 180
@@ -18626,9 +18652,9 @@ declare class LodGraphicLayer extends GraphicLayer {
18626
18652
  * @param options.center.lng - 经度值, 180 - 180
18627
18653
  * @param options.center.lat - 纬度值, -90 - 90
18628
18654
  * @param [options.center.alt] - 高度值
18629
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
18630
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
18631
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
18655
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
18656
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
18657
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
18632
18658
  * @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
18633
18659
  * @param options.extent.xmin - 最小经度值, -180 至 180
18634
18660
  * @param options.extent.xmax - 最大经度值, -180 至 180
@@ -18827,9 +18853,9 @@ declare namespace TilesetLayer {
18827
18853
  * @param options.center.lng - 经度值, 180 - 180
18828
18854
  * @param options.center.lat - 纬度值, -90 - 90
18829
18855
  * @param [options.center.alt] - 高度值
18830
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
18831
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
18832
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
18856
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
18857
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
18858
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
18833
18859
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
18834
18860
  */
18835
18861
  declare class TilesetLayer extends BaseGraphicLayer {
@@ -19198,7 +19224,7 @@ declare class TilesetLayer extends BaseGraphicLayer {
19198
19224
  * @param [options.maximumLevel] - 图层所支持的最大层级,当地图大于该级别时,平台不去请求服务数据。
19199
19225
  * @param options.rectangle - 瓦片数据的矩形区域范围
19200
19226
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
19201
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
19227
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
19202
19228
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
19203
19229
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
19204
19230
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -19250,9 +19276,9 @@ declare class TilesetLayer extends BaseGraphicLayer {
19250
19276
  * @param options.center.lng - 经度值, 180 - 180
19251
19277
  * @param options.center.lat - 纬度值, -90 - 90
19252
19278
  * @param [options.center.alt] - 高度值
19253
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
19254
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
19255
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
19279
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
19280
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
19281
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
19256
19282
  * @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
19257
19283
  * @param options.extent.xmin - 最小经度值, -180 至 180
19258
19284
  * @param options.extent.xmax - 最大经度值, -180 至 180
@@ -19367,9 +19393,9 @@ declare class WfsLayer extends LodGraphicLayer {
19367
19393
  * @param options.center.lng - 经度值, 180 - 180
19368
19394
  * @param options.center.lat - 纬度值, -90 - 90
19369
19395
  * @param [options.center.alt] - 高度值
19370
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
19371
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
19372
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
19396
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
19397
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
19398
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
19373
19399
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
19374
19400
  */
19375
19401
  declare class GroupLayer extends BaseGraphicLayer {
@@ -19542,7 +19568,7 @@ declare class TerrainLayer extends BaseLayer {
19542
19568
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
19543
19569
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
19544
19570
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
19545
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
19571
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
19546
19572
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
19547
19573
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
19548
19574
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -19584,9 +19610,9 @@ declare class TerrainLayer extends BaseLayer {
19584
19610
  * @param options.center.lng - 经度值, 180 - 180
19585
19611
  * @param options.center.lat - 纬度值, -90 - 90
19586
19612
  * @param [options.center.alt] - 高度值
19587
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
19588
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
19589
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
19613
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
19614
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
19615
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
19590
19616
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
19591
19617
  */
19592
19618
  declare class ArcGisCacheLayer extends BaseTileLayer {
@@ -19701,7 +19727,7 @@ declare namespace ArcGisLayer {
19701
19727
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
19702
19728
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
19703
19729
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
19704
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
19730
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
19705
19731
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
19706
19732
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
19707
19733
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -19746,9 +19772,9 @@ declare namespace ArcGisLayer {
19746
19772
  * @param options.center.lng - 经度值, 180 - 180
19747
19773
  * @param options.center.lat - 纬度值, -90 - 90
19748
19774
  * @param [options.center.alt] - 高度值
19749
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
19750
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
19751
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
19775
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
19776
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
19777
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
19752
19778
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
19753
19779
  */
19754
19780
  declare class ArcGisLayer extends BaseTileLayer {
@@ -19893,7 +19919,7 @@ declare class ArcGisLayer extends BaseTileLayer {
19893
19919
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
19894
19920
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
19895
19921
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
19896
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
19922
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
19897
19923
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
19898
19924
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
19899
19925
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -19935,9 +19961,9 @@ declare class ArcGisLayer extends BaseTileLayer {
19935
19961
  * @param options.center.lng - 经度值, 180 - 180
19936
19962
  * @param options.center.lat - 纬度值, -90 - 90
19937
19963
  * @param [options.center.alt] - 高度值
19938
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
19939
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
19940
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
19964
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
19965
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
19966
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
19941
19967
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
19942
19968
  */
19943
19969
  declare class ArcGisTileLayer extends BaseTileLayer {
@@ -20034,7 +20060,7 @@ declare class ArcGisTileLayer extends BaseTileLayer {
20034
20060
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
20035
20061
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
20036
20062
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
20037
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
20063
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
20038
20064
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
20039
20065
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
20040
20066
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -20072,9 +20098,9 @@ declare class ArcGisTileLayer extends BaseTileLayer {
20072
20098
  * @param options.center.lng - 经度值, 180 - 180
20073
20099
  * @param options.center.lat - 纬度值, -90 - 90
20074
20100
  * @param [options.center.alt] - 高度值
20075
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
20076
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
20077
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
20101
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
20102
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
20103
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
20078
20104
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
20079
20105
  */
20080
20106
  declare class BaiduLayer extends BaseTileLayer {
@@ -20197,7 +20223,7 @@ declare namespace BaseTileLayer {
20197
20223
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
20198
20224
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
20199
20225
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
20200
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
20226
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
20201
20227
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
20202
20228
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
20203
20229
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -20240,9 +20266,9 @@ declare namespace BaseTileLayer {
20240
20266
  * @param options.center.lng - 经度值, 180 - 180
20241
20267
  * @param options.center.lat - 纬度值, -90 - 90
20242
20268
  * @param [options.center.alt] - 高度值
20243
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
20244
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
20245
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
20269
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
20270
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
20271
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
20246
20272
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
20247
20273
  */
20248
20274
  declare class BaseTileLayer extends BaseLayer {
@@ -20455,7 +20481,7 @@ declare class BaseTileLayer extends BaseLayer {
20455
20481
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
20456
20482
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
20457
20483
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
20458
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
20484
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
20459
20485
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
20460
20486
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
20461
20487
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -20498,9 +20524,9 @@ declare class BaseTileLayer extends BaseLayer {
20498
20524
  * @param options.center.lng - 经度值, 180 - 180
20499
20525
  * @param options.center.lat - 纬度值, -90 - 90
20500
20526
  * @param [options.center.alt] - 高度值
20501
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
20502
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
20503
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
20527
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
20528
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
20529
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
20504
20530
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
20505
20531
  */
20506
20532
  declare class BingLayer extends BaseTileLayer {
@@ -20597,7 +20623,7 @@ declare class BingLayer extends BaseTileLayer {
20597
20623
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
20598
20624
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
20599
20625
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
20600
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
20626
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
20601
20627
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
20602
20628
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
20603
20629
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -20610,9 +20636,9 @@ declare class BingLayer extends BaseTileLayer {
20610
20636
  * @param options.center.lng - 经度值, 180 - 180
20611
20637
  * @param options.center.lat - 纬度值, -90 - 90
20612
20638
  * @param [options.center.alt] - 高度值
20613
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
20614
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
20615
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
20639
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
20640
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
20641
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
20616
20642
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
20617
20643
  */
20618
20644
  declare class EmptyTileLayer extends BaseTileLayer {
@@ -20682,7 +20708,7 @@ declare class EmptyTileLayer extends BaseTileLayer {
20682
20708
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
20683
20709
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
20684
20710
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
20685
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
20711
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
20686
20712
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
20687
20713
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
20688
20714
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -20723,9 +20749,9 @@ declare class EmptyTileLayer extends BaseTileLayer {
20723
20749
  * @param options.center.lng - 经度值, 180 - 180
20724
20750
  * @param options.center.lat - 纬度值, -90 - 90
20725
20751
  * @param [options.center.alt] - 高度值
20726
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
20727
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
20728
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
20752
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
20753
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
20754
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
20729
20755
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
20730
20756
  */
20731
20757
  declare class GaodeLayer extends BaseTileLayer {
@@ -20812,7 +20838,7 @@ declare class GaodeLayer extends BaseTileLayer {
20812
20838
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
20813
20839
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
20814
20840
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
20815
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
20841
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
20816
20842
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
20817
20843
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
20818
20844
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -20854,9 +20880,9 @@ declare class GaodeLayer extends BaseTileLayer {
20854
20880
  * @param options.center.lng - 经度值, 180 - 180
20855
20881
  * @param options.center.lat - 纬度值, -90 - 90
20856
20882
  * @param [options.center.alt] - 高度值
20857
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
20858
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
20859
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
20883
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
20884
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
20885
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
20860
20886
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
20861
20887
  */
20862
20888
  declare class GeeLayer extends BaseTileLayer {
@@ -20949,7 +20975,7 @@ declare class GeeLayer extends BaseTileLayer {
20949
20975
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
20950
20976
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
20951
20977
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
20952
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
20978
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
20953
20979
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
20954
20980
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
20955
20981
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -20991,9 +21017,9 @@ declare class GeeLayer extends BaseTileLayer {
20991
21017
  * @param options.center.lng - 经度值, 180 - 180
20992
21018
  * @param options.center.lat - 纬度值, -90 - 90
20993
21019
  * @param [options.center.alt] - 高度值
20994
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
20995
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
20996
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
21020
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
21021
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
21022
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
20997
21023
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
20998
21024
  */
20999
21025
  declare class GoogleLayer extends BaseTileLayer {
@@ -21084,7 +21110,7 @@ declare class GoogleLayer extends BaseTileLayer {
21084
21110
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
21085
21111
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
21086
21112
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
21087
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
21113
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
21088
21114
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
21089
21115
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
21090
21116
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -21118,9 +21144,9 @@ declare class GoogleLayer extends BaseTileLayer {
21118
21144
  * @param options.center.lng - 经度值, 180 - 180
21119
21145
  * @param options.center.lat - 纬度值, -90 - 90
21120
21146
  * @param [options.center.alt] - 高度值
21121
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
21122
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
21123
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
21147
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
21148
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
21149
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
21124
21150
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
21125
21151
  */
21126
21152
  declare class GridLayer extends BaseTileLayer {
@@ -21197,7 +21223,7 @@ declare class GridLayer extends BaseTileLayer {
21197
21223
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
21198
21224
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
21199
21225
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
21200
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
21226
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
21201
21227
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
21202
21228
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
21203
21229
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -21236,9 +21262,9 @@ declare class GridLayer extends BaseTileLayer {
21236
21262
  * @param options.center.lng - 经度值, 180 - 180
21237
21263
  * @param options.center.lat - 纬度值, -90 - 90
21238
21264
  * @param [options.center.alt] - 高度值
21239
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
21240
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
21241
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
21265
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
21266
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
21267
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
21242
21268
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
21243
21269
  */
21244
21270
  declare class ImageLayer extends BaseTileLayer {
@@ -21323,7 +21349,7 @@ declare class ImageLayer extends BaseTileLayer {
21323
21349
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
21324
21350
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
21325
21351
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
21326
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
21352
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
21327
21353
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
21328
21354
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
21329
21355
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -21366,9 +21392,9 @@ declare class ImageLayer extends BaseTileLayer {
21366
21392
  * @param options.center.lng - 经度值, 180 - 180
21367
21393
  * @param options.center.lat - 纬度值, -90 - 90
21368
21394
  * @param [options.center.alt] - 高度值
21369
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
21370
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
21371
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
21395
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
21396
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
21397
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
21372
21398
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
21373
21399
  */
21374
21400
  declare class IonLayer extends BaseTileLayer {
@@ -21460,7 +21486,7 @@ declare class IonLayer extends BaseTileLayer {
21460
21486
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
21461
21487
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
21462
21488
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
21463
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
21489
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
21464
21490
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
21465
21491
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
21466
21492
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -21503,9 +21529,9 @@ declare class IonLayer extends BaseTileLayer {
21503
21529
  * @param options.center.lng - 经度值, 180 - 180
21504
21530
  * @param options.center.lat - 纬度值, -90 - 90
21505
21531
  * @param [options.center.alt] - 高度值
21506
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
21507
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
21508
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
21532
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
21533
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
21534
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
21509
21535
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
21510
21536
  */
21511
21537
  declare class MapboxLayer extends BaseTileLayer {
@@ -21596,7 +21622,7 @@ declare class MapboxLayer extends BaseTileLayer {
21596
21622
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
21597
21623
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
21598
21624
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
21599
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
21625
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
21600
21626
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
21601
21627
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
21602
21628
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -21633,9 +21659,9 @@ declare class MapboxLayer extends BaseTileLayer {
21633
21659
  * @param options.center.lng - 经度值, 180 - 180
21634
21660
  * @param options.center.lat - 纬度值, -90 - 90
21635
21661
  * @param [options.center.alt] - 高度值
21636
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
21637
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
21638
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
21662
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
21663
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
21664
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
21639
21665
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
21640
21666
  */
21641
21667
  declare class OsmLayer extends BaseTileLayer {
@@ -21728,7 +21754,7 @@ declare class OsmLayer extends BaseTileLayer {
21728
21754
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
21729
21755
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
21730
21756
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
21731
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
21757
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
21732
21758
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
21733
21759
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
21734
21760
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -21768,9 +21794,9 @@ declare class OsmLayer extends BaseTileLayer {
21768
21794
  * @param options.center.lng - 经度值, 180 - 180
21769
21795
  * @param options.center.lat - 纬度值, -90 - 90
21770
21796
  * @param [options.center.alt] - 高度值
21771
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
21772
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
21773
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
21797
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
21798
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
21799
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
21774
21800
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
21775
21801
  */
21776
21802
  declare class TdtLayer extends BaseTileLayer {
@@ -21864,7 +21890,7 @@ declare class TdtLayer extends BaseTileLayer {
21864
21890
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
21865
21891
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
21866
21892
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
21867
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
21893
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
21868
21894
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
21869
21895
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
21870
21896
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -21902,9 +21928,9 @@ declare class TdtLayer extends BaseTileLayer {
21902
21928
  * @param options.center.lng - 经度值, 180 - 180
21903
21929
  * @param options.center.lat - 纬度值, -90 - 90
21904
21930
  * @param [options.center.alt] - 高度值
21905
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
21906
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
21907
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
21931
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
21932
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
21933
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
21908
21934
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
21909
21935
  */
21910
21936
  declare class TencentLayer extends BaseTileLayer {
@@ -21988,7 +22014,7 @@ declare class TencentLayer extends BaseTileLayer {
21988
22014
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
21989
22015
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
21990
22016
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
21991
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
22017
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
21992
22018
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
21993
22019
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
21994
22020
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -22020,9 +22046,9 @@ declare class TencentLayer extends BaseTileLayer {
22020
22046
  * @param options.center.lng - 经度值, 180 - 180
22021
22047
  * @param options.center.lat - 纬度值, -90 - 90
22022
22048
  * @param [options.center.alt] - 高度值
22023
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
22024
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
22025
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
22049
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
22050
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
22051
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
22026
22052
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
22027
22053
  */
22028
22054
  declare class TileInfoLayer extends BaseTileLayer {
@@ -22094,7 +22120,7 @@ declare class TileInfoLayer extends BaseTileLayer {
22094
22120
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
22095
22121
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
22096
22122
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
22097
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
22123
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
22098
22124
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
22099
22125
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
22100
22126
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -22136,9 +22162,9 @@ declare class TileInfoLayer extends BaseTileLayer {
22136
22162
  * @param options.center.lng - 经度值, 180 - 180
22137
22163
  * @param options.center.lat - 纬度值, -90 - 90
22138
22164
  * @param [options.center.alt] - 高度值
22139
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
22140
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
22141
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
22165
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
22166
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
22167
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
22142
22168
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
22143
22169
  */
22144
22170
  declare class TmsLayer extends BaseTileLayer {
@@ -22250,7 +22276,7 @@ declare class TmsLayer extends BaseTileLayer {
22250
22276
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
22251
22277
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
22252
22278
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
22253
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
22279
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
22254
22280
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
22255
22281
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
22256
22282
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -22284,9 +22310,9 @@ declare class TmsLayer extends BaseTileLayer {
22284
22310
  * @param options.center.lng - 经度值, 180 - 180
22285
22311
  * @param options.center.lat - 纬度值, -90 - 90
22286
22312
  * @param [options.center.alt] - 高度值
22287
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
22288
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
22289
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360allowPick
22313
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
22314
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
22315
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,-90至90
22290
22316
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
22291
22317
  */
22292
22318
  declare class WmsLayer extends BaseTileLayer {
@@ -22433,7 +22459,7 @@ declare class WmsLayer extends BaseTileLayer {
22433
22459
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
22434
22460
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
22435
22461
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
22436
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
22462
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
22437
22463
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
22438
22464
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
22439
22465
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -22472,9 +22498,9 @@ declare class WmsLayer extends BaseTileLayer {
22472
22498
  * @param options.center.lng - 经度值, 180 - 180
22473
22499
  * @param options.center.lat - 纬度值, -90 - 90
22474
22500
  * @param [options.center.alt] - 高度值
22475
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
22476
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
22477
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
22501
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
22502
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
22503
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
22478
22504
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
22479
22505
  */
22480
22506
  declare class WmtsLayer extends BaseTileLayer {
@@ -22609,7 +22635,7 @@ declare class WmtsLayer extends BaseTileLayer {
22609
22635
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
22610
22636
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
22611
22637
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
22612
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
22638
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
22613
22639
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
22614
22640
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
22615
22641
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -22665,9 +22691,9 @@ declare class WmtsLayer extends BaseTileLayer {
22665
22691
  * @param options.center.lng - 经度值, 180 - 180
22666
22692
  * @param options.center.lat - 纬度值, -90 - 90
22667
22693
  * @param [options.center.alt] - 高度值
22668
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
22669
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
22670
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
22694
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
22695
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
22696
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
22671
22697
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
22672
22698
  */
22673
22699
  declare class XyzLayer extends BaseTileLayer {
@@ -22930,9 +22956,9 @@ declare namespace Map {
22930
22956
  * @property center.lng - 经度值, 180 - 180
22931
22957
  * @property center.lat - 纬度值, -90 - 90
22932
22958
  * @property center.alt - 高度值
22933
- * @property [center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
22934
- * @property [center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
22935
- * @property [center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
22959
+ * @property [center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
22960
+ * @property [center.pitch] - 俯仰角度值,绕纬度线旋转角度,-90至90
22961
+ * @property [center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
22936
22962
  * @property [extent] - 矩形范围 相机视角,与center二选一
22937
22963
  * @property extent.xmin - 最小经度值, -180 至 180
22938
22964
  * @property extent.xmax - 最大经度值, -180 至 180
@@ -23848,7 +23874,7 @@ declare class Map extends BaseClass {
23848
23874
  setPitchRange(max: number, min?: number): void;
23849
23875
  /**
23850
23876
  * 设置相机pitch值,保持地图中心位置不变。
23851
- * @param pitch - 俯仰角度值, 0360
23877
+ * @param pitch - 俯仰角度值, -9090
23852
23878
  * @param [options] - 具有以下属性的对象:
23853
23879
  * @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
23854
23880
  * @param [options.duration] - 飞行持续时间(秒)。如果省略,内部会根据飞行距离计算出理想的飞行时间。
@@ -23883,9 +23909,9 @@ declare class Map extends BaseClass {
23883
23909
  * @param cameraView.lng - 经度值, 180 - 180
23884
23910
  * @param cameraView.lat - 纬度值, -90 - 90
23885
23911
  * @param [cameraView.alt] - 高度值
23886
- * @param [cameraView.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
23887
- * @param [cameraView.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
23888
- * @param [cameraView.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
23912
+ * @param [cameraView.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
23913
+ * @param [cameraView.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
23914
+ * @param [cameraView.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
23889
23915
  * @param [options = {}] - 参数对象:
23890
23916
  * @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
23891
23917
  * @param [options.complete] - 飞行完成后要执行的函数。
@@ -23943,8 +23969,8 @@ declare class Map extends BaseClass {
23943
23969
  * @param arr.lat - 纬度值, -90 至 90
23944
23970
  * @param arr.alt - 高度值
23945
23971
  * @param arr.heading - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
23946
- * @param arr.pitch - 俯仰角度值,绕纬度线旋转角度, 0360
23947
- * @param arr.roll - 翻滚角度值,绕经度线旋转角度, 0360
23972
+ * @param arr.pitch - 俯仰角度值,绕纬度线旋转角度, -9090
23973
+ * @param arr.roll - 翻滚角度值,绕经度线旋转角度, -9090
23948
23974
  * @param [arr.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
23949
23975
  * @param [arr.stop = 1] - 该步骤飞行结束的停留时间(单位:秒)。
23950
23976
  * @param [arr.onStart] - 该步骤飞行开始前的回调方法
@@ -24011,8 +24037,8 @@ declare class Map extends BaseClass {
24011
24037
  * @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
24012
24038
  * @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
24013
24039
  * @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
24014
- * @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, 0360
24015
- * @param [options.roll] - 翻滚角度值,绕经度线旋转角度, 0360
24040
+ * @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -9090
24041
+ * @param [options.roll] - 翻滚角度值,绕经度线旋转角度,-9090
24016
24042
  * @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
24017
24043
  * @param [options.complete] - 飞行完成后要执行的函数。
24018
24044
  * @param [options.cancel] - 飞行取消时要执行的函数。
@@ -24053,8 +24079,8 @@ declare class Map extends BaseClass {
24053
24079
  * @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
24054
24080
  * @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
24055
24081
  * @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
24056
- * @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, 0360
24057
- * @param [options.roll] - 翻滚角度值,绕经度线旋转角度, 0360
24082
+ * @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -9090
24083
+ * @param [options.roll] - 翻滚角度值,绕经度线旋转角度, -9090
24058
24084
  * @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
24059
24085
  * @param [options.complete] - 飞行完成后要执行的函数。
24060
24086
  * @param [options.cancel] - 飞行取消时要执行的函数。
@@ -24099,8 +24125,8 @@ declare class Map extends BaseClass {
24099
24125
  * @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
24100
24126
  * @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
24101
24127
  * @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
24102
- * @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, 0360
24103
- * @param [options.roll] - 翻滚角度值,绕经度线旋转角度, 0360
24128
+ * @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -9090
24129
+ * @param [options.roll] - 翻滚角度值,绕经度线旋转角度, -9090
24104
24130
  * @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
24105
24131
  * @param [options.complete] - 飞行完成后要执行的函数。
24106
24132
  * @param [options.cancel] - 飞行取消时要执行的函数。
@@ -24143,8 +24169,8 @@ declare class Map extends BaseClass {
24143
24169
  * @param [options = {}] - 具有以下属性的对象:
24144
24170
  * @param [options.radius] - 相机距离目标点的距离(单位:米)
24145
24171
  * @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
24146
- * @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, 0360
24147
- * @param [options.roll] - 翻滚角度值,绕经度线旋转角度, 0360
24172
+ * @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -9090
24173
+ * @param [options.roll] - 翻滚角度值,绕经度线旋转角度, -9090
24148
24174
  * @param [options.duration] - 飞行持续时间(秒)。如果省略,内部会根据飞行距离计算出理想的飞行时间。
24149
24175
  * @param [options.clampToGround] - 是否贴地对象,true时异步计算实际高度值后进行定位。
24150
24176
  * @param [options.complete] - 飞行完成后要执行的函数。
@@ -25838,9 +25864,9 @@ declare class TextMaterial extends Cesium.Material {
25838
25864
  * @param options.center.lng - 经度值, 180 - 180
25839
25865
  * @param options.center.lat - 纬度值, -90 - 90
25840
25866
  * @param [options.center.alt] - 高度值
25841
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
25842
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
25843
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
25867
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
25868
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
25869
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
25844
25870
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
25845
25871
  */
25846
25872
  declare class EchartsLayer extends BaseLayer {
@@ -25932,7 +25958,7 @@ declare class EchartsLayer extends BaseLayer {
25932
25958
  * @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
25959
  * @param [options.rectangle] - 坐标的矩形区域范围,默认内部自动计算
25934
25960
  * @param options.rectangle.xmin - 最小经度值
25935
- * @param options.rectangle.xmax - 最大纬度值
25961
+ * @param options.rectangle.xmax - 最大经度值
25936
25962
  * @param options.rectangle.ymin - 最小纬度值
25937
25963
  * @param options.rectangle.ymax - 最大纬度值
25938
25964
  * @param [options.max] - 数据集的value值上限,默认内部计算
@@ -25963,9 +25989,9 @@ declare class EchartsLayer extends BaseLayer {
25963
25989
  * @param options.center.lng - 经度值, 180 - 180
25964
25990
  * @param options.center.lat - 纬度值, -90 - 90
25965
25991
  * @param [options.center.alt] - 高度值
25966
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
25967
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
25968
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
25992
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
25993
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
25994
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
25969
25995
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
25970
25996
  */
25971
25997
  declare class HeatLayer extends BaseLayer {
@@ -26092,9 +26118,9 @@ declare class HeatLayer extends BaseLayer {
26092
26118
  * @param options.center.lng - 经度值, 180 - 180
26093
26119
  * @param options.center.lat - 纬度值, -90 - 90
26094
26120
  * @param [options.center.alt] - 高度值
26095
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
26096
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
26097
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
26121
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
26122
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
26123
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
26098
26124
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
26099
26125
  * @param [dataSet] - mapv.DataSet数据集,可以参考[ MapV数据集对象说明]{@link https://github.com/huiyan-fe/mapv/blob/master/src/data/DataSet.md}
26100
26126
  */
@@ -27032,8 +27058,8 @@ declare class Satellite extends BaseGraphic {
27032
27058
  * @param [options = {}] - 具有以下属性的对象:
27033
27059
  * @param [options.scale = 1.5] - 视角离卫星距离的缩放比例,计算公式:视角距离 = scale*卫星当前高度
27034
27060
  * @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
27035
- * @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, 0360
27036
- * @param [options.roll] - 翻滚角度值,绕经度线旋转角度, 0360
27061
+ * @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -9090
27062
+ * @param [options.roll] - 翻滚角度值,绕经度线旋转角度, -9090
27037
27063
  * @param [options.duration] - 飞行持续时间(秒)。如果省略,内部会根据飞行距离计算出理想的飞行时间。
27038
27064
  * @param [options.complete] - 飞行完成后要执行的函数。
27039
27065
  * @param [options.cancel] - 飞行取消时要执行的函数。
@@ -27242,9 +27268,9 @@ declare class SatelliteSensor extends BasePointPrimitive {
27242
27268
  * @param options.center.lng - 经度值, 180 - 180
27243
27269
  * @param options.center.lat - 纬度值, -90 - 90
27244
27270
  * @param [options.center.alt] - 高度值
27245
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
27246
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
27247
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
27271
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
27272
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
27273
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
27248
27274
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
27249
27275
  */
27250
27276
  declare class S3MLayer extends BaseLayer {
@@ -27342,7 +27368,7 @@ declare class S3MLayer extends BaseLayer {
27342
27368
  * @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
27343
27369
  * @param [options.rectangle] - 瓦片数据的矩形区域范围
27344
27370
  * @param options.rectangle.xmin - 最小经度值, -180 至 180
27345
- * @param options.rectangle.xmax - 最大纬度值, -180 至 180
27371
+ * @param options.rectangle.xmax - 最大经度值, -180 至 180
27346
27372
  * @param options.rectangle.ymin - 最小纬度值, -90 至 90
27347
27373
  * @param options.rectangle.ymax - 最大纬度值, -90 至 90
27348
27374
  * @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -27382,9 +27408,9 @@ declare class S3MLayer extends BaseLayer {
27382
27408
  * @param options.center.lng - 经度值, 180 - 180
27383
27409
  * @param options.center.lat - 纬度值, -90 - 90
27384
27410
  * @param [options.center.alt] - 高度值
27385
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
27386
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
27387
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
27411
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
27412
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
27413
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
27388
27414
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
27389
27415
  */
27390
27416
  declare class SmImgLayer extends BaseTileLayer {
@@ -27487,9 +27513,9 @@ declare class SmImgLayer extends BaseTileLayer {
27487
27513
  * @param options.center.lng - 经度值, 180 - 180
27488
27514
  * @param options.center.lat - 纬度值, -90 - 90
27489
27515
  * @param [options.center.alt] - 高度值
27490
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
27491
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
27492
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
27516
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
27517
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
27518
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
27493
27519
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
27494
27520
  */
27495
27521
  declare class SmMvtLayer extends BaseLayer {
@@ -27574,9 +27600,9 @@ declare class SmMvtLayer extends BaseLayer {
27574
27600
  * @param options.center.lng - 经度值, 180 - 180
27575
27601
  * @param options.center.lat - 纬度值, -90 - 90
27576
27602
  * @param [options.center.alt] - 高度值
27577
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
27578
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
27579
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
27603
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
27604
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
27605
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
27580
27606
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
27581
27607
  */
27582
27608
  declare class TdtDmLayer extends BaseLayer {
@@ -28194,9 +28220,9 @@ declare namespace CanvasWindLayer {
28194
28220
  * @param options.center.lng - 经度值, 180 - 180
28195
28221
  * @param options.center.lat - 纬度值, -90 - 90
28196
28222
  * @param [options.center.alt] - 高度值
28197
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
28198
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
28199
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
28223
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
28224
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
28225
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
28200
28226
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
28201
28227
  */
28202
28228
  declare class CanvasWindLayer extends BaseLayer {
@@ -28384,9 +28410,9 @@ declare namespace WindLayer {
28384
28410
  * @param options.center.lng - 经度值, 180 - 180
28385
28411
  * @param options.center.lat - 纬度值, -90 - 90
28386
28412
  * @param [options.center.alt] - 高度值
28387
- * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0-360
28388
- * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, 0-360
28389
- * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, 0-360
28413
+ * @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0360
28414
+ * @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
28415
+ * @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
28390
28416
  * @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
28391
28417
  */
28392
28418
  declare class WindLayer extends BaseLayer {
@@ -28477,7 +28503,7 @@ declare class BaiduPOI {
28477
28503
  * @param queryOptions - 查询参数
28478
28504
  * @param queryOptions.text - 输入建议关键字(支持拼音)
28479
28505
  * @param [queryOptions.location] - 传入location参数后,返回结果将以距离进行排序
28480
- * @param [queryOptions.city] - 可以重新限定查询的区域,默认为类构造时传入的city
28506
+ * @param [queryOptions.city] - 可以限定查询的行政区
28481
28507
  * @param [queryOptions.citylimit = false] - 取值为"true",仅返回city中指定城市检索结果
28482
28508
  * @param [queryOptions.success] - 查询完成的回调方法
28483
28509
  * @param [queryOptions.error] - 查询失败的回调方法
@@ -28491,6 +28517,42 @@ declare class BaiduPOI {
28491
28517
  success?: (...params: any[]) => any;
28492
28518
  error?: (...params: any[]) => any;
28493
28519
  }): Promise<any>;
28520
+ /**
28521
+ * 根据ID获取POI点详情
28522
+ * @param queryOptions - 查询参数
28523
+ * @param queryOptions.id - AOI唯一标识, 最多可以传入1个id,传入目标区域的poiid即可
28524
+ * @param [queryOptions.success] - 查询完成的回调方法
28525
+ * @param [queryOptions.error] - 查询失败的回调方法
28526
+ * @returns 查询完成的Promise,等价于success参数
28527
+ */
28528
+ detail(queryOptions: {
28529
+ id: string;
28530
+ success?: (...params: any[]) => any;
28531
+ error?: (...params: any[]) => any;
28532
+ }): Promise<any>;
28533
+ /**
28534
+ * 按限定区域搜索
28535
+ * @param queryOptions - 查询参数
28536
+ * @param queryOptions.text - 检索关键字。支持多个关键字并集检索,不同关键字间以空格符号分隔,最多支持10个关键字检索。
28537
+ * @param [queryOptions.types = ''] - 检索分类偏好,与text组合进行检索,多个分类以","分隔(POI分类),如果需要严格按分类检索,请通过text参数设置
28538
+ * @param [queryOptions.graphic] - 限定的搜索区域
28539
+ * @param [queryOptions.limit = false] - 取值为"true",严格返回限定区域内检索结果
28540
+ * @param [queryOptions.count = 20] - 单次召回POI数量,最大返回25条。多关键字检索时,返回的记录数为关键字个数*count。多关键词检索时,单页返回总数=关键词数量*count
28541
+ * @param [queryOptions.page = 0] - 分页页码,默认为0, 0代表第一页,1代表第二页,以此类推。常与 count 搭配使用,仅当返回结果为poi时可以翻页。
28542
+ * @param [queryOptions.error] - 查询失败的回调方法
28543
+ * @param [queryOptions.success] - 查询完成的回调方法
28544
+ * @returns 查询完成的Promise,等价于success参数
28545
+ */
28546
+ query(queryOptions: {
28547
+ text: string;
28548
+ types?: string;
28549
+ graphic?: BaseGraphic | any;
28550
+ limit?: boolean;
28551
+ count?: number;
28552
+ page?: number;
28553
+ error?: (...params: any[]) => any;
28554
+ success?: (...params: any[]) => any;
28555
+ }): Promise<any>;
28494
28556
  /**
28495
28557
  * 关键字搜索
28496
28558
  * @param queryOptions - 查询参数
@@ -28550,13 +28612,36 @@ declare class BaiduPOI {
28550
28612
  success?: (...params: any[]) => any;
28551
28613
  error?: (...params: any[]) => any;
28552
28614
  }): Promise<any>;
28615
+ /**
28616
+ * 多边形搜索
28617
+ * @param queryOptions - 查询参数
28618
+ * @param queryOptions.text - 检索关键字。支持多个关键字并集检索,不同关键字间以空格符号分隔,最多支持10个关键字检索。
28619
+ * @param [queryOptions.types = ''] - 检索分类偏好,与text组合进行检索,多个分类以","分隔(POI分类),如果需要严格按分类检索,请通过text参数设置
28620
+ * @param queryOptions.polygon - 经纬度数组,经纬度小数点后不得超过6位。多边形为矩形时,可传入左上右下两顶点坐标对;其他情况下首尾坐标对需相同。
28621
+ * @param [queryOptions.limit = false] - 是否严格限定召回结果在设置检索的多边形或矩形范围内。true(是),false(否)。设置为true时会影响返回结果中total准确性及每页召回poi数量, 设置为false时可能会召回检索半径外的poi。
28622
+ * @param [queryOptions.count = 20] - 单次召回POI数量,最大返回25条。多关键字检索时,返回的记录数为关键字个数*count。多关键词检索时,单页返回总数=关键词数量*count
28623
+ * @param [queryOptions.page = 0] - 分页页码,默认为0, 0代表第一页,1代表第二页,以此类推。常与 count 搭配使用,仅当返回结果为poi时可以翻页。
28624
+ * @param [queryOptions.success] - 查询完成的回调方法
28625
+ * @param [queryOptions.error] - 查询失败的回调方法
28626
+ * @returns 查询完成的Promise,等价于success参数
28627
+ */
28628
+ queryPolygon(queryOptions: {
28629
+ text: string;
28630
+ types?: string;
28631
+ polygon: any[][];
28632
+ limit?: boolean;
28633
+ count?: number;
28634
+ page?: number;
28635
+ success?: (...params: any[]) => any;
28636
+ error?: (...params: any[]) => any;
28637
+ }): Promise<any>;
28553
28638
  }
28554
28639
 
28555
28640
  /**
28556
28641
  * 高德 POI查询 工具类,
28557
28642
  * 参考文档:{@link https://lbs.amap.com/api/webservice/guide/api/search}
28558
28643
  * @param [options] - 参数对象,包括以下:
28559
- * @param [options.key = mars3d.Token.gaodeArr] - 百度KEY,在实际项目中请使用自己申请的高德KEY,因为我们的key不保证长期有效。
28644
+ * @param [options.key = mars3d.Token.gaodeArr] - 高德KEY,在实际项目中请使用自己申请的高德KEY,因为我们的key不保证长期有效。
28560
28645
  * @param [options.headers = {}] - 将被添加到HTTP请求头。
28561
28646
  * @param [options.proxy] - 加载资源时使用的代理。
28562
28647
  */
@@ -28592,7 +28677,7 @@ declare class GaodePOI {
28592
28677
  * @param queryOptions - 查询参数
28593
28678
  * @param queryOptions.text - 输入建议关键字(支持拼音)
28594
28679
  * @param [queryOptions.location] - 建议使用location参数,可在此location附近优先返回搜索关键词信息,在请求参数city不为空时生效
28595
- * @param [queryOptions.city] - 可以重新限定查询的区域,默认为类构造时传入的city
28680
+ * @param [queryOptions.city] - 可以限定查询的行政区
28596
28681
  * @param [queryOptions.citylimit = false] - 取值为"true",仅返回city中指定城市检索结果
28597
28682
  * @param [queryOptions.success] - 查询完成的回调方法
28598
28683
  * @param [queryOptions.error] - 查询失败的回调方法
@@ -28606,6 +28691,19 @@ declare class GaodePOI {
28606
28691
  success?: (...params: any[]) => any;
28607
28692
  error?: (...params: any[]) => any;
28608
28693
  }): Promise<any>;
28694
+ /**
28695
+ * 根据ID获取POI点详情
28696
+ * @param queryOptions - 查询参数
28697
+ * @param queryOptions.id - AOI唯一标识, 最多可以传入1个id,传入目标区域的poiid即可
28698
+ * @param [queryOptions.success] - 查询完成的回调方法
28699
+ * @param [queryOptions.error] - 查询失败的回调方法
28700
+ * @returns 查询完成的Promise,等价于success参数
28701
+ */
28702
+ detail(queryOptions: {
28703
+ id: string;
28704
+ success?: (...params: any[]) => any;
28705
+ error?: (...params: any[]) => any;
28706
+ }): Promise<any>;
28609
28707
  /**
28610
28708
  * 按限定区域搜索
28611
28709
  * @param queryOptions - 查询参数
@@ -28629,19 +28727,6 @@ declare class GaodePOI {
28629
28727
  error?: (...params: any[]) => any;
28630
28728
  success?: (...params: any[]) => any;
28631
28729
  }): 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
28730
  /**
28646
28731
  * 关键字搜索
28647
28732
  * @param queryOptions - 查询参数
@@ -29055,6 +29140,137 @@ declare class QueryGeoServer extends BaseClass {
29055
29140
  clear(): void;
29056
29141
  }
29057
29142
 
29143
+ /**
29144
+ * 天地图 POI查询 工具类,
29145
+ * 参考文档:{@link http://lbs.tianditu.gov.cn/server/search2.html}
29146
+ * @param [options] - 参数对象,包括以下:
29147
+ * @param [options.key = mars3d.Token.tiandituArr] - 天地图KEY,在实际项目中请使用自己申请的天地图KEY,因为我们的key不保证长期有效。
29148
+ * @param [options.headers = {}] - 将被添加到HTTP请求头。
29149
+ * @param [options.proxy] - 加载资源时使用的代理。
29150
+ */
29151
+ declare class TdtPOI {
29152
+ constructor(options?: {
29153
+ key?: string[];
29154
+ headers?: any;
29155
+ proxy?: Cesium.Proxy;
29156
+ });
29157
+ /**
29158
+ * 天地图key数组,内部轮询使用
29159
+ */
29160
+ keys: string[];
29161
+ /**
29162
+ * 轮询取单个key进行使用
29163
+ */
29164
+ readonly key: string;
29165
+ /**
29166
+ * 根据经纬度坐标获取地址,逆地理编码
29167
+ * @param queryOptions - 查询参数
29168
+ * @param [queryOptions.location] - 经纬度坐标
29169
+ * @param [queryOptions.success] - 查询完成的回调方法
29170
+ * @param [queryOptions.error] - 查询失败的回调方法
29171
+ * @returns 查询完成的Promise,等价于success参数
29172
+ */
29173
+ getAddress(queryOptions: {
29174
+ location?: LngLatPoint | Cesium.Cartesian3 | string | any[] | any;
29175
+ success?: (...params: any[]) => any;
29176
+ error?: (...params: any[]) => any;
29177
+ }): Promise<any>;
29178
+ /**
29179
+ * 按限定区域搜索
29180
+ * @param queryOptions - 查询参数
29181
+ * @param queryOptions.text - 检索关键字。支持多个关键字并集检索,不同关键字间以空格符号分隔,最多支持10个关键字检索。
29182
+ * @param [queryOptions.types = ''] - 检索分类偏好,与text组合进行检索,多个分类以","分隔(POI分类),如果需要严格按分类检索,请通过text参数设置
29183
+ * @param [queryOptions.graphic] - 限定的搜索区域
29184
+ * @param [queryOptions.limit = false] - 取值为"true",严格返回限定区域内检索结果
29185
+ * @param [queryOptions.page = 0] - 分页页码,默认为0, 0代表第一页,1代表第二页,以此类推。常与 count 搭配使用,仅当返回结果为poi时可以翻页。
29186
+ * @param [queryOptions.count = 20] - 单次召回POI数量,默认为10条记录,最大返回20条。多关键字检索时,返回的记录数为关键字个数*count。多关键词检索时,单页返回总数=关键词数量*count
29187
+ * @param [queryOptions.error] - 查询失败的回调方法
29188
+ * @param [queryOptions.success] - 查询完成的回调方法
29189
+ * @returns 查询完成的Promise,等价于success参数
29190
+ */
29191
+ query(queryOptions: {
29192
+ text: string;
29193
+ types?: string;
29194
+ graphic?: BaseGraphic | any;
29195
+ limit?: boolean;
29196
+ page?: number;
29197
+ count?: number;
29198
+ error?: (...params: any[]) => any;
29199
+ success?: (...params: any[]) => any;
29200
+ }): Promise<any>;
29201
+ /**
29202
+ * 关键字搜索
29203
+ * @param queryOptions - 查询参数
29204
+ * @param queryOptions.text - 检索关键字。支持多个关键字并集检索,不同关键字间以空格符号分隔,最多支持10个关键字检索。
29205
+ * @param [queryOptions.types = ''] - 检索分类偏好,与text组合进行检索,多个分类以","分隔(POI分类),如果需要严格按分类检索,请通过text参数设置
29206
+ * @param [queryOptions.city] - 可以重新限定查询的区域,默认为类构造时传入的city
29207
+ * @param [queryOptions.citylimit = false] - 取值为"true",仅返回city中指定城市检索结果
29208
+ * @param [queryOptions.count = 20] - 单次召回POI数量,最大返回300条。多关键字检索时,返回的记录数为关键字个数*count。多关键词检索时,单页返回总数=关键词数量*count
29209
+ * @param [queryOptions.page = 0] - 分页页码,默认为0, 0代表第一页,1代表第二页,以此类推。常与 count 搭配使用,仅当返回结果为poi时可以翻页。
29210
+ * @param [queryOptions.success] - 查询完成的回调方法
29211
+ * @param [queryOptions.error] - 查询失败的回调方法
29212
+ * @returns 查询完成的Promise,等价于success参数
29213
+ */
29214
+ queryText(queryOptions: {
29215
+ text: string;
29216
+ types?: string;
29217
+ city?: string;
29218
+ citylimit?: boolean;
29219
+ count?: number;
29220
+ page?: number;
29221
+ success?: (...params: any[]) => any;
29222
+ error?: (...params: any[]) => any;
29223
+ }): Promise<any>;
29224
+ /**
29225
+ * 周边搜索(圆形搜索)
29226
+ * @param queryOptions - 查询参数
29227
+ * @param queryOptions.text - 检索关键字。支持多个关键字并集检索,不同关键字间以空格符号分隔,最多支持10个关键字检索。
29228
+ * @param [queryOptions.types = ''] - 检索分类偏好,与text组合进行检索,多个分类以","分隔(POI分类),如果需要严格按分类检索,请通过text参数设置
29229
+ * @param [queryOptions.location] - 圆形区域检索中心点,取值范围:0-50000。规则:大于50000按默认值,单位:米
29230
+ * @param [queryOptions.radius = 3000] - 圆形区域检索半径,单位为米。(增加区域内数据召回权重,如需严格限制召回数据在区域内,请搭配使用radiuslimit参数),当半径过大,超过中心点所在城市边界时,会变为城市范围检索,检索范围为中心点所在城市
29231
+ * @param [queryOptions.limit = false] - 是否严格限定召回结果在设置检索半径范围内。true(是),false(否)。设置为true时会影响返回结果中total准确性及每页召回poi数量, 设置为false时可能会召回检索半径外的poi。
29232
+ * @param [queryOptions.count = 20] - 单次召回POI数量,最大返回25条。多关键字检索时,返回的记录数为关键字个数*count。多关键词检索时,单页返回总数=关键词数量*count
29233
+ * @param [queryOptions.page = 0] - 分页页码,默认为0, 0代表第一页,1代表第二页,以此类推。常与 count 搭配使用,仅当返回结果为poi时可以翻页。
29234
+ * @param [queryOptions.success] - 查询完成的回调方法
29235
+ * @param [queryOptions.error] - 查询失败的回调方法
29236
+ * @returns 查询完成的Promise,等价于success参数
29237
+ */
29238
+ queryCircle(queryOptions: {
29239
+ text: string;
29240
+ types?: string;
29241
+ location?: LngLatPoint | Cesium.Cartesian3 | string | any[] | any;
29242
+ radius?: number;
29243
+ limit?: boolean;
29244
+ count?: number;
29245
+ page?: number;
29246
+ success?: (...params: any[]) => any;
29247
+ error?: (...params: any[]) => any;
29248
+ }): Promise<any>;
29249
+ /**
29250
+ * 多边形搜索
29251
+ * @param queryOptions - 查询参数
29252
+ * @param queryOptions.text - 检索关键字。支持多个关键字并集检索,不同关键字间以空格符号分隔,最多支持10个关键字检索。
29253
+ * @param [queryOptions.types = ''] - 检索分类偏好,与text组合进行检索,多个分类以","分隔(POI分类),如果需要严格按分类检索,请通过text参数设置
29254
+ * @param queryOptions.polygon - 经纬度数组,经纬度小数点后不得超过6位。多边形为矩形时,可传入左上右下两顶点坐标对;其他情况下首尾坐标对需相同。
29255
+ * @param [queryOptions.limit = false] - 是否严格限定召回结果在设置检索的多边形或矩形范围内。true(是),false(否)。设置为true时会影响返回结果中total准确性及每页召回poi数量, 设置为false时可能会召回检索半径外的poi。
29256
+ * @param [queryOptions.count = 20] - 单次召回POI数量,最大返回25条。多关键字检索时,返回的记录数为关键字个数*count。多关键词检索时,单页返回总数=关键词数量*count
29257
+ * @param [queryOptions.page = 0] - 分页页码,默认为0, 0代表第一页,1代表第二页,以此类推。常与 count 搭配使用,仅当返回结果为poi时可以翻页。
29258
+ * @param [queryOptions.success] - 查询完成的回调方法
29259
+ * @param [queryOptions.error] - 查询失败的回调方法
29260
+ * @returns 查询完成的Promise,等价于success参数
29261
+ */
29262
+ queryPolygon(queryOptions: {
29263
+ text: string;
29264
+ types?: string;
29265
+ polygon: any[][];
29266
+ limit?: boolean;
29267
+ count?: number;
29268
+ page?: number;
29269
+ success?: (...params: any[]) => any;
29270
+ error?: (...params: any[]) => any;
29271
+ }): Promise<any>;
29272
+ }
29273
+
29058
29274
  declare namespace Measure {
29059
29275
  /**
29060
29276
  * @example
@@ -33327,7 +33543,7 @@ declare namespace Util {
33327
33543
  }): Cesium.Resource;
33328
33544
  /**
33329
33545
  * 文字转base64图片
33330
- * @param text - 文字内容
33546
+ * @param text - 文字内容 (提示:暂不支持换行)
33331
33547
  * @param [textStyle = {}] - 参数对象:
33332
33548
  * @param [textStyle.font = '10px sans-serif'] - 使用的CSS字体。
33333
33549
  * @param [textStyle.textBaseline = 'bottom'] - 文本的基线。