• Title/Summary/Keyword: 실시간 모바일 GIS

Search Result 50, Processing Time 0.037 seconds

Efficient Query Processing technique in a Real-time Mobile GIS (실시간 Mobile GIS를 위한 효율적인 질의처리기법)

  • 김태호;윤석우;김경창
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2004.04b
    • /
    • pp.232-234
    • /
    • 2004
  • 본 논문에서 제시된 시스템은 주기억 데이터베이스 시스템 기반의 GIS로서, 서버에 구축된 지리정보를 모바일 기기에서 실시간으로 질의할 수 있도록 설계되었다. 본 시스템은 클라이언트-서버 환경으로 GIS서버가 대용량 GIS 데이터를 저장하고 질의처리 연산을 수행하도록 하였으며 모바일 기기는 단지 서버에 질의만 던지고 그 질의에 해당하는 결과만 실시간으로 제공받는 구조로 설계, 구현하였다. 본 논문은 실시간 모바일 GIS에 적합한 효율적인 인덱스와 SQL like 질의를 사용한 새로운 질의처리기법을 제시한다.

  • PDF

Development of a Real-Time Mobile GIS using the HBR-Tree (HBR-Tree를 이용한 실시간 모바일 GIS의 개발)

  • Lee, Ki-Yamg;Yun, Jae-Kwan;Han, Ki-Joon
    • Journal of Korea Spatial Information System Society
    • /
    • v.6 no.1 s.11
    • /
    • pp.73-85
    • /
    • 2004
  • Recently, as the growth of the wireless Internet, PDA and HPC, the focus of research and development related with GIS(Geographic Information System) has been changed to the Real-Time Mobile GIS to service LBS. To offer LBS efficiently, there must be the Real-Time GIS platform that can deal with dynamic status of moving objects and a location index which can deal with the characteristics of location data. Location data can use the same data type(e.g., point) of GIS, but the management of location data is very different. Therefore, in this paper, we studied the Real-Time Mobile GIS using the HBR-tree to manage mass of location data efficiently. The Real-Time Mobile GIS which is developed in this paper consists of the HBR-tree and the Real-Time GIS Platform HBR-tree. we proposed in this paper, is a combined index type of the R-tree and the spatial hash Although location data are updated frequently, update operations are done within the same hash table in the HBR-tree, so it costs less than other tree-based indexes Since the HBR-tree uses the same search mechanism of the R-tree, it is possible to search location data quickly. The Real-Time GIS platform consists of a Real-Time GIS engine that is extended from a main memory database system. a middleware which can transfer spatial, aspatial data to clients and receive location data from clients, and a mobile client which operates on the mobile devices. Especially, this paper described the performance evaluation conducted with practical tests if the HBR-tree and the Real-Time GIS engine respectively.

  • PDF

Design and Implementation of a Real-Time GIS Engine for LBS (LBS를 위한 실시간 GIS 엔진의 설계 및 구현)

  • 윤재관;김동오;한기준
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2002.10c
    • /
    • pp.244-246
    • /
    • 2002
  • 최근 무선 인터넷과 핸드폰, PDA, HPC 등과 같은 모바일 장치의 발전으로 인하여 이동체의 위치를 중심으로 하는 LBS가 점차적으로 많은 분야에서 사용되고 있다. 이동체의 위치 데이타는 GPS와 같은 위치 측정 시스템을 이용하여 대용량으로 발생하게 되는데 기존의 정적인 데이타를 처리하기 위한 GIS를 사용하여 이러한 데이타를 처리하는 것은 비효율적이다. 그러므로, 본 논문에서는 이러한 동적인 데이타를 효과적으로 처리할 수 있는 LBS를 위한 실시간 GIS 엔진을 설계 및 구현하였다. 본 논문에서의 실시간 GIS 엔진은 LBS에서 필요한 공간, 비공간, 위치 데이타를 효과적으로 관리할 수 있다. 실시간 GIS 엔진은 인터페이스 관리자, 질의 관리자, 인덱스 관리자, 데이타 로더, 레이어 관리자, 위치 데이타 관리자, 메타 데이타 관리자, 객체 관리자로 구성되어 있으며 기존의 HP 실시간 데이타베이스 시스템에 공간 데이타 타입, 공간 연산자, 가변 길이 데이타 처리, 테이블 자동 확장 기능 등을 추가하여 LBS에서 사용되는 대용량 가변 길이 데이타를 효과적으로 처리할 수 있도록 하였다.

  • PDF

