초록
모바일 GIS 환경에서 등고선을 표현하기위해서는 지형도와는 별도로 서버로부터 해당 수치 데이터를 전송받아야 한다. 이때 전체 데이터를 전송받는 것은 모바일 환경의 특성상 받아들일 수 없다. 그리고 대표 지점들의 값을 전송받아 보간법으로 중간 데이터를 생성하는 기법은 계산 오버헤드와 등치선의 정확도 문제가 있다. 이 논문에서는 고도정보를 이용하여 생성하는 등고선 정보를 모바일 클라이언트로 효율적으로 전송하기 위한 자료구조와 알고리즘을 소개하고 구현 결과를 보인다.
For expression of contour lines in mobile GIS environments, the client needs to receive the numerical data with the topographical map from a server. At this point, a client can't get the entire raw data because of the mobile characteristics. The approach to get representative points and to make isogram by interpolation methods, has some problems. The approach requires huge computing overhead at the client and doesn't guarantee the correctness of the isogram. In this paper, a data structure, algorithm and implementation results for efficient transmission of contour information to a client which is constructed from elevation information at a server, are proposed.