Optimizations of raster map visualization in mobile GIS

Size: px
Start display at page:

Download "Optimizations of raster map visualization in mobile GIS"

Transcription

1 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 14 SERBIA AND MONTENEGRO Abstract: - Development of geographic information systems for mobile and hand held computer devices requires significantly modified approach in comparison to development of more traditional GISs. Main issues to be addressed are efficient handling of limited memory and processing power, appropriate management and presentation of information on highly restricted devices and design of appropriate user interfaces. This paper addresses issues concerning efficient raster map visualization in the wirelessly networked client / server environment. Analyzed scenario is mobile GIS client retrieving raster maps from the map server using wireless network connection. Raster map segments are downloaded upon being needed and cached locally on the mobile device. Main focus of this paper are optimizations of this downloads and local caching process. Key-Words: - mobile GIS, raster map visualization, wireless clients, quad tree, resolution pyramid 1 Introduction Geographic information systems (GIS) have been around for a number of years and all benefits of their implementation and everyday usage are well known and have been target of thorough research. Spatial data visualization and analysis concepts have been thoroughly tested in applications in various fields of application like climate and geology changes analysis, maintaining cadastre information, social phenomena tracking or managing fleet of mobile objects [1]. The development and implementation of Internet technologies in organizations and companies that utilize in their work process some aspects of geographic space and spatially referenced objects inevitably led to development of Web based and mobile GIS solutions. Concepts of distributed computing and s implemented in GIS allowed spatial data to be physically located at the site where the data is collected or generated and updated yet to be available for use to distant, road-warrior type, users wirelessly connecting to data storage [2]. These technologies present support for field work at locations remote to company or organization headquarters simultaneously increasing productivity and efficiency of business processes and procedures performed on site where objects spatial data is modeling are located. Second section of this paper presents characteristics and functionalities of mobile GIS imposed by introducing mobility into classical GIS. Third section gives top level and detailed component architecture view of GinisMobile, proposed component framework for development of Mobile GIS. Fourth section presents in more detail components of the framework tasked with acquiring needed raster map segments from map server. This section also explains in more detail caching techniques on the mobile client side and dynamic creation of resolution pyramid. We will conclude this section with example application demonstrating proposed concepts in dynamic environment. Fifth and final section concludes this paper and gives directions for further development. 2 Mobile GIS Characteristics and Functionalities Considering the fact that mobile GIS is targeting services that have field work as part of their work process we need mobile hardware platform with significant processing power and memory capacity that simultaneously retains mobility characteristics. In this usage scenario, when mobile GIS is used by professionals as a tool for their on site activities personal digital assistant (PDA) is a perfect match for everyday usage requirements. Hardware and software limitations of this class of mobile devices as well as limitations imposed by fieldwork usage style considerably influences architecture and other usage characteristics of future mobile GIS solutions. Hardware limitations are probably the first obstacle development team will face. The most obvious attribute of this class of devices is low resolution display. PDA devices usually have vertically oriented displays with resolution up to 640x320 pixels. These displays are usually TFT type so their readability in bright daylight conditions should be considered. These, display, limitations primarily have impact on mobile GIS user interface design. Since visual representation of spatial data in the form of some sort of map is primary source of information to mobile GIS user it should be assigned

2 with maximum available space on the screen. Page based user interface organization fulfills this requirement most successfully. Processing power available in typical PDA is not very restrictive factor as it may seem at first glance. Processors used are usually from Intel XScale family [3] and are operating at MHz frequency range. This enables comfortable work with processing intensive applications. Attributes of wireless network interfaces built into PDAs available today vary significantly and require somewhat more thorough analysis. Implemented network adapter can be compliant to b/g standard. From mobile GIs development viewpoint this type of network interface requires no special attention in regard of latency, transfer speed or reliability. It s shortcoming is that it requires WLAN access points network implemented by the company utilizing mobile GIS or some third party. This infrastructure must cover the whole area field work may occur in. This area is in most cases vast and sites requiring field work are not densely packed. This is both technologically difficult and economically inefficient. Second alternative is to use packet data services provided by cellular phone operators. This approach solves the problems like the need for independent access points network. On the other hand it introduces problems of high connection latency, transfer speed and selective service availability and coverage. Cellular phone operators implementing 2.5G and 3G technology offer GPRS speeds of Kb/s and EDGE, up to 384Kb/s. Considering all these characteristics of cellular packet data transfer services network subsystem of mobile GIS should be designed to minimize the amount of data being transferred as well as to be able to adapt to temporary unavailability of network service. 3 GinisMobile Component Framework for Development of Mobile GIS Researchers in Laboratory for Computer Graphics and Geographic Information Systems (CG&GIS Lab), Faculty of Electronic Engineering, University of Nis, developed component framework GinisMobile as support for development of mobile GIS solutions. This framework represents the result of continuous development and advancement of GIS frameworks intended for rapid development of desktop and Web GIS applications (Ginis and GinisWeb). Well tested GIS concepts of Ginis and GinisWeb have been supplemented with application components from mobility domain [4]. Mobile GIS architecture is somewhat similar to architectures used for Web or WAP GIS solutions [5]. Extended client/server approach is used as basis. The most frequent modification of this architecture which is used in commercial solutions is three-tier model. It consists of presentation layer, GIS logic layer including mobile components and external GIS services layer. Third layer encompasses GIS services like Web Map Server (WMS), Web Feature Server (WFS) etc. The main advantage of this approach is clear separation of functionalities into independent modules, easily upgradeable and substitutable. Grouping of layers in the case of mobile GIS is shown in Fig.1. Fig.1 Layered architecture of mobile GIS Presentation layer is tasked with information visualization (spatial data in the form of maps and attributes in alphanumerical tabular form). This layer also receives user s requests and queries, interprets them and activates corresponding functions in application logic layer. Using adapted HTTP protocol client is supplied with static sections of maps in the form of raster images and vector type spatial data which is XML encoded. XML encoding also contains attribute data. All data the user interacts with and can change is classified and transferred in the vector form. All other data, regardless of its form when stored on the server side, is rasterized and transferred to the client in the form of raster images. Since its role is only auxiliary this is the most appropriate form of visualization. In our usage scenario (mobile GIS) client possesses significant processing power and memory capacity which can therefore be used for performance improvement of this typical layered architecture. That is the reason the client side component in the case of mobile GIS is named usually called rich [6]. Application logic which is physically located at the client device contains portion of GIS functionalities, basic functionalities which can be performed on the client side solely without data transfer to/from server side. Third party GIS services layer (e.g. Web Map Server) is physically located on the server side. Other GIS services belonging to this layer (WMS, Web Feature Server - WFS) are also controlled by GIS functionalities of this layer. WMS is tasked with

3 Visualization User interface Sensor interfaces Segmented raster map Vector layers Commands buffer Context interpretator and integrator XML profile Usage hostory of raster map segments Mobile objects history HTTP POST request Internet HTTP POST response Display style Rule based expert system Creation of raster maps (layers) Profiles <XML> Context information Creation of GIS commands GIS functionalities Coordinates conversion RDBMS Geospatioal Sensors Server side Client side Fig.2 Detailed component view of mobile GIS architecture supplying raster map segments which are used at the client to form continuous georeferenced map. More detailed overview of the mobile GIS architecture with separate components depicted is given in Fig.2. Component Integrator and interpretator represent software interfaces with external devices, mainly sensors. In our scenario these are usually positioning devices (GPS). This component enables field personnel to use GPS to either directly input coordinates of spatial objects or to orient themselves on displayed digital map. Specific class of applications is Location Based Services (LBS) which automatically use information about user s geographic location to adjust its functionality [6, 7]. For the optimization purposes spatial data that is supplied to mobile clients are classified in two groups: spatial data that is static in nature in regard to individual user in question and spatial data that user interacts with, modifies, adds and deletes. Data from the first group are auxiliary in nature and their primary role is user s orientation in space. That is the main reason this class of data is rasterized on the server and separately transferred to the client. Whole continuous raster map consists of regular rectangular matrix of raster map segments. Regarding static nature of these map segments it is optimal to maintain local cache of raster map segments already used at the client. This caching mechanism significantly increases performance of map visualization. The caching mechanism is realized as two level cache. First level is using secondary memory medium to store raster map segments. This is usually some sort of memory card. Since secondary memory has relatively slow transfer time second level of caching is introduced. If we rely on locality characteristic of spatial data it is expectable that the user will request map segments adjacent to map segment that was the last requested. Second level cache keeps last N map segments in client device RAM. The number N is dynamically calculated and depends on currently available amount of memory. Secondary caching algorithm adapts to currently available RAM on the client device. When the amount of available memory becomes critically small it removes from secondary cache raster map segments that haven t been used recently. Statistics of map segment usage is maintained and decision which segment is to be removed from the cache is made according to Least Recently Used (LRU) algorithm. Another layer of visualization on the client device screen is vector type. Vector type spatial entities are stored into mobile local storage on the mobile device. Visualization and manipulation of this type of spatial data is handled separately from raster layer. 4 Dynamic creation of continuous georeferenced raster map When being used in mobile, highly dynamic environment, most important feature of mobile GIS is fast and seamless creation and visualization of georeferenced raster map. Use case we are analyzing implies user who is being located by connected GPS device. The goal is to have the system that does not need map precreation and preloading phase as it is usually case with today s mobile GIS solutions. Usage of proprietary raster image formats should also be avoided. Proposed framework is using WMS to supply mobile client with needed raster map segments. There is no need for the end user to technically proficient in the procedures of raster map creation and conversion. Raster maps are created and maintained by specialists and available from central WMS. Web and desktop GIS applications acquiring raster maps from WMS usually repeatedly request and transfer

4 each raster map segment whenever it is needed. Since it is presumed that network connections are fast and cheap web clients usually have no local caching of raster segments. Priority is to create the thinnest client possible. In scenario we are referring to we have mobile device with significant processing and memory capacity which is using wireless network to access WMS (WLAN or packet data transfer over cellular network GPRS, EDGE ). Apart from relatively speed and high price of such network bandwidth another limiting factor is selective availability, meaning that connectivity can not be guarantied. Therefore, proposed framework contain two stage caching mechanism. Functioning of this caching mechanism was explained in more detail in the previous chapter. Since we have GIS application running on mobile device whose processing power is significantly lower that its desktop counterparts it is imperative to include some raster map segments drawing optimizations. One of the most commonly used methods in GIS is quad-tree raster image resolution pyramid. Since this is well known optimization algorithm we will not go into detailed description of its functioning. The basic idea of the algorithm is to remove repetitive raster image scaling from raster map drawing procedure. Since raster map drawing is the most common operation in GIS and therefore in our proposed mobile GIS and image scaling is one of the most time costly operations this would result in significant increase in application responsiveness and speed. More details about quad tree resolution pyramid creation and implementation can be found in [8]. The basic quad tree resolution pyramid had to be adopted to already implemented two stage caching to achieve full effect. Generally, quad tree resolution pyramid maintains full images at each level of resolution. In our case, it is inefficient to either download images over wireless network for each resolution level or keep these images in primary cache. The role of main caching controller is given to quad tree resolution pyramid component. Upon user changes zoom level (or translates the map) command is processed through command queue and sent to quad tree component. This component, based on current zoom level, selects the most appropriate pyramid level images will be taken from. It is important to note here that primary cache stage (memory card) stores only raster segments in basic resolution (leaf nodes of quad tree). All upper levels are dynamically generated from leaf nodes and temporarily cached in secondary stage cache (RAM). This change reduces the network traffic and usage costs without significant speed degradation. Consequently, quad tree resolution pyramid first checks whether secondary stage cache contains raster images at the needed resolution level. If it does not needed images are created from lower level images if these are available in the primary stage cache. If neither primary nor secondary stage cache contains all the needed images missing ones are downloaded from WMS and included in the caching scheme. Newly created higher level resolution pyramid images are cached in the secondary level cache for as long as the application is active and there is enough RAM available. Merging of quad tree resolution pyramid and two stage cache is shown in Fig.3. Fig.3 Merging of quad tree resolution pyramid and two stage caching Since creation of images belonging to higher level of resolution pyramid is done dynamically costly operation of image scaling is done only first time user views a region. This produces observable delay when the map is drawn for the first time but removes the need to transfer data over network that is already available on the client therefore minimizing network costs. All subsequent drawings of the same map region is significantly faster since needle resolution level images are available in secondary cache (RAM). This mechanism is illustrated in Fig.4.

