MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / getShapesCount

Method getShapesCount

src/common/overlay/ThemeVector.js:654–656  ·  view source on GitHub ↗

* @function FeatureThemeVector.prototype.getShapesCount * @description 获得专题要素中可视化图形的数量。 * @returns {number} 可视化图形的数量。

()

Source from the content-addressed store, hash-verified

652 * @returns {number} 可视化图形的数量。
653 */
654 getShapesCount() {
655 return this.shapes.length;
656 }
657
658
659 /**

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected