8000 fix geometryAnalysis usage api · SuperMap/iClient-JavaScript@301e252 · GitHub
[go: up one dir, main page]

Skip to content

Commit 301e252

Browse files
fix geometryAnalysis usage api
1 parent 33478fe commit 301e252

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/common/util/GeometryAnalysis.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import { geojson2UGGeometry, geojsonCoordsToPoint2Ds, ugGeometry2Geojson, getJSA
22
import { Events } from '../commontypes/Events';
33

44
/**
5-
* @name GeometryAnalysis
6-
* @namespace
5+
* @class GeometryAnalysis
76
* @category BaseTypes Util
7+
* @classdesc 几何分析。
88
* @param {Object} [Module] - 几何分析模块。
9-
* @description 几何分析。
9+
* @usage
1010
*/
1111
export class GeometryAnalysis extends Events {
1212
constructor(Module) {

0 commit comments

Comments
 (0)
0