5 Fig.4 Quad tree resolution pyramid Fig.5 shows user interface of realized GinisMobile demo application demonstrating concepts presented in this paper. User interface is page oriented giving map display most available area. Other important pages include GPS sensor configuration controls. Concrete example shown in Fig.5 client application is displaying various raster maps with some of the segments being in the download queue and downloaded by the downloading thread. Fig.5 PocketPC application demonstrating proposed concepts 4 Conclusion Considering the general trend in development of information technologies and computer industry in general we can notice constant migration into mobile and ubiquitous computing [9]. With further development of wireless communication technologies data stored in heterogeneous distributed s will be available at any specific time instant and at any location. The most important issue in grasping concepts of mobile GIS is the understanding that mobile GIS client is mainly extension of centralized GIS. By no means will the professional geographic information system as we know today be substituted, mobile GIS will merely redefine the manner of using GIS. Success of mobile GIS very much depends on support it will be getting from traditional GIS servers. References: [1] Worboys, M. and Duckham, M., GIS: a Computing Perspective, Second edition, CRC press, Boca Raton, Florida, [2] Integrated Mobile GIS and Wireless Internet Image Servers for Environmental Monitoring and Management, [3] Intel XScale technology, /design/intelxscale/. [4] Predić, B. i Stojanovic, D., Integration of Location Based Services with With Web Geographic Information System, YU INFO 2004, Kopaonik, , Proceedings on CD-ROM. [5] Fangxiong, W. and Zhiyong, J., Research on a Distributed Architecture of Mobile GIS Based on WAP, in Proceedings of XXth ISPRS Congress, July 2004., Istanbul, Turkey [6] Predić, B., Milosavljević, A., i Rančić, D., Rich J2ME for mobile object tracking, ETRAN 2005, June 2005., Budva [7] Stojanović, D., Đrođević-Kajan, S. i Predić, B., "Incremental Evaluation of Continuous Range Queries over Objects Moving on Known Network Paths, 5th International Workshop on Web and Wireless GIS, , Lausanne, Switzerland Lecture Notes in CS 3833, Springer-Verlag, pp [8] Scott Mitchell, Ferko Csillag, Christina Tague, Advantages of open-source GIS to improve spatial environmental modeling, Proceedings of the Open source GIS - GRASS users conference Trento, Italy, September [9] Annika Hinze, Agnes Voisard, Location- and Timebased Information Delivery, In Proceedings of 8th International Symposium on Spatial and Temporal Databases, July 24-27, Santorini Island, Greece.

CONTENT MODEL FOR MOBILE ADAPTATION OF MULTIMEDIA INFORMATION

