摘要
介绍了面向对象的技术以及设计模式思想在制图综合软件设计中的应用 ,在设计上使用工厂类的技术思想隐蔽地图数据的实现细节 ,使用算法类模板抽象了综合流程 ,使用函数类策略隐蔽地图综合步骤的实现细节 ,降低了地图数据处理与制图综合的具体算法之间的耦合度 ,使该系统对于综合过程具有较高层次的抽象 。
This paper introduces object oriented technology and designing pattern in designing automated generalization software, use object oriented function technique to hide the details of the whole generalization process and use factory class in design pattern to insulate the relationships between map data.
出处
《测绘信息与工程》
2002年第6期10-13,共4页
Journal of Geomatics
关键词
设计模式
制图综合
综合算法
地图数据处理
耦合度
designing pattern
automated generalization
generalization algorithm
algorithm class