* @function FeatureThemeGraph.prototype.getLocalXY * @description 地理坐标转为像素坐标。 * @param {LonLat} lonlat - 带转换的地理坐标。 * @returns 屏幕像素坐标。
(lonlat)
| 475 | * @returns 屏幕像素坐标。 |
| 476 | */ |
| 477 | getLocalXY(lonlat) { |
| 478 | return this.layer.getLocalXY(lonlat); |
| 479 | } |
| 480 | |
| 481 | } |
| 482 |
no outgoing calls
no test coverage detected