KR100216078B1 - Kxf/dxf data format translation method - Google Patents

Kxf/dxf data format translation method Download PDF

Info

Publication number
KR100216078B1
KR100216078B1 KR1019970004736A KR19970004736A KR100216078B1 KR 100216078 B1 KR100216078 B1 KR 100216078B1 KR 1019970004736 A KR1019970004736 A KR 1019970004736A KR 19970004736 A KR19970004736 A KR 19970004736A KR 100216078 B1 KR100216078 B1 KR 100216078B1
Authority
KR
South Korea
Prior art keywords
kxf
data
dxf
information
data format
Prior art date
Application number
KR1019970004736A
Other languages
Korean (ko)
Other versions
KR19980068225A (en
Inventor
김성룡
김영만
백송훈
김효실
안병익
한은영
김종록
Original Assignee
이계철
한국전기통신공사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 이계철, 한국전기통신공사 filed Critical 이계철
Priority to KR1019970004736A priority Critical patent/KR100216078B1/en
Publication of KR19980068225A publication Critical patent/KR19980068225A/en
Application granted granted Critical
Publication of KR100216078B1 publication Critical patent/KR100216078B1/en

Links

Images

Landscapes

  • Processing Or Creating Images (AREA)

Abstract

본 발명은 지리정보시스템(Geographic Information System ; GIS)용 데이타 변환 방법에 관한 것으로, 특히 중형급 컴퓨터 환경하에서 KXF 데이타 포맷을 DXF 데이타 포맷으로 변환하는 방법에 관한 것이다.The present invention relates to a data conversion method for a Geographic Information System (GIS), and more particularly, to a method for converting a KXF data format to a DXF data format in a medium computer environment.

본 발명은 KXF 데이타 포맷을 DXF 데이타 포맷으로 변환하는 방법에 있어서, 변환될 KXF 데이타 파일을 열고 새로운 DXF 파일을 생성하며 변환될 KXF 데이타 파일의 도면정보를 DXF 데이타 포맷의 헤더부분으로 변환하는 초기환경 설정 단계; KXF 데이타 유형 정보를 추출하여 DXF의 레이어 테이블로 변환하는 단계; KXF의 라인 테이블 정보, 주석 테이블 정보를 추출하여 DXF 테이블로 변환 하는 단계; KXF 심볼 정보를 DXF의 블록부분으로 변환하는 단계; KXF 공간 데이타를 종류별로 분류하여 변환함수와 특성정보, 테이블 정보, 레이어 정보 등을 이용하여 DXF 데이타로 변환하는 KXF 공간 데이타 변환 단계; 및, 변환할 KXF 공간 데이타가 존재하지 않으면 작업을 종료하고 존재하면 상기 KXF 공간 데이타 변환 단계로 분기하는 단계를 포함하는 것을 특징으로 한다.The present invention is a method for converting a KXF data format to a DXF data format, the initial environment of opening a KXF data file to be converted, creating a new DXF file, and converting drawing information of the KXF data file to be converted into a header portion of the DXF data format. Setting step; Extracting and converting KXF data type information into a layer table of DXF; Extracting line table information and annotation table information of KXF into a DXF table; Converting the KXF symbol information into a block portion of the DXF; A KXF spatial data conversion step of classifying KXF spatial data by type and converting the KXF spatial data into DXF data using a conversion function, characteristic information, table information, and layer information; And if the KXF spatial data to be converted does not exist, ending the operation, and if so, branching to the KXF spatial data conversion step.

Description

KXF 데이타 포맷을 DXF 데이타 포맷으로 변환하는 방법How to convert KXF data format to DXF data format

본 발명은 지리정보시스템(Geographic Information System, GIS)용 데이타 변환 방법에 관한 것으로, 특히 중형급 컴퓨터 환경하에서 KXF 데이타 포맷을 DXF 데이타 포맷으로 변환하는 방법에 관한 것이다.The present invention relates to a data conversion method for a Geographic Information System (GIS), and more particularly, to a method of converting a KXF data format to a DXF data format in a medium-sized computer environment.

종래에는 KXF(Korea standard eXchange Format) 데이타 포맷의 파일이 DXF(Data eXchange Format) 파일로 변환이 되지 않아 국가 표준 GIS 데이타 포맷인 KXF로 구축된 지리정보나 수치지도를 CAD 시스템에서 활용할 수 없는 문제점이 있었다.Conventionally, the KXF (Korea standard eXchange Format) data format file is not converted to DXF (Data eXchange Format) file, so it is not possible to utilize geographic information or digital map constructed with KXF, the national standard GIS data format, in CAD system. there was.

본 발명은 상기와 같은 문제점을 해결하기 위하여 KXF의 식별(Identificaton)모듈, 카타로그/공간 도메인(Catalog/spatial Domain) 모듈을 DXF의 헤더(Header) 부분, 테이블 부분, 블록 부분으로 변환하고 각 공간객체 모듈, 관련 속성 모듈, 스키마 모듈을 통합하여 DXF의 항목(Entity) 부분으로 자동변환하는 것을 과제로 한다.In order to solve the above problems, the present invention converts the identity module and catalog / spatial domain module of KXF into a header part, a table part, and a block part of DXF, and each spatial object. The task is to integrate modules, related attribute modules, and schema modules and automatically convert them into entity parts of the DXF.

제1도는 본 발명에 적용되는 하드웨어 구성도,1 is a hardware configuration diagram applied to the present invention,

제2도는 KXF 데이타 포땟 구성도,2 is a KXF data format diagram,

제3도는 DXF 데이타 포맷 구성도,3 is a configuration diagram of the DXF data format,

제4도는 본 발명에 따른 KXF 데이터 포맷을 DXF 데이타 포맷으로 변환시키는 과정을 도시한 도면이다.4 is a diagram illustrating a process of converting a KXF data format to a DXF data format according to the present invention.

* 도면의 주요부분에 대한 부호의 설명* Explanation of symbols for main parts of the drawings

1 : 중앙처리장치 2 : 주기억장치1: central processing unit 2: main memory unit

3 : 입출력 제어기 4 : 보조기억장치3: input / output controller 4: auxiliary memory

5 : 입출력장치5: input / output device

본 발명은 상기와 같은 목적을 달성하기 위하여 KXF 데이타 포맷을 DXF 데이타 포맷으로 변환하는 방법에 있어서, 변환될 KXF 데이타 파일을 열고 새로운 DXF 파일을 생성하며 변환될 KXF 데이타 파일의 도면정보를 DXF 데이타 포맷의 헤더부분으로 변환하는 초기환경 설정 단계, KXF 데이타 유형 정보를 추출하여 DXF의 레이어 테이블로 변환하는 단계, KXF의 라인 테이블 정보, 주석 테이블 정보를 추출하여 DXF 테이블로 변환하는 단계, KXF 심볼 정보를 DXF의 블록부분으로 변환하는 단계, KXF 공간 데이타를 종류별로 분류하여 변환함수와 특성정보, 테이블 정보, 레이어 정보 등을 이용하여 DXF 데이타로 변환하는 KXF 공간 데이타 변환 단계, 및, 변환할 KXF 공간 데이타가 존재하지 않으면 작업을 종료하고 존재하면 상기 KXF 공간 데이타 변환 단계로 분기하는 단계를 포함하는 것을 특징으로 한다.The present invention provides a method of converting a KXF data format to a DXF data format in order to achieve the above object, by opening a KXF data file to be converted, creating a new DXF file, and converting drawing information of the KXF data file to be converted into a DXF data format. Initial configuration step of converting to header part, extracting KXF data type information to DXF layer table, extracting KXF line table information, comment table information to DXF table, converting KXF symbol information Converting to DXF block part, converting KXF spatial data into types, converting KXF spatial data into DXF data using conversion function, characteristic information, table information, and layer information, and converting KXF spatial data Terminates the task if it does not exist and branches to the KXF spatial data transformation step if present. It is characterized by including.

이하, 첨부된 도면을 참조하여 본발명의 바람직한 실시예를 상세히 설명하기로 한다.Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings.

제1도는 본 발명이 적용되는 중형급 컴퓨터의 하드웨어 구성도로서 이에 도시 된 바와 같이, 컴퓨터의 전체 동작을 제어 관리하고 작업을 수행하는 중앙처리장치(1)와, 중앙처리 장치에서 수행할 프로그램을 저장하고 작업수행중 이용되는 각종 데이타를 저장하는 주기억장치(2)와, 보조기억 장치, 입출력 장치에 대한 입출력을 제어하는 입출력 제어기(3)와, 대량의 데이타를 저장하는 보조기억장치(4)와, 키보드, 표시장치, 프린터 등을 포함하는 입출력 장치(5)로 구성되어 있다.1 is a hardware configuration diagram of a medium-class computer to which the present invention is applied. As shown in FIG. 1, a central processing unit 1 for controlling and managing overall operations of a computer and performing a task and a program to be executed in the central processing unit are stored. And an auxiliary memory device (3) for controlling input and output of the auxiliary memory device, an input / output device, and an auxiliary memory device (4) for storing a large amount of data. And an input / output device 5 including a keyboard, a display device, a printer, and the like.

상기와 같이 구성된 중형급 컴퓨터에서 주기억장치(2)에는 본 발명의 KXF 데이타 포맷을 DXF 데이타 포맷으로 변환시키는 프로그램이 저장되어 있으며, 중앙 처리장치(1)의 제어에 따라 수행되어진다.In the medium-class computer configured as described above, the main memory device 2 stores a program for converting the KXF data format of the present invention into the DXF data format, and is executed under the control of the central processing unit 1.

다음에서, KXF 데이타 포맷과 DXF 데이터 포맷의 특징에 대하여 설명한다.Next, features of the KXF data format and the DXF data format will be described.

제2도는 KXF 데이타 포맷에 대해 설명한다. KXF 데이타 포맷은 미국연방 표준 GIS 포맷으로 정의된 SDTS(Spatial Database Transfer Standard)를 한국적 상황을 가미해 한국형 GIS 표준 포맷으로 만든 것으로, 총 5부분으로 구성되어 있다. Part 1은 수치지도 데이타의 적합성 여부, 개념적 모델 등을 정의하고, Part 2는 지리정보에 대한 속성 정보 및 용어 정의를, Part 3는 ISO 8211를 이용한 공간 데이터의 호환을 정의하고 있으며, Part 5, 6는 각각 벡터 및 래스터 프로파일 정보가 수록되어 있다. 전환에 사용되는 KXF 데이터 포맷은 기본적으로 Part 4 벡터 프로파일 부분만을 이용하도 있으며 총25개의 벡터 공간 객체 정의 모듈중 식별(Identification), 카타로그/디렉토리 (Catalog/Directory), 데이타 사전(Data Dictionary) 모듈 등 9개의 모듈을 상호 전환에 이용하고 있다.2 illustrates the KXF data format. The KXF data format is composed of Spatial Database Transfer Standard (SDTS), which is defined as the US Federal GIS format, in the Korean GIS standard format. Part 1 defines the suitability of digital map data, conceptual model, etc., Part 2 defines attribute information and term definition for geographic information, Part 3 defines compatibility of spatial data using ISO 8211, Part 5, 6 contains vector and raster profile information, respectively. The KXF data format used for the conversion basically uses only the Part 4 vector profile part, and among the total 25 vector spatial object definition modules, identification, catalog / directory, data dictionary module, etc. Nine modules are used to switch between them.

제3도는 DXF 데이타 포맷에 대해 설명한다. DXF 데이타 포맷은 헤더 (Header), 테이블(Table), 블록(Block), 항목(Entities) 등 4개의 부분으로 구성되어 있으며 도면 요소 그룹 코드에 의해 여러가지 형태의 데이타 요소가 정의된다. 헤더 부분은 도면의 일반적인 정보를 갖는 매개변수들로 구성되어 있으며, 테이블 부분은 레이어(Layer), 라인 유형(Line Type) 테이블 등이 정의되어 있다. 블록 부분은 도면에서 사용되는 여러 개의 블록으로 구성되는데 하나의 블록은 여러 개의 도면 요소들을 포함한다. 항목 부분은 도면요소에 대한 실제 데이타 리스트를 가지고 있다. DXF에서 사용되는 도면요소는 라인, 폴리라인, 원, 아크(arc), 텍스트, 인서트(INSERT), ATTRIB, 차원(DIMENSION) 등이 있으며, 각각의 도면요소들은 그룹코드로 이루어진 개별적인 포맷을 가지고 있다.3 illustrates the DXF data format. The DXF data format is composed of four parts, such as a header, a table, a block, and items, and various types of data elements are defined by drawing element group codes. The header part is composed of parameters having general information of the drawing, and the table part defines a layer, a line type table, and the like. The block portion is composed of several blocks used in the drawing, and one block includes several drawing elements. The item part contains the actual data list for the entity. Elements used in DXF include lines, polylines, circles, arcs, text, inserts, ATTRIBs, and dimensions. Each element has a separate format consisting of group codes. .

제4도는 본 발명에 따른 KXF 데이타 포맷을 DXF 데이타 포맷으로 변환하는 과정을 나타낸 것이다. 변환 프로그램을 보조기억 장치(4)에서 주기억 장치(2)에 올린후 중앙처리 장치(2)에 의해 작업이 시작되면 변환될 KXF 데이타의 화일명과 생성되어질 DXF 파일명을 입력받아 보조기억장치(4)에 있는 KXF 데이타 파일을 열고 보조기억장치(4)에 새로운 DXF 파일을 생성하며, 변환될 데이타 파일의 도면정보를 추출하여 주기억장치(2)에 올리고 DXF 테이타 포맷의 헤더 부분으로 변환하여 DXF 파일에 추가시키는 초기환경 설정 과정(S1)을 수행한다. 상기과정 수행후, 보조기억장치(4)에 있는 KXF 데이타 유형 정보들을 추출하여 주기억장치(2) 상에서 DXF의 레이어 테이블(Layer Table)로 변환하는 KXF 데이타 유형 정보 추출과정(S2)을 수행하고 KXF의 라인 테이블 정보와, 주석(Annotation) 테이블 정보 등을 추출하여 주기억장치(2)상에서 해당 테이블 정보를 DXF의 테이블 형태로 변환하여 DXF 파일에 추가시키는 KXF 테이블 정보 추출과정(53)을 수행한다. 상기 과정의 수행후, KXF 심볼 정보를 추출하여 주기억장치(2)상에서 DXF 데이타 포맷의 블록 부분으로 변환하여 DXF 파일에 추가시키는 KXF 심볼 정보 추출과정(S4)을 수행하는데 KXF 데이타 포맷의 심볼은 그래픽 개체들의 집합으로 심볼 테이블로 정의되어 사용한다 상기 과정을 수행후, 보조기억장치(4)에 있는 KXF 데이타 파일의 공간데이타를 추출하여 주기억장치(2) 상에서 데이타 종류를 분류하는 KXF 공간 데이타 추출과정(55)을 수행한다. 이 과정에서 추출된 공간데이타로부터 데이타 종류와 관련된 정보를 추출하여 라인, 커브, 아크, 원, 심볼 등으로 주기억장치(2)상에서 분류한다. 상기과정 수행후, KXF 데이타의 색상, 크기, 데이타 유형 등 특성들을 DXF 데이타로 변환하는 데이타 특성처리 과정을 수행하는데 추출된 공간데이타의 색상, 라인 형태, 글자크기 등은 상기 KXF 테이블 정보 추출과정(53)에서 추출되어 주기억장치(2)상에 있는 라인 테이블 및 주석 테이블 정보를 참조하여 적정한 DXF 데이타 포맷의 데이타 특성으로 매칭하고, 데이타 유형은 적정한 DXF 데이타 포맷의 레이어로 변환하여 그 내용을 주기억장치(2)에 보관한다. 상기과정 수행 후, 공간 데이타가 심볼일 경우를 검사하여 심볼일 경우 심볼 유형과 입력위치, 축척, 색상 등의 정보를 추출하여 DXF 데이타로 변환하는 심볼처리 과정을 수행하고 심볼이 아닌 경우 다음 과정으로 진행한다(S5-1). 상기 과청 수행 후, 공간 데이타가 정의된 속성정보를 가지고 있는지 검사하여 정의된 속성정보를 가지고 있으면 KXF 데이타 파일의 속성정보를 추출하여 DXF 데이타 파일로 변환하는 속성데이타 변환과정을 수행하고 속성정보를 가지고 있지 않으면 다음 과정으로 진행한다(S5-2). 상기 속성 데이타 변환과정은 DXF 데이타 포맷의 ATTDEF와 ATTRIB 개체를 이용하여 블록 형태로 동일한 내용을 갖는 DXF 데이타로 변환한다.4 shows a process of converting the KXF data format to the DXF data format according to the present invention. After the conversion program is uploaded from the auxiliary memory device 4 to the main memory device 2 and the operation is started by the central processing device 2, the auxiliary memory device 4 receives the file name of the KXF data to be converted and the DXF file name to be generated. Open the KXF data file on the disk and create a new DXF file in the auxiliary memory (4), extract the drawing information of the data file to be converted, put it in the main memory (2), convert it to the header part of the DXF data format, and Perform the initial configuration process (S1) to add. After the above process, the KXF data type information extraction process (S2) of extracting KXF data type information in the auxiliary memory device 4 and converting it into a layer table of DXF on the main memory device 2 is performed. The KXF table information extraction process 53 is performed to extract the line table information, annotation table information, and the like, convert the corresponding table information into a DXF table form on the main memory 2, and add the same table information to the DXF file. After the above process, the KXF symbol information extraction process (S4) which extracts the KXF symbol information, converts the block portion of the DXF data format on the main memory device (2), and adds it to the DXF file is performed. After the above process, the KXF spatial data extraction process of extracting the spatial data of the KXF data file in the auxiliary memory device 4 and classifying the data types on the main memory device 2 is performed. Perform 55. Information related to the data type is extracted from the spatial data extracted in this process and classified into lines, curves, arcs, circles, symbols, and the like on the main memory device 2. After performing the above process, the data characteristic processing process of converting the characteristics of color, size, data type, etc. of KXF data into DXF data is performed. The color, line shape, font size, etc. of the extracted spatial data are extracted from the KXF table information extraction process ( 53), the line table and annotation table information extracted on the main memory 2 is referred to and matched with the data characteristics of the appropriate DXF data format, and the data type is converted into a layer of the appropriate DXF data format to convert the contents into the main memory. Store in (2). After performing the above process, it checks the case where the spatial data is a symbol, performs symbol processing to extract information such as symbol type, input position, scale, color, etc., and converts it into DXF data. Proceed (S5-1). After performing the auditing, if the spatial data has the defined attribute information, and if the defined attribute information, the attribute data conversion process of extracting the attribute information of the KXF data file and converting it into a DXF data file is performed. If not, proceed to the next step (S5-2). The attribute data conversion process uses the ATTDEF and ATTRIB entities of the DXF data format to convert DXF data having the same contents in block form.

상기과정 수행 후, 추출된 공간 데이타를 변환함수와 주기억장치(2)상의 특성정보, 테이블 정보, 레이어정보 등을 이용하여 DXF 데이타로 변환하는 공간데이타 변환과정(S6)을 수행하고, DXF 데이타 파일에 변환된 공간데이타 및 속성데이타를 추가시키는 DXF 데이타 생성과정(57)을 수행한다. 상기과정 수행 후, 변환할 공간 데이타가 존재하는지 검사하여 존재하지 않으면 변환 수행 작업을 종료하고 존재한다면 KXF 공간데이타 추출과정으로 분기하여 상기 과정을 반복 수행한다(S8) .After the above process, the spatial data conversion process (S6) is performed to convert the extracted spatial data into DXF data using the conversion function, the characteristic information on the main memory device 2, the table information, the layer information, and the like. A DXF data generation process 57 for adding the converted spatial data and attribute data is performed. After performing the above process, it is checked whether the spatial data to be transformed exists. If not, the conversion is terminated. If there is, the process branches to the KXF spatial data extraction process and repeats the process (S8).

이상에서 상세히 설명한 바와 같이 본 발명은 KXF 데이타 포맷을 DXF 데이타 포맷으로 변환시켜줌으로써 KXF 데이타 포맷으로 구축된 수치지도나 지리정보를 CAD 시스템에서 이용할 수 있게 함으로써 데이타 구축에 드는 시간을 절감 및 비용의 절감을 꾀할 수 있는 효과를 수반한다.As described in detail above, the present invention converts the KXF data format into the DXF data format so that the digital map or geographic information constructed in the KXF data format can be used in a CAD system, thereby reducing the time required for data construction and cost. It is accompanied by effects that can be planned.

아울러 본 발명의 바람직한 실시예는 예시의 목적을 위해 개시된 것이며, 당업자라면 본 발명의 사상과 범위안에서 다양한 수정, 변경, 부가 등이 가능할 것이며, 이러한 수정 변경 등은 이하의 특허 청구의 범위에 속하는 것으로 보아야 할 것이다.In addition, a preferred embodiment of the present invention is disclosed for the purpose of illustration, those skilled in the art will be able to make various modifications, changes, additions, etc. within the spirit and scope of the present invention, such modifications and modifications belong to the following claims You will have to look.

Claims (3)

KXF 데이타 포맷을 DXF 데이타 포맷으로 변환하는 방법에 있어서, 변환될 KXF 데이타 파일을 열고 새로운 DXF 파일을 생성하며 변환될 KXF 데이타 파일의 도면정보를 DXF 데이타 포맷의 헤더부분으로 변환하는 초기환경 설정 단계, KXF 데이타 유형 정보를 추출하여 DXF의 레이어 테이블로 변환하는 단계, KXF의 라인 테이블 정보, 주석 테이블 정보를 추출하여 DXF 테이블로 변환하는 단계, KXF 심볼 정보를 DXF의 블록부분으로 변환하는 단계, KXF 공간 데이타를 종류별로 분류하여 변환함수와 특성정보, 테이블 정보, 레이어 정보 등을 이용하여 DXF 데이타로 변환하는 KXF 공간 데이타 변환 단계, 변환할 KXF 공간 데이타가 존재하지 않으면 작업을 종료하고 존재하면 상기 KXF 공간 데이타 변환 단계로 분기하는 단계를 포함하는 것을 특징으로 하는 KXF 데이타 포맷을 DXF 데이타 포맷으로 변환하는 방법.A method of converting a KXF data format to a DXF data format, the initial configuration step of opening a KXF data file to be converted, creating a new DXF file, and converting drawing information of the KXF data file to be converted into a header portion of the DXF data format, Extracting KXF data type information to DXF layer table, extracting KXF line table information, annotation table information to DXF table, converting KXF symbol information to DXF block part, KXF space The KXF spatial data conversion step of classifying data into types and converting them into DXF data using a conversion function, characteristic information, table information, and layer information. If the KXF spatial data does not exist, the operation is terminated. DXF to KXF data format, characterized by branching to data conversion step. How to convert to data format. 청구항 1에 있어서, 상기 KXF 공간 데이타 변환 단계에서 상기 공간 데이타에 심볼이 존재하는 경우, 심볼의 유형, 입력위치, 축척, 색상 등의 정보를 추출하여 DXF 데이타로 변환하는 심볼 처리 과정을 추가로 포함하는 것을 특징으로 하는 KXF 데이타 포맷을 DXF 데이타 포맷으로 변환하는 방법.The method of claim 1, further comprising: a symbol processing process of extracting information such as symbol type, input position, scale, color, and the like into DXF data when a symbol exists in the spatial data in the KXF spatial data conversion step; Converting the KXF data format to the DXF data format. 청구항 1 또는 청구항 2에 있어서, 상기 KXF 공간 데이타 변환 단계에서 상기 공간 데이타에 속성 데이타가 존재하는 경우 DXF 데이타 포맷의 ATTDEF와 ATTRIB 개체를 이용하여 블록 형태로 동일한 내용을 갖는 DXF 데이타로 변환하는 것을 특징으로 하는 KXF 데이타 포맷을 DXF 데이타 포맷으로 변환하는 방법.The method according to claim 1 or 2, wherein when attribute data exists in the spatial data in the KXF spatial data conversion step, the ATTDEF and ATTRIB entities of the DXF data format are converted into DXF data having the same contents in block form. To convert the KXF data format to DXF data format.
KR1019970004736A 1997-02-17 1997-02-17 Kxf/dxf data format translation method KR100216078B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019970004736A KR100216078B1 (en) 1997-02-17 1997-02-17 Kxf/dxf data format translation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019970004736A KR100216078B1 (en) 1997-02-17 1997-02-17 Kxf/dxf data format translation method

Publications (2)

Publication Number Publication Date
KR19980068225A KR19980068225A (en) 1998-10-15
KR100216078B1 true KR100216078B1 (en) 1999-08-16

Family

ID=19497234

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019970004736A KR100216078B1 (en) 1997-02-17 1997-02-17 Kxf/dxf data format translation method

Country Status (1)

Country Link
KR (1) KR100216078B1 (en)

Also Published As

Publication number Publication date
KR19980068225A (en) 1998-10-15

Similar Documents

Publication Publication Date Title
US5623417A (en) Method and apparatus for functional level data interface
US7046847B2 (en) Document processing method, system and medium
WO2001029715A9 (en) Database for electronic design automation applications
CN101008940B (en) Method and device for automatic processing font missing
CN115906360A (en) Drainage system CAD-GIS data conversion and standard marking method and device
JPH11184894A (en) Method for extracting logical element and record medium
KR100216078B1 (en) Kxf/dxf data format translation method
KR100216079B1 (en) Dxf/kxf data format translation method
CN101452459A (en) System for searching similar translation result by utilizing indexes and method thereof
Joshi et al. Image retrieval system using intuitive descriptors
KR20010044367A (en) Method for conversion from DXF file to GEOMania Data File
KR20000061776A (en) Method for generating patent map
JP2002073598A (en) Document processor and method of processing document
KR100216068B1 (en) A method of converting dxf data format to informap database
CN112686000B (en) Format conversion method of electronic book document, electronic equipment and storage medium
CN103713864B (en) Book ticket output device and book ticket output method
KR100237878B1 (en) File transformation method
KR100223058B1 (en) File transformation method
KR100237877B1 (en) A method of converting korea standard exchange format to gothic middle file
KR100236838B1 (en) Method for converting arc/info file to kxf data format
CN113033162A (en) Electronic document conversion method capable of controlling editing rule
KR100237879B1 (en) File format transformation method
KR100237876B1 (en) A method of converting infomap file to korea standard exchange format
KR100260249B1 (en) Method of converting informap drawing to autocad drawing
Marur et al. A Novel Architecture for Production of Glance-Friendly Online Documents Using Semiformal Approach

Legal Events

Date Code Title Description
A201 Request for examination
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20090508

Year of fee payment: 11

LAPS Lapse due to unpaid annual fee