CONTENT MODEL FOR MOBILE ADAPTATION OF MULTIMEDIA INFORMATION CONTENT MODEL FOR MOBILE ADAPTATION OF MULTIMEDIA INFORMATION Maija Metso, Antti Koivisto and Jaakko Sauvola MediaTeam, MVMP Unit Infotech Oulu, University of Oulu e-mail: {maija.metso, antti.koivisto,

More information

Data Models and Data processing in GIS

Data Models and Data processing in GIS PDHonline Course L155G (5 PDH) Data Models and Data processing in GIS Instructor: Steve Ramroop, Ph.D. 2012 PDH Online PDH Center 5272 Meadow Estates Drive Fairfax, VA 22030-6658 Phone & Fax: 703-988-0088

More information

Chapter 2. Literature Survey. 2.1 Remote access technologies

Chapter 2. Literature Survey. 2.1 Remote access technologies Chapter 2 Literature Survey This chapter presents a brief report on literature reviewed in context to present work with an aim to identify current state of research in the domain. Literature review is

More information

Flexible Cache Cache for afor Database Management Management Systems Systems Radim Bača and David Bednář

Flexible Cache Cache for afor Database Management Management Systems Systems Radim Bača and David Bednář Flexible Cache Cache for afor Database Management Management Systems Systems Radim Bača and David Bednář Department ofradim Computer Bača Science, and Technical David Bednář University of Ostrava Czech

More information

COMMUNICATION PROTOCOLS

COMMUNICATION PROTOCOLS COMMUNICATION PROTOCOLS Index Chapter 1. Introduction Chapter 2. Software components message exchange JMS and Tibco Rendezvous Chapter 3. Communication over the Internet Simple Object Access Protocol (SOAP)

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

New research on Key Technologies of unstructured data cloud storage

New research on Key Technologies of unstructured data cloud storage 2017 International Conference on Computing, Communications and Automation(I3CA 2017) New research on Key Technologies of unstructured data cloud storage Songqi Peng, Rengkui Liua, *, Futian Wang State

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

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

Glossary 1. ARPU or Average Revenue per User A method of measuring revenue associated with the delivery of mobile commerce services by MNOs.

Glossary 1. ARPU or Average Revenue per User A method of measuring revenue associated with the delivery of mobile commerce services by MNOs. Glossary 321 Glossary 1 2G or 2nd Generation The currently available digital communication networks for voice and data communication (e.g., GSM, CDMA, PDC). 2.5G or 2.5th Generation Represents an upgrade

More information

Chapter 5 INTRODUCTION TO MOBILE AGENT

Chapter 5 INTRODUCTION TO MOBILE AGENT Chapter 5 INTRODUCTION TO MOBILE AGENT 135 Chapter 5 Introductions to Mobile Agent 5.1 Mobile agents What is an agent? In fact a software program is containing an intelligence to help users and take action

More information

Carmenta Server Product Description

Carmenta Server Product Description White paper Carmenta Server Product Description Carmenta AB, Tel +46-31-775 57 00, www.carmenta.com P315 121RD, 2010 Carmenta reserves the right to change the specifications at any time and without notice.

More information

Lecture note on the history and principles of geo-webservices

Lecture note on the history and principles of geo-webservices A SHORT INTRODUCTION TO GEO-WEBSERVICES Lecture note on the history and principles of geo-webservices Barend Köbben Version 1.0 February 24, 2010 Contents 1 From monolithic to distributed GIS architectures

More information

Context Aware Computing

Context Aware Computing CPET 565/CPET 499 Mobile Computing Systems Context Aware Computing Lecture 7 Paul I-Hai Lin, Professor Electrical and Computer Engineering Technology Purdue University Fort Wayne Campus 1 Context-Aware

More information

Geometric and Thematic Integration of Spatial Data into Maps

Geometric and Thematic Integration of Spatial Data into Maps Geometric and Thematic Integration of Spatial Data into Maps Mark McKenney Department of Computer Science, Texas State University mckenney@txstate.edu Abstract The map construction problem (MCP) is defined

More information

Eastern Mediterranean University School of Computing and Technology CACHE MEMORY. Computer memory is organized into a hierarchy.

Eastern Mediterranean University School of Computing and Technology CACHE MEMORY. Computer memory is organized into a hierarchy. Eastern Mediterranean University School of Computing and Technology ITEC255 Computer Organization & Architecture CACHE MEMORY Introduction Computer memory is organized into a hierarchy. At the highest

More information

SEVEN Networks Open Channel Traffic Optimization

SEVEN Networks Open Channel Traffic Optimization SEVEN Networks Open Channel Traffic Optimization Revision 3.0 March 2014 The Open Channel family of software products is designed to deliver device-centric mobile traffic management and analytics for wireless

More information

Exploiting On-Chip Data Transfers for Improving Performance of Chip-Scale Multiprocessors

Exploiting On-Chip Data Transfers for Improving Performance of Chip-Scale Multiprocessors Exploiting On-Chip Data Transfers for Improving Performance of Chip-Scale Multiprocessors G. Chen 1, M. Kandemir 1, I. Kolcu 2, and A. Choudhary 3 1 Pennsylvania State University, PA 16802, USA 2 UMIST,

More information

Shuichi Takino*, Shigeaki Okamoto*, Biyu Wan* *Dawn Corporation, Kobe Japan

Shuichi Takino*, Shigeaki Okamoto*, Biyu Wan* *Dawn Corporation, Kobe Japan THE DEVELOPMENT AND APPLICATION OF A NEW TYPE WEB ENGINE BASED ON FEATURE CONCEPT IN JAPAN Shuichi Takino*, Shigeaki Okamoto*, Biyu Wan* *Dawn Corporation, Kobe Japan ABSTRACT As the Internet becomes more

More information

SCOS-2000 Technical Note

SCOS-2000 Technical Note SCOS-2000 Technical Note MDA Study Prototyping Technical Note Document Reference: Document Status: Issue 1.0 Prepared By: Eugenio Zanatta MDA Study Prototyping Page: 2 Action Name Date Signature Prepared

More information

A Solution For The Data Collection in The Field Survey Based on Mobile And Wireless GIS

A Solution For The Data Collection in The Field Survey Based on Mobile And Wireless GIS A Solution For The Data Collection in The Field Survey Based on Mobile And Wireless GIS Haidong ZHONG 1, Ping LI 2, Yingjie HU 1 1 Key Laboratory of Geographic Information Science, Ministry of Education,

More information

Parametric Maps for Performance-Based Urban Design

Parametric Maps for Performance-Based Urban Design Parametric Maps for Performance-Based Urban Design A lateral method for 3D urban design Jernej Vidmar University of Ljubljana, Faculty of Architecture, Slovenia http://www.modelur.com jernej.vidmar@modelur.com

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

A Software-Defined WAN is a Business Imperative

A Software-Defined WAN is a Business Imperative A Software-Defined WAN is a Business Imperative A CBTS White Paper Introduction: It s Time for the WAN to Evolve Almost every IT and business leader today is focused on creating a more agile business.

More information

Job Re-Packing for Enhancing the Performance of Gang Scheduling

Job Re-Packing for Enhancing the Performance of Gang Scheduling Job Re-Packing for Enhancing the Performance of Gang Scheduling B. B. Zhou 1, R. P. Brent 2, C. W. Johnson 3, and D. Walsh 3 1 Computer Sciences Laboratory, Australian National University, Canberra, ACT

More information

Active source routing for ad-hoc network: seamless integration of wireless environment

Active source routing for ad-hoc network: seamless integration of wireless environment Active source routing for ad-hoc network: seamless integration of wireless environment 1. Introduction Active networking is the emerging technology that will provide new network environment where lots

More information

Browsing the World in the Sensors Continuum. Franco Zambonelli. Motivations. all our everyday objects all our everyday environments

Browsing the World in the Sensors Continuum. Franco Zambonelli. Motivations. all our everyday objects all our everyday environments Browsing the World in the Sensors Continuum Agents and Franco Zambonelli Agents and Motivations Agents and n Computer-based systems and sensors will be soon embedded in everywhere all our everyday objects

More information

J2ME OGC WMS Client user manual

J2ME OGC WMS Client user manual Skylab Mobilesystems http://www.skylab-mobilesystems.com J2ME OGC WMS Client user manual Version 1.1.0 Contents 1 Introduction 3 1.1 Features.................................... 3 1.2 Web Services.................................

More information

A DBMS-BASED 3D TOPOLOGY MODEL FOR LASER RADAR SIMULATION

A DBMS-BASED 3D TOPOLOGY MODEL FOR LASER RADAR SIMULATION A DBMS-BASED 3D TOPOLOGY MODEL FOR LASER RADAR SIMULATION C. Jun a, * G. Kim a a Dept. of Geoinformatics, University of Seoul, Seoul, Korea - (cmjun, nani0809)@uos.ac.kr Commission VII KEY WORDS: Modelling,

More information

Quality of Service and Security as Frameworks toward Next-Generation Wireless Networks

Quality of Service and Security as Frameworks toward Next-Generation Wireless Networks Quality of Service and Security as Frameworks toward Next-Generation Wireless Networks ZORAN BOJKOVIĆ, BOJAN BAKMAZ Faculty of transport and traffic engineering University of Belgrade Vojvode Stepe 305,

More information

Graphical Support of the Traffic Simulation System

Graphical Support of the Traffic Simulation System Graphical Support of the Traffic Simulation System Jana Hájková hajkovaj@students.zcu.cz Department of Computer Science and Engineering Faculty of Applied Sciences University of West Bohemia Pilsen, Czech

More information

Introduction to Distributed Systems

Introduction to Distributed Systems Introduction to Distributed Systems Other matters: review of the Bakery Algorithm: why can t we simply keep track of the last ticket taken and the next ticvket to be called? Ref: [Coulouris&al Ch 1, 2]

More information

National Language Support for Windows NT and AIX Now Available with IBM WebSphere Application Server V3.0.1, Standard Edition

National Language Support for Windows NT and AIX Now Available with IBM WebSphere Application Server V3.0.1, Standard Edition Software Announcement November 16, 1999 National Language Support for Windows NT and AIX Now Available with IBM WebSphere Application Server V3.0.1, Standard Edition Overview WebSphere Application Server

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

TDM Backhaul Over Unlicensed Bands

TDM Backhaul Over Unlicensed Bands White Paper TDM Backhaul Over Unlicensed Bands advanced radio technology for native wireless tdm solution in sub-6 ghz Corporate Headquarters T. +972.3.766.2917 E. sales@radwin.com www.radwin.com PAGE

More information

Introduction to Mobile Ubiquitous Computing Systems

Introduction to Mobile Ubiquitous Computing Systems CPET 565 Mobile Computing Systems CPET/ITC 499 Mobile Computing Lecture 1 Introduction to Mobile Ubiquitous Computing Systems Paul I-Hai Lin, Professor Spring 2016 A Specialty Course Purdue University

More information

Inmagic Content Server v9 Workgroup Configuration Technical Guidelines

Inmagic Content Server v9 Workgroup Configuration Technical Guidelines Inmagic Content Server v9 Workgroup Configuration Technical Guidelines Last Updated: January, 2007 Inmagic, Inc. All rights reserved. Inmagic Content Server Today s organizations are depending more and

More information

Standardization Activities in ITU-T

Standardization Activities in ITU-T Standardization Activities in ITU-T Nozomu NISHINAGA and Suyong Eum Standardization activities for Future Networks in ITU-T have produced 19 Recommendations since it was initiated in 2009. The brief history

More information

Keywords: vectorization, satellite images, interpolation, Spline, zooming

Keywords: vectorization, satellite images, interpolation, Spline, zooming Volume 6, Issue 10, October 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Vectorization

More information

P6 Compression Server White Paper Release 8.2 December 2011 Copyright Oracle Primavera P6 Compression Server White Paper Copyright 2005, 2011, Oracle and/or its affiliates. All rights reserved. Oracle

More information

Future-Generation Wireless Networks: Beyond 3G and 4G.

Future-Generation Wireless Networks: Beyond 3G and 4G. Future-Generation Wireless Networks: Beyond 3G and 4G. Kumar Adumulla 29 March 2006 Networks 1 Outline Introduction Wireless Networking Generations Issues in 3G What is 4G Beyond 3G & 4G Conclusion References

More information

Introduction to Computer Graphics (CS602) Lecture No 03 Graphics Systems

Introduction to Computer Graphics (CS602) Lecture No 03 Graphics Systems Introduction to Computer Graphics (CS602) Lecture No 03 Graphics Systems 3.1 Raster-Scan Systems Interactive raster graphics systems typically employ several processing units. In addition to the CPU, a

More information

Glossary. ADO.NET ActiveX Data Objects for.net. A set of data access technologies included in the.net Framework class libraries.

Glossary. ADO.NET ActiveX Data Objects for.net. A set of data access technologies included in the.net Framework class libraries. 308 Glossary Glossary 1G Developed in the 70s and 80s, the first generation (1G) wireless communications technology refers to the analog cellular technology. Popular 1G technology includes AMPS. 2G The

More information

Avoid Bottlenecks Using PCI Express-Based Embedded Systems

Avoid Bottlenecks Using PCI Express-Based Embedded Systems Avoid Bottlenecks Using PCI Express-Based Embedded Systems Implementing efficient data movement is a critical element in high-performance embedded systems, and the advent of PCI Express has presented us

More information

PowerVR Hardware. Architecture Overview for Developers

PowerVR Hardware. Architecture Overview for Developers Public Imagination Technologies PowerVR Hardware Public. This publication contains proprietary information which is subject to change without notice and is supplied 'as is' without warranty of any kind.

More information

MOBILE COMPUTING (Common to Computer Science & Engineering and Information Technology)

MOBILE COMPUTING (Common to Computer Science & Engineering and Information Technology) Code No: R41054 R10 Set No. 1 1 a) Explain functional architecture of GSM. [8] b) Write and explain novel applications of Mobile Computing. [7] 2 a) Explain in detail about IEEE 802.11 MAC Data frames.