Two-Way Synchronization For Mobile GIS (모바일 GIS를 위한 양방향 동기화)

  • Chao, Ji-Tae;Ahn, Kyoung-Hwan;Jun, Bong-Gee;Hong, Bong-Hee
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2001.10a
    • /
    • pp.85-88
    • /
    • 2001
  • 최근 모바일 환경을 기반으로 서버와 단절 상태에 있는 모바일 장치들과 수시로 변경되는 서버간의 데이타 동기화(Data Synchronization) 문제가 크게 부각되고 있다. 기존 객체 단위의 동기화 기법은 모바일 지리정보시스템(GIS : Geographic Information System)의 영역 단위 데이타 동기화에 적용하기에 적합하지 않다. 이 논문에서는 모바일 클라이언트와 서버간에 무선통신 기반으로 양방향 공간 데이터의 실시간 동기화 프로토콜을 제시한다. 또한 무선통신의 좁은 대역폭과 고비용을 고려하여 서버와 모바일 클라이언트간의 효율적인 양방향 동기화를 위한 로깅 기법을 도입하여, 모바일 클라이언트에 분산된 지역 공간 데이타를 실시간으로 서버와 동기화시키는 기법을 제시한다.

  • PDF

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.

Mobile GIS Application for Managing Flood Disaster in River Basin (하천유역 홍수재해관리를 위한 Mobile GIS 기술 적용)

  • Seo, Young-Min;Kim, Sung-Bum;Jang, Kwang-Jin;Jee, Hong-Kee;Lee, Soon-Tak
    • Proceedings of the Korea Water Resources Association Conference
    • /
    • 2006.05a
    • /
    • pp.1112-1115
    • /
    • 2006
  • 모바일 GIS를 홍수재해관리 시스템에 도입하기 위한 목적은 홍수에 대비한 신속한 상황대처 통해 인명 및 재산피해를 최소화하는데 있다. 모바일 GIS 시스템 구축의 기본 방향은 하천유역에 대한 행정업무 및 정보화 업무의 효율성을 높여 현장업무에서 실시간으로 제공되는 수문정보 및 지형정보에 대한 다양한 컨텐츠를 주민들이 쉽게 접근하여 서비스를 제공받을 수 있도록 하고 현장 실무자가 하천 수위 및 유량을 관리하는 데 있어 즉각적인 조치를 가능하도록 하기 위한 것이다. 본 연구에서 이동 클라이언트와 홍수재해관리시스템 서버간의 무선통신채널은 AP(Access Point)를 통한 WLAN이나 CDMA망의 모바일 네트워크 또는 차세대 휴대인터넷 망을 대상으로 하였다. 홍수재해관리시스템은 ArcIMS, HTML, Java Script를 이용하여 구축하고 웹 서비스를 위해 마이크로소프트사의 IIS(Internet Information System) 사용하며, ArcIMS의 정상적인 구동을 위해 JRE(Java Runtime Environment)를 설치하도록 하였다. 주요 GIS 기능은 줌인, 줌아웃, 팬, 속성정보 검색, 거리측정, 버퍼링 기능 등이고 Layer는 침수위험건물, 대피건물, 침수지역 건물용도, 건물, 도로, 수계, 침수예상지역(100, 200년 빈도), 위성영상, DEM, 행정경계 등이 포함되도록 하였다. 시스템 구축에 사용될 데이터는 수리수문학적 데이터(유출량, 강우강도, 대상지역의 면적, Manning 계수 등)와 대상지역의 수치지도, DEM, 고해상 위성영상, 문헌조사와 현장조사를 통해 얻은 자료를 바탕으로 구성하도록 하였으며, 수리수문학적 데이터와 DEM 데이터를 바탕으로 침수지역 데이터를 생성하고 문헌조사와 현장조사를 통해 얻은 속성정보와 디지털 지도인 공간정보를 연결하기 위해 디지털 지도에서 건물 Layer, 도로 Layer, 등고선 Layer, 수계 Layer를 추출하여 ArcGIS에서 Coverage로 변환하여 위상관계를 설정한 후 다시 Shape 파일로 변환하여 속성정보와 연결시키도록 데이터베이스 구축방안을 제시하였다. 이와 같이 본 연구에서는 홍수재해 관리시스템에서 모바일 GIS를 적용하기 위하여 Pocket PC를 탑재한 이동 클라이언트인 PDA에 GPS 모듈을 확장하여 GPS 위성으로부터 위치정보를 획득하고 지리정보를 제공하는 모바일 GIS 서버간에 XML 기술을 이용하여 수문정보 및 지형정보 서비스를 제공하는 방안을 제시하였다.

  • PDF

Architecture of 3D-GIS Visualization Application Based on OpenGL (OpenGL 기반 3D_GIS 가시화 어플리케이션 아키텍쳐)

  • Kim, Seung-Yeop;Lee, Gi-Won
    • 한국공간정보시스템학회:학술대회논문집
    • /
    • 2005.05a
    • /
    • pp.97-100
    • /
    • 2005
  • 3차원 공간정보는 u-Korea, 전자정부, 유비쿼터스, LBS등의 기반 인프라 및 3차원 그래픽 처리기술, 가상현실 기술 등의 종합적으로 적용되는 고부가가치 통합 기술로 필요성이 부각되고 있다. 본 연구에서는 컴퓨터 그래픽스 분야에서 많이 적용되고 있는 공개 그래픽 라이브러리인 OpenGL(Open Graphics Library) 기반의 3D-GIS 가시화 어플리케이션 아키텍쳐를 중심으로 렌더링 기법을 분석하고자 한다. 한편 본 연구의 실험은 Visual Studio.NET환경에서 3D-GIS 모델 Prototype을 구현하여 수행하였으며 향후 실시간 모바일 3D-GIS 렌더링을 위한 기반 기술로 적용될 수 있는 OpcnGL-ES의 확장 가능성을 검토하고자 하였다.

  • PDF

A Design and Implementation of Synchronization System for Mobile u-GIS (모바일 u-GIS를 위한 동기화 시스템 설계 및 구현)

  • Kim, Hong-Ki;Kim, Dong-Hyun;Cho, Dae-Soo
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2009.05a
    • /
    • pp.588-591
    • /
    • 2009
  • In ubiquitous computing GIS services, it is possible to use the spatio-temporal data anytime through the mobile device. GIS services regularly update use the latest spatio-temporal data to provide the most suitable services. For this situation, update data is distributed to CD or wired networks update services. However, this method has problem to propagate update data to users as taking long time. In this paper, suggests a synchronization system which propagate update data to users for reducing processing time efficiently. This synchronization system collects update data in the field and synchronizes server with collected data to use mobile devices by real time. For this system, I design and materialize synchronization module which updates update data and wireless network module.

  • 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

공간정보산업 기술동향 - ETRI 연구과제 중심으로

  • Kim, Min-Su
    • Proceedings of the Korean Association of Geographic Inforamtion Studies Conference
    • /
    • 2010.06a
    • /
    • pp.186-186
    • /
    • 2010
  • 최근 들어, 2차원/3차원의 랩 또는 항공/위성 영상의 공간정보를 웹 상에서 서비스 하고 이러한 공간정보에 다양한 정보들을 융 복합하여 사용자들에게 보다 높은 수준의 정보를 제공하기 위한 기술개발에 대한 관심이 급증하고 있다. 예를들어, Microsoft사의 경우는 사용자 참여형(Participatory) 센서 웹 환경을 구축하기 위하여 SenseWeb 관련 기술 개발 및 시범 프로젝트를 수행하고 있는데, SenseWeb 시스템에서는 전 세계에 존재하는 모든 센서들을 연계하여 웹 상에서 사용자들에게 제공할 수 있도록 하는 것을 목표로 하고 있다. 최근에는, 이러한 SenseWeb 시스템을 이용하여 센싱정보와 Bing Map의 공간정보를 융합하여 사용자에게 서비스를 제공할 수 있는 SensorMap 시스템이 개발되었는데, 이러한 SensorWeb/SensorMap 시스템을 기반으로 다양한 시범 프로젝트들이 진행되어 오고 있다. Google사의 경우는 기존에 서비스 되고 Google Eearth/Map을 기반으로 실시간 센싱정보를 연계하여 제공하는 서비스와 다양한 사용자들의 정보들을 테이블 형태로 연계 및 융합하여 제공하기 위한 Google Fusion Tables 서비스를 제공하고 있다. Oracle사의 경우는 센싱정보를 포함하여 실시간으로 끊임없이 변화하는 정보들에 대하여 이벤트 처리, 패턴 분석, 그리고 상황인식 등의 서비스를 제공할 수 있는 CEP(Complex Event Processing) 제품을 선보이고 있다. Nokia사의 경우는 기존의 고정 센서노드들 이외에 모든 모바일 폰을 이동이 가능한 센서노드로 가정하고 이러한 모바일 센서노드들로부터 교통정보를 포함하는 다양한 센싱정보를 수집하고 분석하여 공간정보 기반으로 서비스하기 위한 기술 개발을 꾸준히 추진해 오고 있다. 본 발표에서는 이러한 공간정보와 센싱정보 또는 기타 사용자 정보와의 융 복합서비스를 가능하게 하는 핵심기술들에 대하여 소개하고자 한다. 첫째로 다양한 공간정보와 센싱정보의 융 복합 및 분석 서비스를 제공할 수 있는 u-GIS 융합 엔진에 대하여 설명하고자 한다. u-GIS 융합 엔진에서는 구체적으로 최근 이슈가 되고 있는 다양한 센싱정보의 효율적 수집, 분석, 관리를 위한 GeoSensor 데이터 저장/관리 기술과 센싱정보-공간정보의 실시간 융합 분석 기술에 대해서 소개를 하고자 한다. 둘째로, 이러한 공간정보, 센싱정보 그리고 기타 사용자 정보들을 웹 상에서 효율적으로 매쉬업하여 2차원 및 3차원으로 사용자에게 제공하기 위한 맞춤형 국토정보 제공 기술에 대하여 설명하고자 한다. 여기서는 공간정보 센싱정보 그리고 기타 사용자 정보와의 연계를 위한 매쉬업 엔진 기술 그리고 실시간 3차원 공간정보 제공 기술 등에 대하여 소개를 하고자 한다. 끝으로, 영상 기반의 효율적인 공간정보 구축을 위한 멀티센서 데이터 처리 기술에 대하여 간략히 소개를 하고, 앞에서 설명된 핵심기술들 이외에도 향후 추가로 요구되는 기술개발 내용에 대하여 간략히 설명을 하고자 한다.

  • PDF