KR20010044367A - Method for conversion from DXF file to GEOMania Data File - Google Patents

Method for conversion from DXF file to GEOMania Data File Download PDF

Info

Publication number
KR20010044367A
KR20010044367A KR1020010007159A KR20010007159A KR20010044367A KR 20010044367 A KR20010044367 A KR 20010044367A KR 1020010007159 A KR1020010007159 A KR 1020010007159A KR 20010007159 A KR20010007159 A KR 20010007159A KR 20010044367 A KR20010044367 A KR 20010044367A
Authority
KR
South Korea
Prior art keywords
file
geomania
gdf
dxf
data
Prior art date
Application number
KR1020010007159A
Other languages
Korean (ko)
Other versions
KR100422127B1 (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 KR10-2001-0007159A priority Critical patent/KR100422127B1/en
Publication of KR20010044367A publication Critical patent/KR20010044367A/en
Application granted granted Critical
Publication of KR100422127B1 publication Critical patent/KR100422127B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services

Abstract

PURPOSE: A method for converting a DXF(Drawing eXchange Format) file into a GEOMania data file is provided to convert graphic entities of a DXF file that is a exchange data format of various commercial GISs(Geographic Information Systems) and used in a CAD system into a data file of a GEOMania GIS software. CONSTITUTION: An operation processing part reads a DXF file to be converted from a map data storage part, and sets up a GDF(GEOMania Data File) to be generated(100). The operation processing part extracts a total area coordinates value, a standard spatial data character value and a layer name value from a header part and a table part of the DXF files(110,120), converts the layer name into a header part of an initial GDF, draws up the header part(130), converts the values into a header of a spatial part of the GDF, draws up the header(140), extracts graphic entities information of a entity part of the DXF file(150), converts the information into a page body among the spatial part of the GDF and draws up the page body(160). The operation processing part decides whether or not graphic entity among the DXF file remains(170) and displays the GDF that conversion is completed on a screen in case grahpic entity does not remain(180).

Description

디엑스에프 파일을 지오매니아 데이터 파일로 변환하는 방법 {Method for conversion from DXF file to GEOMania Data File}How to convert dexf file to geomania data file {Method for conversion from DXF file to GEOMania Data File}

본 발명은 지리정보시스템(GIS:Geographic Information System)에서 사용하는 서로 상이한 지도 데이터간의 포맷을 변환하는 방법에 관한 것으로, 일반적인 컴퓨터에서 캐드(CAD) 시스템의 DXF(Drawing eXchange Format) 파일의 그래픽 엔티티를 지오매니아(GEOMania) 데이터 파일인 GDF 파일로 변환하는 방법에 대한 것이다.The present invention relates to a method of converting a format between different map data used in a Geographic Information System (GIS). The present invention relates to a graphic entity of a drawing system format (DXF) file of a CAD system in a general computer. How to convert GDF files, which are GEOMania data files.

그러나 국내에서 사용중인 여러 상용 지리정보시스템의 교환 데이터 포맷이자 캐드(CAD)시스템에서 사용되는 표준 확장 포맷인 DXF 파일이, 국내에서 많이 사용하고 있는 GIS용 소프트웨어인 지오매니아의 데이터 파일로 변환이 되지 않아, DXF 파일로 기 구축된 지리정보 데이터의 사용이 불가능하다는 문제점이 있었다.However, DXF files, which are exchange data formats of various commercial geographic information systems used in Korea and standard extension formats used in CAD systems, cannot be converted to data files of Geomania, which is a GIS software used in Korea. Therefore, there was a problem that it is impossible to use the geospatial data pre-built as a DXF file.

본 발명의 과제는 상기한 종래 기술이 안고 있는 문제점을 해결하기 위해 캐드(CAD)시스템의 데이터 파일인 DXF 파일의 헤더 파트와 테이블 파트의 데이터를 추출하여, 이것을 설정된 지오매니아 데이터 파일인 GDF 파일의 헤더 파트와 공간 파트중 공간 헤더 부분으로 변환하고 아울러, DXF 파일의 엔티티 파트 내에 있는 각종 그래픽 엔티티인 포인트, 텍스트, 라인, 폴리곤 등의 데이터를 추출하여, 지오매니아 데이터 파일중 공간 파트내의 페이지 몸체로 변환하는 것이다. 즉, DXF 파일의 그래픽 엔티티 정보만을 추출하여 지오매니아 데이터 파일인 GDF의 링크 파트와 비공간 파트를 제외한 헤더 파트와 공간 파트에 저장하여 변환하는 것이다.The problem of the present invention is to extract the header part and the table part data of the DXF file, which is the data file of the CAD system, to solve the problems of the prior art described above. It converts the header part and the spatial part into the spatial header part, and extracts data such as points, text, lines, and polygons, which are various graphic entities in the entity part of the DXF file, and converts the data into the page body in the spatial part of the geomania data file. To convert. In other words, only the graphic entity information of the DXF file is extracted and stored in the header part and the spatial part except for the link part and the non-spatial part of the GDF which is a geomania data file.

도 1은 본 발명이 적용된 파일변환시스템을 나타내는 구성도,1 is a block diagram showing a file conversion system to which the present invention is applied;

도 2는 도 1의 시스템에서 디엑스에프 파일을 지오매니아 데이터 파일로 변환하는 방법을 설명하기 위한 흐름도,FIG. 2 is a flowchart for explaining a method of converting a de-FS file into a geomania data file in the system of FIG. 1;

도 3은 디엑스에프(DXF) 파일의 기본 구조도,3 is a basic structural diagram of a DXF file,

도 4는 지오매니아(GEOMania) 데이터 파일 구조도4 is a schematic diagram of a GEOMania data file

〈도면의 주요부분에 대한 부호의 설명〉<Explanation of symbols for main parts of drawing>

101 : 지도데이터저장부 102 : 입력부101: map data storage unit 102: input unit

103 : 램(RAM) 104 : 롬(ROM)103: RAM 104: ROM

105 : 출력포트 106 : 비디오메모리105: output port 106: video memory

107 : 화면표시부 108 : 연산처리부(CPU)107: screen display unit 108: arithmetic processing unit (CPU)

상기 목적을 달성하기 위한 본 발명의 DXF(Drawing eXchange Format) 파일을 지오매니아 데이터 파일 GDF로 변환하는 방법은, (1) 변환될 DXF 파일을 지정하고 이를 기초로 생성될 지오매니아 GDF 파일을 설정하는 단계와 상기 설정 후, (2) DXF 파일의 헤더 파트의 정보를 파악 및 추출하는 단계와 상기 추출 후, (3) DXF 파일의 테이블 파트의 정보를 파악 및 추출하는 단계와 상기 추출 후, (4) 상기 추출된 데이터를 이용하여 지오매니아 GDF 파일의 헤더 파트를 작성하는 단계 및 (5) 지오매니아 GDF 파일의 공간 파트중 공간 헤더를 작성하는 단계와 상기 작성 후, (6) DXF 파일의 엔티티 파트에 있는 그래픽 엔티티의 정보를 파악 및 추출하는 단계와 상기 추출 후, (7) 상기 추출된 데이터를 이용하여 지오매니아 GDF 파일의 공간 파트중 페이지 몸체를 작성하는 단계와 상기 작성 후, (8) 변환될 DXF 파일에 그래픽 엔티티가 남아 있는지의 여부를 파악하는 단계와 상기 파악 후, (9) 변환 완료되어 생성된 지오매니아 GDF 데이터 파일을 화면에 표시하는 단계와 상기 표시 후, (10) 작업이 종료된 DXF 파일을 닫는 단계와 상기 작업 후, (11) 작업이 종료된 지오매니아 GDF 데이터 파일을 저장 후 닫는 단계를 포함한다. 이하 첨부된 도면을 참조하여 본 발명을 상세히 설명하기로 한다.In order to achieve the above object, a method of converting a DXF (Drawing eXchange Format) file of the present invention to a geomania data file GDF includes: (1) specifying a DXF file to be converted and a geomania GDF file to be generated based on the After the step and the setting, (2) after grasping and extracting information of the header part of the DXF file and after the extraction, (3) grasping and extracting information of the table part of the DXF file and after the extraction, (4 ) Creating a header part of the geomania GDF file using the extracted data; and (5) creating a spatial header of the spatial part of the geomania GDF file, and (6) the entity part of the DXF file. Grasping and extracting information of the graphic entity in the; and (7) creating a page body of a spatial part of a geomania GDF file using the extracted data. (8) identifying whether there is a graphic entity left in the DXF file to be converted, and (9) displaying the geomania GDF data file generated after the conversion is completed on the screen after the determination and (10) closing the DXF file after the operation is finished, and (11) storing and closing the geomania GDF data file after the operation is completed. Hereinafter, the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명이 적용된 파일변환시스템을 나타내는 구성도 이다. 도시된 바와 같이 본 발명이 적용된 파일변환시스템은, 지도 데이터를 저장하는 지도데이터저장부(101)와 사용자 인터페이스를 통해 변환 작업을 원하는 DXF 파일을 읽고, 초기 지오매니아 GDF 파일을 설정하는 입력부(102)를 구비하고 있다. 지도데이터저장부(101)와 입력부(102)는 연산처리부(108)에 연결되어 있는데, 이 연산처리부(108)는 지도데이터저장부(101)에 저장되어 있는 DXF 파일의 변환작업의 모든 과정에 대한 연산처리와 제어를 담당한다. 그리고 연산처리부(108)에는 지도를 출력하기 위한 출력장치를 연결할 수 있는 출력포트(105)가 연결되어 있다. 또 연산처리부(108)에는 본 발명이 적용된 지리정보시스템(GIS)을 기반으로 한 파일변환응용프로그램이 저장되어 있는 롬(ROM)으로 된 저장2부(104)와 지도데이터저장부(101)에서 읽어낸 변환대상 파일과 연산처리부(108)에 의해 계산된 각종 결과 값을 일시 저장하는 램(RAM)으로 된 저장1부(103)가 연결된다. 또한 연산처리부(108)에는 변환될 지도 파일을 화면에 표시하기 위한 비디오메모리(106)와 화면표시부(107)가 연결되어 있다.1 is a block diagram showing a file conversion system to which the present invention is applied. As shown, the file conversion system to which the present invention is applied includes a map data storage unit 101 for storing map data and an input unit 102 for reading a DXF file to be converted through a user interface and setting an initial geomania GDF file. ). The map data storage unit 101 and the input unit 102 are connected to the arithmetic processing unit 108. The arithmetic processing unit 108 is used for all processes of converting DXF files stored in the map data storage unit 101. It is in charge of operation processing and control. In addition, the operation processing unit 108 is connected to an output port 105 for connecting an output device for outputting a map. In addition, the calculation processing unit 108 includes a storage unit 104 and a map data storage unit 101 of a ROM (ROM) in which a file conversion application program based on a Geographic Information System (GIS) to which the present invention is applied. The conversion target file 103 is connected to a read-out conversion target file and a storage unit (RAM) which temporarily stores various result values calculated by the operation processing unit 108. In addition, the arithmetic processing unit 108 is connected to a video memory 106 and a screen display unit 107 for displaying a map file to be converted on the screen.