More information

GE1LC7 - Getting to Know Bentley Descartes for Advanced Image Viewing, Editing and Processing

GE1LC7 - Getting to Know Bentley Descartes for Advanced Image Viewing, Editing and Processing GE1LC7 - Getting to Know Bentley Descartes for Advanced Image Viewing, Editing and Processing Inga Morozoff Introduction: Raster data is everywhere - whether you do CAD design, mapping or GIS analysis,

More information

GIS driven Internet Multimedia Databases for Multiple Archaeological Excavations in Greece and the region of South-Eastern Europe

GIS driven Internet Multimedia Databases for Multiple Archaeological Excavations in Greece and the region of South-Eastern Europe GIS driven Internet Multimedia Databases for Multiple Archaeological Excavations in Greece and the region of South-Eastern Europe MICHAEL GKATZOGIAS, ATHANASIOS KARAMALIS, KONSTANTINOS PYRINIS, DIONYSIOS

More information

Development and Integration of an Offline and Open Source Alternative Mapping Solution

Development and Integration of an Offline and Open Source Alternative Mapping Solution Development and Integration of an Offline and Open Source Alternative Mapping Solution Antoine Abélard Spécinov, Angers, France Keywords: Abstract: DotSpatial, Open Source GIS, C#,.NET, OpenStreetMap.

