当我手动将函数返回的值与GEView.getViewportGlobeBounds
屏幕上的实际视图进行比较时,我发现差异很小(但对我当前的需求很重要)。
实际上,在大多数情况下,从函数返回的值不在视图中。
为什么会这样?有没有办法获得更准确的值?
编辑(代码):
function getExtentNorth() {
document.getElementById("ExtentNorth").value=ge.getView().getViewportGlobeBounds().getNorth ();
}