이하 본 발명의 상세한 과정을 설명하기 위해 나타내 보인 도 2의 흐름도를 참조하여 설명한다. 도 1에서 지도데이터저장부(101)는 하드디스크 CD-ROM, 디스켓 등을 사용하며 지도 데이터를 파일 형태로 저장한다. 변환과정의 상세한 설명에 앞서 DXF 파일과 지오매니아 데이터 파일인 GDF에 대한 설명을 하면 다음과 같다.Hereinafter, a description will be given with reference to a flowchart of FIG. 2, which is illustrated for explaining the detailed process of the present invention. In FIG. 1, the map data storage unit 101 uses a hard disk CD-ROM, a diskette, and the like, and stores map data in a file form. Before describing the conversion process, the DXF file and GDF, the geomania data file, are explained as follows.

도 3은 DXF 파일의 기본 구조도 이다. DXF 파일은 크게 헤더 파트(Header Part), 테이블 파트(Tables Part), 블록 파트(Blocks Part), 엔티티 파트(Entities Part) 등 총 4개 파트로 구성되어 있다. 헤더 파트(Header Part)는 도면에 대한 전체 영역의 범위와 버젼, 치수선 등에 관련된 매개변수 등 일반적인 정보가 저장되어 있으며, 테이블 파트(Tables Part)는 라인의 정보, 레이어 정보, 텍스트 정보 등 기호 테이블에 대한 내용을 저장하고 있다. 블록 파트(Blocks Part)는 여러 개의 도형을 모아서 하 나의 이름으로 정의된 도면 정보를 정의하고 있고, 엔티티 파트(Entities Part)는 라인, 폴리라인, 텍스트, 원 등의 공간 데이터의 유형, 라인타입과 좌표 및 레이어명을 저장하고 있다.3 is a basic structural diagram of a DXF file. The DXF file is largely composed of four parts: a header part, a tables part, a blocks part, and an entity part. The header part stores general information such as parameters related to the range, version, dimension line, etc. of the entire area of the drawing, and the tables part includes a symbol table such as line information, layer information, and text information. It stores the contents of Blocks Part defines several pieces of figures and drawing information defined by one name, and Entities Part defines the type, line type and type of spatial data such as line, polyline, text, and circle. Coordinates and layer names are stored.

