像这样获取的xy的值是什么eometry = mapControl.getCurrentGeometry();
Point2D point2D = geometry.getInnerPoint(); plotLng = point2D.getX(); plotLat = point2D.getY();