arcgis for silverlight 如何从经纬度坐标转换到屏幕坐标
1个回答
展开全部
地图实例有一个接口是这样:
//
// 摘要:
// Converts map coordinates to screen coordinates relative to the upper left
// of the map control.
//
// 参数:
// point:
// Map coordinate.
//
// 返回结果:
// Screen coordinate
public Point MapToScreen(MapPoint point);
调用 地图实例.MapToScreen(需要转换的点); OK
//
// 摘要:
// Converts map coordinates to screen coordinates relative to the upper left
// of the map control.
//
// 参数:
// point:
// Map coordinate.
//
// 返回结果:
// Screen coordinate
public Point MapToScreen(MapPoint point);
调用 地图实例.MapToScreen(需要转换的点); OK
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询