도 4는 지오매니아(GEOMania) 데이터 파일인 GDF 파일의 구조도이다. 이 GDF 파일은 정부 및 지자체에서 실시하고 있는 주제도 전산화사업 등의 공공근로사업 및 민간기업에서 GIS시스템 구축 시 많이 사용하는 지도데이터 포맷이다. GDF 파일은 크게 헤더 파트(Header Part), 링크 파트(Link Part), 공간 파트(Spatial Part), 비공간 파트(Aspatial Part)의 총 4개 파트로 구성되어 있으며, 헤더 파트(Header Part)는 식별자, 파일버젼, 파일명, 레이어명 등 전체 파일에 대한 정보가 저장되어 있고, 링크 파트(Link Part)는 공간 파트(Spatial Part)와 비공간 파트(Aspatial Part)를 연결하는 정보가 저장되어 있다. 이어 공간 파트(Spatial Part)는 라인, 폴리라인, 텍스트, 원 등의 공간 데이터의 값들이 저장되어 있으며, 비공간 파트(Aspatial Part)는 공간 데이터의 속성 정보인 비공간 데이터에 대한 값들이 저장되어 있다.4 is a structural diagram of a GDF file which is a GEOMania data file. This GDF file is a map data format that is frequently used in the construction of the GIS system in public works projects such as computerized projects and private companies. The GDF file consists of four parts, header part, link part, spatial part, and non-spatial part. The header part is an identifier. Information about the entire file, such as a file version, a file name, and a layer name, is stored. The link part stores information for connecting the spatial part and the non-spatial part. The spatial part stores values of spatial data such as lines, polylines, texts, and circles, and the non-spatial part stores values of nonspatial data, which are attribute information of spatial data. have.

