Skip to content

Commit 88bbde4

Browse files
committed
【 fix 】fix 文档描述
1 parent 3dd9312 commit 88bbde4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/common/commontypes/Event.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107

108108

109109
/**
110-
* @description Cross browser event element detection.
110+
* @description 监听浏览器 DOM 事件。
111111
* @param {Event} event - Event 对象。
112112
* @returns {HTMLElement} 触发事件的 DOM 元素。
113113
*/
@@ -176,6 +176,7 @@
176176
},
177177

178178
/**
179+
* @description 查询触发指定事件的 DOM 元素。
179180
* @param {Event} event - Event 对象。
180181
* @param {string} tagName - html 标签名。
181182
* @returns {HTMLElement} DOM 元素。

src/common/iServer/FindPathParameters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {TransportationAnalystParameter} from './TransportationAnalystParameter';
1313
* 顺序访问 1、2、3、4 四个结点的最佳路径就是 R = R1—2 + R2—3 + R3—4。
1414
* 阻抗就是指从一点到另一点的耗费,在实际应用中我们可以将距离、时间、花费等作为阻抗条件。
1515
* 阻抗最小也就可以理解为从一点到另一点距离最短、时间最少、花费最低等。当两点间距离最短时为最短路径,它是最佳路径问题的一个特例。
16-
* 阻抗值通过 TransportationAnalystParameter.weightFieldName 设置。
16+
* 阻抗值通过 {@link TransportationAnalystParameter#weightFieldName}设置。
1717
* 计算最佳路径除了受阻抗影响外,还受转向字段的影响。转向值通过 {@link TransportationAnalystParameter#turnWeightField} 设置。
1818
*
1919
* @param {Object} options - 参数。

src/leaflet/services/SpatialAnalystService.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ import { GeometryBatchAnalystService } from '@supermap/iclient-common/iServer/Ge
2525
/**
2626
* @class SpatialAnalystService
2727
* @deprecatedclassinstance L.supermap.spatialAnalystService
28-
* @classdesc 空间分析服务类。
28+
* @classdesc 空间分析服务类。提供:地区太阳辐射、缓冲区分析、点密度分析、动态分段分析、空间关系分析、插值分析、栅格代数运算、叠加分析、路由定位、路由测量计算、表面分析、地形曲率计算、泰森多边形分析。
2929
* @category iServer SpatialAnalyst
30-
* @description 提供:地区太阳辐射、缓冲区分析、点密度分析、动态分段分析、空间关系分析、插值分析、栅格代数运算、叠加分析、路由定位、路由测量计算、表面分析、地形曲率计算、泰森多边形分析。
3130
* @example
3231
* new SpatialAnalystService(url)
3332
* .bufferAnalysis(params,function(result){

src/openlayers/overlay/RankSymbol.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import {Graph} from './Graph';
3232
* @param {ol.source.State} [opt_options.state] - 资源状态。
3333
* @param {boolean} [opt_options.isOverLay=true] - 是否进行压盖处理,如果设为 true,图表绘制过程中将隐藏对已在图层中绘制的图表产生压盖的图表。
3434
* @param {(string|Object)} [opt_options.attributions='Map Data <span>© <a href='http://support.supermap.com.cn/product/iServer.aspx' target='_blank'>SuperMap iServer</a></span> with <span>© <a href='https://iclient.supermap.io' target='_blank'>SuperMap iClient</a></span>'] - 版权信息。
35-
* @extends {Graph}
35+
* @extends {ol.source.Graph}
3636
*/
3737
export class RankSymbol extends Graph {
3838

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy