Welcome to DiSC 2002
SIGMOD 2001
PODS 2001
 SIGMOD RECORD 2001
CIKM 2001
 = CIKM'01 Website
 = CIKM'01 Papers
 = CIKM Workshop_1
<<< = GIS'01 Papers>>>
 = CIKM Workshop_2
 = DOLAP'01 Papers
CoopIS 2001
DASFAA 2001
DASFAA 2000
DBPL 2001
Data Engineering Bul
DEXA_EC-WEB 2001
DMKD 2001
 DPDJ 2001
HYPERTEXT 2001
ICDE 2001
ICDM 2001
ICDT 2001
JCDL 2001
KDD 2001
 KDD_EXPLORATIONS 20
KRDB 2001
MDM 2001
MIR 2001
MIS 2001
RIDE 2001
SBBD 2001
 SIGIR 2001
 SIGIR FORUM 2001
SSDBM 2001
SSTD 2001
TODS 2001
TIME 2001
VLDB 2001
VLDBJ 2001

WMS and GML based Interoperable Web Mapping System


Shashi Shekhar, Ranga Raju Vatsavai, Namita Sahay, Thomas E. Burk, and Stephen Lime

  View Paper (PDF)  

Return to GML, Interoperability, and Standards


Abstract

Recently the World Wide Web has become a popular vehicle for information distributation and web based geographic information system (GIS) are rapidly evolving and adapting to these new environments. The main hindrance for building true interoperable distributed geographic information systems is the lack of any standard exchange mechanism between the diverse GISes connected over the web. Recent efforts by the OpenGIS Consortium have resulted in several specifications to alleviate these problems. Web Map Server (WMS) and Geographic Markup Language (GML) are such standards for developing interoperable web based Geographic Information Systems (Web-GIS). GML is an XML (eXtensible Markup Language) encoding for the transport and storage of geographic information, including both geometry and properties of geographic features. In this paper we describe a WMS compliant map server and GML based client. This integrated system leads to a true interoparable Web-GIS. GML based client for the first time offers client side query processing capabilities and at the same time provides several challenges. The parsing techniques have performance considerations since the size of GML documents is generally huge and often the queries result in multiple passes over these documents. In this study we also evaluated the two well known parsing approaches - simple API for XML (SAX) and the documents object model (DOM) for single and multiple passes. Our study shows that SAX performs better than DOM for single pass; thus for simple applications like visualization, subsetting, the SAX model is superior. However, for intensive applications involving queries requiring multiple passes over documents or integration of multiple documents in a distributed environment, DOM based parsing offers a better solution.


DiSC'02 © 2003 Association for Computing Machinery