준비 단계로서, 중앙처리장치(Central Processing Unit : CPU)를 내장한 연산처리부(108)는 저장2부인 롬(ROM)에 기 저장되어 있는 본 발명이 적용된 파일변환 기능을 내장한 지리정보시스템 기반의 파일변환응용프로그램을 실행한다.As a preparatory step, the arithmetic processing unit 108 having a central processing unit (CPU) is based on a geographic information system with a file conversion function to which the present invention is stored, which is stored in a second storage unit (ROM). Run the file conversion application.

첫 단계로, 연산처리부(108)는 먼저, 지도데이터저장부(101)에 저장되어 있는 변환할 DXF 파일을 읽어들여 전체 그래픽 엔티티 수량을 저장1부(103)인 램(RAM)에 저장하고, 새로 생성될 지오매니아 GDF 파일을 입력부(102)를 통해서 설정하여 저장1부(103)인 램(RAM)에 저장한다(단계100).In the first step, the calculation processing unit 108 first reads the DXF file to be converted, which is stored in the map data storage unit 101, and stores the total graphic entity quantity in the storage unit RAM (RAM). The newly created geomania GDF file is set through the input unit 102 and stored in the RAM, which is the first storage unit 103 (step 100).

두 번째 단계로, 연산처리부(108)는 선택되어진 DXF 파일의 헤더 파트를 파악하여 지도의 전체 영역인 좌측 상단의 X1, Y1좌표와 우측 하단의 X2, Y2좌표 값을 추출한 후 이것을 저장1부(103)인 램(RAM) 저장한다(단계 110).In the second step, the calculation processing unit 108 grasps the header part of the selected DXF file, extracts the X1 and Y1 coordinates of the upper left and the X2 and Y2 coordinates of the lower right, which are the entire areas of the map, and stores them. 103) RAM (step 110).

