MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / getArea

Method getArea

src/common/commontypes/Geometry.js:150–154  ·  view source on GitHub ↗

* @function Geometry.prototype.getArea * @description 计算几何对象的面积 ,此方法需要在子类中定义。 * @returns {number} 计算后的对象面积。

()

Source from the content-addressed store, hash-verified

148 * @returns {number} 计算后的对象面积。
149 */
150 getArea() {
151 //to be overridden by geometries that actually have an area
152 //
153 return 0.0;
154 }
155
156
157 // /**

Callers 15

CollectionSpec.jsFile · 0.45
LinearRingSpec.jsFile · 0.45
EfFunction · 0.45
NfFunction · 0.45
JgFunction · 0.45
imFunction · 0.45
nmFunction · 0.45
bvFunction · 0.45
EfFunction · 0.45
NfFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected