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

Method getLocalXY

src/common/overlay/Graph.js:477–479  ·  view source on GitHub ↗

* @function FeatureThemeGraph.prototype.getLocalXY * @description 地理坐标转为像素坐标。 * @param {LonLat} lonlat - 带转换的地理坐标。 * @returns 屏幕像素坐标。

(lonlat)

Source from the content-addressed store, hash-verified

475 * @returns 屏幕像素坐标。
476 */
477 getLocalXY(lonlat) {
478 return this.layer.getLocalXY(lonlat);
479 }
480
481}
482

Callers 6

resetLocationMethod · 0.95
drawChartsMethod · 0.95
LabelThemeLayer.jsFile · 0.45
HeatMapLayer.jsFile · 0.45
GraphThemeLayer.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected