Tourism Guided Information System for Location-Based Services

Size: px
Start display at page:

Download "Tourism Guided Information System for Location-Based Services"

Transcription

1 Tourism Guided Information System for Location-Based Services Chang-Won Jeong 1, Yeong-Jee Chung 2, Su-Chong Joo, 2 and Joon-whoan Lee 1 1 Research Center for Advanced LBS Technology of Chonbuk National University, Korea 2 College of Electrical, Electronic and Information Engineering, Wonkwang University, Korea {mediblue, chlee}@chonbuk.ac.kr, {yjchung, scjoo}@wonkwang.ac.kr Abstract. Mobile information community develops quickly, as mobile telecommunication technology matches to the third generation. XML-based GIS becomes a global standard and the foundation. Recent developed Geography Markup Language (GML) allows integration of GIS location-based services, telematics, and intelligent transportation systems. In this paper, we propose a tourism information system for supporting the location based service of GIS applications. The system implements thin-client/server technology for mobile Web mapping service. The system includes traditional GIS system for navigation service and location finder POI services. The system for location and POI determination with design concerns are presented. An experimental user interface of PDA within the system is illustrated for the system procedures. Keywords: GML, LBS, Mobile tourism service, GIS, SVG. 1 Introduction Web becomes a popular tool for information distribution and Web based geographic Information Systems (GIS) are rapidly deployed to applications [1]. Since wireless networks enable new infrastructure for mobile services, Location Based Service (LBS) for mobile users begin to track and measure the user position for providing better service performance [2,3]. Therefore, the LBS urgently need a mapping information system, together with conventional GIS services and infrastructures. LBS based tourism information system may contain tour planning, navigation support to yellow page services, and commerce [4]. To generate interactive maps is an important component in today s tourism information system. Since existing GIS services were developed independently, there is no interoperability to support diverse map formats. Recently developed GML is a new methodology to deal with geographic information sharing. GML is an XML encoding for transport and storage of geographic information, including both spatial and nonspatial properties of geographic feature [5-7]. GML is important to draw some clear distinctions between geographic data and graphic interpretations of the data, as it appears on a map or other form of visualization. To generate a map with GML data, one must follow GML standards and coded into a suitable graphical presentation. In H.T. Shen et al. (Eds.): APWeb Workshops 2006, LNCS 3842, pp , Springer-Verlag Berlin Heidelberg 2006

2 750 C.-W. Jeong et al. general, GML data are coded into an XML graphical format using SVG (Scalable Vector Graphics), VML (Vector Markup Language), X3D technologies. In the past, people developed some prototype for distributing vector data on Internet. These protocols are complementarily based on GML and SVG. GML is used for string and distributing geographic data, while SVG is for presenting data [8, 9]. When a request to a map is performed, a GML file is created and to be translated into an SVG file. This step may also perform some generalization transformations. Portable devices, such as cellular phones, GPS devices, PDAs, and Palm, georeferenced information (GRI) are undergoing a significant change. The change is driven by software systems such as ESRI [10], MapInfo [11], Intergraph [12] and AutoDesk [13] which allow us publish geographical data online. However, the data and software systems are proprietary and completely controlled by vendors. The maps in image formats or in embedded objects are not interoperable; hence forming an obstacle of integrating searched results from different systems together. The LBS is an integrated technology in telecommunication and GIS. LBS was developed based on that a portable device sends its location information to a gateway; the gateway search through its database to find the most relevant information near the location and sends it back to the client for further use. However, a problem in this technology is that the gateway must maintain a centralized GRI database to support queries. XML-based data integration architectures become popular since XML is a kind of text-based protocol that is easily processed and exchanged between users. GML, an extension of XML and proposed by OGC is to solve the GRI interoperability problem. Several spatial data types, such as points, poly-lines and polygons, as well as earth projection types are defined in GML DTD. Any software that supports GML can use geographical data in a GML document. An XML-based spatial data mediation infrastructure for global interoperability study is conducted in San Diego Supercomputer Center [13]. This paper suggests a thin client/server information system for LBS. It was experimented in within a small region. Section 2 describes a general overview of the information system. Section 3 shows the servicing procedures respectively. The proposed prototype implementation is described in Section 4; followed by a conclusion and future works. 2 Proposed System Architecture The overall architecture of our proposed system is illustrated in Fig. 1. The system architecture is structured by the following. The architecture serves as a generic infrastructure that can be applied to other LBS applications. Therefore, a well-formed interface has to be provided that allows the appropriate use of the services for the different applications. The system adopts a three-tier architecture. The first is a client tier. Each client has two components: GPS and Service agents. GPS agent provides the physical location of a user to the TM (Transverse Mercator) [14]. GPS receiver with deferential correction (DGPS) is used to determine location and to track the path of travel. Position information is provided for mapping. The Service agent supports geographical view utilities based on Map and POI.

3 Tourism Guided Information System for Location-Based Services 751 The second is a mediator. Whenever the mediator receives a request from a client, it first determines which service manager is related to map and divided a query into a sub-queries. The mediator then finds the corresponding map in its database. Mediator has a service manager which consists of four modules (in Fig.1); mainly a GIS-based solution; DXF to SVG/GML translating, collecting, storing, and searching and retrieving maps. The third is the database tier. It supports data management of spatial or non-spatial data. For a POI service, database contains object identification, name for map presentation, coordination system, and additional information entities.g The roles of each component in the thin client and server are described like below. Fig. 1. Proposed System Architecture Thin client side - Service Manager: total management services invoked by a Web service, controlling the process of response message, and monitoring each component. - NMEA Parser: extracting valid information fetched from NMEA information of GPS receiver. - WGS84 to Bessel Translator: translating Bessel to WGS84 (using Molodensky- Badekas model). - Bessel to TM Translator: translating Transverse Mercator. - Position Manager: managing with log file and user position tracking. - User Interface: providing two-way communication between GPS agent and users. - Map Viewer: supporting SVG and GML displays - Embedded Browser: providing additional POI information based on HTML - Event Manager: managing all layer controls and POI events. Server side - Service Manager: managing service modules; receiving the service requests from client, and then returns the information of the created XML byte stream to service agents. - DXF Parser: translating DXF file into Tag Tree.

4 752 C.-W. Jeong et al. - XML Generator: generating well-formed XML document in a tag tree. - ML Translator: translating markup language using XSLT schema which is suitable for client GIS environments (SVG, GML, etc.). - POI Manager: extracting a POI information requested from client. 3 Service Procedure The workflow of both control commands and information contents are described in Fig. 2. Step 1 performs an acquisition of location information; Step 2 request from the client reaches a service manager by the means of the XML soap/http protocol through the communication layer. Selected position information is sent to the service manager. Steps 3-5 are executed under POI environments using client s selection, upon the given position information in Step 2. This step filters a map of service area. In Step 6, the response information with the XML byte stream is collected from the Service manager. The generated data is passed to the communication layer for further transformation to an appropriate format. Figure 3 shows a Message Flow for representing the whole management procedures mentioned above. Fig. 2. Service Flow Fig. 3. Message Flow G

5 Tourism Guided Information System for Location-Based Services Implementation of the Tourism Information System for LBS A prototyped implementation of the Tourism information system for LBS is implemented for the explanation of the system mechanism. The main implementation goal is to process spatial data, and to handle both the geometry and the properties of the geographical elements; this allows the various data providers to share heterogeneous datasets and the users to access the data in a completely transparent way. The processing of XML/GML documents and their visualizations in a graphical way with the interaction of the user is depicted. Since the GML data structure is XML compliant, it can be transformed in a SVG format for easily to be displayed on a Web browser with SVG viewing utility. The physical environment for implementation is shown in Figure 4. We constructed a Web service using a computer with Windows 2003 server. Net framework for interacting among components and/or service objects. The model components of the client and the server are implemented by C# language. Information of the POI is constructed to a relational database. These databases are managed by the MS SQL The Prototyped Implementation Environment as shown in Figure 4 presents the executing results of the navigation service and an example of the POI services in the system are provided. For displaying the procedures and the executing results of services on our system, a GUI-window interface is designed. Fig. 4. Service Configuration To demonstrate the operation of the service, a small part of Jeonju-City was selected and spatial data and POI information were converted from a GIS format of DXF to SVG. The client side supported zoom in/zoom out and full extent of geometric data for visualization and POI listing of textural data. Selected POI results were overlapped on base maps that were given from the other GML data, or directly from flat geographical data files as well as spatial databases.

6 754 C.-W. Jeong et al. Fig. 5. The map of Han-Ok Village with the Korean traditional houses in Jeonju-city and POI information G Figure 5 illustrates the screens displayed on the PDA. Click setting button of first phase of Figure 5, after pointing which one you like, you fill the choosing POI out in check space, and then click WMSCall button. One can see the map and POI information corresponding to a given service. These GUI is displaying user position by red dot on the base map in PDA, and then, selecting the POI displayed on the map. And these screens are displayed in first page and user can browse the map and select the POI to be displayed in GUI. And then it shows the related information with the position information as results executed by the UI event. As mentioned before, all processes in this system, either spatial analysis or invoking XML-based map contents are carried out in the server side and just a response in XML form is sent to client. XML parsers in client side interpret the XML contents and a service agent displays the spatial data and/or POI information s in the form of image and texts. Fig. 6 shows the map of small area query results returned from server. Fig. 6. Map of area showing GML and SVG G

7 Tourism Guided Information System for Location-Based Services Conclusions and Future Work Many WMS (Web Mapping Services) and POI (Point of Interest) based services begin to function in mobile GIS with the fast development of wireless devices. Location based services play a signification part in wireless application. With increasing the bandwidth of wireless communication, LBS systems are feasible for wireless users want to gain more. This paper described a thin client/server information system for location based service. System was implemented in a small area. This paper serves as a case study tries to expose the potential of wireless technology to serve LBSs. The future study focuses on an object-oriented database system capable for large spatial dataset. Acknowledgments This research was supported by University IT Research Center Project. References 1. Shekhar, S., Vatasavi, R.R., Sahay, N., Burk, T. E., Lime, S.: WMS and GML based Interoperable Web Mapping System. In proceedings of the 9th ACM International Symposium on Advances in Geographic Information Systems. ACMGIS 2001 (Nov. 2001), ISBN Zipf, A., Malaka, R.: Developing Location Based Services (LBS) for tourism The service providers view. In: Sheldon, P., Wober, K. and Fesenmaier D. (Eds.): Information and Communication Technologies in TOURISM Proceedings of ENTER 2001, 8 th International Conference. Montreal. Springer Computer Science. Wien, NewYork Schmidt-Belz, B., Makelainen, M., Nick, A., Poslad, S.: Intelligent Brokering of Tourism Services for Mobile Users. ENTER January (2002) Innsbruck 4. Stephanidis, C., Paramythis, A., Sfyrakis, M., Stergou, A., Maou, N., Leventis, A., Paparoulis, G., & Kaagiannidis, C., (1998). Adaptable and Adaptive User Interfaces for Disabled Users in the AVANTI Project. In S. Trigila, A. Mullery, M. Campolargo, H. Vanderstraeten & M. Mampaey(Eds.), Intelligence in Services and Network: Technology for Ubiquitous Telecommunications Services Proceedings of the 5 th International Conference on Intelligence in Services and Networks (IS&N 98), Antwerp, Belgium, OpenGIS Consortium, Geography Markup Language, 6. Open GIS Consortium, Simple Feature Specification, specs/?page=specs 7. W3Consortium, XML, 8. SVG Explorer of GML Data, Bonati L. P., Fortunati L., Fresta G. (2003) 9. Making maps with Geography Markup Language(GML), Lake R., Galdos Systems Inc, October (2000) 10. MapInfo, InterGraph, AutoDesk, GML3.0 specification, Welcome to CommLinx Solutions - GPS Tracking Systems, commlinx. com.au/default.htm 15. Lehto L., Standards-Based Service Architecture for Mobile Map Applications, 5th AGILE Conference on Geographical Information Science, Palma (Balearic Islands, Spain) April (2002)

A GML-Based Open Architecture for Building a Geographical Information Search Engine Over the Internet

A GML-Based Open Architecture for Building a Geographical Information Search Engine Over the Internet A GML-Based Open Architecture for Building a Geographical Information Search Engine Over the Internet Jianting Zhang Le Gruenwald The University of Oklahoma, School of Computer Science, Norman, OK, 73019

More information

Using ESRI data in Autodesk ISD Products

Using ESRI data in Autodesk ISD Products GI13-3 Using ESRI data in Autodesk ISD Products 1.5 hr. Class 02-Dec-03 3:30pm - 5:00pm Session Description: We will focus on using data in a variety of ESRI formats within the Autodesk GIS product line,

More information

XML and Inter-Operability in Distributed GIS

XML and Inter-Operability in Distributed GIS XML and Inter-Operability in Distributed GIS KIM Do-Hyun and KIM Min-Soo, Republic of Korea Key words: GML(Geography Markup Language), Interoperability, GIS. SUMMARY Web GIS (Geographic Information Systems)

More information

GML, WFS and SVG: A New Frontier of Internet GIS

GML, WFS and SVG: A New Frontier of Internet GIS GML, WFS and SVG: A New Frontier of Internet GIS Zhong-Ren Peng Director Center for Advanced Spatial Information Research Associate Professor Department of Urban Planning University of Wisconsin-Milwaukee

More information

The Interoperability of Location-Tracking Service based on Geographic Information

The Interoperability of Location-Tracking Service based on Geographic Information The Interoperability of Location-Tracking Service based on Geographic Information Do Hyun KIM and Byung Tae JANG, Korea Key words: Interoperability, Location-Tracking, GIS SUMMARY Tracking Service based

More information

FDO Data Access Technology at a Glance

FDO Data Access Technology at a Glance Autodesk Geospatial FDO Data Access Technology at a Glance Work seamlessly with your geospatial data whatever the format 1 The Challenge The growing need for openness and interoperability between traditional

More information

A GML-Based Open Architecture for Building A Geographical Information Search Engine Over the Internet

A GML-Based Open Architecture for Building A Geographical Information Search Engine Over the Internet A GML-Based Open Architecture for Building A Geographical Information Search Engine Over the Internet Jianting Zhang Le Gruenwald School of Computer Science The University of Oklahoma U.S.A. ggruenwald@ou.edu

More information

Mobile Viewers based on SVG ±geo and XFormsGI

Mobile Viewers based on SVG ±geo and XFormsGI Mobile Viewers based on SVG ±geo and XFormsGI Thomas Brinkhoff 1, Jürgen Weitkämper 2 Institut für Angewandte Photogrammetrie und Geoinformatik (IAPG) Fachhochschule Oldenburg/Ostfriesland/Wilhelmshaven

More information

Connecting Distributed Geoservices: Interoperability research at ITC

Connecting Distributed Geoservices: Interoperability research at ITC AGILE Interoperability Workshop, Lyon, April 23rd, 2003 Connecting Distributed Geoservices: Interoperability research at ITC Barend Köbben & Rob Lemmens {kobben,lemmens}@itc.nl International Institute

More information

SEXTANT 1. Purpose of the Application

SEXTANT 1. Purpose of the Application SEXTANT 1. Purpose of the Application Sextant has been used in the domains of Earth Observation and Environment by presenting its browsing and visualization capabilities using a number of link geospatial

More information

Service Oriented Architecture For GIS Applications

Service Oriented Architecture For GIS Applications The 12 th International Conference of International Association for Computer Methods and Advances in Geomechanics (IACMAG) 1-6 October, 2008 Goa, India Service Oriented Architecture For GIS Applications

More information

Mobile Access to Distributed Data Sources

Mobile Access to Distributed Data Sources Mobile Access to Distributed Data Sources Alessandro Andreadis, Giuliano Benelli, Pasquale Fedele, and Giovanni Giambene Dipartimento di Ingegneria dell Informazione - Università degli Studi di Siena,

More information

IST CRUMPET, Creation of User Friendly Mobile Services Personalised for Tourism R. Report

IST CRUMPET, Creation of User Friendly Mobile Services Personalised for Tourism R. Report CRUMPET Creation of user-friendly mobile services personalised for tourism Project Number: Project Title: Deliverable Type: IST-1999-20147 CRUMPET, Creation of User Friendly Mobile Services Personalised

More information

XML TECHNOLOGIES IN WEB BASED GEOGRAPHIC INFORMATION SYSTEMS

XML TECHNOLOGIES IN WEB BASED GEOGRAPHIC INFORMATION SYSTEMS 212 Proceedings of the 4 th International Conference on Informatics and Information Technology XML TECHNOLOGIES IN WEB BASED GEOGRAPHIC INFORMATION SYSTEMS B. Predić, D. Stojanović Faculty of Electronic

More information

A Framework of Feature-Level Transportation Geospatial Data Sharing Systems

A Framework of Feature-Level Transportation Geospatial Data Sharing Systems A Framework of Feature-Level Transportation Geospatial Data Sharing Systems Zhong-Ren Peng, Ph.D. Director Center for Advanced Spatial Information Research Associate Professor Department of Urban Planning

More information

Web Services for Geospatial Mobile AR

Web Services for Geospatial Mobile AR Web Services for Geospatial Mobile AR Introduction Christine Perey PEREY Research & Consulting cperey@perey.com Many popular mobile applications already use the smartphone s built-in sensors and receivers

More information

CRUMPET: CREATION OF USER-FRIENDLY MOBILE SERVICES PERSONALISED FOR TOURISM

CRUMPET: CREATION OF USER-FRIENDLY MOBILE SERVICES PERSONALISED FOR TOURISM CRUMPET: CREATION OF USER-FRIENDLY MOBILE SERVICES PERSONALISED FOR TOURISM Stefan Poslad 1, Heimo Laamanen 2, Rainer Malaka 3, Achim Nick 4, Phil Buckle 5 and Alexander Zipf 3 1 Queen Mary, University

More information

Accessing OGC Services To access OGC WMS and WFS open the service in the directory that you want to consume, and click on either WMS or WFS.

Accessing OGC Services To access OGC WMS and WFS open the service in the directory that you want to consume, and click on either WMS or WFS. Using Web Services Web Services Overview This user guide contains instructions on how to consume a range of services through a range of both web based and desktop GIS applications. Web services are a live

More information

An Exploration of WebGIS Based Building Information System

An Exploration of WebGIS Based Building Information System Proceedings of the 6th WSEAS Int. Conf. on Software Engineering, Parallel and Distributed Systems, Corfu Island, Greece, February 16-19, 2007 57 An Exploration of WebGIS Based Building Information System

More information

OGC Simple Features (for SQL and XML/GML)

OGC Simple Features (for SQL and XML/GML) Daniel Wirz, Department of Geography - GIS Division, University of Zurich mailto:wirz@geo.unizh.ch January 2004 What,...? Introduction Develop publicly available geoprocessing specifications. Open interfaces

More information

Welcome. to Pre-bid meeting. Karnataka State Spatial Data Infrastructure (KSSDI) Project, KSCST, Bangalore.

Welcome. to Pre-bid meeting. Karnataka State Spatial Data Infrastructure (KSSDI) Project, KSCST, Bangalore. Welcome to Pre-bid meeting Karnataka State Spatial Data Infrastructure (KSSDI) Project, KSCST, Bangalore. DEVELOPMENT OF KARNATAKA STATE SPATIAL DATA INFRASTRUCTURE (KSSDI) PROJECT Objective: To develop

More information

County of Los Angeles. Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) Version 2 May 2015

County of Los Angeles. Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) Version 2 May 2015 County of Los Angeles Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) Version 2 May 2015 CIO Preferred Technologies for GIS This document lists the preferred Geographic

More information

A Resource Discovery Algorithm in Mobile Grid Computing Based on IP-Paging Scheme

A Resource Discovery Algorithm in Mobile Grid Computing Based on IP-Paging Scheme A Resource Discovery Algorithm in Mobile Grid Computing Based on IP-Paging Scheme Yue Zhang 1 and Yunxia Pei 2 1 Department of Math and Computer Science Center of Network, Henan Police College, Zhengzhou,

More information

An Interoperable GIS solution for the public administration (extended abstract)

An Interoperable GIS solution for the public administration (extended abstract) An Interoperable GIS solution for the public administration (extended abstract) Artur Rocha, João Correia Lopes, Luís Bártolo, Rui Chilro INESC-Porto, Rua Dr. Roberto Frias, N o 378 4200-465 PORTO, Portugal,

More information

09. Mobile Commerce. Contents. Mobile Computing and Commerce

09. Mobile Commerce. Contents. Mobile Computing and Commerce 09. (Contents) Mobile Commerce Contents 09. Mobile Commerce Mobile Computing and Commerce Code: 166140-01+02 Course: Electronic Commerce Period: Autumn 2011 Professor: Sangwon Lee, Ph.D. 1 09. (Contents)

More information

Mobile Commerce. Electronic Commerce

Mobile Commerce. Electronic Commerce Mobile Commerce Electronic Commerce Code: 008023-01+02 Course: Electronic Commerce Period: Autumn 2013 Professor: Sync Sangwon Lee, Ph. D D. of Information & Electronic Commerce 1 00. Contents 01. Mobile

More information

Leveraging OGC Services in ArcGIS Server. Satish Sankaran, Esri Yingqi Tang, Esri

Leveraging OGC Services in ArcGIS Server. Satish Sankaran, Esri Yingqi Tang, Esri Leveraging OGC Services in ArcGIS Server Satish Sankaran, Esri Yingqi Tang, Esri GIS Creating and Managing Geo Information Products - Proprietary - Open Specifications - Standards Dissemination of Geo

More information

Mobile Location Based Services for Trusted Information in Disaster Management 1

Mobile Location Based Services for Trusted Information in Disaster Management 1 Mobile Location Based Services for Trusted Information in Disaster Management 1 Lemonia Ragia, Michel Deriaz and Jean-Marc Seigneur Abstract. The goal of the present paper is to provide location based

More information

ISSUES IN SPATIAL DATABASES AND GEOGRAPHICAL INFORMATION SYSTEMS (GIS) HANAN SAMET

ISSUES IN SPATIAL DATABASES AND GEOGRAPHICAL INFORMATION SYSTEMS (GIS) HANAN SAMET zk0 ISSUES IN SPATIAL DATABASES AND GEOGRAPHICAL INFORMATION SYSTEMS (GIS) HANAN SAMET COMPUTER SCIENCE DEPARTMENT AND CENTER FOR AUTOMATION RESEARCH AND INSTITUTE FOR ADVANCED COMPUTER STUDIES UNIVERSITY

More information

Oracle. Oracle Spatial 11g Essentials. 1z Version: Demo. [ Total Questions: 10] Web:

Oracle. Oracle Spatial 11g Essentials. 1z Version: Demo. [ Total Questions: 10] Web: Oracle 1z0-595 Oracle Spatial 11g Essentials Version: Demo [ Total Questions: 10] Web: www.myexamcollection.com Email: support@myexamcollection.com IMPORTANT NOTICE Feedback We have developed quality product

More information

INSPIRE: The ESRI Vision. Tina Hahn, GIS Consultant, ESRI(UK) Miguel Paredes, GIS Consultant, ESRI(UK)

INSPIRE: The ESRI Vision. Tina Hahn, GIS Consultant, ESRI(UK) Miguel Paredes, GIS Consultant, ESRI(UK) INSPIRE: The ESRI Vision Tina Hahn, GIS Consultant, ESRI(UK) Miguel Paredes, GIS Consultant, ESRI(UK) Overview Who are we? Introduction to ESRI Inc. and ESRI(UK) Presenters ArcGIS The ESRI Solution to

More information

Semantic Web Search Model for Information Retrieval of the Semantic Data *

Semantic Web Search Model for Information Retrieval of the Semantic Data * Semantic Web Search Model for Information Retrieval of the Semantic Data * Okkyung Choi 1, SeokHyun Yoon 1, Myeongeun Oh 1, and Sangyong Han 2 Department of Computer Science & Engineering Chungang University

More information

Study on XML-based Heterogeneous Agriculture Database Sharing Platform

Study on XML-based Heterogeneous Agriculture Database Sharing Platform Study on XML-based Heterogeneous Agriculture Database Sharing Platform Qiulan Wu, Yongxiang Sun, Xiaoxia Yang, Yong Liang,Xia Geng School of Information Science and Engineering, Shandong Agricultural University,

More information

An Evaluation of Geo-Ontology Representation Languages for Supporting Web Retrieval of Geographical Information

An Evaluation of Geo-Ontology Representation Languages for Supporting Web Retrieval of Geographical Information An Evaluation of Geo-Ontology Representation Languages for Supporting Web Retrieval of Geographical Information P. Smart, A.I. Abdelmoty and C.B. Jones School of Computer Science, Cardiff University, Cardiff,

