软讯网络 > 编程语言 > .NET > C#.NET > 微软WebService之MapPoint分析手记(二):MapPoint接口架构一览
【标 题】:微软WebService之MapPoint分析手记(二):MapPoint接口架构一览
【关键字】:
WebService,MapPoint,MapPoint
【来 源】:http://blog.csdn.net/suen/archive/2007/04/16/1566147.aspx
微软WebService之MapPoint分析手记(二):MapPoint接口架构一览
微软WebService之MapPoint分析手记(二):MapPoint接口架构一览
粟卫民http://www.gisdev.cn/ 日期:2007-4-16
保留所有版权。如需转载,请在醒目位置注明出处
接口的设计是Web Service的核心,设计良好的接口不仅可以减少用户开发的难度,而且可以提高网络交互的效率。为了减少网络交互的数量,我们应尽量设计大颗粒度的接口,下面我们来看看MapPoint Web Service是怎么设计的。
MapPoint Web Service主要包括四大服务:common,find,render,route。此外,还有一个Curstomer Data Service,用来管理用户数据。
全文:http://www.gisdev.cn/blogs/MP2.html