面向服务的空间数据共享
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
如何使网络上不同的空间信息系统能够在不进行数据转换、不知道数据位置、不需要API和数据库直接访问等操作、甚至不知道数据所有者的情况下,快捷、方便地共享数据,并进行集成应用,是空间信息技术领域的热点问题。
     首先,针对空间数据共享发展现状和存在的问题,总结了传统的空间数据共享方法和难点。
     WebService提供了一种在更高层次、更广范围上解决空间数据共享的方法,其提供者只需将数据或操作的服务暴露出来,使用者不必了解它的内部结构,用何种技术何种语言实现,只需根据服务说明(WSDL)引用该服务,就可将其集成到自己的应用中。
     REST风格则是一种互联网超媒体分布式系统架构,通过提供清晰的关注点分离、隐藏资源的底层实现和通信机制,降低了架构的复杂性,以客户——服务器、无状态、缓存、统一接口、分层系统、按需代码等约束在统一定义的REST组件接口下,传输自描述的数据——表述,从一切皆资源的角度去架构系统。
     在此基础上,提出一种基于Web Service和REST混合架构的通用空间数据共享模型,以其独特的抽象、松散耦合和粗粒度的特点,根据服务请求通过分布式网络对松散耦合的应用群件进行部署、组合和使用。
     其次,分别对基于OpenGIS的面向服务的空间数据共享模式和REST风格的面向服务的空间数据共享模式进行了解释、描述、分析和评价。在OpenGIS框架下,对基于WMS、WFS、WCS、WPS等规范的空间数据共享进行了架构设计和实现过程的阐述。构建了REST风格的面向服务的空间数据共享架构。
     再次,引入SOA架构模式(Pattern),其最重要的特点是把服务的实现和接口分离,将应用程序的不同功能单元——服务(Service)和资源(Resource),通过服务间定义良好的接口和契约(contract)联系起来。对SOA的主要构成要素SOAP、WSDL、UDDI等进行简要分析和研究,进一步得出基于WebService的空间数据共享机制。分析REST风格,提出REST风格的空间数据共享机制。在此基础上,提出了一种基于WebService和REST混合架构的面向服务的空间数据共享模型。为空间数据共享研究提供了一种新的方法和思路。
     之后,对主流数字地球平台Google Earth和World Wind进行了介绍和对比,在对本地数据应用进行简要介绍后,提出了Google Earth和World Wind网络数据扩展应用的解决方案。基于World Wind Java SDK和AJAX对空间数据共享客户端进行了开发实现。
     最后,基于GeoServer平台,建立了以Open Source软件为主,兼容GeoMediaWebMap、ArcGIS Server、ArcIMS、MapServer等地图服务器的空间数据共享实验平台。在多种客户端下分别对REST和WebService进行加载,并进行了集成加载测试。验证结果表明,该模型与架构能够有效解决空间数据共享问题。
     本文的创新在于,提出了一套基于OpenGIS的面向服务的空间数据共享模型和架构;提出了REST风格的面向服务的空间数据共享模型和架构;提出了WebService、REST、数字地球平台集成的空间数据共享模型和架构,使空间数据的提供者和所有者的关注点由数据转向服务和资源,使得空间数据共享在更高的层次得以实现;设计和开发了数字地球平台客户端,对面向服务的空间数据共享集成服务进行了试验。可供科研工作者、开发者、空间数据提供者及普通用户借鉴和尝试,推动空间数据共享研究的理论完善并向纵深发展。