More information

The ismart Suite Developing and Deploying Embedded Spatial Applications and Web Services in a Standard Enterprise IT Environment

The ismart Suite Developing and Deploying Embedded Spatial Applications and Web Services in a Standard Enterprise IT Environment The ismart Suite Developing and Deploying Embedded Spatial Applications and Web Services in a Standard Enterprise IT Environment White Paper January 2004 espatial Incorporated The ismart Suite Developing

More information

Regarding the quality attributes, the architecture of the system must be:

Regarding the quality attributes, the architecture of the system must be: The SDSS System Overview This chapter gives an overview of the software architecture of the RiskChanges SDSS system. One of the objectives within the project is the development of a SDSS system for probabilistic

More information

AN ITERATIVE ALGORITHM FOR MATCHING TWO ROAD NETWORK DATA SETS INTRODUCTION

AN ITERATIVE ALGORITHM FOR MATCHING TWO ROAD NETWORK DATA SETS INTRODUCTION AN ITERATIVE ALGORITHM FOR MATCHING TWO ROAD NETWORK DATA SETS Yoonsik Bang*, Student Jaebin Lee**, Professor Jiyoung Kim*, Student Kiyun Yu*, Professor * Civil and Environmental Engineering, Seoul National

More information

ORACLE FUSION MIDDLEWARE MAPVIEWER

ORACLE FUSION MIDDLEWARE MAPVIEWER ORACLE FUSION MIDDLEWARE MAPVIEWER 10.1.3.3 MAPVIEWER KEY FEATURES Component of Fusion Middleware Integration with Oracle Spatial, Oracle Locator Support for two-dimensional vector geometries stored in

More information

APPLICATION OF GML-BASED GEO-METADATA FOR DATA QUALITY INFORMATION MANAGEMENT AND DISSEMINATION ON THE WEB

APPLICATION OF GML-BASED GEO-METADATA FOR DATA QUALITY INFORMATION MANAGEMENT AND DISSEMINATION ON THE WEB APPLICATION OF GML-BASED GEO-METADATA FOR DATA QUALITY INFORMATION MANAGEMENT AND DISSEMINATION ON THE WEB A.Kalantari Oskouei Faculty Member of East Azarbaijan Research Center for Natural Resources Tabriz-

More information

Relation between Geospatial information projects related to GBIF

Relation between Geospatial information projects related to GBIF Relation between Geospatial information projects related to GBIF Synthesys 3.6-Synthesys 3.7-GBIF.DE- BioGeomancer The most up to date work can always be found at: http://www.biogeografia.com/synthesys

More information

Research on 3G Terminal-Based Agricultural Information Service

Research on 3G Terminal-Based Agricultural Information Service Research on 3G Terminal-Based Agricultural Information Service Neng-fu Xie and Xuefu Zhang Agricultural Information Institute, The Chinese Academy of Agricultural Sciences Key Laboratory of Digital Agricultural

More information

Scalability of LBS in Mobile GIS Using Web Services

Scalability of LBS in Mobile GIS Using Web Services 82 Scalability of LBS in Mobile GIS Using Web Services 1 G.B.V.Padmanadh, 2 J.V.R. Murthy, 3 G.Veeraswara Swamy, 4 M. Jagannadha Rao 1,2 Department of CSE, JNTUK Kakinada 3 HOD of Computer Science, GITAM

More information

Automatic Generation of Wrapper for Data Extraction from the Web

Automatic Generation of Wrapper for Data Extraction from the Web Automatic Generation of Wrapper for Data Extraction from the Web 2 Suzhi Zhang 1, 2 and Zhengding Lu 1 1 College of Computer science and Technology, Huazhong University of Science and technology, Wuhan,

More information

Ontology Extraction from Heterogeneous Documents

Ontology Extraction from Heterogeneous Documents Vol.3, Issue.2, March-April. 2013 pp-985-989 ISSN: 2249-6645 Ontology Extraction from Heterogeneous Documents Kirankumar Kataraki, 1 Sumana M 2 1 IV sem M.Tech/ Department of Information Science & Engg

More information

Integrating Telecom Outside Plant Systems Through the GML Standard

Integrating Telecom Outside Plant Systems Through the GML Standard Integrating Telecom Outside Plant Systems Through the GML Standard GERSON MIZUTA WEISS ELIANE ZAMBON VICTORELLI DIAS CPqD Telecom & IT Solutions - Rodovia Campinas-Mogi Mirim km 118,5 13086-902, Campinas,

More information

OSM-SVG Converting for Open Road Simulator

OSM-SVG Converting for Open Road Simulator OSM-SVG Converting for Open Road Simulator Rajashree S. Sokasane, Kyungbaek Kim Department of Electronics and Computer Engineering Chonnam National University Gwangju, Republic of Korea sokasaners@gmail.com,

More information

A Scalable Location Aware Service Platform for Mobile Applications Based on Java RMI

A Scalable Location Aware Service Platform for Mobile Applications Based on Java RMI A Scalable Location Aware Service Platform for Mobile Applications Based on Java RMI Olaf Droegehorn, Kirti Singh-Kurbel, Markus Franz, Roland Sorge, Rita Winkler, and Klaus David IHP, Im Technologiepark

More information

A Unified Environment for Accessing a Suite of Accessibility Evaluation Facilities

A Unified Environment for Accessing a Suite of Accessibility Evaluation Facilities A Unified Environment for Accessing a Suite of Accessibility Evaluation Facilities Nikolaos Partarakis 1, Constantina Doulgeraki 1, Margherita Antona 1, Theofanis Oikonomou 2, Nikolaos Kaklanis 2, Konstantinos

More information

SERVO - ACES Abstract

SERVO - ACES Abstract 1 of 6 12/27/2004 2:33 PM 2 of 6 12/27/2004 2:33 PM Implementing GIS Grid Services for the International Solid Earth Research Virtual Observatory Galip Aydin (1), Marlon Pierce (1), Geoffrey Fox (1), Mehmet

More information

Connecting ESRI to Anything: EAI Solutions

