mars3d 3.8.3 → 3.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/mars3d.css CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Mars3D三维可视化平台 mars3d
3
3
  *
4
- * 版本信息:v3.8.3
5
- * 编译日期:2024-09-25 19:53:35
4
+ * 版本信息:v3.8.4
5
+ * 编译日期:2024-10-16 09:33
6
6
  * 版权所有:Copyright by 火星科技 http://mars3d.cn
7
7
  * 使用单位:免费公开版 ,2024-08-01
8
8
  */
package/dist/mars3d.d.ts CHANGED
@@ -2,8 +2,8 @@
2
2
  /**
3
3
  * Mars3D三维可视化平台 mars3d
4
4
  *
5
- * 版本信息:v3.8.3
6
- * 编译日期:2024-09-25 19:53:35
5
+ * 版本信息:v3.8.4
6
+ * 编译日期:2024-10-16 09:33
7
7
  * 版权所有:Copyright by 火星科技 http://mars3d.cn
8
8
  * 使用单位:免费公开版 ,2024-08-01
9
9
  */
@@ -1596,6 +1596,8 @@ declare namespace MaterialType {
1596
1596
  * @property [repeat = new Cesium.Cartesian2(1.0, 1.0)] - 指定图像在每个方向上重复的次数
1597
1597
  * @property [noWhite = true] - 是否不显示白色,true时没有加载完成前的白色闪烁,但也不支持纯白色的图片
1598
1598
  * @property [rotation = 0] - 旋转角度,0-360
1599
+ * @property [hasMask = false] - 是否存在遮盖图片。
1600
+ * @property [maskImage] - 遮盖融合的图片url地址,可用于视频等场景下的四周羽化效果。
1599
1601
  */
1600
1602
  const Image2: string;
1601
1603
  /**
@@ -3327,7 +3329,7 @@ declare class GroupThing extends BaseThing {
3327
3329
  getInMapChilds(): BaseThing[];
3328
3330
  /**
3329
3331
  * 根据ID或取Thing对象
3330
- * @param id - Thing对象id或uuid
3332
+ * @param id - Thing对象id
3331
3333
  * @returns Thing对象对象
3332
3334
  */
3333
3335
  getThingById(id: string | number): BaseThing | any;
@@ -6556,7 +6558,7 @@ declare class FixedRoute extends Route {
6556
6558
  * 计算贴地线
6557
6559
  * @param [options] - 控制参数
6558
6560
  * @param [options.splitNum = 100] - 插值数,等比分割的个数(概略值,有经纬网网格来插值)
6559
- * @param [options.minDistance] - 插值最小间隔(单位:米),优先级高于splitNum
6561
+ * @param [options.minDistance] - 插值最小间隔(单位:米),提示:优先级高于splitNum,用于计算splitNum(非严格按这个值分割)
6560
6562
  * @param [options.exact = false] - 是否进行精确计算, 传false时是否快速概略计算方式,该方式计算精度较低,但计算速度快,仅能计算在当前视域内坐标的高度
6561
6563
  * @param [options.has3dtiles = auto] - 是否在3dtiles模型上分析(模型分析较慢,按需开启),默认内部根据点的位置自动判断(但可能不准)
6562
6564
  * @param [options.objectsToExclude] - 贴模型分析时,排除的不进行贴模型计算的模型对象,可以是: primitives, entities, 或 3D Tiles features
@@ -6575,7 +6577,7 @@ declare class FixedRoute extends Route {
6575
6577
  * 获取剖面数据
6576
6578
  * @param [options] - 控制参数
6577
6579
  * @param [options.splitNum = 100] - 插值数,等比分割的个数(概略值,有经纬网网格来插值)
6578
- * @param [options.minDistance] - 插值最小间隔(单位:米),优先级高于splitNum
6580
+ * @param [options.minDistance] - 插值最小间隔(单位:米),提示:优先级高于splitNum,用于计算splitNum(非严格按这个值分割)
6579
6581
  * @param [options.has3dtiles = auto] - 是否在3dtiles模型上分析(模型分析较慢,按需开启),默认内部根据点的位置自动判断(但可能不准)
6580
6582
  * @param [options.objectsToExclude] - 贴模型分析时,排除的不进行贴模型计算的模型对象,可以是: primitives, entities, 或 3D Tiles features
6581
6583
  * @param [options.offset = 0] - 可以按需增加偏移高度(单位:米),便于可视
@@ -12531,6 +12533,13 @@ declare class PointEntity extends BasePointEntity {
12531
12533
  * 矢量数据对应的 Cesium内部对象的具体类型对象
12532
12534
  */
12533
12535
  readonly entityGraphic: Cesium.PointGraphics;
12536
+ /**
12537
+ * 设置整体透明度(globalAlpha值), 不是所有类型均支持,主要看数据类型和材质类型决定。
12538
+ * 对象本身透明度请用 graphic.setStyle({ opacity: value })
12539
+ * @param value - 透明度
12540
+ * @returns 无
12541
+ */
12542
+ setOpacity(value: number): void;
12534
12543
  }
12535
12544
 
12536
12545
  declare namespace PolygonEntity {
@@ -13486,6 +13495,7 @@ declare namespace Video2D {
13486
13495
  * 视频融合(投射2D平面) 支持的样式信息
13487
13496
  * @property [url] - 视频对应url地址
13488
13497
  * @property [container] - 视频对应的video标签,与url二选一
13498
+ * @property [maskImage] - 遮盖融合的图片url地址,可用于视频等场景下的四周羽化效果。
13489
13499
  * @property angle - 水平张角(度数)
13490
13500
  * @property angle2 - 垂直张角(度数)
13491
13501
  * @property distance - 投射距离
@@ -13512,6 +13522,7 @@ declare namespace Video2D {
13512
13522
  type StyleOptions = any | {
13513
13523
  url?: string;
13514
13524
  container?: HTMLVideoElement;
13525
+ maskImage?: string;
13515
13526
  angle: number;
13516
13527
  angle2: number;
13517
13528
  distance: number;
@@ -14722,7 +14733,7 @@ declare class GroupGraphic extends BaseGraphic {
14722
14733
  getInMapChilds(): BaseGraphic[] | any;
14723
14734
  /**
14724
14735
  * 根据ID或取图层
14725
- * @param id - 图层id或uuid
14736
+ * @param id - 图层id
14726
14737
  * @returns 图层对象
14727
14738
  */
14728
14739
  getGraphicById(id: string | number): BaseGraphic | any | any;
@@ -15379,7 +15390,7 @@ declare class PointMeasure extends PointEntity {
15379
15390
  * @param options.style - 样式信息
15380
15391
  * @param [options.attr] - 附件的属性信息,可以任意附加属性,导出geojson或json时会自动处理导出。
15381
15392
  * @param [options.splitNum = 200] - 插值数,等比分割的个数(概略值,有经纬网网格来插值)
15382
- * @param [options.minDistance] - 插值最小间隔(单位:米),优先级高于splitNum
15393
+ * @param [options.minDistance] - 插值最小间隔(单位:米),提示:优先级高于splitNum,用于计算splitNum(非严格按这个值分割)
15383
15394
  * @param [options.has3dtiles = auto] - 是否在3dtiles模型上分析(模型分析较慢,按需开启),默认内部根据点的位置自动判断(但可能不准)
15384
15395
  * @param [options.objectsToExclude] - 贴模型分析时,排除的不进行贴模型计算的模型对象,可以是: primitives, entities, 或 3D Tiles features
15385
15396
  * @param [options.exact = false] - 是否进行精确计算, 传false时是否快速概略计算方式,该方式计算精度较低,但计算速度快,仅能计算在当前视域内坐标的高度
@@ -15473,15 +15484,16 @@ declare class SectionMeasure extends DistanceMeasure {
15473
15484
  * @param [options.showPoly = true] - 是否显示基准面
15474
15485
  * @param [options.showWall = false] - 是否显示围墙面
15475
15486
  * @param [options.polygonWallStyle] - 围墙面的样式
15476
- * @param [options.showBox = true] - 是否显示填挖盒子
15477
- * @param [options.fillColor = Cesium.Color.YELLOW.withAlpha(0.5)] - 填方盒子的颜色
15478
- * @param [options.cutColor = Cesium.Color.RED.withAlpha(0.5)] - 挖方盒子的颜色
15479
- * @param [options.offsetHeight = 0] - 盒子偏移显示的高度值,可以将盒子显示在空中来展示
15480
15487
  * @param [options.label] - 测量结果文本的样式
15481
- * @param [options.showFillVolume = true] - 是否显示填方体积结果文本
15482
- * @param [options.fillVolumeName = '填方体积'] - 填方体积结果的名称
15488
+ * @param [options.offsetHeight = 0] - 盒子偏移显示的高度值,可以将盒子显示在空中来展示
15489
+ * @param [options.showDigBox = true] - 是否显示挖方盒子
15490
+ * @param [options.digBoxColor = "rgba(255, 0, 0, 0.3)"] - 挖方盒子的颜色
15483
15491
  * @param [options.showDigVolume = true] - 是否显示挖方体积结果文本
15484
15492
  * @param [options.digVolumeName = '挖方体积'] - 挖方体积结果的名称
15493
+ * @param [options.showFillBox = true] - 是否显示填方盒子
15494
+ * @param [options.fillBoxColor = "rgba(140, 230, 50, 0.3)"] - 填方盒子的颜色
15495
+ * @param [options.showFillVolume = true] - 是否显示填方体积结果文本
15496
+ * @param [options.fillVolumeName = '填方体积'] - 填方体积结果的名称
15485
15497
  * @param [options.showArea = true] - 是否显示横切面积结果文本
15486
15498
  * @param [options.areaName = '横切面积'] - 横切面积结果的名称
15487
15499
  * @param [options.measured] - 传入历史计算的值,可以固化测量结果,避免地形精度和视角剔除带来的测量结果每次不同
@@ -15509,15 +15521,16 @@ declare class VolumeDepthMeasure extends AreaMeasure {
15509
15521
  showPoly?: boolean;
15510
15522
  showWall?: boolean;
15511
15523
  polygonWallStyle?: PolygonEntity.StyleOptions | any;
15512
- showBox?: boolean;
15513
- fillColor?: string | Cesium.Color;
15514
- cutColor?: string | Cesium.Color;
15515
- offsetHeight?: number;
15516
15524
  label?: LabelEntity.StyleOptions | any;
15517
- showFillVolume?: boolean;
15518
- fillVolumeName?: string;
15525
+ offsetHeight?: number;
15526
+ showDigBox?: boolean;
15527
+ digBoxColor?: string | Cesium.Color;
15519
15528
  showDigVolume?: boolean;
15520
15529
  digVolumeName?: string;
15530
+ showFillBox?: boolean;
15531
+ fillBoxColor?: string | Cesium.Color;
15532
+ showFillVolume?: boolean;
15533
+ fillVolumeName?: string;
15521
15534
  showArea?: boolean;
15522
15535
  areaName?: string;
15523
15536
  measured?: {
@@ -15560,9 +15573,13 @@ declare class VolumeDepthMeasure extends AreaMeasure {
15560
15573
  */
15561
15574
  maxHeight: number;
15562
15575
  /**
15563
- * 是否显示填挖盒子
15576
+ * 是否显示填方盒子
15564
15577
  */
15565
- showBox: boolean;
15578
+ showFillBox: boolean;
15579
+ /**
15580
+ * 是否显示挖方盒子
15581
+ */
15582
+ showDigBox: boolean;
15566
15583
  /**
15567
15584
  * 更新测量结果的文本
15568
15585
  * @param unit - 计量单位,{@link MeasureUtil#formatArea} 可选值:计量单位,可选值:auto、m、km、mu、ha 。auto时根据面积值自动选用m或km
@@ -18996,6 +19013,13 @@ declare class PointPrimitive extends BasePointPrimitive {
18996
19013
  * 位置坐标 (笛卡尔坐标), 赋值时可以传入LatLngPoint对象
18997
19014
  */
18998
19015
  position: Cesium.Cartesian3 | LngLatPoint;
19016
+ /**
19017
+ * 设置整体透明度(globalAlpha值) , 非全部矢量数据都支持,具体需要对应Graphic支持才有效
19018
+ * 对象本身透明度请修改 graphic.setStyle({ opacity: value })
19019
+ * @param value - 透明度
19020
+ * @returns 无
19021
+ */
19022
+ setOpacity(value: number): void;
18999
19023
  }
19000
19024
 
19001
19025
  declare namespace PolygonPrimitive {
@@ -21067,6 +21091,12 @@ declare class CzmGeoJsonLayer extends BaseGraphicLayer {
21067
21091
  data?: any;
21068
21092
  类参数?: any;
21069
21093
  }): CzmGeoJsonLayer;
21094
+ /**
21095
+ * 根据id取矢量数据对象
21096
+ * @param id - 矢量数据id
21097
+ * @returns 矢量数据对象
21098
+ */
21099
+ getEntityById(id: string | number): Cesium.Entity | any;
21070
21100
  /**
21071
21101
  * 加载新数据 或 刷新数据
21072
21102
  * @param symbol - 设置新的symbol 矢量数据样式. {@link GraphicType}
@@ -21547,7 +21577,11 @@ declare class ArcGisWfsLayer extends LodGraphicLayer {
21547
21577
  * @param [options.token] - 用于通过ArcGIS MapServer服务进行身份验证的ArcGIS令牌。
21548
21578
  * @param [options.where] - 用于筛选数据的where查询条件
21549
21579
  * @param [options.format] - 可以对加载的geojson数据进行格式化或转换操作
21580
+ * @param [options.onCreateGraphic] - 解析geojson后,外部自定义方法来创建Graphic对象
21581
+ * @param [options.filter] - 数据筛选方法,方法体内返回false时排除数据 filter:function(feature){return true}
21582
+ * @param [options.mask] - 标识是否绘制区域边界的反选遮罩层,也可以传入object配置范围: { xmin: 73.0, xmax: 136.0, ymin: 3.0, ymax: 59.0 }
21550
21583
  * @param [options.allowDrillPick] - 是否允许鼠标穿透拾取
21584
+ * @param [options.toPrimitive] - 是否将entity类型转为primivate类型渲染(比如数据的point改为pointP展示)
21551
21585
  * @param [options.opacity = 1.0] - 透明度(部分图层),取值范围:0.0-1.0
21552
21586
  * @param [options.zIndex] - 控制图层的叠加层次(部分图层),默认按加载的顺序进行叠加,但也可以自定义叠加顺序,数字大的在上面。
21553
21587
  * @param [options.symbol] - 矢量数据的style样式,为Function时是完全自定义的回调处理 symbol(attr, style, feature)
@@ -21606,7 +21640,11 @@ declare class ArcGisWfsSingleLayer extends GeoJsonLayer {
21606
21640
  token?: string;
21607
21641
  where?: string;
21608
21642
  format?: (...params: any[]) => any;
21643
+ onCreateGraphic?: (...params: any[]) => any;
21644
+ filter?: (...params: any[]) => any;
21645
+ mask?: boolean | any;
21609
21646
  allowDrillPick?: boolean | ((...params: any[]) => any);
21647
+ toPrimitive?: boolean;
21610
21648
  opacity?: number;
21611
21649
  zIndex?: number;
21612
21650
  symbol?: {
@@ -22326,7 +22364,7 @@ declare class GraphicGroupLayer extends GroupLayer {
22326
22364
  getGraphics(): BaseGraphic[];
22327
22365
  /**
22328
22366
  * 根据id或uuid取矢量数据对象
22329
- * @param id - 矢量数据id或uuid
22367
+ * @param id - 矢量数据id
22330
22368
  * @returns 矢量数据对象
22331
22369
  */
22332
22370
  getGraphicById(id: string | number): BaseGraphic | any;
@@ -24501,7 +24539,7 @@ declare class GroupLayer extends BaseGraphicLayer {
24501
24539
  getInMapChilds(): BaseLayer[] | GraphicLayer[];
24502
24540
  /**
24503
24541
  * 根据ID或取图层
24504
- * @param id - 图层id或uuid
24542
+ * @param id - 图层id
24505
24543
  * @returns 图层对象
24506
24544
  */
24507
24545
  getLayerById(id: string | number): BaseLayer | GraphicLayer | any;
@@ -24534,6 +24572,11 @@ declare class GroupLayer extends BaseGraphicLayer {
24534
24572
  * @returns 无
24535
24573
  */
24536
24574
  toBottom(): void;
24575
+ /**
24576
+ * 重新加载图层
24577
+ * @returns 无
24578
+ */
24579
+ reload(): void;
24537
24580
  }
24538
24581
 
24539
24582
  /**
@@ -28309,7 +28352,7 @@ declare class Map extends BaseClass {
28309
28352
  getLayer(attrValue: string | number, attrName?: string): BaseLayer | any;
28310
28353
  /**
28311
28354
  * 根据ID或取图层 ,包括config.json配置的图层
28312
- * @param id - 图层id或uuid
28355
+ * @param id - 图层id
28313
28356
  * @returns 图层对象
28314
28357
  */
28315
28358
  getLayerById(id: string | number): BaseLayer | any;
@@ -29118,6 +29161,7 @@ declare namespace Map {
29118
29161
  * @property [cameraController.enableTilt = true] - 3D和哥伦布视图下,是否允许用户倾斜相机
29119
29162
  * @property [cameraController.enableZoom = true] - 是否允许 用户放大和缩小视图
29120
29163
  * @property [cameraController.enableCollisionDetection = true] - 是否允许 地形相机的碰撞检测
29164
+ * @property [cameraController.maximumTiltAngle] - 这个角度,相对于椭球法线,限制了用户可以倾斜相机的最大值。如果<code>undefined</code>,则相机倾斜的角度不受限制。
29121
29165
  *
29122
29166
  * 以下是Cesium.Clock时钟相关参数
29123
29167
  * @property [clock] - 时钟相关参数
@@ -29220,6 +29264,7 @@ declare namespace Map {
29220
29264
  enableTilt?: boolean;
29221
29265
  enableZoom?: boolean;
29222
29266
  enableCollisionDetection?: boolean;
29267
+ maximumTiltAngle?: boolean;
29223
29268
  };
29224
29269
  clock?: {
29225
29270
  currentTime?: string | Cesium.JulianDate;
@@ -29972,6 +30017,7 @@ declare class EllipsoidWaveMaterialProperty extends BaseMaterialProperty {
29972
30017
  * @param [options.rotation = 0] - 旋转角度,0-360
29973
30018
  * @param [options.repeat = new Cesium.Cartesian2(1.0, 1.0)] - 指定图像在每个方向上重复的次数
29974
30019
  * @param [options.noWhite = true] - 是否不显示白色,true时没有加载完成前的白色闪烁,但也不支持纯白色的图片
30020
+ * @param [options.maskImage] - 遮盖融合的图片url地址,可用于视频等场景下的四周羽化效果。
29975
30021
  */
29976
30022
  declare class Image2MaterialProperty extends BaseMaterialProperty {
29977
30023
  constructor(options?: {
@@ -29984,6 +30030,7 @@ declare class Image2MaterialProperty extends BaseMaterialProperty {
29984
30030
  rotation?: number;
29985
30031
  repeat?: Cesium.Cartesian2;
29986
30032
  noWhite?: boolean;
30033
+ maskImage?: string;
29987
30034
  });
29988
30035
  /**
29989
30036
  * 背景图片URL
@@ -33284,6 +33331,10 @@ declare class CanvasWindLayer extends BaseLayer {
33284
33331
  * 风场数据,数据结构见类的构造方法说明
33285
33332
  */
33286
33333
  data: CanvasWindLayer.DataOptions;
33334
+ /**
33335
+ * 坐标数据对应的矩形边界
33336
+ */
33337
+ readonly rectangle: Cesium.Rectangle;
33287
33338
  /**
33288
33339
  * 设置 风场数据
33289
33340
  * @param data - 风场数据
@@ -34477,7 +34528,7 @@ declare class Measure extends BaseThing {
34477
34528
  * @param [options.maxPointNum = 9999] - 绘制时,最多允许点的个数
34478
34529
  * @param [options.addHeight] - 在绘制时,在绘制点的基础上增加的高度值
34479
34530
  * @param [options.splitNum = 200] - 插值数,等比分割的个数(概略值,有经纬网网格来插值)
34480
- * @param [options.minDistance] - 插值最小间隔(单位:米),优先级高于splitNum
34531
+ * @param [options.minDistance] - 插值最小间隔(单位:米),提示:优先级高于splitNum,用于计算splitNum(非严格按这个值分割)
34481
34532
  * @param [options.has3dtiles = auto] - 是否在3dtiles模型上分析(模型分析较慢,按需开启),默认内部根据点的位置自动判断(但可能不准)
34482
34533
  * @param [options.objectsToExclude] - 贴模型分析时,排除的不进行贴模型计算的模型对象,可以是: primitives, entities, 或 3D Tiles features
34483
34534
  * @param [options.exact = false] - 是否进行精确计算, 传false时是否快速概略计算方式,该方式计算精度较低,但计算速度快,仅能计算在当前视域内坐标的高度
@@ -34855,7 +34906,7 @@ declare class Sightline extends BaseThing {
34855
34906
  * @param [options = {}] - 控制参数,包括:
34856
34907
  * @param [options.offsetHeight = 0] - 在起点增加的高度值,比如加上人的身高
34857
34908
  * @param [options.splitNum = 50] - 插值数,等比分割的个数(概略值,有经纬网网格来插值)
34858
- * @param [options.minDistance] - 插值时的最小间隔(单位:米),优先级高于splitNum
34909
+ * @param [options.minDistance] - 插值时的最小间隔(单位:米),提示:优先级高于splitNum,用于计算splitNum(非严格按这个值分割)
34859
34910
  * @returns 分析结果完成的Promise
34860
34911
  */
34861
34912
  addAsync(origin: Cesium.Cartesian3, target: Cesium.Cartesian3, options?: {
@@ -37121,6 +37172,13 @@ declare class PointStyleConver extends BaseStyleConver {
37121
37172
  * @returns json简单对象
37122
37173
  */
37123
37174
  static toJSON(czmVal: any, style?: any, isEntity?: boolean): any;
37175
+ /**
37176
+ * 设置Label全局透明度
37177
+ * @param point - 文本对象
37178
+ * @param value - 透明度
37179
+ * @returns 无
37180
+ */
37181
+ static setOpacity(point: Cesium.PointGraphics | Cesium.PointPrimitive, value: number): void;
37124
37182
  }
37125
37183
 
37126
37184
  /**
@@ -38564,7 +38622,7 @@ declare namespace PolyUtil {
38564
38622
  * @param options.scene - 三维地图场景对象,一般用map.scene或viewer.scene
38565
38623
  * @param options.positions - 坐标数组
38566
38624
  * @param [options.splitNum = 100] - 插值数,等比分割的个数(概略值,有经纬网网格来插值)
38567
- * @param [options.minDistance] - 插值最小间隔(单位:米),优先级高于splitNum
38625
+ * @param [options.minDistance] - 插值最小间隔(单位:米),提示:优先级高于splitNum,用于计算splitNum(非严格按这个值分割)
38568
38626
  * @param [options.height = 0] - 坐标的高度
38569
38627
  * @param [options.surfaceHeight = true] - 是否计算贴地高度 (非精确计算,根据当前加载的地形和模型数据情况有关)
38570
38628
  * @returns 插值后的路线坐标数组
@@ -38596,7 +38654,7 @@ declare namespace PolyUtil {
38596
38654
  * @param options.scene - 三维地图场景对象,一般用map.scene或viewer.scene
38597
38655
  * @param options.positions - 坐标数组
38598
38656
  * @param [options.splitNum = 100] - 插值数,等比分割的个数(概略值,有经纬网网格来插值)
38599
- * @param [options.minDistance] - 插值最小间隔(单位:米),优先级高于splitNum
38657
+ * @param [options.minDistance] - 插值最小间隔(单位:米),提示:优先级高于splitNum,用于计算splitNum(非严格按这个值分割)
38600
38658
  * @param [options.has3dtiles = auto] - 是否在3dtiles模型上分析(模型分析较慢,按需开启),默认内部根据点的位置自动判断(但可能不准)
38601
38659
  * @param [options.objectsToExclude] - 贴模型分析时,排除的不进行贴模型计算的模型对象,可以是: primitives, entities, 或 3D Tiles features
38602
38660
  * @param [options.exact = false] - 是否进行精确计算, 传false时是否快速概略计算方式,该方式计算精度较低,但计算速度快,仅能计算在当前视域内坐标的高度
@@ -38650,7 +38708,7 @@ declare namespace PolyUtil {
38650
38708
  * @param options.scene - 三维地图场景对象,一般用map.scene或viewer.scene
38651
38709
  * @param options.positions - 坐标数组
38652
38710
  * @param [options.splitNum = 100] - 插值数,等比分割的个数(概略值,有经纬网网格来插值)
38653
- * @param [options.minDistance] - 插值最小间隔(单位:米),优先级高于splitNum
38711
+ * @param [options.minDistance] - 插值最小间隔(单位:米),提示:优先级高于splitNum,用于计算splitNum(非严格按这个值分割)
38654
38712
  * @param [options.has3dtiles = auto] - 是否在3dtiles模型上分析(模型分析较慢,按需开启),默认内部根据点的位置自动判断(但可能不准)
38655
38713
  * @param [options.objectsToExclude] - 贴模型分析时,排除的不进行贴模型计算的模型对象,可以是: primitives, entities, 或 3D Tiles features
38656
38714
  * @param [options.exact = false] - 是否进行精确计算, 传false时是否快速概略计算方式,该方式计算精度较低,但计算速度快,仅能计算在当前视域内坐标的高度
@@ -38767,7 +38825,7 @@ declare namespace PolyUtil {
38767
38825
  * @param options.scene - 三维地图场景对象,一般用map.scene或viewer.scene
38768
38826
  * @param options.positions - 坐标数组
38769
38827
  * @param [options.splitNum = 100] - 计算的间隔长度,数据量不能大于Cesium.ContextLimits.maximumTextureSize
38770
- * @param [options.minDistance] - 插值最小间隔(单位:米),优先级高于splitNum
38828
+ * @param [options.minDistance] - 插值最小间隔(单位:米),提示:优先级高于splitNum,用于计算splitNum(非严格按这个值分割)
38771
38829
  * @param [options.cameraHeight = scene.camera.positionCartographic.height] - 相机高度
38772
38830
  * @returns 计算完成的相关数据
38773
38831
  */