• Title/Summary/Keyword: mobile vector GIS

Search Result 21, Processing Time 0.024 seconds

Comparison and Evaluation of Vector and Raster Methods for Mobile Map Services (모바일 맵 서비스를 위한 벡터와 래스터 기법의 비교 평가)

  • Choi Jin-Oh
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.10 no.8
    • /
    • pp.1459-1464
    • /
    • 2006
  • There are two approaches to construct mobile GIS, Vector and Raster methods, according to the map data transformation format from server to mobile client. Each method requires a different implementation architecture of server and client modules for mobile map services. And each have advantages and disadvantages at the different aspects. This thesis implements these two approaches, thus, compares the each merits, by experiments. They include the transmission performance, map quality, and so on.

Comparison and Evaluation of Vector and Raster Methods in Mobile Map Services (모바일 지도 서비스에서 벡터와 래스터 기법의 비교 평가)

  • 최진오
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2003.10a
    • /
    • pp.464-467
    • /
    • 2003
  • There are two approaches to construct mobile GIS, Vector and Raster methods, according to the map data transformation format from server to mobile client. Each method requires a different implementation architecture of server and client modules for mobile map services. And each have advantages and disadvantages at the different aspects. This thesis implements these two approaches, thus, compares the each merits, by experiments. They include the transmission performance, map quality, and so on.

  • PDF

Vector Map Simplification Using Poyline Curvature

  • Pham, Ngoc-Giao;Lee, Suk-Hwan;Kwon, Ki-Ryong
    • Journal of Multimedia Information System
    • /
    • v.4 no.4
    • /
    • pp.249-254
    • /
    • 2017
  • Digital vector maps must be compressed effectively for transmission or storage in Web GIS (geographic information system) and mobile GIS applications. This paper presents a polyline compression method that consists of polyline feature-based hybrid simplification and second derivative-based data compression. Experimental results verify that our method has higher simplification and compression efficiency than conventional methods and produces good quality compressed maps.

Design of Elevation Data Transmission Method for Mobile Vector GIS

  • Choi, Jin-Oh
    • Journal of information and communication convergence engineering
    • /
    • v.7 no.1
    • /
    • pp.41-45
    • /
    • 2009
  • In mobile GIS environments, a client needs to receive the isogram data with a topographical map from a server, if the mobile client wants to display map with elevation information. Because the elevation data size is normally quite large, the client will suffer some problems to receive the elevation data from server. The main reason is a resource limitation of the mobile devices. To overcome these problems, this paper proposes new data structures and algorithms. They are designed for efficient transmission of contour data to a client. Because of the contour data are generated as a vector style from elevation information stored at a server, the proposed algorithms are focused to minimize the transmission data volume and time.

The Optimization of Vector Data for Mobile GIS (모바일 GIS를 위한 벡터 데이터 경량화 기법)

  • Youn, Geun-Jung;Kim, Hye-Young;Jun, Chul-Min
    • Spatial Information Research
    • /
    • v.16 no.2
    • /
    • pp.207-218
    • /
    • 2008
  • Providing services in a wireless environment with existing wired-based GIS solutions have many limitations such as slow communication, processing rates and screen size. This study suggested data optimization techniques in a mobile environment to overcome those limitations in four steps. In order to test the methods suggested in the study, experiments are conducted using Gangnam-gu as a test site. An existing GIS engine built in a wired environment was compared with the optimized GIS engine from the study in terms of performance in the same environment. They were also compared and analyzed in terms of response data size, number of requests processed per second, and average time to process a request. The results proved that the proposed engine shows significant improvements in performance compared with the wired GIS.

  • PDF

Design and Implementation of Mobile Web Map Service (모바일을 위한 웹지도 서비스의 설계 및 구현)

  • Choi, Jae-Young;Chung, Yeong-Jee
    • Journal of Internet Computing and Services
    • /
    • v.6 no.5
    • /
    • pp.97-110
    • /
    • 2005
  • Recently, many WMS(Web Map Services) and POI(Point of Interest) services come to be in service on the Internet using Web GIS(Geographic Information System) as Information Technology and computer H/W are evolved faster in its speed, network bandwidth and features. The Web GIS is, however, limited and constrained on the specification of its system configuration, the service class provided and the presentation methodology of a map. As the mobile Internet becomes popular in mobile service, Web GIS service on mobile environment is strongly required and to be provided by location based WMS(Web Map Service) on a mobile client such as PDA with location information of the user. In this paper, we made an effort to design and implement a GIS computing environment by thin client for mobile web map service. For implementing the thin client GIS computing environment. we were using NGII's(National Geographic Information Institute's) DXF map, representing the map by SVG(Scalable Vector Graphics) recommended by OGC(OpenGis Consortium), and adapting standard XML web service to provide the thin client GIS service on PDA by applying the location information of the user in realtime with GPS on mobile environment.

  • PDF

