• Title/Summary/Keyword: GML문서

Search Result 41, Processing Time 0.035 seconds

Design and Performance Analysis of Storage Schema for Efficient Storing of GML Documents (효율적인 GML 문서 저장을 위한 저장 스키마의 설계 및 성능평가)

  • Chang, Jae-Woo;Wang, Tae-Woong;Lee, Hyun-Jo
    • Journal of Korea Spatial Information System Society
    • /
    • v.9 no.2
    • /
    • pp.35-53
    • /
    • 2007
  • GML is a mark-up language which is suggested by OGC(Open GIS Consortium) for use of encoding standard concerning with storing and transferring Geographic information. For general spatial network database, researches supporting GML documents can be classified into three categories : parsing, storing, and retrieval of GML documents. Among them, the 'Storing of GML document' is essential for efficient GML document retrieval. However, There is little research on schema for storing GML documents. In addition, the existing schema for storing XML documents can't be used for GML documents due to geographic information. Therefore, In this paper, we propose efficient schema for storing GML documents In addition, we do performance evaluation of the GML schema.

  • PDF

Development of a Conversion and Transformation System for GML Documents (GML 문서를 위한 변환 및 전송 시스템 개발)

  • Hwang, Seung-Youn;Kang, Hong-Koo;Kim, Dong-Oh;Han, Ki-Joon
    • 한국공간정보시스템학회:학술대회논문집
    • /
    • 2004.12a
    • /
    • pp.147-152
    • /
    • 2004
  • OGC에서는 다양한 분야의 지리공간 정보를 손쉽게 상호 운용하기 위해 이질적인 환경의 지리공간 정보를 XML로 인코딩하는 GML 명세를 제시하였다. 그러나 GML 문서는 텍스트 구조로 되어있어 데이타 용량이 커지며 전송 시 속도가 현저히 저하되고, 문서 스캔 비용이 많이 든다는 문제가 있다. 그러므로, 대용량의 GML 문서를 정보 손실 없이 변환하여 전송 속도와 문서 스캔 속도를 향상시키기 위한 방법이 필요하다. 이에 OGC에서는 최근 바이너리 XML 형식인 BXML을 제안하였다. 본 논문에서는 BXML 형식을 사용하여 GML 문서를 토큰화하고, 토큰을 정의된 바이트 코드로 변환하여 문서의 크기를 줄이고 전송 속도와 문서 스캔 속도를 향상시키는 효율적인 GML 문서 변환 및 전송 시스템을 설계하고 구현하였다. GML 운서 변환 및 전송 시스템은 GML 문서와 BXML 문서를 상호 변환하는 기능과 BXML 문서에서 공간 데이타를 추출하여 디스플레이 하는 기능을 제공한다. 성능 평가 결과 GML 문서 변환 및 전송 시스템 사용시 GML 문서의 크기는 최대 80% 감소하였고 전송 속도는 최대 3.5배 향상되었다.

  • PDF

Design and Implementation of Storage Schema and Low-level Storage Manager for GML Documents (GML 문서 저장을 위한 저장 스키마 및 하부 저장 관리자의 설계 및 구현)

  • Chang, Jae-Woo;Kim, Young-Guk;Kim, Young-Jin
    • The KIPS Transactions:PartD
    • /
    • v.14D no.6
    • /
    • pp.623-632
    • /
    • 2007
  • GML is a markup language presented as exchange standard for geographic information by the OGC(Open GIS Consortium). In spatial network databases, researches for supporting GML(Geographic Markup Language) can be divided into the parsing, the storing and the retrieval of GML documents. Among them, the study on the storage of GML documents is essential for their efficient retrieval. However there is little research on the storing of GML documents whereas there have been a lot of researches on the storing of n documents. Because the storage schema designed for XML documents are not appropriate for geographic information, we, in this paper, propose three storage schema for efficiently storing GML documents including geographic information in order to solve the problem that the XML storage schema store duplicate data and need to search many tables for obtaining elements. In addition, we design and implement a low-level storage manager which can store GML documents using the proposed GML storage schema.