Connecting ESRI to Anything: EAI Solutions Connecting ESRI to Anything: EAI Solutions Frank Weiss P.E., ESRI User s Conference 2002 Agenda Introduction What is EAI? Industry trends Key integration issues Point-to-point interfaces vs. Middleware

More information

ASTROWEB ASTROINFORMATICS PROJECT AND COMPARISON OF THE WEB-GIS PROTOCOL STANDARDS

ASTROWEB ASTROINFORMATICS PROJECT AND COMPARISON OF THE WEB-GIS PROTOCOL STANDARDS Proceedings of the IX Bulgarian-Serbian Astronomical Conference: Astroinformatics (IX BSACA) Sofia, Bulgaria, July 2-4, 2014, Editors: M. K. Tsvetkov, M. S. Dimitrijević, O. Kounchev, D. Jevremović and

More information

Visualization and modeling of traffic congestion in urban environments

Visualization and modeling of traffic congestion in urban environments 1th AGILE International Conference on Geographic Information Science 27 Page 1 of 1 Visualization and modeling of traffic congestion in urban environments Authors: Ben Alexander Wuest and Darka Mioc, Department

More information

Simulating a Finite State Mobile Agent System

Simulating a Finite State Mobile Agent System Simulating a Finite State Mobile Agent System Liu Yong, Xu Congfu, Chen Yanyu, and Pan Yunhe College of Computer Science, Zhejiang University, Hangzhou 310027, P.R. China Abstract. This paper analyzes

More information

Developing Location Based Services for Tourism Service Providers View

Developing Location Based Services for Tourism Service Providers View Developing Location Based Services for Tourism Service Providers View - The 1 Introduction Alexander Zipf and Rainer Malaka European Media Laboratory - EML - 69118 Heidelberg, Germany .@eml.villa-bosch.de

More information

Ontology-Specific API for a Curricula Management System

Ontology-Specific API for a Curricula Management System Ontology-Specific API for a Curricula Management System Adelina Tang Dept. of Computer Science & Networked Systems Sunway University Petaling Jaya, Malaysia adelina.tang@ieee.org Jason Hoh Dept. of Computer

More information

The XVC Framework for In-Vehicle User Interfaces

The XVC Framework for In-Vehicle User Interfaces T.J. Watson Research Center and Ubiquitous Computing Laboratory The XVC Framework for In-Vehicle User Interfaces Jonathan Munson IBM T.J. Watson Research Center Young Ju Tak IBM Ubiquitous Computing Laboratory,

More information

Implementing OGC Web Map Service Client Applications Using JSP, JSTL and XMLC

Implementing OGC Web Map Service Client Applications Using JSP, JSTL and XMLC Implementing OGC Web Map Service Client Applications Using JSP, JSTL and XMLC Hao Ding, Richard Pascoe & Neville Churcher Department of Computer Science University of Canterbury. Christchurch, New Zealand

More information

METAINFORMATION INFRASTRUCTURE FOR GEOSPATIAL INFORMATION

METAINFORMATION INFRASTRUCTURE FOR GEOSPATIAL INFORMATION 2010/2 PAGES 1 7 RECEIVED 15. 6. 2009 ACCEPTED 2. 3. 2010 T. KLIMENT METAINFORMATION INFRASTRUCTURE FOR GEOSPATIAL INFORMATION ABSTRACT Tomáš KLIMENT email: tomas.kliment@stuba.sk Research field: Spatial

More information

GML-Based Interoperable Geographical Databases

GML-Based Interoperable Geographical Databases GML-Based Interoperable Geographical Databases Chuanrong Zhang Department of Geography, University of Wisconsin-Milwaukee, Milwaukee, WI 53201-0413 czhang@uwm.edu Zhong-Ren Peng Department of Urban Planning,

More information

Working with the ArcGIS Viewer for Flex Application Builder

Working with the ArcGIS Viewer for Flex Application Builder Working with the ArcGIS Viewer for Flex Application Builder Esri Canada User Conference St. John s November 15, 2012 Presented By: Greg Yetman gyetman@esri.ca Agenda This seminar is designed to help you

More information

Integration of distributed data sources for mobile services

Integration of distributed data sources for mobile services Integration of distributed data sources for mobile services Gianpietro Ammendola, Alessandro Andreadis, Giuliano Benelli, Giovanni Giambene Dipartimento di Ingegneria dell Informazione, Università di Siena

More information

Oracle Workflow. 1 Introduction. 2 Web Services Overview. 1.1 Intended Audience. 1.2 Related Documents. Web Services Guide

Oracle Workflow. 1 Introduction. 2 Web Services Overview. 1.1 Intended Audience. 1.2 Related Documents. Web Services Guide Oracle Workflow Web Services Guide Release 2.6.3 April 2003 Part No. B10624-01 1 Introduction Welcome to the Oracle Workflow Web Services Guide. This manual has been designed to help you work effectively

More information

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press,   ISSN The development of web-based geographic information processing software K.S. Kim, M.S. Kim, K.W. Lee & J.H. Lee GIS Lab.,Systems Engineering Research Institute, #1 Eoeun Dong, Yusung Gu, Taejon, 305-333,

More information

6 New Approaches for Integrating GIS layers and Remote Sensing Imagery for Online Mapping Services

6 New Approaches for Integrating GIS layers and Remote Sensing Imagery for Online Mapping Services 6 New Approaches for Integrating GIS layers and Remote Sensing Imagery for Online Mapping Services Harry Kuo-Chen Chang*, Ming-Hsiang Tsou ** * Department of Geography, National Taiwan Normal University,

More information

Introduction to XML. Asst. Prof. Dr. Kanda Runapongsa Saikaew Dept. of Computer Engineering Khon Kaen University

Introduction to XML. Asst. Prof. Dr. Kanda Runapongsa Saikaew Dept. of Computer Engineering Khon Kaen University Introduction to XML Asst. Prof. Dr. Kanda Runapongsa Saikaew Dept. of Computer Engineering Khon Kaen University http://gear.kku.ac.th/~krunapon/xmlws 1 Topics p What is XML? p Why XML? p Where does XML

More information

Efficient GML-native Processors for Web-based GIS: Techniques and Tools

Efficient GML-native Processors for Web-based GIS: Techniques and Tools Chia-Hsin Huang 1,2 jashing@iis.sinica.edu.tw Efficient GML-native Processors for Web-based GIS: Techniques and Tools Tyng-Ruey Chuang 1 trc@iis.sinica.edu.tw Dong-Po Deng 1 dongpo@iis.sinica.edu.tw Hahn-Ming

