arcgis for silverlight 如何从经纬度坐标转换到屏幕坐标

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/28 17:17:57

arcgis for silverlight 如何从经纬度坐标转换到屏幕坐标
arcgis for silverlight 如何从经纬度坐标转换到屏幕坐标

arcgis for silverlight 如何从经纬度坐标转换到屏幕坐标
地图实例有一个接口是这样:
//
// 摘要:
// 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