Developing a Module to Store 3DF-GML Instance Documents in a Database (3DF-GML 인스턴스 문서의 데이터베이스 저장을 위한 모듈 개발)

  • Lee, Kang-Jae;Jang, Gun-Up;Lee, Ji-Yeong
    • Spatial Information Research
    • /
    • v.19 no.6
    • /
    • pp.87-100
    • /
    • 2011
  • Recently, a variety of GML application schemas have been designed in many fields. GML application schemas are specific to the application domain of interest and specify object types using primitive object types defined in the GML standard. GML instance documents are created based on such GML application schemas. The GML instance documents generally require large volumes to represent huge amounts of geographic objects. Thus, it is essential to store such GML instance documents in relational database for efficient management and use. Relational database is relatively convenient to use and is widely applied in various fields. Furthermore, it is fundamentally more efficient than file structure to handle large datasets. Many researches on storing GML documents have been carried out so far. However, there are few studies on storage of GML instance documents. Therefore, in this study, we developed the storage module to store the GML instance documents in relational database.

The Conversion Scheme of GML Document into Spatial Database using the Directed Schema Graph Mapping Rules (방향성 스키마 그래프 매핑 규칙을 이용한 GML 문서의 공간 데이터베이스 변환 기법)

  • Chung, Warn-Ill;Park, Soon-Young;Bae, Hae-Young
    • Journal of Korea Spatial Information System Society
    • /
    • v.7 no.1 s.13
    • /
    • pp.39-52
    • /
    • 2005
  • GML (Geography Markup Language) has become the widely adopted standard for transport and storage of geographic information. So, various researches such as modeling, storage, query, and etc have been studied to provide the interoperability of geographic information in web environments. Especially, there are increased needs to store semi-structured data such as GML documents efficiently. Therefore, in this paper, we design and implement a GML repository to store GML documents on the basis of GML schema using spatial database system. GML Schema is converted into directed GML schema graph and the schema mapping technique from directed schema graph to spatial schema is presented. Also, we define the conversion rules on spatial schema to preserve the constraints of GML schema. GML repository using spatial database system is useful to provide the interoperability of geographic information and to store and manage enormous GML documents.

  • PDF

Design and Implementation of a GML Document Management System (GML 문서 관리 시스템의 설계 및 구현)

  • 김동오;윤재관;한기준
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2001.10a
    • /
    • pp.85-87
    • /
    • 2001
  • 최근 지리 정보 시스템(GIS)이 전 국가적으로 대중화되면서 지리 정보가 다양한 분야와 다양한 서버 환경에서 사용되고 있다. 따라서, 이렇게 다양해진 지리 정보를 효율적으로 사용하기 위해선 지리 정보 시스템의 상호운용성은 필수적이다. 이를 지원하기 위해서 OGC(Open GIS Consortium)에서는 상호운용성에 대한 표준 명세인 OpenGIS(Open Geodata Interoperability Specification)를 제시하였으며, 또한 이를 웹 환경에서 검증하고 활용하기 위해 웹 매핑 테스트 베드에서 여러 가지 시도를 하고 있다 이러한 시도 중 하나로 웹 환경의 이질적인 지리 정보를 공통적으로 표현하기 위해 지리정보를 구조화된 문서인 XML(eXtensible markup Language)로 인코딩하는 GML(Geography Markup Language) 명세를 제시하였다. 본 논문에서는 다양한 환경에서 지리 정보를 표현하기 위한 GML 2.0 명세와 GML 2.0 에서 사용하고 있는 XML 스키마 명세를 분석하였다. 또한, 이를 토대로 사용자들이 GML 2.0 문서를 쉽게 생성, 디스플레이, 편집할 수 있도록 함은 물론 기존의 공간 데이타베이스 시스템의 지리 정보를 GML 2.0 문서로 변환하고, 반대로 GML 2.0 문서를 공간 데이타베이스로의 변환을 쉽게 할 수 있는 GML문서 관리 시스템을 설계 및 구현하였다.

  • PDF

Development of GML Parser using Xerces (Xerces를 이용한 GML 파서의 개발)

  • Kim, Young-Chang;Chang, Jae-Woo
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.10c
    • /
    • pp.18-21
    • /
    • 2006
  • 최근, 지리 정보 사용에 대한 관심과 응용 분야에 대한 개발이 증가함에따라서, 지리 정보의 공유 및 상호운용성에 대한 필요성이 증가하고 있다. 이에 따라 OGC(Open GIS Consortium)에서는 지리 정보의 교환 표준으로 GML 언어를 제시하였다. GML은 지리 정보를 전송 및 저장하기 위해 XML로 인코딩한 언어이다. 따라서, 지리 정보를 위한 공간 데이터베이스에 GML 문서를 저장하기 위해서는 효과적인 GML 문서의 파싱이 필수적이다. 본 논문에서는 대표적인 XML 파서인 Xerces를 확장하여 GML 문서를 효과적으로 파싱할 수 있는 GML 파서를 개발한다. 이를 위해 GML 스키마에서 제공하는 지리 정보 데이터 타입을 Xerces 파서의 내부 데이터 타입으로 제공하여, GML 응용 문서의 스캔(scan) 및 Validation을 위해 소요되는 GML 스키마 문서의 파싱 비용을 효과적으로 줄일 수 있다.

  • PDF

Extended DOM Interfaces for Spatial Operation in GML (GML문서의 공간연산 처리를 위한 DOM 인터페이스의 확장)

  • Kim, Ho-Seok;Park, Soon-Young;Chung, Won-Il;Bae, Hae-Young
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2002.11c
    • /
    • pp.1867-1870
    • /
    • 2002
  • OGC(Open GIS Consortium)에서는 GIS 분야에서 표준포맷을 이용한 공간데이터의 저장 및 상호운용성을 활성화하기 위하여 공간데이터를 XML(eXtensible Markup Language)로 인코팅하는 GML(Geographic Markup Language) 표준 메커니즘을 제안하였다. GML의 공간데이터를 이용하여 공간연산을 하기 위해서는 GML 문서에 접근하여 문서 내에 있는 공간객체를 다룰 수 있는 기능이 필요하다. GML의 기반인 GML에는 이러한 기능을 가진 표준인터페이스인 DOM(Document Obejct Model)이 있으나, GML문서 내의 공간객체에 대한 공간연산을 위한 인터페이스는 지원하지 않는다. 그래서 본 논문에서는 GML 문서의 공간데이터에 대한 공간연산을 위해 XML의 DOM 인터페이스를 확장하는 방안을 제안한다.

  • PDF

Implementation of Association Rules Creation System from GML Documents (GML 문서에서 연관규칙 생성 시스템 구현)

  • Kim, Eui-Chan;Hwang, Byung-Yeon
    • Journal of Korea Spatial Information System Society
    • /
    • v.8 no.1 s.16
    • /
    • pp.27-35
    • /
    • 2006
  • As the increasing interest about geographical information, such researches and applied fields become wide. OGC(Open GIS Consortium) developed GML(Geography Markup Language) which is adopted XML(extensible Markup Language) in GIS field. In various applied field, GML is used and studied continuously. This paper try to find out the meaningful rules using Apriori algorithm from GML documents, one of the data mining techniques which is studied based on existing XML documents There are two ways to find out the rules. One is the way that find out the related rules as extracting the content in GML documents, the other find out the related rules based on used tags and attributes. This paper describes searching the rules through two ways and shows the system adopted two ways.

  • PDF

A method of converting geographic information between spatial database and GML (공간 데이터베이스와 GML 문서간의 지리 정보 변환 방법)

  • An, Young-Su;Park, Soon-Young;Chung, Warn-Ill;Bae, Hae-Young
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2002.11c
    • /
    • pp.1745-1748
    • /
    • 2002
  • 빠른 인터넷의 보급과 정보화 사회의 발전에 따라 다양한 형태의 문서를 통합하여 유통할 수 있는 XML(eXtensible Markup Language)이 등장하게 되었다. 이러한 XML의 장점을 이용하여 지리적 특성을 가진 정보에 대한 문서의 표준이 요구되었고, 이에 따라 OGC(Open GIS Consortium)에서는 GML(Geography Markup Language) 명세를 제시하였다. Geometry와 geographic feature 정보를 포함하고 있는 GML은 다양한 데이터 타입에 대한 상호 운용성을 제공하고, 통합된 지리 정보를 유통할 수 있게 하는 장점을 가진다. 현재 이러한 장점을 가진 GML 지원 시스템과 응용에 대한 연구가 활발히 진행 중이나, 구체적인 방법론에 관한 제시는 미흡하다. 이에 본 논문에서는 공간 데이터베이스의 지리 정보를 GML 명세에 따른 GML 문서로 변환하는 방법과 GML 문서 내에 표현된 지리정보를 공간 데이터베이스에 저장하는 두 가지 방법을 제안한다.

  • PDF