More information

INTEGRATION OF DISASTER EVENT DATA INTO SPATIAL DATA INFRASTRUCTURES

INTEGRATION OF DISASTER EVENT DATA INTO SPATIAL DATA INFRASTRUCTURES INTEGRATION OF DISASTER EVENT DATA INTO SPATIAL DATA INFRASTRUCTURES B. Stollberg a, *, T. De Groeve a, A. Hirner a, L. Vernaccini a, S. Paris a a Joint Research Centre of the European Commission, Institute

More information

Web Mapping Applications with ArcGIS. Bernie Szukalski Derek Law

Web Mapping Applications with ArcGIS. Bernie Szukalski Derek Law Web Mapping Applications with ArcGIS Bernie Szukalski Derek Law Agenda Web Mapping and Map Services Fundamentals ArcGIS Web Mapping Applications - Hosted online - Hosted on-premise Summary Web Application

More information

The Area Code Tree for Nearest Neighbour Searching

The Area Code Tree for Nearest Neighbour Searching The Area Code Tree for Nearest Neighbour Searching Fatema Rahman and Wendy Osborn Department of Mathematics and Computer Science University of Lethbridge Lethbridge, Alberta T1K 3M4 Canada Email: (f.rahman,wendy.osborn)@uleth.ca

More information

Managing TxDOT Highway Improvement Projects in a Web-based GIS Environment

Managing TxDOT Highway Improvement Projects in a Web-based GIS Environment Managing TxDOT Highway Improvement Projects in a Web-based GIS Environment Nicholas Koncz Cesar Quiroga Geospatial Information Systems for Symposium Houston, TX, March 17, 2008 Operations Group 1 Research

More information

XML and Agent Communication

XML and Agent Communication Tutorial Report for SENG 609.22- Agent-based Software Engineering Course Instructor: Dr. Behrouz H. Far XML and Agent Communication Jingqiu Shao Fall 2002 1 XML and Agent Communication Jingqiu Shao Department

More information

Introduction to XML 3/14/12. Introduction to XML

Introduction to XML 3/14/12. Introduction to XML Introduction to XML Asst. Prof. Dr. Kanda Runapongsa Saikaew Dept. of Computer Engineering Khon Kaen University http://gear.kku.ac.th/~krunapon/xmlws 1 Topics p What is XML? p Why XML? p Where does XML

More information

TerrainOnDemand ArcGIS

TerrainOnDemand ArcGIS TM TerrainOnDemand ArcGIS Connect to Intermap Technologies NEXTMap data within: ArcGIS Desktop 9.3.1 and Above AGDQS0312 TerrainOnDemand ArcGIS 2 TerrainOnDemand ArcGIS Table of Contents 1. Introduction...1

More information

Oracle 10g GeoSpatial Technologies. Eve Kleiman Asia/Pacific Spatial Product Manager Oracle Corporation

Oracle 10g GeoSpatial Technologies. Eve Kleiman Asia/Pacific Spatial Product Manager Oracle Corporation Oracle 10g GeoSpatial Technologies Eve Kleiman Asia/Pacific Spatial Product Manager Oracle Corporation Eve.Kleiman@oracle.com Agenda Market and Technology Trends Oracle GeoSpatial Technology Stack What

More information

Service Oriented Architecture

Service Oriented Architecture Service Oriented Architecture Web Services Security and Management Web Services for non-traditional Types of Data What are Web Services? Applications that accept XML-formatted requests from other systems

More information

April Oracle Spatial User Conference

April Oracle Spatial User Conference April 29, 2010 Hyatt Regency Phoenix Phoenix, Arizona USA Parag Parikh Dan Kuklov CURRENT Group Kerry D. McBee Xcel Energy Unified Real-Time Network Topology Management Using Xcel Energy SmartGridCity

More information

Google Earth an introduction

Google Earth an introduction Luana Valentini InternetGIS course - 2011 Google Earth an introduction Google Earth combines the power of Google Search with satellite imagery, maps, terrain and 3D buildings to put the world's geographic

More information

Integrating Heterogeneous Traveler Information Using Web Service. Shanzhen Yi

Integrating Heterogeneous Traveler Information Using Web Service. Shanzhen Yi Integrating Heterogeneous Traveler Information Using Web Service Shanzhen Yi Department of Civil Engineering National University of Singapore 10 Kent Ridge Crescent, Singapore 117576 Tel: (65)-6874-5035

More information

IT Infrastructure for BIM and GIS 3D Data, Semantics, and Workflows

IT Infrastructure for BIM and GIS 3D Data, Semantics, and Workflows IT Infrastructure for BIM and GIS 3D Data, Semantics, and Workflows Hans Viehmann Product Manager EMEA ORACLE Corporation November 23, 2017 @SpatialHannes Safe Harbor Statement The following is intended

More information

Commercial software from the ESRI company to create display and produce maps

Commercial software from the ESRI company to create display and produce maps OCEANIDES USER MANUAL & DATABASE DESCRIPTION Contract No. Project Deliverable Document Title Document File Name Reference EVK2-CT-2002-00177 Database description and user manual User manual & database

More information

WPAN Platform Design in Handset Integrating Cellular Network and Its Application to Mobile Games

WPAN Platform Design in Handset Integrating Cellular Network and Its Application to Mobile Games WPAN Platform Design in Handset Integrating Cellular Network and Its Application to Mobile Games In-Hwan Kim*, Hoo-Jong Kim*, and Gu-Min Jeong** *Mobile Device Development Team 1, Mobile Device & Access

More information

OGC - The Missing Link

OGC - The Missing Link Cadcorp SIS OGC - The Missing Link or Where have all the flowers services gone? Martin Daly Technical Director Cadcorp OGC Best Practice Seminar BGS 25 th January, 2007 Agenda UK OGC Exemplars Debunking

More information

Tutorial International Standards. Web Map Server (WMS) & Web Feature Server (WFS) Overview

Tutorial International Standards. Web Map Server (WMS) & Web Feature Server (WFS) Overview ISO/TC 211 17 th Plenary & Associated Meetings Berlin, Germany, DIN Institute / 2003-10-31 Advisory Group on Outreach Tutorial International Standards Web Map Server (WMS) & Web Feature Server (WFS) Overview

