Skip to content

Commit 2850833

Browse files
committed
【fix|doc】fix sonar problem and fix api review by xiongjj
1 parent 396f253 commit 2850833

File tree

2 files changed

+475
-474
lines changed

2 files changed

+475
-474
lines changed

src/common/iServer/GeometryBufferAnalystParameters.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import {ServerGeometry} from './ServerGeometry';
1212
* @classdesc 几何对象缓冲区分析参数类
1313
* 对指定的某个几何对象做缓冲区分析。通过该类可以指定要做缓冲区分析的几何对象、缓冲区参数等。
1414
* @param {Object} options - 参数。
15-
* @param {Object} options.sourceGeometry - 要做缓冲区分析的几何对象。</br>
15+
* @param {Object} options.sourceGeometry - 要做缓冲区分析的几何对象。
16+
* @param {number} options.sourceGeometrySRID - 缓冲区几何对象投影坐标参数, 如 4326,3857。
1617
* @param {SuperMap.BufferSetting} [options.bufferSetting] - 设置缓冲区通用参数。
1718
* @extends {SuperMap.BufferAnalystParameters}
1819
*/

0 commit comments

Comments
 (0)