It is a hot issue how to share data and integrate applications quickly and conveniently in different spatial information systems, on the Internet without converting data formats, knowing data's position and their owners, directly visiting the database, and with the absence of API.
     Firstly, in the light of the status of the development, and the existing problems of the spatial data sharing service, traditional methods and difficulties of the spatial data sharing has been summed up.
     The Web Service provides a method of solving spatial data sharing in a higher level and broader scope. With this method, the providers of the Web Service only expose the services of data or the operations. And users need not know the internal structure of services, and they are implemented by which language, only use the services under the service note (WSDL), can integrate the services into their applications.
     The REST style is an internet hypermedia distributed system architecture. It constructs system from the view of all being- resources, by providing a clear separation of concerns, hiding the low-level implement of resources and communication mechanisms, reducing the complexity of the architecture, transferring self-described data—Representation in the interfaces of REST components defined uniformly, in the constraints of using client-server, non-state, cache, unity interfaces, stratified, on-demand code and so on.
     On such basis, a general and mixed architecture of spatial data sharing model has been brought up based on the Web Service and the REST. Referencing to the service request, this model deploys, composes and uses the loosely coupled components through distributed network with its unique abstract, loosely coupled and large-grained characteristics.
     Secondly, the model of the service oriented spatial data sharing architecture based on the Open GIS, and the model of the service oriented spatial data sharing architecture with REST style have been explained, described, analyzed and evaluated respectively. Under the Open GIS framework, spatial data sharing models based on the WMS, WFS, WCS, and WPS Specifications have been constructed and designed, and their processes of implement have been elaborated. And the service oriented spatial data sharing architecture have been constructed with REST style.
     Thirdly, The SOA ideology and architecture Pattern has been introduced. Its most important feature is the separation of the service interface and the realization, which links the different function units of an application - Service and Resource, through the definition of good interfaces and contract between services.
     Then, the mainstream digital earth platforms -Google Earth & World Wind have been compared with each other. After a brief presentation of the local data applications, the solutions for network data expansion applications based on the Google Earth and the World Wind have been brought up. Based on World Wind Java SDK and AJAX, the clients of spatial data sharing have been developed and implemented.
     Finally, a spatial data sharing experimental platform has been established mainly based on the Open Source software, which is also compatible to the commercial map servers, GeoMedia WebMap, ArcGIS Server, ArcIMS, MapServer, etc.The REST and Web Service have been loaded, and integrated loading tested in varieties of clients respectively. The test result shows that this model of architecture can solve the issues of the spatial data sharing effectively.
     In this paper, the innovations lay in that a service oriented spatial data sharing model and architecture based on OpenGIS has been brought up; a service oriented spatial data sharing model and architecture with REST style has been proposed; a service oriented spatial data sharing model and architecture integrated the WebService, REST, and digital earth platform has been put forward, which makes the concerns of providers and users of the spatial data change from the data to services and resources, and enables the spatial data sharing implemented at a higher level; the clients of the digital earth platform have been designed and developed. And the integration of the service oriented spatial data sharing has been tested. The achievements of this paper are allowed the researchers, developers, spatial data providers and ordinary users to try and learn from them, so as to promote the improving of the theoretical study of the spatial data sharing and the developing in depth.
