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

Method toJSON

src/common/iServer/ThemeGraph.js:267–269  ·  view source on GitHub ↗

* @function ThemeGraph.prototype.toJSON * @description 将 ThemeGraph 对象转化为 JSON 字符串。 * @returns {string} 返回转换后的 JSON 字符串。

()

Source from the content-addressed store, hash-verified

265 * @returns {string} 返回转换后的 JSON 字符串。
266 */
267 toJSON() {
268 return Util.toJSON(this.toServerJSONObject());
269 }
270
271 /**
272 * @function ThemeGraph.prototype.toServerJSONObject

Callers 15

UtilSpec.jsFile · 0.45
Util.jsFile · 0.45
paramToStringFunction · 0.45
getJsonParametersMethod · 0.45
processAsyncMethod · 0.45
getJsonParametersMethod · 0.45
toJsonParametersMethod · 0.45
processAsyncMethod · 0.45

Calls 1

toServerJSONObjectMethod · 0.95

Tested by

no test coverage detected