세 번째 단계로, 연산처리부(108)는 DXF 파일의 테이블 파트를 파악하여 레이어명과 라인의 색깔, 형태, 굵기 및 텍스트 등의 표준 공간 데이터 특성 값을 추출하여 저장1부인 램(RAM)에 저장한다(단계 120).In the third step, the calculation processing unit 108 grasps the table part of the DXF file, extracts the standard spatial data characteristic values such as the layer name and the color, shape, thickness, and text of the line, and stores them in RAM, which is a storage unit. (Step 120).

네 번째 단계로, 상기 세 번째 단계에서 추출되어 저장1부(103)인 램(RAM)에 저장되어 있는 결과 값 중 레이어명을, 지오매니아 GDF 파일의 헤더 파트로 변환하여 초기 지오매니아 GDF 파일의 헤더 파트를 작성한다(단계 130).In the fourth step, the layer name of the result values extracted in the third step and stored in the RAM (storage part 103) is converted into the header part of the geomania GDF file to convert the initial geomania GDF file. Create a header part (step 130).

다섯 번 째 단계로, 연산처리부(108)는 저장1부(103)인 램(RAM)에 저장되어 있는 값 중, 상기 두 번째 단계에서 추출된 지도의 전체 영역인 좌측 상단의 X1, Y1좌표와 우측 하단의 X2, Y2좌표 값과, 세 번째 단계에서 추출된 라인의 색깔, 형태, 굵기 및 텍스트 등의 표준 공간 데이터 특성 값을, 지오매니아 GDF 파일의 공간 파트의 헤더로 변환한다(단계 140).In a fifth step, the calculation processing unit 108 may include the X1 and Y1 coordinates of the upper left of the map extracted in the second step among the values stored in the RAM of the first storage unit 103. The X2 and Y2 coordinate values at the bottom right and standard spatial data property values such as color, shape, thickness and text of the line extracted in the third step are converted into headers of the spatial part of the Geomania GDF file (step 140). .

여섯 번째 단계로, 연산처리부(180)는 DXF 파일의 엔티티 파트의 정보를 파악하여 각 그래픽 엔티티에 대한 유형, 라인타입, 좌표, 레이어명을 추출하여, 이를 다시 저장1부(103)인 램(RAM)에 저장한다(단계 150).In a sixth step, the operation processor 180 grasps the information of the entity part of the DXF file, extracts the type, line type, coordinates, and layer name for each graphic entity, and stores the RAM (referred to as RAM 1) 103. RAM) (step 150).

일곱 번째 단계로, 상기 여섯 번째 단계에서 추출된 DXF 파일의 그래픽 엔티티 정보를 지오매니아 GDF 파일의 공간 파트 중 페이지 몸체로 변환하여 작성한다(단계 160).In a seventh step, the graphic entity information of the DXF file extracted in the sixth step is converted into a page body of the spatial part of the geomania GDF file and created (step 160).

여덟 번째 단계로, 연산처리부(108)는 상기 첫 단계에서 추출된 DXF 파일의 전체 그래픽 엔티티의 수량을 기초로, 다음 변환할 그래픽 엔티티가 있는지의 여부를 파악하여 변환할 엔티티가 있으면, 상기 여섯 번째 단계(단계 150)와 일곱 번째 단계(단계 160)를 반복해서 수행하고, 더 이상 변환할 그래픽 엔티티가 없다면 다음 단계로 넘어간다(단계 170).In an eighth step, the calculation processing unit 108 determines whether there is a graphic entity to be converted next, based on the quantity of all graphic entities of the DXF file extracted in the first step, and if there is an entity to be converted, the sixth step. Repeat step (step 150) and seventh step (step 160), and if there are no more graphical entities to convert, go to the next step (step 170).

아홉 번째 단계로, 연산처리부(108)는 변환이 완료된 지오매니아 GDF 파일을 화면상에 표시한다(단계 180).In a ninth step, the operation processing unit 108 displays the converted geomania GDF file on the screen (step 180).

열 번째 단계로, DXF 파일에 더 이상의 변환할 그래픽 엔티티가 없으므로 해당 DXF 파일을 닫는다(단계 190).In the tenth step, the DXF file is closed because there are no more graphic entities to convert (step 190).

열 한 번째 단계로, 연산처리부(108)는 최종 작성 완료된 지오매니아 GDF 파일을 저장한 후 파일을 닫고 모든 파일변환과정을 마치게 된다(단계 200).In the eleventh step, the operation processing unit 108 saves the final created geomania GDF file, closes the file, and finishes all file conversion processes (step 200).

상기한 것과 같이 본 발명은 여러 지리정보시스템(GIS)과 캐드(CAD)시스템에서 사용하고 있는 교환 데이터 포맷인 DXF 파일로 기 구축된 다양한 지리정보 데이터를, 국내에서 많이 사용하고 있는 지오매니아(GEOMania) 데이터 파일인 GDF 파일의 공간 데이터로 변환시킴으로서, 지리정보산업발전에 가장 기본이 되는 지도 데이터 구축에 있어서 비용과 시간을 대폭 절감할 수 있는 효과가 있다.As described above, the present invention utilizes a variety of geo-information data that is pre-built in DXF files, which are exchange data formats used in various GIS and CAD systems. By converting the data file into spatial data of the GDF file, the cost and time can be greatly reduced in constructing the map data that is the most fundamental to the development of the geographic information industry.

Claims (3)

디엑스에프 파일을 지오매니아 데이터 파일로 변환하는 방법에 있어서,In the method of converting a dexf file to a geomania data file, (1) 변환될 DXF 파일을 읽어 선택하고, 생성될 지오매니아 GDF 파일을 설정하는 단계;(1) reading and selecting a DXF file to be converted, and setting up a geomania GDF file to be created; (2) DXF 파일에서 그래픽 엔티티 정보를 추출하여 지오매니아 GDF의 공간데이터로 변환하여 작성하는 단계;(2) extracting graphic entity information from the DXF file and converting the graphic entity information into spatial data of a Geomania GDF; (3) 변환 완료된 DXF 파일과 지오매니아 GDF 파일을 정리하는 단계를 구비함을 특징으로 하는 디엑스에프 파일을 지오매니아 데이터 파일로 변환하는 방법.(3) A method for converting a de-X file into a geomania data file, comprising the steps of organizing the converted DXF file and the geomania GDF file. 제 1항에 있어서, 제 (2)단계에서The method of claim 1, wherein in step (2) (1) 디엑스에프 파일의 테이블 파트의 레이어명 값을 추출하여 초기 지오매니아 GDF 파일의 헤더 파트로 변환하여 작성하는 단계;(1) extracting the layer name value of the table part of the deX-F file and converting the layer name value into a header part of the initial geomania GDF file to create it; (2) 디엑스에프 파일의 헤더 파트에서 전체 영역 좌표 값과 테이블 파트에서 표준 공간 데이터 특성 값을 추출하여 지오매니아 GDF 파일의 공간 파트의 헤더로 변환하여 작성하는 단계;(2) extracting the global region coordinate values from the header part of the DeX file and the standard spatial data property values from the table part, converting them into headers of the spatial part of the Geomania GDF file; (3) 디엑스에프 파일의 엔티티 파트의 그래픽 엔티티 정보를 추출하여 지오매니아 GDF 파일의 공간 파트 중 페이지 몸체로 변환하여 작성하는 단계를 구비함을 특징으로 하는 디엑스에프 파일을 지오매니아 데이터 파일로 변환하는 방법.(3) extracting the graphic entity information of the entity part of the DeX file and converting it to a page body among the spatial parts of the Geomania GDF file to create the DeX file as a Geomania data file. How to convert. 제 1항에 있어서, 제 (3)단계에서The method of claim 1, wherein in step (3) (1) 디엑스에프 파일 중 변환할 그래픽 엔티티가 남아 있는지의 여부를 파악하는 단계;(1) determining whether there is a graphic entity to be converted left in the DeX file; (2) 디엑스에프 파일에 변환할 그래픽 엔티티가 남아 있을 경우, 이를 지속적으로 처리하는 단계;(2) if there is a graphic entity to be converted in the DeX file, continuing to process it; (3) 디엑스에프 파일에 변환할 그래픽 엔티티가 없을 경우 변환 완료된 지오매니아 GDF 파일을 화면에 표시하는 단계;(3) displaying the converted geomania GDF file on the screen when there is no graphic entity to be converted in the DeX file; (4) 변환 완료된 디엑스에프 파일을 닫는 단계;(4) closing the converted DSP file; (5) 최종적으로 작성 완료된 지오매니아 GDF 파일을 저장한 후 파일을 닫고 종료하는 단계를 구비함을 특징으로 하는 디엑스에프 파일을 지오매니아 데이터 파일로 변환하는 방법.(5) A method for converting a De-FX file to a Geomania data file, comprising the steps of: closing the file and closing the file after saving the finally created Geomania GDF file.
KR10-2001-0007159A 2001-02-13 2001-02-13 Method for conversion from DXF file to GEOMania Data File KR100422127B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR10-2001-0007159A KR100422127B1 (en) 2001-02-13 2001-02-13 Method for conversion from DXF file to GEOMania Data File

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR10-2001-0007159A KR100422127B1 (en) 2001-02-13 2001-02-13 Method for conversion from DXF file to GEOMania Data File

Publications (2)

Publication Number Publication Date
KR20010044367A true KR20010044367A (en) 2001-06-05
KR100422127B1 KR100422127B1 (en) 2004-03-10

Family

ID=19705711

Family Applications (1)

Application Number Title Priority Date Filing Date
KR10-2001-0007159A KR100422127B1 (en) 2001-02-13 2001-02-13 Method for conversion from DXF file to GEOMania Data File

Country Status (1)