More information

Inventors: Wilson et al. PATENT APPLICATION Serial No. Navy Case No. 80,172

Inventors: Wilson et al. PATENT APPLICATION Serial No. Navy Case No. 80,172 Inventors: Wilson et al. PATENT APPLICATION Serial No. Navy Case No. 80,172 TITLE OF THE INVENTION A DISTRIBUTED OBJECT-ORIENTED GEOSPATIAL INFORMATION DISTRIBUTION SYSTEM AND METHOD THEREOF 10 RELATED

More information

Oracle Spatial Users Conference

Oracle Spatial Users Conference April 2006 April 27, 2006 Tampa Convention Center Tampa, Florida, USA April 2006 Michael Smith Physical Scientist Remote Sensing/GIS Center of Expertise Army Corps of Engineers Engineer Research & Development

More information

The cgml: a XML language for mobile cartography.

The cgml: a XML language for mobile cartography. The cgml: a XML language for mobile cartography. Roberto Demontis, Emanuela de Vita, Andrea Piras, Stefano Sanna CRS4, Center for Advanced Studies, Research and Development in Sardinia Edificio 1, Loc.

More information

Prototype for Wrapping and Visualising Geo- Referenced Data in Distributed Environment using XML

Prototype for Wrapping and Visualising Geo- Referenced Data in Distributed Environment using XML Prototype for Wrapping and Visualising Geo- Referenced Data in Distributed Environment using XML Jianting Zhang Muhammad S. Javed Amir Shaheen Le Gruenwald School of Computer Science The University of

More information

A tutorial report for SENG Agent Based Software Engineering. Course Instructor: Dr. Behrouz H. Far. XML Tutorial.

A tutorial report for SENG Agent Based Software Engineering. Course Instructor: Dr. Behrouz H. Far. XML Tutorial. A tutorial report for SENG 609.22 Agent Based Software Engineering Course Instructor: Dr. Behrouz H. Far XML Tutorial Yanan Zhang Department of Electrical and Computer Engineering University of Calgary

More information

Oracle Spatial Technologies: An Update. Xavier Lopez Director, Spatial Technologies Oracle Corporation

Oracle Spatial Technologies: An Update. Xavier Lopez Director, Spatial Technologies Oracle Corporation Oracle Spatial Technologies: An Update Xavier Lopez Director, Spatial Technologies Oracle Corporation Overview Oracle Approach to Market Specialist v. Generalist Solutions New Developments: Oracle Database

More information

UPnP-Based Telematics Service Discovery for Local Hot-Spots

UPnP-Based Telematics Service Discovery for Local Hot-Spots UPnP-Based Telematics Service Discovery for Local Hot-Spots Dong-Kyun Kim and Sang-Jeong Lee Dept. of Computer Science and Engineering, Soonchunhyang University Asan, Chungnam, Korea {kdk7, sjlee}@sch.ac.kr

More information

Inf 202 Introduction to Data and Databases (Spring 2010)

Inf 202 Introduction to Data and Databases (Spring 2010) Inf 202 Introduction to Data and Databases (Spring 2010) Jagdish S. Gangolly Informatics CCI SUNY Albany April 22, 2010 Database Processing Applications Standard Database Processing Client/Server Environment

More information

TRIMS Web. Next Generation TRIMS TD T. Go.

TRIMS Web. Next Generation TRIMS TD T. Go. TRIMS Web Next Generation TRIMS Go. Overview The what: What is it? What are its benefits? The who: Who are its clients? Who developed it? The how: How is it architected? How is it deployed? The Application

More information

Creating and Running Mobile Agents with XJ DOME

Creating and Running Mobile Agents with XJ DOME Creating and Running Mobile Agents with XJ DOME Kirill Bolshakov, Andrei Borshchev, Alex Filippoff, Yuri Karpov, and Victor Roudakov Distributed Computing & Networking Dept. St.Petersburg Technical University

More information

Feature Enhancements by Release

Feature Enhancements by Release Autodesk Map Feature Enhancements by Release This document highlights the feature enhancements that have occurred with each release of Autodesk Map software from Release 4 (2000i) through the current 2004

More information

ADVANCED GEOGRAPHIC INFORMATION SYSTEMS Vol. II - Geospatial Interoperability : The OGC Perspective Open Geospatial Consortium, Inc.

ADVANCED GEOGRAPHIC INFORMATION SYSTEMS Vol. II - Geospatial Interoperability : The OGC Perspective Open Geospatial Consortium, Inc. GEOSPATIAL INTEROPERABILITY: THE OGC PERSPECTIVE Open Open Geospatial Consortium, Wayland, MA, USA Keywords: geographic information systems, geospatial services, interoperability, interface specification,

More information

Optimizations of raster map visualization in mobile GIS

Optimizations of raster map visualization in mobile GIS Optimizations of raster map visualization in mobile GIS DEJAN RANCIC, BRATISLAV PREDIC, ALEKSANDAR DIMITRIJEVIC Computer Science Department, Faculty of Electronic Engineering University of Nis A. Medvedeva

More information

Development of Distributed Programming Developing Tool-Kit Based on Object Group Model

Development of Distributed Programming Developing Tool-Kit Based on Object Group Model Development of Distributed Programming Developing Tool-Kit Based on Object Group Model Jeong-Taek Lim, Su-Chong Joo School of Electrical, Electronic and Information Engineering, Wonkwang University, Korea

More information

Introduction THE OPENGEO ARCHITECTURE

Introduction THE OPENGEO ARCHITECTURE Introduction Putting maps on the web used to be very very difficult. It required specialized software, and more important, specialized knowledge about the kinds of data and processes used to create cartographic

More information

A Review of Wireless Technology for Geographical Information Systems

A Review of Wireless Technology for Geographical Information Systems International Journal of Current Engineering and Technology ISSN 2277 4106 2013 INPRESSCO. All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article A Review of Wireless Technology

More information

The cadastral data and standards based on XML in Poland

The cadastral data and standards based on XML in Poland The cadastral data and standards based on XML in Poland Jarosław Bydłosz, Piotr Parzych AGH University of Science and Technology Cracow, Poland 1 XML XML Extensible Markup Language Extensible Markup Language

More information