More information

JXTA for J2ME Extending the Reach of Wireless With JXTA Technology

JXTA for J2ME Extending the Reach of Wireless With JXTA Technology JXTA for J2ME Extending the Reach of Wireless With JXTA Technology Akhil Arora Carl Haywood Kuldip Singh Pabla Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA 94303 USA 650 960-1300 The Wireless

More information

From Signal to Service

From Signal to Service From Signal to Service Challenges for the Development of AUTOSAR Adaptive Applications Automotive Ethernet and AUTOSAR Adaptive are key technologies for highly automated driving and comprehensive connectivity

More information

Header Compression Capacity Calculations for Wireless Networks

Header Compression Capacity Calculations for Wireless Networks Header Compression Capacity Calculations for Wireless Networks Abstract Deployment of wireless transport in a data-centric world calls for a fresh network planning approach, requiring a balance between

More information

PREDICTING NUMBER OF HOPS IN THE COOPERATION ZONE BASED ON ZONE BASED SCHEME

PREDICTING NUMBER OF HOPS IN THE COOPERATION ZONE BASED ON ZONE BASED SCHEME 44 PREDICTING NUMBER OF HOPS IN THE COOPERATION ZONE BASED ON ZONE BASED SCHEME Ibrahim Saidu a, *,Idawaty Ahmad a,b, Nor Asila Waty Abdul Hamid a,b and Mohammed waziri Yusuf b a Faculty of Computer Science

More information

10 Steps to Building an Architecture for Space Surveillance Projects. Eric A. Barnhart, M.S.

10 Steps to Building an Architecture for Space Surveillance Projects. Eric A. Barnhart, M.S. 10 Steps to Building an Architecture for Space Surveillance Projects Eric A. Barnhart, M.S. Eric.Barnhart@harris.com Howard D. Gans, Ph.D. Howard.Gans@harris.com Harris Corporation, Space and Intelligence

More information

Mobility Management Concept for Always-Best-Connected Network

Mobility Management Concept for Always-Best-Connected Network University of Jyväskylä Faculty of Information Technology Department of Mathematical Information Technology Mobility Management Concept for Always-Best-Connected Network Jari Kellokoski University of Jyvskylä

More information

Lecture 04 Introduction: IoT Networking - Part I

Lecture 04 Introduction: IoT Networking - Part I Introduction to Industry 4.0 and Industrial Internet of Things Prof. Sudip Misra Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture 04 Introduction: IoT Networking

More information

Critiquing technological strengths and limitations

Critiquing technological strengths and limitations http://www.scientificcomputing.com/selecting-the-right-lims.aspx Selecting the Right LIMS Critiquing technological strengths and limitations Keith M. O'Leary For many organizations, their Laboratory Information

More information

Network Architectures for Load Balancing in Multi-HAP Networks

Network Architectures for Load Balancing in Multi-HAP Networks Proceedings of the 4th WSEAS/IASME International Conference on Engineering Education, Agios Nikolaos, Crete Island, Greece, July 24-26, 2007 285 Network Architectures for Load Balancing in Multi- Networks

More information

Classification of N-Screen Services and its Standardization

Classification of N-Screen Services and its Standardization Classification of N-Screen Services and its Standardization Changwoo Yoon, Taiwon Um, Hyunwoo Lee *Electronics & Telecommunications Research Institute, Daejeon, Korea cwyoon@etri.re.kr, twum@etri.re.kr,

More information

Parallel Geospatial Data Management for Multi-Scale Environmental Data Analysis on GPUs DOE Visiting Faculty Program Project Report

