SOE开发之ExportMap(出图)

Export Map:https://developers.arcgis.com/rest/services-reference/export-map.htm

添加水印:

添加图例:

添加文字:

。。。

AO调用挂载soe的server服务的,指定图层的指定范围的图片:https://blog.csdn.net/baicai_123/article/details/111226575

AO制图:https://wenku.baidu.com/view/326071148562caaedd3383c4bb4cf7ec4bfeb62a.html

ArcGIS Server中ExportMap使用方法:https://blog.csdn.net/xiaocai0923/article/details/100689747

>>ArcEngine(AO)加载图层样式文件。。.layer。。。

SOE控制图层的增减:

基于AO+SOE自己实现Export Map。。定制化

定制化出图(1参数:范围,2参数:样式,3参数:图层个数)

{

  1.读取数据:数据库?数据源?....根据范围和图层个数决定。。

  2.读取样式文件:。。。。。

  3.渲染出图。。

}

MapOutput([],[],[])

{

  //

}

 

原文地址:https://www.cnblogs.com/2008nmj/p/14503748.html