引文
[1]陈述彭,鲁学军,周成虎.空间信息系统导论[M].北京:科学出版社,1999
    [2]龚健雅.空间信息系统基础[M].北京:科学出版社,2002.
    [3]龚健雅.当代GIS的若干理论与技术[M].武汉:测绘科技大学出版社,1999.
    [4]Theseira,M,Using Internet GIS technology for sharing health and health related data for the West Midlands Region[J].Health & Place,2002,(8):37-46
    [5]何建邦,吴平生,间国年等.地理信息共享方法研究[M].北京:科学出版社,2003.
    [6]黄裕霞,C.Kottman,柯正谊,何建邦.可互操作的GIS研究[J].中国图像图形学报,2001,6(9):925-931.
    [7]Claramunt.C,B.Jiang & A.Bargiela.A new framework for the integration,analysis and visualisation of urbantra data within geographic information systems[J].Transportation Research Part C,2000,(8):167-184.
    [8]闾国年,张书亮,王永君.地理信息共享技术[M].北京:科学出版社,2007.
    [9]何建邦,闾国年,吴平生.地理信息共享的原理与方法[M].北京:科学出版社,2003.
    [10]钟珞,潘媛媛,徐勇,曹皓.分布式异构空间数据共享研究[J].计算机应用与软件,2005,22(10):52-54
    [11]郑南,郑扣根.支持分布式异构地理数据共享与集成的GIS设计与实现[J].计算机应用研究,2004,(8):200-205
    [12]Davis,T.J & C.P.Keller.Modelling and Visualizing Multiple Spatial Uncertainties[J].Computers & Geosciences,1997,23(4):397-408.
    [13]Reza,B.& R.Michels.The global GIS:a case study[J].Automation in Construction,2001,(10):597-606.
    [14]龚健雅.当代地理信息系统进展综述[J].测绘与空间地理信息,2004,27(1):5-11.
    [15]Bixby,L.R.Spatial access to health care in Costa Rica and its equity:a GIS-based study[J].Social Science & Medicine,2004,(58):1271-1284.
    [16]郑文锋,银正彤,阚瑷珂,王绪本.基于OpenGIS的地震信息采集与震灾评估系统[J].地震研究,2007,30(2):196-201.
    [17]Diepenbroek,M,H.Grobe,M.Reinke,U.Schindler,R.Schlitzer,R.Sieger & G.Wefer.PANGAEA—an information system for environmental sciences[J].Computers &Geosciences,2002,(28):1201-1210
    [18]尚武.网络地理信息系统(WebGlS)的现状及前景[J].地质通报,2006,25(4):533-537.
    [19]郭腾云,陈小钢,吴绍洪,岳燕珍,朱华忠,王雷.基于WebGIS的空间数据共享解决方案[J].科技导报,2004,(3):17-20.
    [20]许春杰,邹乐君,沈晓华.基于WebService的WebGIS[J].测绘通报,2003,(1):41-43.
    [21]李德仁,王伟,龚健雅,朱庆.数据、标准和软件——试论发展我国地理信息产业的若干问题[J].中国图像图形学报,1999,4(1):1-6.
    [22]邬伦,唐大仕,刘瑜.基于Web Service的分布式互操作的GIS[J].地理与地理信息科学,2003,19(4):28-32.
    [23]朱庆,周艳.分布式空间数据存储对象[J].武汉大学学报,2006,31(5):391-394.
    [24]Zhu,T.W,Z.N.Zhong & N.Jing.Managing Method of Spatial Data in Relational Database Management Systems[J].软件学报,2002,13(01):8-14.
    [25]Tulloch,D.L & M.Robinson.A progress report on a U.S.National Survey of Geospatial Framework Data[J].Journal of Government Information,2000,(27):285-298.
    [26]刘瑜,张毅,邬伦.空间数据工程理论框架研究[J].地理与地理信息科学,2003,19(1):12-15.
    [27]邹滨.基于Web Service的分布、异构空间数据共享研究[D].东北师范大学,2006:9.
    [28]王建涛.基于Web的地理信息服务的研究与实践[D].郑州:中国人民解放军信息工程大学,2005:1-161.
    [29]陈爱军,李琦,徐光祐.地理空间信息共享理论基础及其解决方案[J].清华大学学报,2002,42(10):1405-1409.
    [30]程博艳.区域地理信息共享技术研究[D].成都:电子科技大学,2006:2-87.
    [31]宋国民.地理信息共享的理论研究框架[J].测绘科学技术学报,2006,23(6):404-407.
    [32]Bakis,N,G.Aouad,M.Kagioglou.Towards distributed product data sharing environments —Progress so far and future challenges[J].Automation in Construction,2007,(16):586-595.
    [33]Mathiyalagan,V,S.Grunwald,K.R.Reddy & S.A.Bloom.A WebGIS and geodatabase for Florida's wetlands[J].Computers and Electronics in Agriculture,2005,(47):69-75.
    [34]张书亮,陶陶,闾国年.地理信息共享与互操作框架研究[J].测绘科学,2004,29(6):58-61.
    [35]黄裕霞,黄裕锋.Clearinghouse(数据交换中心)与数字化地理信息共享[J].遥感信息,2003,(1):28-30.
    [36]卢亚辉,杨崇俊.基于Web Service的WebGIS系统的研究[J].计算机工程与应用,2003,39(25):153-159.
    [37]于海龙,邬伦,刘瑜,李大军,刘丽萍.基于WebServices的GIS与应用模型集成研究[J].测绘学报,2006,35(2):153-165.
    [38]Farcya,C,B.D.Terwangne & P.Blerot.A distributed information system for public forest and wildlife management in the Walloon Region(Belgium)using open GIS standards[J].Computers and Electronics in Agriculture,2005,(47):207-220.
    [39]Ducker,K.J & J.A.Butler.A geographic information system framework for transportation data sharing[J].Transportation Research Part C,2000,(8):13-36.
    [40]Li,S & B.Lin.Accessing information sharing and information quality in supply chain management[J].Decision Support Systems,2006,(42):1641-1656.
    [41]Han,K.Development of an Interoperable Geographic Information System Plantform for Transportation Applications[D].Canada:Department of Civil and Geological Engineering University of Manitoba,2001:1-148.
    [42]Su,Y,J.Slottow & A.Mozes.Distributing proprietary geographic data on the World Wide Web- UCLA GIS Database and Map Server[J].Computers &Geosciences,2000,(26):741-749.
    [43]Pundt,H & Y.Bishr.Domain ontologies for data sharing-an example from environmental monitoring using field GIS[J].Computers & Geosciences,2002,(28):95-102.
    [44]Bernard,L & T.Kruger.Integration of GIS and Spatio-temporal Simulation Models:Interoperable Components for Different Simulation Strategies[J].Transactions in GIS,2000,4(3):197-215.
    [45]Kim,T.J.Metadata for geo-spatial data sharing:A comparative analysis[J].The Annals of Regional Science,1999,(33):171-181.
    [46]Nogueras-Iso,J,F.J.Zarazaga-Soria,R.Bejar,P.J.Alvarez & P.R.Muro-Medrano.OGC Catalog Services:a keyelement for the development of Spatial Data Infrastructures[J].Computers & Geosciences,2005,(31):199-209.
    [47]Frehner,M & M.Bra"ndli.Virtual database:Spatial analysis in a Web-based data management system for distributed ecological data[J].Environmental Modelling &Software,2006,(21):1544-1554.
    [48]Badard,T & D.Richard.Using XML for the exchange of updating information between geographical information systems[J].Computers,Environment and Urban Systems,2001,(25),17-31.
    [49]Gobel,S & U.Jasnoch.Visualization techniques in metadata information systems for geospatial data[J].Advances in Environmental Research,2001,(5):415-424.
    [50]Jia,W.J,Y.M.Chen & J.Y.Gong.Implementation of OGC Web Map Service Based On Web Service[J].Geospatial Information Science,2004,7(2):148-152.
    [51]祝建军,黄冬梅.一种基于OGC Web服务的WebGIS的解决方案[J].计算机应用,2005,(25):440-443.
    [52]贾文珏,龚健雅,李斌.Web要素服务的优化方法[J].测绘学报,2005,34(2):168-174.
    [53]张琦.异构地理信息Web服务集成方法研究[D].武汉:武汉大学,2005:1-65.
    [54]罗显刚,谢忠,徐欣.基于GML的WMS研究与实现[J].计算机应用,2004,24(12):132-135
    [55]于海龙,邬伦.OpenGIS参考模型ORM及地理信息服务应用模式[J].地理与地理信息科学,2004,20(5):15-19.
    [56]傅冰,陈荦.SIG空间信息基础设施中的OpenGIS规范研究[J].计算机工程,2004,30(20):64-65.
    [57]任海军,李见为,文俊浩.基于OpenGIS空间数据转换系统设计与实现[J].计算机工程与 应用,2004,(26):171-173.
    [58]冯琰,施一民.开放式地理信息系统(OpenGIS)与互操作技术分析[J].测绘工程,2002,11(4):22-24.
    [59]刘俊亮,梁恩堂,陈方林.Web地图服务的集成共享研究[J].现代测绘,2005,28(2):40-42.
    [60]赵建华,张海涛,张书亮,闾国年.基于OGCWeb服务模型的城市异构GIS互操作[J].现代测绘,2006,29(1):6-9.
    [61]王少波,解建仓,王晓辉.基于OGC WMS规范的WebGIS开发与应用[J].计算机工程与应用,2006,(35):226-229.
    [62]贾文珏,陈玉敏,龚健雅,李爱霞.基于WebService的OGC地图服务实现方法[J].测绘信息与工程,2004,29(4):34-36.
    [63]李爱霞,龚健雅,贾文珏,陈玉敏.基于WMS的WebGIS[J].测绘信息与工程,2004,29(6):1-3.
    [64]任海军.空间数据分析和空间数据共享系统实现[D].重庆:重庆大学,2003:1-61.
    [65]马照亭,潘懋,林晨,屈红刚.多源空间数据的共享与集成模式研究[J]计算机工程与应用,2002,(24):31-34.
    [66]陈爱军,李琦,徐光祐.数字地球建设中的地理空间信息分层共享模型[J].软件学报,2002,13(8):1436-1440.
    [67]温永宁,张宏.基于Web服务的分布式空间数据共享模型[J].计算机工程,2005,31(6):25-27.
    [68]唐双宁.基于GIS的空间数据共享研究[D].吉林:吉林大学,2006:1-96.
    [69]牛晓琳,季民,赵志刚.基于元数据和数据集管理的空间数据共享研究[J].测绘与空间地理信息,2006,29(3):19-22.
    [70]王鹏,马秋禾,刘立娜.XML—WebGIS中空间信息共享和互操作的新途径[J].计算机应用研究,2001,(12):142-144.
    [71]宋国民,贾奋励.地理空间数据共享机制研究[J].测绘学院学报,2002,19(2):134-136.
    [72]骆成凤,吴国平,余倩.地理信息共享与GIS互操作的实现初探[J].计算机应用研究,2001,(8):20-22.
    [73]易善桢,李琦,承继成.空间信息的共享与互操作[J].测绘通报,2000,(8):17-19.
    [74]邢彭龄,罗英伟.空间信息共享与互操作的关键问题分析[J].计算机工程,2003,29(12):31-33.
    [75]龚健雅.空间信息资源共享与互操作技术[J].国土资源信息化,2003,(5):15-32.
    [76]于雷易.基于空间数据网络的空间数据共享技术研究[D].武汉:武汉大学,2004:1-101.
    [77]包世泰,余应刚.地理数据共享与互操作技术[J].测绘工程,2000,9(4):32-36.
    [78]景民昌,杨革联.XML WebService及其在地球数据共享中的应用研究[J].物探化探计算技术,2004,26(4):346-350.
    [79]胡诚,陈方林,刘俊亮.空间数据共享与互操作技术探讨[J].现代测绘,2003,26(6):31-33.
    [80]马林兵,齐华.基于可重用Web Service的GIS数据集成和共享[J].铁路航测,2003,1(1):1-3.
    [81]王凌云,李琦,喻文承.Web Service与地理信息互操作[J].测绘科学,2004,29(1):38-42.
    [82]江泳,方裕.基于WebService空间数据共享平台[J].地理与地理信息科学,2004,20(5):1-5.
    [83]吕曦,王化文.Web Service的架构与协议[J].计算机应用,2002,22(12):62-65.
    [84]苏丹娣,肖少非,邹成武.利用SOAP实现异构系统间的信息交互[J].计算机与现代化,2004,(9):57-62.
    [85]胡春春,孟令奎.基于WebService的GIS多源数据集成模型研究[J].地理空间信息,2005,3(6):22-25.
    [86]郑晓东,王志坚,周晓峰等.一种基于WebService的分布式计算模型研究及其实现[J].计算机工程与应用,2004,(1):144-146.
    [87]易曙贤.基于Web服务的GIS互操作模型研究[D].武汉:武汉大学,2004:1-68.
    [881 钱贞国,杨崇俊,乐小虬,刘冬林.基于Web服务的分布式WebGIS设计与应用[J].物探化探计算技术,2005,27(4):343-347.
    [89]宋亚超,闾国年,张宏.基于WebService的InternetGIS集成与应用[J].地球信息科 学,2004,6(1):44-48.
    [90]李建,朱美正,李欣.基于WebServices的空间地理信息服务[J].计算机工程与应用,2004,40(30):172-174.
    [91]邓红艳,武芳,王卓芋,刘薇薇.基于WebService的空间信息服务研究[J].计算机工程与设计,2006,27(23):4450-4452.
    [92]孙晓生,苗前军,丁明柱.基于WebService的空间信息服务技术探讨[J].测绘与空间地理信息,2004,27(6):1-3.
    [93]Dowers,S,B.M.Gittings,M.J.Mineter.Towards a framework for high-performance geocomputation:handling vector-topology within a distributed service environment[J].Computers,Environment and Urban Systems,2000,(24):471-486.
    [94]OGC.Geography Markup Language:Version[2.1.2][EB/OL].(2002-12-17)[2007-12].http://www.opengeospatial.org/standards/gml.
    [95]Sebillo,M,G.Tortora & G.Vitiello.The Metaphor GIS Query Language[J].Journal of Visual Languages and Computing,2000,(11):439-454.
    [96]龚健雅,高文秀.地理信息共享与互操作技术及标准[J].地理信息世界,2006,4(3):18-27.
    [97]姚鹤岭.OGC与我国地理信息产业[J].测绘学院学报,2004,21(2):145-147.
    [98]李新通,何建邦.GIS互操作与OGC规范[J].地理信息世界,2003,1(5):23-28.
    [99]丁兆青,董传良.基于SOA的分布式应用集成研究[J].计算机工程.2007,33(10):246-248.
    [100]王卉,王家耀.无缝GIS发展的两个关键技术[J].测绘通报,2002,(4):10-14.
    [101]黄裕霞,陈常松,何建邦.GIS互操作及其体系结构[J].地理研究,2000,19(1):86-92.
    [102]常远,秦小麟,王筱成,夏斌.基于CNSDTF和OpenFlight的空间数据互操作研究[J].中国图像图形学报.2005,10(12):1554-1559.
    [103]王艳东,龚健雅,黄俊韬,邓跃进.基于中国地球空间数交换格式的数据转换方法[J].测绘学报,2000,29(2):142-148.
    [104]温瑞智,钟思齐,赵刚,周正华.基于GIS的工程地质编图[J].世界地震工程.2002,18(4):102-105.
    [105]何孝莹,宋伟东,杨楠.空间数据在不同平台间的转换方法[J].辽宁工程技术大学学报,2004,23(2):168-170.
    [106]黄裕霞,Hoffmann.F,陈常松,何建邦.GIS互操作的实现途径评述[J].地理研究,1999,18(1):105-112.
    [107]刘爱琴,葛君伟,刘松柏.CORBA与WebService比较与集成研究[J].重庆邮电学院学报,2004,(12):75-76.
    [108]陈小琥,周旭,陈军.GIS分布式技术的应用模型分析与展望[J].测绘科学.2006,31(1):96-97.
    [109]王艳东,龚健雅.一种GIS互操作模型研究[J].武汉大学学报,2005,30(3):218-221.
    [110]龚强.关于全球通地理信息系统的思考[J].测绘科学,2003,28(3):76-74.
    [111]Gogua,R.C,V.J.Dietrich,B.Jenny,F.M.Schwandner & L.Hurnia.A geo-spatial data management system for potentially active volcanoes—GEOWARN project[J].Computers &Geosciences,2006,(32):29-41.
    [112]梅士员,江南.GIS数据共享技术[J].遥感信息.2002年,(4):46-49
    [113]宋关福,钟耳顺,刘纪远,肖乐斌.多源空间数据无缝集成研究[J].地理科学进展,2000,19(2):110-115.
    [114]Pullar,D & D.Springer.Towards integrating GIS and catchment models[J].Environmental Modelling & Software,2000,(15):451-459.
    [115]朱铁稳,陈宏盛等.开放地理数据互操作规范综述[J].计算机科学,2001,28(10):104-107.
    [116]Keller,S.F.Modeling and sharing geographic data with INTERLIS[J].Computers &Geosciences,1999,(25):49-59.
    [117]Stoimenov,L & S.Djordjevic'Kajan.An architecture for interoperable GIS use in a local community environment[J].Computers & Geosciences,2005,(31):211-220.
    [118]Sester,M.Acquiring transition rules between multiple representations in a GIS:an experiment with area aggregation[J].Computers,Environment and Urban Systems,1999,(23):5-17.
    [119]Valsecchi,P,C.Claramunt & E.Peytchev.OSIRIS:an inter-operable system for the integration of real-time traffic data within GIS[J].Computers,Environment and Urban Systems,1999,(23):245-257.
    [120]Evans,B.J.Dynamic Display of Spatial Data-reliability:Does it Benefit the Map User?[J].Computers & Geosciences,1997,23(4):409-422.
    [121]Rivest,S,Y.Bedard,M.J.Proulx,M.Nadeau,F.Hubert & J.Pastor.SOLAP technology:Merging business intelligence with geospatial technology for interactive spatio-temporal exploration and analysis of data[J].ISPRS Journal of Photogrammetry & Remote Sensing,2005,(60):17-33.
    [122]汤焱彬.面向服务的空间信息门户研究[D].武汉:武汉大学,2005:1-72.
    [123]缪炎.SOA架构下城市规划地理信息系统的研究与实现[D].武汉:武汉大学,2005:1-64.
    [124]陈向峰,陈东浩,方峻峰.面向服务的数据交换平台的研究与实现[J].上海信息化,2006,(8):67-71.
    [125]Newcomer,E.& G.Lomow.Understanding SOA with WebService[M].Addison Wesley Professional,2004.
    [126]柴晓路等.Web Services技术、架构和应用[M].北京:电子工业出版社,2003.
    [127]ThomasERL.Service-Oriented Arthitecture:Concepts,Technology,and Design[M].America:Prentice Hall PTR,2007.
    [128]梁爱虎.精通SOA:基于服务总线的Struts+EJB+Web Service整合应用开发[M].北京:电子工业出版社,2006.
    [129]徐琪,徐福缘.面向Web服务的供应链协同管理[J].计算机应用研究,2003,20(8):73-76.
    [130]邓世军,孟令奎,吴沉寒,许林.基于SOAP的海量空间数据服务[J].地理空间信息,2005,3(5):31-34.
    [131]Kreger,H..Web服务概念性体系结构(Web Services Conceptual Architecture)[EB/OL].http://www.ibm.com/developerworks/cn/webservices/ws-wsca/part1/.2001-5-1.
    [132]谢粤芳,丁香乾,侯瑞春.基于Web Service的ASP服务平台的实现研究[J].中国制造业信息化,2005,34(1):75-78.
    [133]林川.基于UDDI和WSDL的Web服务发布方案[J].计算机工程与设计,2005,26(4):993-994.
    [134]李爱霞.基于WebService的空间信息服务的注册与查找[D].武汉:武汉大学,2005:1-65.
    [135]Fielding,R.T.Architectural Styles and the Design of Network-based Software Architectures[D].CALIFORNIA:UNIVERSITY OF CALIFORNIA,IRVINE,2000:1-70.
    [136]闾国年,张书亮,龚敏霞.空间信息系统集成原理与方法[M].北京:科学出版社,2003.
    [137]柴晓路,梁宇奇.Web Services技术、架构和应用[M].北京:电子工业出版社.2003.
    [138]王峰,田锋.WebService在空间数据互操作中的研究[J].测绘与空间地理信息,2005,28(4):17-19.
    [139]Huber,M & D.Schneider.Spatial data standards in view of models of space and the functions operating on them[J].Computers & Geosciences,1999,(25):25-38.
    [140]Hande,D..A dynamic multi-dimensional conceptual data model for transportation applications[J].ISPRS Journal of Photogrammetry & Remote Sensing,2004,(58):301-314.
    [141]Li,S,& D.Coleman.Modeling distributed GIS data production workflow[J].Computers,Environment and Urban Systems,2005,(29):401-424.
    [142]OGC.AbstractSpecifications:Version[5.0][EB/OL](2005-06-27)[2007-12].http://www.open geospatial.org/standards/as.
    [143]Vanderhaegena,M & E.Muro.Contribution of a European spatial data infrastructure to the effectiveness of EIA and SEA studies[J].Environmental Impact Assessment Review,2005,(25):123-142.
    [144]Gru"nfeld,K.Integrating spatio-temporal information in environmental monitoring data—a visualization approach applied to moss data[J].Science of the Total Environment,2005,(347):1-20.
    [145]OGC.Simple Features for OLE/COM:Version[1.1][EB/OL].(1999)[2007-12].
    [146]http://www.opengeospatial.org/standards/sfo/.
    [147]OGC.Catalogue Service:Version[2.0.2][EB/OL].(2007)[2007-12].
    [148]http://www.opengeospatial.org/standards/cat.
    [149]Benslimane,D,E.Leclercq,M.Savonnet,M.N.Terrasse & K.Yetongnon.On the definition of generic multi-layered ontologies for urban applications[J].Computers,Environment and Urban Systems,2000(24):191-214.
    [150]Hadzilakos,T,G.Halaris,M.Kavouras,M.Kokla,G.Panopoulos,l.Paraschakis,T.Sellis,L.Tsoulos & M.Zervakis.Interoperability and definition,of a national standard for geospatial data:the case of the Hellenic Cadastre[J].JAG,2000,2(2):120-128.
    [151]OGC.Web Map Service:Version[1.3.0][EB/OL].(2006)[2007-12].http://www.opengeospatial.org/standards/wms.
    [152]Strain,L,A.Rajabifard & I.Williamson.Marine administration and spatial data infrastructure[J].Marine Policy,2006,(30):431-441.
    [153]袁轶,郑文锋,王绪本基于GeoServer的WebGIS开发[J]。软件导刊2007(3)P96-98.
    [154]OGC.Web Feature Service:Version[1.1][EB/OL].(2004)[2007-12].http://www.opengeospatial.org/standards/wfs.
    [155]OGC.Web Coverage Service:Version[1.1.1][EB/OL].(2007)[2007-12].http://www.opengeospatial.org/standards/wcs.
    [156]OGC.Web Processing Service:Version[1.0.0][EB/OL].(2005)[2007-12].http://www.opengeospatial.org/standards/wps.
    [157]Berners-Lee,T.,R.Cailliau & J.F.Groff.World Wide Web[J].Flyer distributed at the 3rd Joint European Networking Conference,Innsbruck,Austria,May 1992.
    [158]Wolman,A.,G.Voelker,N.Sharma,N.Cardwell,M.Brown,T.Landray,D.Pinnel,A.Karlin & H.Levy.Organization-based analysis of Web-object sharing and caching.In Proceedings of the 2nd USENIX Conference on Internet Technologies and Systems(USITS),Oct.1999.
    [159]Luotonen,A.& K.Altis.World-Wide Web proxies[J].Computer Networks and ISDN Systems,Nov.1994,27(2):147-154.
    [160]Brooks,C.,M.S.Mazer,S.Meeks,& J.Miller.Application-specific proxy servers as HTTP stream transducers[J].In Proceedings of the Fourth International World Wide Web Conference,Boston,Massachusetts,Dec.1995:539-548.
    [161]Flanagan,D.JavaTM in a Nutshell 3rd edition[M].Sebastopol,CA:O'Reilly &Associates,1999.
    [162]兰小机,闾国年,张书亮,姜永发.一种通用GML3.0解析引擎的设计与实现[J].地球信息科学,2005.7(1):59-64.
    [163]Fonseca,F.T,M.J.Egenhofer,C.A.Davis Jr & K.A.V.Borges.Ontologies and knowledge sharing in urban GIS[J].Computers,Environment and Urban Systems,2000,(24):251-271.
    [164]Peachavanish,R & H.A.Karimi.Ontological Engineering for Interpreting Geospatial Queries[J].Transactions in GIS,2007,11(1):115-130.
    [165]Nedovic-Budic,Z & J.K.Pinto.Organizational(soft)GIS interoperability:lessons from the U.S..JAG,2001,3(3):290-298.
    [166]Goolge.KML Documentation Introduction:Version[2.2][EB/OL].(2007)[2007].http://code.google.com/apis/kml/documentation.
    [167]PostgreSQL.Documentation[EB/OL].(2007)[2007].http://www.postgresql.org/docs/.
    [168]PostGIS.PostGIS Manual[EB/OL].(2007)[2007].http://postgis.refractions.net/docs/.
    [169]167.OGC.Styled Layer Descriptor:Version[1.1.0][EB/OL].(2005)[2007-12].http://www.opengeospatial.org/standards/sld.
    [170]Geoserver.GeoServer Features[EB/OL].(2007-4-14)[2007].http://docs.codehaus.org/display/GEOS/Features.
    [171]杨志波.基于AjaX技术的WebGIS研究及实现[D].广州:中国科学院广州地球化学研究所,2006.
    [172]柯自聪.Ajax开发精要(第1版)[M].北京:电子工业出版社,2006.
    [173]Teare,D..AJAX简介[EB/OL]http://dev2dev.bea.com.cn/techdoc/2005110103.html 2005-11-01.
    [174]Corner R.A,A.J.Brooker,T.C.Telfer & L.G.Ross.A fully integrated GIS-based model of particulate waste distribution from marine fish-cage sites[J].Aquaculture,2006,(258):299-311.

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700