Parallel Geospatial Data Management for Multi-Scale Environmental Data Analysis on GPUs DOE Visiting Faculty Program Project Report Parallel Geospatial Data Management for Multi-Scale Environmental Data Analysis on GPUs 2013 DOE Visiting Faculty Program Project Report By Jianting Zhang (Visiting Faculty) (Department of Computer Science,

More information

MATLAB-to-ROCI Interface. Member(s): Andy Chen Faculty Advisor: Camillo J. Taylor

MATLAB-to-ROCI Interface. Member(s): Andy Chen Faculty Advisor: Camillo J. Taylor MATLAB-to-ROCI Interface Member(s): Andy Chen (chenab@seas.upenn.edu) Faculty Advisor: Camillo J. Taylor (cjtaylor@cis.upenn.edu) Abstract The Remote Objects Control Interface, or ROCI, is a framework

More information

COPYRIGHTED MATERIAL. Introduction. Noman Muhammad, Davide Chiavelli, David Soldani and Man Li. 1.1 QoE value chain

COPYRIGHTED MATERIAL. Introduction. Noman Muhammad, Davide Chiavelli, David Soldani and Man Li. 1.1 QoE value chain 1 Introduction Noman Muhammad, Davide Chiavelli, David Soldani and Man Li Browsing through the literature, one may find many different definitions for quality of end-user experience (QoE) and quality of

More information

A Reliable B-Tree Implementation over Flash Memory

A Reliable B-Tree Implementation over Flash Memory A Reliable B-Tree Implementation over Flash Xiaoyan Xiang, Lihua Yue, Zhanzhan Liu, Peng Wei Department of Computer Science and Technology University of Science and Technology of China, Hefei, P.R.China

More information

ASGRT Automated Report Generation System

ASGRT Automated Report Generation System ASGRT Automated Report Generation System Dejan Gjorgjevikj, Gjorgji Madjarov, Ivan Chorbev, Martin Angelovski, Marjan Georgiev, and Bojan Dikovski University Ss Cyril and Methodius, Faculty of electrical

More information

Virtual Instruments for Remote Experiments Visualization

Virtual Instruments for Remote Experiments Visualization Virtual Instruments for Remote Experiments Visualization Bojan Gergič, Darko Hercog University of Maribor, Faculty of Electrical Engineering and Computer Science Key words: remote experiments, visualization,

More information

SPIN! an Enterprise Architecture for Spatial Data Mining

SPIN! an Enterprise Architecture for Spatial Data Mining SPIN! an Enterprise Architecture for Spatial Data Mining Michael May and Alexandr Savinov Fraunhofer Institute for Autonomous Intelligent Systems Schloss Birlinghoven, Sankt-Augustin, D-53754 Germany {michael.may,

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

Research and implementation of search engine based on Lucene Wan Pu, Wang Lisha

Research and implementation of search engine based on Lucene Wan Pu, Wang Lisha 2nd International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2016) Research and implementation of search engine based on Lucene Wan Pu, Wang Lisha Physics Institute,

More information

Topic 5: Raster and Vector Data Models

Topic 5: Raster and Vector Data Models Geography 38/42:286 GIS 1 Topic 5: Raster and Vector Data Models Chapters 3 & 4: Chang (Chapter 4: DeMers) 1 The Nature of Geographic Data Most features or phenomena occur as either: discrete entities

More information

Extending the Growing Neural Gas Classifier for Context Recognition

Extending the Growing Neural Gas Classifier for Context Recognition Extending the Classifier for Context Recognition Eurocast 2007, Workshop on Heuristic Problem Solving, Paper #9.24 14. February 2007, 10:30 Rene Mayrhofer Lancaster University, UK Johannes Kepler University

More information

Introduction to Autodesk MapGuide EnterpriseChapter1:

Introduction to Autodesk MapGuide EnterpriseChapter1: Chapter 1 Introduction to Autodesk MapGuide EnterpriseChapter1: In this chapter, you review the high-level key components that comprise Autodesk MapGuide Enterprise. The Autodesk MapGuide Studio, an integral

More information

InfiniBand SDR, DDR, and QDR Technology Guide

InfiniBand SDR, DDR, and QDR Technology Guide White Paper InfiniBand SDR, DDR, and QDR Technology Guide The InfiniBand standard supports single, double, and quadruple data rate that enables an InfiniBand link to transmit more data. This paper discusses

More information

Developing an Electronic Records Preservation Strategy

Developing an Electronic Records Preservation Strategy Version 7 Developing an Electronic Records Preservation Strategy 1. For whom is this guidance intended? 1.1 This document is intended for all business units at the University of Edinburgh and in particular

More information

Active Adaptation in QoS Architecture Model

Active Adaptation in QoS Architecture Model Active Adaptation in QoS Architecture Model Drago agar and Snjeana Rimac -Drlje Faculty of Electrical Engineering University of Osijek Kneza Trpimira 2b, HR-31000 Osijek, CROATIA Abstract - A new complex

More information

SYSTEM AND METHOD FOR FACILITATING SECURE TRANSACTIONS

SYSTEM AND METHOD FOR FACILITATING SECURE TRANSACTIONS FCOOK.001PR PATENT SYSTEM AND METHOD FOR FACILITATING SECURE TRANSACTIONS BRIEF DESCRIPTION OF THE DRAWINGS [0001] Embodiments of various inventive features will now be described with reference to the

More information

Ovation Process Historian

Ovation Process Historian Ovation Process Historian Features Designed to meet the needs of precision, performance, scalability and historical data management for the Ovation control system Collects historical data of Ovation process

More information

An Adaptive Routing Scheme for Wireless Mobile Computing

An Adaptive Routing Scheme for Wireless Mobile Computing An Adaptive Routing Scheme for Wireless Mobile Computing Ruixi Yuan C&C Software Technology Center, NEC Systems Laboratory, Inc. 1901 Gateway Drive, Irving, TX 75038 yuan@syl.dl.nec.com Abstract This paper

More information

Introduction to Autodesk MapGuide EnterpriseChapter1:

Introduction to Autodesk MapGuide EnterpriseChapter1: Chapter 1 Introduction to Autodesk MapGuide EnterpriseChapter1: In this chapter, you review the high-level key components that make up Autodesk MapGuide Enterprise. The Autodesk MapGuide Studio, an integral

More information

A PROPOSAL OF USER AUTHENTICATION AND A CONTENT DISTRIBUTION MECHANISM USING P2P CONNECTION OVER A MOBILE AD HOC NETWORK

A PROPOSAL OF USER AUTHENTICATION AND A CONTENT DISTRIBUTION MECHANISM USING P2P CONNECTION OVER A MOBILE AD HOC NETWORK A PROPOSAL OF USER AUTHENTICATION AND A CONTENT DISTRIBUTION MECHANISM USING P2P CONNECTION OVER A MOBILE AD HOC NETWORK Masato Oguchi, Yoshiko Nakatsuka y, and Chiho Tomizawa z Department of Information

More information

DjVu Technology Primer

DjVu Technology Primer DjVu Technology Primer NOVEMBER 2004 LIZARDTECH, INC. OVERVIEW LizardTech s Document Express products are powered by DjVu, a technology developed in the late 1990s by a team of researchers at AT&T Labs.

More information

Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment

Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment Shigeo Sugimoto Research Center for Knowledge Communities Graduate School of Library, Information

More information

Migrating to the new IBM WebSphere Commerce Suite Platform. The Intelligent Approach for the E-Commerce Transition ELLUMINIS CONSULTING GROUP

Migrating to the new IBM WebSphere Commerce Suite Platform. The Intelligent Approach for the E-Commerce Transition ELLUMINIS CONSULTING GROUP WHITEPAPER ELLUMINIS CONSULTING GROUP The Intelligent Approach for the E-Commerce Transition Migrating to the new IBM WebSphere Commerce Suite Platform AN ELLUMINIS CONSULTING GROUP WHITEPAPER Migrating

More information

Big Data Management and NoSQL Databases

Big Data Management and NoSQL Databases NDBI040 Big Data Management and NoSQL Databases Lecture 10. Graph databases Doc. RNDr. Irena Holubova, Ph.D. holubova@ksi.mff.cuni.cz http://www.ksi.mff.cuni.cz/~holubova/ndbi040/ Graph Databases Basic

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

General Image Database Model

General Image Database Model General Image Database Model Peter L. Stanchev Institute of Mathematics and Computer Science, Bulgarian Academy of Sciences Acad. G. Bonchev St. 8, 1113 Sofia, Bulgaria, stanchev@bas.bg Abstract. In this

More information

Data Partnerships to Improve Health Frequently Asked Questions. Glossary...9

Data Partnerships to Improve Health Frequently Asked Questions. Glossary...9 FAQ s Data Partnerships to Improve Health Frequently Asked Questions BENEFITS OF PARTICIPATING... 1 USING THE NETWORK.... 2 SECURING THE DATA AND NETWORK.... 3 PROTECTING PRIVACY.... 4 CREATING METADATA...

More information

Wide area networks: packet switching and congestion

Wide area networks: packet switching and congestion Wide area networks: packet switching and congestion Packet switching ATM and Frame Relay Congestion Circuit and Packet Switching Circuit switching designed for voice Resources dedicated to a particular

More information

Spatial Data Models. Raster uses individual cells in a matrix, or grid, format to represent real world entities

Spatial Data Models. Raster uses individual cells in a matrix, or grid, format to represent real world entities Spatial Data Models Raster uses individual cells in a matrix, or grid, format to represent real world entities Vector uses coordinates to store the shape of spatial data objects David Tenenbaum GEOG 7

More information

Catalogic DPX TM 4.3. ECX 2.0 Best Practices for Deployment and Cataloging

Catalogic DPX TM 4.3. ECX 2.0 Best Practices for Deployment and Cataloging Catalogic DPX TM 4.3 ECX 2.0 Best Practices for Deployment and Cataloging 1 Catalogic Software, Inc TM, 2015. All rights reserved. This publication contains proprietary and confidential material, and is

More information

Vendor: Cisco. Exam Code: Exam Name: Cisco Sales Expert. Version: Demo

Vendor: Cisco. Exam Code: Exam Name: Cisco Sales Expert. Version: Demo Vendor: Cisco Exam Code: 646-206 Exam Name: Cisco Sales Expert Version: Demo QUESTION 1 What are three current business factors that are influencing customer decisions in making technology investments?

More information

KNOWLEDGE-BASED MULTIMEDIA ADAPTATION DECISION-TAKING

KNOWLEDGE-BASED MULTIMEDIA ADAPTATION DECISION-TAKING K KNOWLEDGE-BASED MULTIMEDIA ADAPTATION DECISION-TAKING Dietmar Jannach a, Christian Timmerer b, and Hermann Hellwagner b a Department of Computer Science, Dortmund University of Technology, Germany b

More information

Egyptian Survey Authority Geographic Information Management System (ESA GIM)

Egyptian Survey Authority Geographic Information Management System (ESA GIM) Egyptian Survey Authority Geographic Information Management System (ESA GIM) Sohail El ABD and Kholoud SAAD, Egypt Key words: GIS, theme, etc. SUMMARY ESA can be regarded as the backbone for supplying

More information

Efficient Handoff using Mobile IP and Simplified Cellular IP

Efficient Handoff using Mobile IP and Simplified Cellular IP Presented at GNSS 2004 The 2004 International Symposium on GNSS/GPS Sydney, Australia 6 8 December 2004 Efficient Handoff using Mobile IP and Simplified Cellular IP S. Omar School of Surveying & Spatial

More information

INTERNET OF THINGS FOR SMART CITIES BY ZANELLA ET AL.

INTERNET OF THINGS FOR SMART CITIES BY ZANELLA ET AL. INTERNET OF THINGS FOR SMART CITIES BY ZANELLA ET AL. From IEEE INTERNET OF THINGS JOURNAL, VOL. 1, NO. 1, FEBRUARY 2014 Presented by: Abid Contents Objective Introduction Smart City Concept & Services

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

Building Mobile Applications. F. Ricci 2010/2011

Building Mobile Applications. F. Ricci 2010/2011 Building Mobile Applications F. Ricci 2010/2011 Wireless Software Engineering Model Mobile User Analysis Scenario Analysis Architectural Design Planning Navigation & User Interface Design Maintenance Implementation

More information

Spontaneous Interaction using Mobile Phones and Short Text Messages

Spontaneous Interaction using Mobile Phones and Short Text Messages Spontaneous Interaction using Mobile Phones and Short Text Messages Frank Siegemund Distributed Systems Group, Department of Computer Science, Swiss Federal Institute of Technology (ETH) Zurich, 8092 Zurich,

More information

NetIQ AppManager, Version 8 New Features

NetIQ AppManager, Version 8 New Features NetIQ AppManager, Version 8 New Features January 2012 NETIQ APPMANAGER 8: NEW FEATURES 1 Table of Contents Introduction: NetIQ AppManager 8 New Features... 5 NetIQ AppManager Setup... 5 Operations... 5

More information

Introduction :- Storage of GIS Database :- What is tiling?

Introduction :- Storage of GIS Database :- What is tiling? Introduction :- GIS storage and editing subsystems provides a variety of tools for storing and maintaining the digital representation of a study area. It also provide tools for examining each theme for

More information

UPDATING OBJECT FOR GIS DATABASE INFORMATION USING HIGH RESOLUTION SATELLITE IMAGES: A CASE STUDY ZONGULDAK

UPDATING OBJECT FOR GIS DATABASE INFORMATION USING HIGH RESOLUTION SATELLITE IMAGES: A CASE STUDY ZONGULDAK UPDATING OBJECT FOR GIS DATABASE INFORMATION USING HIGH RESOLUTION SATELLITE IMAGES: A CASE STUDY ZONGULDAK M. Alkan 1, *, D. Arca 1, Ç. Bayik 1, A.M. Marangoz 1 1 Zonguldak Karaelmas University, Engineering

More information