Design and Implementation of Thin Client SVG Map Service System for LBS (LBS를 위한 서버기반 SVG Map 서비스 시스템 설계 및 구현)

  • Chung Yeong-Jee;Kim Myung-Sam
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.8 no.7
    • /
    • pp.1588-1596
    • /
    • 2004
  • Recently, many WMS(Web Mapping Services) and POI(Point of Interest) service on to be in service on the Internet using Web CIS(Geographic Information System) as information Technology and computer HW are evolved faster in its speed, network bandwidth and features. The Web GIS is, however, limited and constrained on the specification of its system configuration, the service class provided and the presentation methodology of a map. As the mobile Internet becomes popular in mobile service, Web GIS service on mobile environment is strongly required and to be provided by LBS(Location Based Service) on a mobile client such as PDA with location information of the user. In this paper, we made an effort to design and implement a GIS computing environment by thin client for mobile web mapping service. For implementing the thin client GIS computing environment, we were using NGII's(National Geographic Information Institute's) DXF map, representing the map by SVG(Scalable Vector Graphics) recommended by OGC(OpenGis Consortium), and adapting standard XML web service to provide the thin client GIS service on PDA by applying the location information of the user in realtime with GPS on mobile environment.

Design and Implementation of Object Reusing Methods for Mobile Vector Map Services (모바일 벡터 지도 서비스를 위한 객체 재사용 기법의 설계 및 구현)

  • Kim, Jin-Deog;Choi, Jin-Oh
    • The KIPS Transactions:PartD
    • /
    • v.10D no.3
    • /
    • pp.359-366
    • /
    • 2003
  • Although the reuse of the cached data for scrolling the map reduces the amount of passed data between client and server, it needs the conversions of data coordinates, selective deletion of objects, cache compaction and object structuring step in the clients. The conversion is a time- intensive operation due to limited resources of mobile phones such as low computing power, small memory. Therefore, in order to control the map efficiently in the vector map service based mobile phones, it is necessary to study the methods which reuse cached objects for reducing wireless network bandwidth and overwhelming the limited resources of mobile phones as well. This paper proposes the methods of reusing pre-received spatial objects for map control in the mobile vector map service system based on client-server architecture. The experiments conducted on the Web GIS systems with real data show that the proposed method is appropriate to map services for mobile phone. We also analyze the advantages and drawbacks between the reuse of cached data and transmission of raw data respectively.

Design and Implementation of Spatial Object Format for Providing Mobile Map Services (모바일 지도 서비스를 위한 공간 객체 포맷의 설계 및 구현)

  • Moon, Jin-Yong
    • Journal of Digital Contents Society
    • /
    • v.12 no.1
    • /
    • pp.77-83
    • /
    • 2011
  • Providing services in a wireless environment with existing wired-based GIS solutions have many limitations such as slow communication, processing rates, and screen size. Among the components, data is considered to be the most important factor in GIS. In this paper, I describe MVF, the most recent technology pioneered by GIS researchers. MVF is a format for efficient usage of spatial object in order to express, save and transform in mobile GIS. First, I describe the definition of MVF syntax, then the implementation of Header Section Generation Module and Main Section Generation Module through the API. Since the issues of network traffic and Hangul processing in mobile GIS are important, I especially consider development of MVF in terms of spatial data size.

Design and Implementation of Server based GIS Computing Platform for Mobile Web Map Service (모바일 WMS를 위한 서버기반 GIS 컴퓨팅 플랫폼 설계 및 구현)

  • Kim Myung-Sam;Chung Yeong-Jee
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.12 no.1
    • /
    • pp.9-20
    • /
    • 2006
  • Web Map Service on mobile environment, provided with cost effective mobile GIS contents and user preferred POIs(Points of interests), is strongly required at this moment when mobile and portable Internet is rapidly spreaded on mobile user community as information technology and mobile HW are evolved in its speed, bandwidth and features. As the mobile and portable Internet becomes popular in mobile services, LBS(Location Based Service) is positioned on a mobile client as one of the best information infra services. Recently mobile GIS (Geographic Information System) comes in service to support LBS, but it is constrained and limited on its system configuration and its presentation methodology of a map, and also it depends on its run time environment. In this paper, we made an effort to design and implement a GIS computing platform with server based thin client for mobile WMS(Web Map Service). For its cost effective Platform which could be easily building up POIs and GIS contents, we're not using commercial GIS solution but NGII's (National Geographic Information Institute's) DXF numerical map, and representing the maps, GIS contents and POIs by SVG(Scalable Vector Graphics) recommended by OGC(OpenGis Consortium). We're also adapting de facto standard of XML web service technology such as WSDL, SOAP to provide real time mobile GIS service on PDA as well as mobile terminal by applying a GPS receiver for a user's location information on mobile environment.