Country Link
KR (1) KR100422127B1 (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040012214A (en) * 2002-08-01 2004-02-11 김창수 A Method to Reduce the Capacity of Geographic Data for Mobile Computing Environments
KR100472203B1 (en) * 2002-12-12 2005-03-10 한국전자통신연구원 Fast image processing system and method thereof
KR100716514B1 (en) * 2005-07-28 2007-05-09 엔에이치엔(주) Method for Generating Stage Map for Seat Reservation/Sales and Method for Providing Seat Reservation Service Using the Map
KR100917834B1 (en) * 2007-09-20 2009-09-18 한국건설기술연구원 Method for transforming asc file to geomania gcd file
WO2010008266A1 (en) * 2008-07-18 2010-01-21 Juarez Huitron Claudia Lorena Industrial information system
KR100964317B1 (en) * 2007-12-18 2010-06-16 한국건설기술연구원 System and method for transforming grd file to geomania gcd file
CN105512235A (en) * 2015-11-30 2016-04-20 中国地质大学(武汉) GIS and AutoCAD data exchange method and intermediate file
CN112800503A (en) * 2021-01-26 2021-05-14 嘉博联合设计股份有限公司 Method and system for converting CAD drawing derived from Revit into standardized drawing
CN112906091A (en) * 2021-04-02 2021-06-04 广州南方卫星导航仪器有限公司 Geographic information drawing method, device, terminal and medium based on CAD
CN113790730A (en) * 2021-08-31 2021-12-14 北京航空航天大学 Mobile robot navigation map conversion method and system based on DXF format

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040012214A (en) * 2002-08-01 2004-02-11 김창수 A Method to Reduce the Capacity of Geographic Data for Mobile Computing Environments
KR100472203B1 (en) * 2002-12-12 2005-03-10 한국전자통신연구원 Fast image processing system and method thereof
KR100716514B1 (en) * 2005-07-28 2007-05-09 엔에이치엔(주) Method for Generating Stage Map for Seat Reservation/Sales and Method for Providing Seat Reservation Service Using the Map
KR100917834B1 (en) * 2007-09-20 2009-09-18 한국건설기술연구원 Method for transforming asc file to geomania gcd file
KR100964317B1 (en) * 2007-12-18 2010-06-16 한국건설기술연구원 System and method for transforming grd file to geomania gcd file
WO2010008266A1 (en) * 2008-07-18 2010-01-21 Juarez Huitron Claudia Lorena Industrial information system
CN105512235A (en) * 2015-11-30 2016-04-20 中国地质大学(武汉) GIS and AutoCAD data exchange method and intermediate file
CN105512235B (en) * 2015-11-30 2019-03-22 中国地质大学(武汉) A kind of GIS and AutoCAD method for interchanging data and intermediate file
CN112800503A (en) * 2021-01-26 2021-05-14 嘉博联合设计股份有限公司 Method and system for converting CAD drawing derived from Revit into standardized drawing
CN112800503B (en) * 2021-01-26 2022-09-06 嘉博联合设计股份有限公司 Method and system for converting CAD drawing derived by Revit into standardized drawing
CN112906091A (en) * 2021-04-02 2021-06-04 广州南方卫星导航仪器有限公司 Geographic information drawing method, device, terminal and medium based on CAD
CN113790730A (en) * 2021-08-31 2021-12-14 北京航空航天大学 Mobile robot navigation map conversion method and system based on DXF format

Also Published As

Publication number Publication date
KR100422127B1 (en) 2004-03-10

Similar Documents

Publication Publication Date Title
CN109325259B (en) Data processing method, system, terminal and medium applied to 3D modeling
CN105512235B (en) A kind of GIS and AutoCAD method for interchanging data and intermediate file
KR20010044367A (en) Method for conversion from DXF file to GEOMania Data File
CN110807213A (en) Method and related device for constructing three-dimensional BIM model elevation map
JP2023540730A (en) Methods, devices, electronic devices, and readable storage media for constructing topographic maps
US7091970B2 (en) Mapping display space
CN111241610A (en) Three-dimensional modeling method, three-dimensional modeling device, computing equipment and storage medium
KR100340031B1 (en) Method for converting map data to data for object_related geographic information system
JP2001022781A5 (en)
KR100408969B1 (en) Method for conversion from GEOMania Data File to DXF file
CN115375812A (en) CAD data rendering method and device, electronic equipment and storage medium
Preka et al. 3D building modeling in LoD2 using the CityGML standard
CN114018243A (en) Map data processing method, device, equipment and storage medium
CN114969586A (en) BIM (building information modeling) graphic engine loading method and device based on WEB side
CN111915281B (en) Block evaluation approval method and system based on geological disaster easily-issued subarea, intelligent terminal and storage medium
CN113610512A (en) Electronic signature generation method, device, equipment and storage medium
Semeraro et al. Technologies and techniques offering new interpretations of the landscape evolution
JP4960188B2 (en) Screen transition diagram display method and system
JP2004171358A (en) Analytical mesh data generating method, analytical mesh data generating device, and program to make computer implement the method
KR20200120003A (en) 3D visualization system of space based on geographic data and 3D visualization of space using it
JP2001282536A (en) Test item extraction device
JP6617873B2 (en) Copy paste method, program
JP2000285187A (en) Device and method for recognizing document, information processing system and storage medium
CN114596380B (en) Contour line drawing method based on ArcGIS and AutoCAD
KR0175738B1 (en) Data base transformation method

Legal Events

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

Payment date: 20120227

Year of fee payment: 9

FPAY Annual fee payment

Payment date: 20130226

Year of fee payment: 10

LAPS Lapse due to unpaid annual fee