JPH09319860A - Map information processing method - Google Patents

Map information processing method

Info

Publication number
JPH09319860A
JPH09319860A JP8154887A JP15488796A JPH09319860A JP H09319860 A JPH09319860 A JP H09319860A JP 8154887 A JP8154887 A JP 8154887A JP 15488796 A JP15488796 A JP 15488796A JP H09319860 A JPH09319860 A JP H09319860A
Authority
JP
Japan
Prior art keywords
information
symbol
map
map information
external database
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
JP8154887A
Other languages
Japanese (ja)
Inventor
Akihiro Yamamoto
昭廣 山本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
IYO ENG KK
Iyo Engineering Co Ltd
Original Assignee
IYO ENG KK
Iyo Engineering Co Ltd
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 IYO ENG KK, Iyo Engineering Co Ltd filed Critical IYO ENG KK
Priority to JP8154887A priority Critical patent/JPH09319860A/en
Publication of JPH09319860A publication Critical patent/JPH09319860A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To make it easy to display and edit data stored in an external data base by associating a map information processing system and the external data base with each other by a dynamic data exchange(DDE). SOLUTION: A controller 10 and the external data base 50 transfer data to each other through a DDE interface 22. Map information on housing maps, etc., and symbol information of building exterior drawings, symbol figures, etc., are stored in an image file 32. This map and image information are displayed on a display device 4. When a desired symbol on a map is selected, a related macro list and/or a related file list which is made to correspond to the symbol is extracted through a management table 40 and a macrofile storage part 38 and displayed. The controller 10 reads record information, corresponding to the symbol out of the external data base 50 and displays it.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】この発明は、地図情報を入力
し、外部のデータベースと連携してデータ処理する地図
情報処理方法に関し、特に、ラスタ地図情報を入力し外
部のデータベースとの連携操作が容易な地図情報処理方
法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a map information processing method for inputting map information and performing data processing in cooperation with an external database, and particularly to easy inputting of raster map information and cooperation with an external database. Map information processing method.

【0002】[0002]

【従来の技術】従来、地図情報処理システムにおいて
は、1システム・1データが基本であるため、一般に地
図情報処理専用に内蔵簡易データベースを予め用意し、
使用中の外部データベースから上述の内蔵簡易データベ
ースに必要な情報だけ抽出して転送し、この内蔵データ
ベースと地図情報とを連携させて表示/編集処理するよ
うになっていた。
2. Description of the Related Art Conventionally, in a map information processing system, since one system and one data are basic, generally, a built-in simple database dedicated to map information processing is prepared in advance,
Only the necessary information is extracted from the external database in use and transferred to the built-in simple database, and the built-in database and the map information are linked and displayed / edited.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、かかる
従来の方法では地図情報処理システムから外部のデータ
ベースの内容を直接更新/変更できない、データベース
から地図情報処理システムへのデータ入力に時間遅れが
あり、リアルタイムのデータベースと地図情報処理の連
携操作ができない,外部のデータベースの操作方法と、
地図情報処理システムの操作方法と2種類の操作方法を
別々に習得しなければならず、ユーザに操作習得の負担
が増えるといった問題点があった。ところで、幾つかの
汎用コンピュータ・プログラムに最近付加された特徴
に、プロセス間連絡がある。プロセス間連絡によって、
コンピュータ・プログラムは連絡用チャンネルを介して
データを相互に転送することが可能になる。プロセス間
連絡は、一般的にプログラムを同期化し、プログラムか
らデータを要求し、データをプログラムに転送するため
に使用されている。マイクロソフト社はアプリケーショ
ン・プログラム用の標準のプロセス間連絡機構を開発し
ている。この機構にはダイナミック・データ・エクスチ
ェンジ(Dynamic Data Exchange;以下DDEと略す)やオ
ブジェクト・リンキング・アンド・インベッディング
(Object Linking and Embedding;以下OLEと略す)と
呼ばれている。このDDEによってウィンドウズ(Window
s)のウィンドウ環境用に開発されたプログラムのため
のプロセス間連絡手段が提供される。ウィンドウズのDD
Eの特徴は「マイクロソフト・システム・ジャーナ
ル」、1987年11月「マイクロソフト・ウィンドウ
ズのプログラマ用参考文献」で説明されている。DDE
は、メッセージ・パッシングによって実行される。DDE
は一般的に2つのアプリケーション・プログラムがデー
タを共有するのを可能にするために使用する。この具体
的使用例は、例えば、特開平6−208459号公報に
紹介されている。従って、DDEは1つのプログラムが他
のプログラムとデータを共有し、これを更新する機構を
提供する。一般的に、DDEを使用するアプリケーション
・プログラムの開発者は、自分達のDDEインタフェース
を公表している。例えば、表計算のプログラムの開発者
は、このプログラムが識別するメッセージのリストと、
どのようにしてこのプログラムがこれらのメッセージに
対して応答を行なうかを公表している。幾つかの汎用ア
プリケーション・プログラムでは、これらのメッセージ
が定義され、その結果、ユーザ・インタフェースを介し
てアプリケーション・プログラムに対して実行すること
のできる各機能は、DDEを介して実行することができ
る。これらの精巧な汎用プログラムを使用するため、容
易に使用することのできる方法とシステムを有するのが
好ましい。この発明は、上述のような事情からなされた
ものであり、この発明の目的は、地図情報処理システム
と外部のデータベースとをDDE又はOLEで連携させ、外部
のデータベースに記憶されるデータを地図情報処理シス
テムが共有すると共に、データベースに蓄積されたデー
タの表示/編集作業が容易な地図情報処理方法を提供す
ることにある。
However, according to such a conventional method, the contents of the external database cannot be directly updated / changed from the map information processing system, there is a time delay in data input from the database to the map information processing system, and real time The operation method of an external database that cannot operate the database information and map information processing
There is a problem that the user has to learn the operation method of the map information processing system and the two kinds of operation methods separately, which increases the burden on the user to learn the operation. By the way, a feature recently added to some general purpose computer programs is interprocess communication. By interprocess communication,
Computer programs are able to transfer data to each other via a communication channel. Interprocess communication is commonly used to synchronize programs, request data from programs, and transfer data to programs. Microsoft Corporation has developed a standard interprocess communication mechanism for application programs. This mechanism is called Dynamic Data Exchange (hereinafter abbreviated as DDE) or Object Linking and Embedding (hereinafter abbreviated as OLE). With this DDE
An interprocess communication means is provided for programs developed for the window environment of s). Windows DD
The features of E are described in the Microsoft System Journal, November 1987, "Microsoft Windows Programmer's Reference." DDE
Is performed by message passing. DDE
Is commonly used to allow two application programs to share data. A specific example of this use is introduced in, for example, Japanese Patent Laid-Open No. 6-208459. Thus, DDE provides a mechanism for one program to share and update data with another program. In general, developers of application programs that use DDE publish their DDE interface. For example, a developer of a spreadsheet program might list the messages that this program identifies,
It publishes how this program responds to these messages. In some generic application programs, these messages are defined so that each function that can be performed on the application program via the user interface can be performed via the DDE. Because of the use of these sophisticated general purpose programs, it is preferable to have methods and systems that are easy to use. The present invention has been made under the circumstances as described above, and an object of the present invention is to link a map information processing system and an external database with DDE or OLE so that data stored in the external database can be used as map information. It is to provide a map information processing method which can be shared by the processing systems and can easily display / edit the data accumulated in the database.

【0004】[0004]

【課題を解決するための手段】この発明は地図情報を入
力し、外部のデータベースと連携してデータ処理する地
図情報処理方法に関し、この発明の上記目的は、上記地
図情報処理方法において、前記入力された地図情報に基
づいて地図情報及び所定のシンボル情報を表示する工程
と、前記表示された複数のシンボル情報の中から所望の
シンボルを選択する工程と、前記選択されたシンボルに
関連づけられている関連情報を提示する工程と、前記提
示された関連情報の中から所望の関連情報を選択する工
程と、前記選択された関連情報をプロセス間連絡用イン
タフェースを介して前記外部のデータベースに転送する
工程と、を設け、前記外部のデータベース情報を前記地
図情報と連携して表示、編集できるようにすることによ
って達成される。
The present invention relates to a map information processing method for inputting map information and processing the data in cooperation with an external database. The above object of the present invention is to provide the map information processing method as described above. Displaying map information and predetermined symbol information based on the displayed map information; selecting a desired symbol from the displayed plurality of symbol information; and associating with the selected symbol. Presenting related information, selecting desired related information from the presented related information, and transferring the selected related information to the external database via an inter-process communication interface. Is provided and the external database information can be displayed and edited in cooperation with the map information.

【0005】[0005]

【発明の実施の形態】以下、図面に基づいてこの発明の
実施例について詳細に説明する。図1は、この発明の地
図情報処理システムの主要部の一構成例を示すブロック
図であり、同図を参照して本発明の概要を説明する。同
図において、1/1500の住宅地図等の地図情報、外
観図、シンボル図形等のシンボル情報は、画像ファイル
32に格納されている。この地図・画像情報は、表示装
置4に表示され、利用者は、キーボードやマウス、ライ
トペン等の操作手段を有する入力装置2を用いて、地図
画像上の所望の位置をその領域を囲むシンボルを作画し
て指定する。作画されたシンボル情報は、制御装置10
内のシンボル情報登録手段16によって、記憶手段30
内のシンボル情報記憶部34に登録される。利用者は、
作画して指定した場所に対し、その場所を管理するため
のキーとなる文字情報をキーボード等の入力装置2から
入力する。入力装置2を介して制御手段10に入力され
た文字情報は、文字情報登録手段14によって記憶手段
30内の文字情報記憶部36に登録される。登録された
シンボル情報と文字情報との対応は、記憶手段30内の
管理テーブル40に登録されて管理される。上記文字情
報は、一つの場所に対して複数登録することができ、ま
た、複数の場所に対して同一の文字情報を登録すること
もできる。更に、利用者が登録した上述の文字情報を検
索キーとして、画像上の対応する位置を検索することが
できるようになっており、検索指示が出されると、制御
装置10内の画像位置検索手段18によって当該検索キ
ー情報に対応して登録されているシンボル情報が検索さ
れ、シンボル情報に基づき画像上での当該位置が算出さ
れる。そして、制御装置10内の表示制御手段12によ
って、当該位置を含む地図画像が表示装置4に表示され
る。このように、同図の装置は、関連情報の付加機能の
他に、登録した文字情報を検索キーとして画像上での位
置を求める検索機能を備えている。更にまた、制御装置
10と外部データベース50とはプロセス間連絡機構DD
E22を介してデータを相互に転送することが可能とな
っており、制御装置10側では、各シンボルに対応して
上述のキー情報とは独立して、外部データベース50と
通信を開始し連携動作するためのマクロファイル登録手
段20が設けられており、通常のエディタ等で編集され
たマクロファイルはマクロファイル登録手段20を介し
て各シンボルに対応づけられ記憶手段30内のマクロフ
ァイル記憶部38に登録されるようになっている。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will now be described in detail with reference to the drawings. FIG. 1 is a block diagram showing a configuration example of a main part of the map information processing system of the present invention, and the outline of the present invention will be described with reference to the same figure. In the same figure, map information such as a 1/1500 residential map, external views, symbol information such as symbol graphics are stored in the image file 32. This map / image information is displayed on the display device 4, and the user uses the input device 2 having operation means such as a keyboard, a mouse, and a light pen to symbolize a desired position on the map image surrounding the area. Draw and specify. The drawn symbol information is used for the control device 10
By the symbol information registration means 16 in the storage means 30
It is registered in the symbol information storage unit 34 therein. The user is
Character information, which is a key for managing the place drawn and drawn, is input from the input device 2 such as a keyboard. The character information input to the control unit 10 via the input device 2 is registered in the character information storage unit 36 in the storage unit 30 by the character information registration unit 14. The correspondence between the registered symbol information and character information is registered and managed in the management table 40 in the storage means 30. A plurality of the above-mentioned character information can be registered in one place, and the same character information can be registered in a plurality of places. Further, the above-mentioned character information registered by the user can be used as a search key to search for a corresponding position on the image. When a search instruction is issued, the image position searching means in the control device 10 can be searched. The symbol information registered corresponding to the search key information is searched by 18 and the position on the image is calculated based on the symbol information. Then, the display control means 12 in the control device 10 displays the map image including the position on the display device 4. As described above, the apparatus shown in FIG. 3 has a search function for obtaining a position on the image by using the registered character information as a search key, in addition to the function of adding the related information. Furthermore, the control device 10 and the external database 50 are connected to each other by an interprocess communication mechanism DD.
It is possible to transfer data to each other via E22, and the control device 10 side starts communication with the external database 50 independently of the above-mentioned key information corresponding to each symbol, and cooperates with each other. A macro file registering means 20 for performing the above is provided, and a macro file edited by an ordinary editor or the like is associated with each symbol via the macro file registering means 20 and stored in the macro file storing section 38 in the storing means 30. It is supposed to be registered.

【0006】このような構成において、その動作を図2
のフローチャートを参照して説明する。ここでは、1/
1500のラスタ形式の住宅地図上の任意の場所に対し
てその場所に関連する関連情報を付加する手順について
説明する。先ず、図3は、地図の画像情報が格納されて
いる画像ファイル32のファイル構成例を示しており、
表示される住宅地図の画像が、頁指定、地名指定等によ
り当該部分を表示した後、指定方向にスクロール表示さ
せることにより、任意の部分を表示できるようになって
いる。次に利用者は、図4に示すように、情報を付加し
たい場所P1が含まれる地図の部分、例えば、図3の画
像部1の部分を背景画像として表示装置4の表示部4a
に表示する(ステップS2)。続いて、利用者は、図4
(B)に示すように、表示された画像上の該当の場所P
1を、その領域を囲むシンボルG1を作画して指定する
(ステップS4)。該当の場所P1が指定されると、制
御装置10内のシンボル情報登録手段16は、作画され
たシンボルG1の作画情報と共に、画像上の座標値をシ
ンボル情報としてシンボル情報記憶部34に記憶する。
例えば、図5に示すように、表示装置4の表示領域が幅
400ドット,高さ200ドットと仮定すると、シンボ
ルの表示領域の左上隅の座標値(180,110)を表
示画像部の画像ファイル上での位置情報と共に、シンボ
ルG1の座標情報として記憶する(ステップS4)。続
いて、利用者は、該当の場所P1に対応した検索キー情
報の登録指示を行なう。図6は、検索キー情報をキーボ
ード等から直接入力する場合の登録画面の一例を示して
おり、登録したい検索キー情報(本発明では、当該文字
情報が該当の場所P1の検索キーとなる)を、表示部4
a内のテキストボックスWaの中に入力する。検索キー情
報としては、例えば、地図の当該部分場所P1の住所を
示す文字列「〜町〜丁目xxx」や顧客情報等、その場
所を管理するための情報を表わす任意の文字列を入力す
る。同図において、シンボルG1に対する検索キーKEY
G12を入力した後、追加ボタンを指示すると、検索キ
ーKEYG12が登録され、シンボルG1に対する登録済
み検索キー情報一覧を示す表示ウインドウWb内(同図で
は、KEYG11が既に登録済の状態)に追加表示される
(ステップS8)。次に、利用者は、該当の場所P1に
対応した外部データベース50のための関連マクロプロ
グラムの作成を、一般のエディタを使用して行なう。こ
の関連マクロプログラムは例えばファイル名:設備管理
G1.mmsとして次式のようである。
In such a configuration, the operation is shown in FIG.
This will be described with reference to the flowchart in FIG. Here, 1 /
A procedure for adding the related information related to the place to an arbitrary place on the 1500-raster format residential map will be described. First, FIG. 3 shows a file configuration example of the image file 32 in which the image information of the map is stored,
The displayed image of the house map can display an arbitrary portion by displaying the portion by designating a page, designating a place name, and the like, and then scrolling the image in a designated direction. Next, as shown in FIG. 4, the user uses the map portion including the place P1 to which information is to be added, for example, the image portion 1 of FIG.
(Step S2). Then, the user is shown in FIG.
As shown in (B), the corresponding place P on the displayed image
1 is designated by drawing a symbol G1 surrounding the area (step S4). When the relevant place P1 is designated, the symbol information registration means 16 in the control device 10 stores the coordinate information on the image as symbol information in the symbol information storage unit 34 together with the drawing information of the drawn symbol G1.
For example, as shown in FIG. 5, assuming that the display area of the display device 4 has a width of 400 dots and a height of 200 dots, the coordinate value (180, 110) of the upper left corner of the symbol display area is used as the image file of the display image section. It is stored as the coordinate information of the symbol G1 together with the above position information (step S4). Then, the user gives an instruction to register the search key information corresponding to the location P1. FIG. 6 shows an example of a registration screen when the search key information is directly input from a keyboard or the like. The search key information to be registered (in the present invention, the character information becomes the search key of the corresponding place P1). , Display unit 4
Input in the text box Wa in a. As the search key information, for example, a character string "-machi-chome xxx" indicating the address of the partial place P1 on the map, customer information, or any character string indicating information for managing the place is input. In the figure, the search key KEY for the symbol G1
After inputting G12, when the add button is instructed, the search key KEYG12 is registered and additionally displayed in the display window Wb showing the registered search key information list for the symbol G1 (in the figure, KEYG11 is already registered). (Step S8). Next, the user uses a general editor to create a related macro program for the external database 50 corresponding to the location P1. This related macro program has, for example, a file name: equipment management G1. The following formula is given as mms.

【0007】[0007]

【数1】#macro 設備管理帳票表示 Ddeconnect (“Microsoft Access”,“sample.mdb”) DdeExecute(“Openform %“フォーム1%",,,%"[Number]
='0001'%”]”) DdeDisconnect() #end
[Equation 1] # macro Equipment management report display Ddeconnect (“Microsoft Access”, “sample.mdb”) DdeExecute (“Openform%“ form 1% ”,,%” [Number]
= '0001'% ”]”) DdeDisconnect () #end

【0008】かくして関連マクロプログラムの作成が終
了すると、利用者は本発明のウィンドウズ環境のメイン
メニューの中から「関連マクロの編集」コマンドを選択
してクリックする。すると、図7のような関連マクロの
追加/削除メニュー画面が表示されるので、マクロ名の
欄にファイル名:設備管理G1.mmsをキー入力した
後、追加ボタンをクリックする(ステップS8)。かか
る追加登録処理により、シンボルG1に対応して外部デ
ータベース50のためのマクロプログラムが登録される
(ステップS10)。同様にして検索キー情報が入力さ
れ、利用者により登録指示がされると、文字情報登録手
段14では、該当のシンボル情報と検索キー情報との対
応付けを行ない、検索キー情報を文字情報記憶部36に
登録する(ステップS10)。ここで、図8及び9を参
照してシンボル情報と関連情報との対応付けの方法の具
体例を説明すると、先ず、シンボル情報登録手段16が
各シンボル情報G1,G2,……GNをシンボル情報記
憶部34に登録するときに、管理情報K1,K2,…K
Nを付与し、管理情報とシンボル情報の格納アドレスG
1a,G2a,G3aを管理テーブル40に登録する。
そして、文字情報登録手段14が検索キー情報KEYG1
1〜KEYG32を登録するときに、該当のシンボル情報
に対応する管理情報と共に検索キー情報を文字情報記憶
部36に登録する。図8の例では、シンボル情報G1に
対応する検索キー情報がKEYG11,KEYG12、シンボ
ル情報G2に対応する検索キー情報がKEYG12、シン
ボル情報Gnに対応する検索キー情報がKEYGn1であ
る。このように、一つのシンボル情報に対して複数の検
索キー情報を指定しても良く、複数のシンボル情報に対
して同一の検索キー情報というように、シンボル情報と
検索キー情報との対応は任意に指定して登録することが
できる(ステップS10)。更に、各シンボル情報に対
応付けてマクロファイル登録手段20によりシンボル関
連情報:LNK_LSTが生成される。このシンボル関連情報
は図9に示すように関連マクロ情報リスト又は関連ファ
イル情報リストの形式で構成され、地図上のシンボルを
クリックした場合に実行操作したい外部データベース5
0の設備管理情報や売上実績管理情報、交換部品管理情
報、メンテナンス管理情報、見積書、外観図、間取り図
等が順次連結されて登録されるようになっている。例え
ば、シンボル情報G1に関連して、店舗G1の売上状態
や保守管理状態等を外部データベース50を介して表示
/データ更新したい場合には、先ず、外部データベース
(例えばAccess)を表示する動作を行なうマクロファイ
ル:売上管理G1.mmsを関連マクロファイル名とし
てデータ入力し、続いて、設備管理関連情報として、関
連マクロファイル名:設備管理G1.mmsをデータ入
力し、以後同様にしてシンボル情報G1に関連付けて表
示操作したいマクロコマンドを順次データ入力し、図9
の例では最後にメンテナンス管理G1.mmsファイル
を関連付けてデータ入力するようになっている。かくし
て入力された関連情報はマクロファイル登録手段20に
よりマクロファイル記憶部38に格納されるようになっ
ている(ステップS10)。図9の例では1つのシンボ
ル情報に対して、複数の関連マクロ情報が登録されるよ
うになっており、ファイルの種類としては、エクセルや
インフォミックス、dBase等DDE通信手段を内蔵した外部
データベースであれば任意の外部データベースを利用す
ることが可能である。また、外観図や見取り図、間取り
図等をビットマップ画像データとして予め作成し、登録
しておくと、上述の関連マクロ情報リストと同様のデー
タ構造を有する関連ファイル情報リストに外観図ファイ
ル名や間取り図ファイル名を登録することにより、地図
上のシンボルを選択してこれらのビットマップ画像デー
タを表示させることも可能である。
When the creation of the related macro program is completed in this way, the user selects and clicks the "Edit Related Macro" command from the main menu of the Windows environment of the present invention. Then, the related macro addition / deletion menu screen as shown in FIG. 7 is displayed, and the file name: equipment management G1. After keying in mms, the add button is clicked (step S8). By this additional registration processing, a macro program for the external database 50 is registered corresponding to the symbol G1 (step S10). Similarly, when the search key information is input and the user instructs registration, the character information registration means 14 associates the corresponding symbol information with the search key information, and stores the search key information in the character information storage unit. 36 (step S10). Here, a specific example of the method of associating the symbol information and the related information will be described with reference to FIGS. 8 and 9, first, the symbol information registration means 16 sets the symbol information G1, G2, ... GN to the symbol information. When registering in the storage unit 34, management information K1, K2, ... K
N is given and the storage address G of the management information and the symbol information G
1a, G2a, G3a are registered in the management table 40.
Then, the character information registration means 14 causes the search key information KEYG1.
When registering 1 to KEYG 32, the search key information is registered in the character information storage unit 36 together with the management information corresponding to the corresponding symbol information. In the example of FIG. 8, the search key information corresponding to the symbol information G1 is KEYG11 and KEYG12, the search key information corresponding to the symbol information G2 is KEYG12, and the search key information corresponding to the symbol information Gn is KEYGn1. In this way, a plurality of search key information may be designated for one symbol information, and the correspondence between the symbol information and the search key information is arbitrary, such as the same search key information for a plurality of symbol information. Can be designated and registered (step S10). Further, the macro file registration means 20 generates symbol related information: LNK_LST in association with each symbol information. As shown in FIG. 9, this symbol related information is formed in the form of a related macro information list or a related file information list, and the external database 5 to be executed when the symbol on the map is clicked.
The equipment management information, the sales performance management information, the replacement part management information, the maintenance management information, the quotation, the external view, the floor plan, etc. of 0 are sequentially connected and registered. For example, when it is desired to display / update the sales status and maintenance status of the store G1 via the external database 50 in association with the symbol information G1, first, an operation of displaying the external database (eg, Access) is performed. Macro file: Sales management G1. mms is input as the related macro file name, and subsequently, as the equipment management related information, the related macro file name: equipment management G1. 9 mms data is input, and thereafter, similarly, macro commands to be displayed and operated in association with the symbol information G1 are sequentially input.
In the example, finally, maintenance management G1. The mms file is associated and data is input. The related information thus input is stored in the macro file storage unit 38 by the macro file registration means 20 (step S10). In the example of FIG. 9, a plurality of related macro information is registered for one symbol information, and the file type is an external database including DDE communication means such as Excel, Infomix, and dBase. Any external database can be used if it exists. In addition, if external views, floor plans, floor plans, etc. are created in advance as bitmap image data and registered, the external view file names and floor plans will be added to the related file information list that has the same data structure as the related macro information list described above. By registering the drawing file name, it is possible to select symbols on the map and display these bitmap image data.

【0009】次に、この発明の地図情報処理システム1
00と外部データベース50との間の地図情報を介した
連携処理動作の説明を図10乃至図13を参照して説明
する。かかる連携処理動作には、地図情報処理システム
100が先に起動し、外部データベース50が待機状態
でウェイトしていて、DDE通信チャネルを介して外部デ
ータベース50が起動される場合と、外部データベース
50から待機している地図情報処理システム100に起
動をかける場合の2通りの連携動作があるが、図10の
フローチャートでは地図情報処理システム100から外
部データベース50を起動して連携処理を実行する動作
に関して説明する。先ず、利用者は、地図情報処理シス
テム100を起動し、予め登録されている1/1500
のラスタ形式の住宅地図等が格納されているラスタ地図
画像ファイルを選択する(ステップS100)。する
と、地図情報処理システム100により選択された地図
画像ファイルが呼び出され、例えば、図11の様に表示
装置4にラスタ形式の住宅地図が表示される。そこで、
利用者は画面の右辺部及び下辺部に設けられている上、
下、左、右の移動ボタン等を操作して所望の表示範囲が
得られるように地図の表示場所を移動させる。又は、検
索キーにより表示場所を特定したり、画面を拡大/縮小
変換し、所望の場所に移動する(ステップS102)。
続いて、利用者は地図上の所望の場所に移動したら、マ
ウス等を操作して地図上の所望の区画(図11の例では
区画G1)をクリックし、所望のシンボルを選択する
(ステップS104)。かくして所望のシンボルG1が
選択されると、このシンボルに対応付けられた関連マク
ロ一覧表及び/又は関連ファイル一覧表が管理テーブル
40及びマクロファイル記憶部38を介して抽出され、
図12に示すように表示される(ステップS10)。そ
こで、利用者は、提示された関連マクロ/ファイル一覧
表の中から実行したい関連マクロ/ファイルを選択する
(ステップS108)。図12の例では設備管理帳票を
選択して、同図右側のOKボタンをクリックすると、選
択した関連マクロ命令が実行される(ステップS11
0)。ところで、設備管理帳票として数1のようなマク
ロ命令ファイルがシンボルG1に関連して記憶されてい
る場合には、制御装置10により、先ず、外部データベ
ース50を指定したDDE通信チャネルが開設され(ステ
ップS112)、続いて、制御装置10より外部データ
ベース50に対して表示フォーム名、シンボルG1に対
応したレコード条件等を指定してDdeExecute()指令が
転送される(ステップS114)。かくして、外部デー
タベース50が起動されると、外部データベース50で
はシンボルG1に対応したレコード情報を読出し、表示
フォーム条件に従って、シンボルG1のレコード情報を
図13のように表示する(ステップS152)。すなわ
ち、図13の例では地図情報処理システム100の操作
画面を背景として外部データベース50が前面に起動さ
れた状態であり、利用者は地図画面上のシンボルG1の
住宅に対する設備管理状態を該当設備の設置場所をクリ
ックするだけで容易にデータベースから読出し、表示さ
せることができる。また、外部データベース50の表示
画面からは直接外部データベース50の記憶データを更
新することができるので、誤って入力してはいけない他
のデータ入力レコード等に対する誤操作を防止すること
ができる。かくして、外部データベース50のデータの
表示/更新処理等が終了すると、DDEチャネルを切断し
(ステップS116)、関連マクロの実行ステップS1
10は終了する。次に、利用者は他のシンボルに対して
データの表示/更新処理がある場合には(ステップS1
20)、ステップS102又はS104に戻って、地図
上の他の場所のシンボルを選択したり、表示されている
地図画像を上下又は左右方向に移動させ、別のシンボル
を選択し、ステップS104乃至S116の動作を繰り
返すようになっている。次に、外部データベース50か
ら地図情報処理システム100を起動し、連携処理動作
を実行する例を説明する。この例では、予め外部データ
ベース50の操作メニュー画面の中に図14に示すよう
に地図情報処理システム100の起動ボタン300を設
けておき、この起動ボタン300に対応して以下のコマ
ンドファイルが実行されるように準備しておく。
Next, the map information processing system 1 of the present invention
00 and the external database 50 will be described with reference to FIG. 10 to FIG. In such a cooperative processing operation, the map information processing system 100 is activated first, the external database 50 is in a waiting state, and the external database 50 is activated via the DDE communication channel. There are two types of cooperative operations when activating the standby map information processing system 100, but the flowchart of FIG. 10 describes the operation of activating the external database 50 from the map information processing system 100 and executing the cooperative processing. To do. First, the user activates the map information processing system 100, and the pre-registered 1/1500
The raster map image file in which the raster-format residential map or the like is stored is selected (step S100). Then, the map image file selected by the map information processing system 100 is called, and, for example, as shown in FIG. 11, a raster format residential map is displayed on the display device 4. Therefore,
Users are provided on the right and bottom sides of the screen,
The display position of the map is moved so as to obtain a desired display range by operating the lower, left, and right movement buttons. Alternatively, the display location is specified by the search key, or the screen is enlarged / reduced and converted to the desired location (step S102).
Subsequently, when the user moves to a desired place on the map, he or she operates a mouse or the like to click a desired section on the map (section G1 in the example of FIG. 11) and selects a desired symbol (step S104). ). Thus, when the desired symbol G1 is selected, the related macro list and / or the related file list associated with this symbol are extracted via the management table 40 and the macro file storage unit 38,
It is displayed as shown in FIG. 12 (step S10). Therefore, the user selects a related macro / file to be executed from the presented related macro / file list (step S108). In the example of FIG. 12, when the equipment management form is selected and the OK button on the right side of the same figure is clicked, the selected related macro command is executed (step S11).
0). By the way, when a macro command file such as Formula 1 is stored as the equipment management report in association with the symbol G1, the control device 10 first opens the DDE communication channel designating the external database 50 (step (S112), and subsequently, the DdeExecute () command is transferred from the control device 10 to the external database 50 by designating the display form name, the record condition corresponding to the symbol G1, and the like (step S114). Thus, when the external database 50 is activated, the external database 50 reads the record information corresponding to the symbol G1 and displays the record information of the symbol G1 as shown in FIG. 13 according to the display form condition (step S152). That is, in the example of FIG. 13, the external database 50 is activated in the front with the operation screen of the map information processing system 100 as the background, and the user sets the facility management status for the house of the symbol G1 on the map screen to the corresponding facility. You can easily read from the database and display it just by clicking the installation location. Further, since the data stored in the external database 50 can be updated directly from the display screen of the external database 50, it is possible to prevent erroneous operations on other data input records that should not be erroneously input. Thus, when the display / update processing of the data of the external database 50 is completed, the DDE channel is disconnected (step S116), and the execution step S1 of the related macro is executed.
10 ends. Next, if there is a data display / update process for another symbol (step S1).
20) Return to step S102 or S104 to select a symbol at another place on the map or move the displayed map image vertically or horizontally to select another symbol, and then perform steps S104 to S116. The operation of is repeated. Next, an example of activating the map information processing system 100 from the external database 50 and executing the cooperative processing operation will be described. In this example, a start button 300 of the map information processing system 100 is provided in advance in the operation menu screen of the external database 50 as shown in FIG. 14, and the following command file is executed corresponding to this start button 300. To be prepared.

【0010】[0010]

【数2】Function OpenMapFix() Chan = DDEInitiate(“MAPIN ”,“System”) DDEExecute Chan,“[open(““mapin0.miv ””)]” DDEExecute Chan,“Search” DDETerminate Chan End Function[Equation 2] Function OpenMapFix () Chan = DDEInitiate (“MAPIN”, “System”) DDEExecute Chan, “[open (“ “mapin0.miv” ”)]” DDEExecute Chan, “Search” DDETerminate Chan End Function

【0011】しかして、利用者は、先ず、外部データベ
ース50を起動し、図14に示すようなデータベース操
作画面から地図情報処理システム100の起動ボタン3
00をクリックすると、上述の数2に示すようなコマン
ドファイルが実行される。すなわち、上述のコマンドフ
ァイルでは、先ず、DDEInitiate()命令によって外部デ
ータベース50と地図情報処理システム100との間で
DDEチャネルが開設される(図15のステップS20
0、S202)。次に、外部データベース50からDDEE
xecute(Open) 命令を転送し所望の地図ファイル(数2
の例ではmapin0.miv ファイル)を表示するように指令
する(ステップS204)と地図情報処理システム10
0が起動され、図11のような操作画面が重畳表示され
る(ステップS206)。続いて、外部データベース5
0から別途入力した検索キーと共にDDEExecute(Searc
h) 命令を地図情報処理システム100に転送すると
(ステップS208)、地図情報処理システム100で
は管理テーブル40に記憶された検索キーを順次参照
し、所望のシンボルのサーチを実行する(この動作は、
例えば、本出願人による特願平7−30273号公報に
記載されている)(ステップS210)。しかして、検
索キーでサーチしたシンボルが検出できると、このシン
ボルが表示画面中央付近に表示されるように座標データ
を調整して住宅地図を図11のように表示装置4に表示
する(ステップS212)。かくして表示された住宅地
図より、所望のシンボル例えばシンボルG1をクリック
すると(ステップS104)、図10のフローチャート
と同様にして選択されたシンボルに対応した関連マクロ
/ファイル一覧表が図12のように表示され(ステップ
S106)、この一覧表の中から実行したい関連マクロ
/ファイルの一つを選んでOKボタンをクリックする
と、選択された関連マクロ/ファイルが実行される(ス
テップS110)。従って、外部データベース50と地
図情報処理システム100との間で、相互に起動/実行
を繰り返し、外部データベース50の記憶データを地図
情報処理システム100が共有して連携動作することが
可能となる。
Then, the user first activates the external database 50, and from the database operation screen as shown in FIG. 14, the activation button 3 of the map information processing system 100.
When 00 is clicked, the command file as shown in the above equation 2 is executed. That is, in the above-mentioned command file, first, the DDEInitiate () command is used to transfer between the external database 50 and the map information processing system 100.
The DDE channel is opened (step S20 in FIG. 15).
0, S202). Next, from the external database 50, DDEE
Transfer the xecute (Open) command to the desired map file (Equation 2)
In this example, the map information processing system 10 is instructed to display the mapin0.miv file (step S204).
0 is activated, and the operation screen as shown in FIG. 11 is displayed in a superimposed manner (step S206). Next, external database 5
DDEExecute (Searc with search key entered separately from 0
h) When the command is transferred to the map information processing system 100 (step S208), the map information processing system 100 sequentially refers to the search keys stored in the management table 40 and executes a search for a desired symbol (this operation is
For example, it is described in Japanese Patent Application No. 7-30273 by the present applicant) (step S210). Then, when the symbol searched by the search key can be detected, the coordinate data is adjusted so that the symbol is displayed near the center of the display screen and the residential map is displayed on the display device 4 as shown in FIG. 11 (step S212). ). When the desired symbol, for example, the symbol G1 is clicked on the house map thus displayed (step S104), the related macro / file list corresponding to the selected symbol is displayed as shown in FIG. 12 in the same manner as the flowchart of FIG. Then, when one of the related macros / files to be executed is selected from this list and the OK button is clicked (step S106), the selected related macro / file is executed (step S110). Therefore, the external database 50 and the map information processing system 100 can be repeatedly activated / executed with each other, and the map information processing system 100 can share the storage data of the external database 50 and operate cooperatively.

【0012】[0012]

【発明の効果】以上説明したように、この発明の地図情
報処理システムでは地図情報処理システムと外部のデー
タベースとの間で、DDEインタフェース手段によりプロ
セス間通信を行なうことが可能となり、外部のデータベ
ースに記憶されたデータを地図情報処理システムが共有
できるので、外部データベースのデータ入力/更新処理
において、誤操作が低減できる、各住宅別の販売実績デ
ータ等を地図上に表示することが容易となる、地図情報
処理システムに外部データベースから顧客分布、人口分
布、市場解析等のデータをグラフ表示しやすいといった
利点がある。
As described above, in the map information processing system of the present invention, it becomes possible to perform interprocess communication between the map information processing system and an external database by the DDE interface means, and the external database can be used. Since the stored data can be shared by the map information processing system, erroneous operations can be reduced in the data input / update processing of the external database, and it becomes easy to display sales record data for each house on the map. The information processing system has an advantage that data such as customer distribution, population distribution, and market analysis can be easily displayed as a graph from an external database.

【図面の簡単な説明】[Brief description of drawings]

【図1】この発明の地図情報処理システムの全体の構成
の一例を示すブロック図である。
FIG. 1 is a block diagram showing an example of the overall configuration of a map information processing system of the present invention.

【図2】この発明のシンボル情報登録動作を説明するた
めのフローチャートである。
FIG. 2 is a flow chart for explaining a symbol information registration operation of the present invention.

【図3】この発明で用いる画像ファイルの一例を説明す
るための図である。
FIG. 3 is a diagram for explaining an example of an image file used in the present invention.

【図4】この発明の画像位置の指定方法の一例を説明す
るための図である。
FIG. 4 is a diagram for explaining an example of an image position specifying method according to the present invention.

【図5】この発明の画像位置の記憶方法の一例を説明す
るための図である。
FIG. 5 is a diagram for explaining an example of an image position storing method according to the present invention.

【図6】この発明の検索キー情報の登録方法の一例を説
明するための図である。
FIG. 6 is a diagram for explaining an example of a search key information registration method of the present invention.

【図7】この発明のシンボルに関連した関連マクロの編
集作業画面の一例を示す図である。
FIG. 7 is a diagram showing an example of an edit work screen of a related macro related to the symbol of the present invention.

【図8】この発明のシンボル情報のデータ構造例を示す
概念図である。
FIG. 8 is a conceptual diagram showing an example of a data structure of symbol information of the present invention.

【図9】この発明のシンボル関連情報のデータ構造の一
例を示す図である。
FIG. 9 is a diagram showing an example of a data structure of symbol related information of the present invention.

【図10】この発明のシステムと外部データベースとの
連繋動作を説明するフローチャートの一例である。
FIG. 10 is an example of a flowchart for explaining a linking operation between the system of the present invention and an external database.

【図11】この発明の地図情報処理システムの操作画面
の一例である。
FIG. 11 is an example of an operation screen of the map information processing system of the present invention.

【図12】この発明の関連マクロ/ファイル実行メニュ
ー選択画面の一例である。
FIG. 12 is an example of a related macro / file execution menu selection screen of the present invention.

【図13】この発明の連繋動作で外部データベースを起
動した画面の一例である。
FIG. 13 is an example of a screen in which an external database is activated by the linking operation of the present invention.

【図14】外部データベースからこの発明のシステムを
起動するメニュー画面の一例である。
FIG. 14 is an example of a menu screen for activating the system of the present invention from an external database.

【図15】その動作を説明するためのフローチャートの
一例である。
FIG. 15 is an example of a flowchart for explaining the operation.

【符号の説明】[Explanation of symbols]

2 入力装置 4 表示装置 10 制御装置 12 表示制御手段 14 文字情報登録手段 16 シンボル情報登録手段 18 画像位置検索手段 20 マクロファイル登録手段 22 DDEインタフェース手段 30 記憶手段 50 外部データベース 100 地図情報処理システム 2 input device 4 display device 10 control device 12 display control means 14 character information registration means 16 symbol information registration means 18 image position search means 20 macro file registration means 22 DDE interface means 30 storage means 50 external database 100 map information processing system

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 地図情報を入力し、外部のデータベース
と連携してデータ処理する地図情報処理方法において、
前記地図情報処理方法は、前記入力された地図情報に基
づいて地図情報及び所定のシンボル情報を表示する工程
と、前記表示された複数のシンボル情報の中から所望の
シンボルを選択する工程と、前記選択されたシンボルに
関連づけられている関連情報を提示する工程と、前記提
示された関連情報の中から所望の関連情報を選択する工
程と、前記選択された関連情報をプロセス間連絡用イン
タフェースを介して前記外部のデータベースに転送する
工程と、を含み、前記外部のデータベース情報を前記地
図情報と連携して表示、編集できるようにしたことを特
徴とする地図情報処理方法。
1. A map information processing method for inputting map information and processing data in cooperation with an external database,
The map information processing method includes a step of displaying map information and predetermined symbol information based on the input map information; a step of selecting a desired symbol from the displayed plurality of symbol information; Presenting related information associated with the selected symbol, selecting desired related information from the presented related information, and selecting the selected related information via an inter-process communication interface. And a step of transferring the external database information to the external database so that the external database information can be displayed and edited in cooperation with the map information.
【請求項2】 前記プロセス間連絡用インタフェース
は、ウィンドウズ環境で実行されるダイナミック・デー
タ・エクスチェンジである請求項1に記載の地図情報処
理方法。
2. The map information processing method according to claim 1, wherein the inter-process communication interface is a dynamic data exchange executed in a Windows environment.
【請求項3】 前記地図情報はラスタ地図情報である請
求項1又は2に記載の地図情報処理方法。
3. The map information processing method according to claim 1, wherein the map information is raster map information.
JP8154887A 1996-05-27 1996-05-27 Map information processing method Pending JPH09319860A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8154887A JPH09319860A (en) 1996-05-27 1996-05-27 Map information processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8154887A JPH09319860A (en) 1996-05-27 1996-05-27 Map information processing method

Publications (1)

Publication Number Publication Date
JPH09319860A true JPH09319860A (en) 1997-12-12

Family

ID=15594138

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8154887A Pending JPH09319860A (en) 1996-05-27 1996-05-27 Map information processing method

Country Status (1)

Country Link
JP (1) JPH09319860A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11338344A (en) * 1998-05-21 1999-12-10 Kokusai Kogyo Co Ltd Map information system and system construction method thereof
JP2001117486A (en) * 1999-10-14 2001-04-27 Dgs Computer:Kk Map information system
JP2002015331A (en) * 2000-06-29 2002-01-18 Dainippon Printing Co Ltd Method and system for supporting map drawing
JP2004177470A (en) * 2002-11-25 2004-06-24 Zenrin Datacom Co Ltd Base guiding system
JP2008046703A (en) * 2006-08-11 2008-02-28 Toshiba Corp Data cooperation system, and method and program for controlling the same

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11338344A (en) * 1998-05-21 1999-12-10 Kokusai Kogyo Co Ltd Map information system and system construction method thereof
JP2001117486A (en) * 1999-10-14 2001-04-27 Dgs Computer:Kk Map information system
JP2002015331A (en) * 2000-06-29 2002-01-18 Dainippon Printing Co Ltd Method and system for supporting map drawing
JP2004177470A (en) * 2002-11-25 2004-06-24 Zenrin Datacom Co Ltd Base guiding system
JP4559699B2 (en) * 2002-11-25 2010-10-13 株式会社ゼンリンデータコム Site guidance system
JP2008046703A (en) * 2006-08-11 2008-02-28 Toshiba Corp Data cooperation system, and method and program for controlling the same

Similar Documents

Publication Publication Date Title
US5211563A (en) Computer assisted learning support system and processing method therefor
US6144377A (en) Providing access to user interface elements of legacy application programs
US8370750B2 (en) Technology for generating service program
US7511697B2 (en) Facility reference system and method
US20020109725A1 (en) Control apparatus and control method for starting application software on a computer, and multi-monitor computer, client-server system, and storage medium using the same
JP2001306308A (en) Method for defining class of data center application
KR101951719B1 (en) A web reporting design system with programming event handling by using graphic interface
CN101268458A (en) Data managing apparatus, data editing apparatus, data browsing apparatus, data managing method, data editing method, and data browsing method
US20050030576A1 (en) Data processing apparatus
JPH05324446A (en) Method and device for managing data
US7949690B2 (en) Project structure
US20010025287A1 (en) Document integrated management apparatus and method
JP2012064207A (en) Host device and content display method of the same
EP1768034A1 (en) Document processing device and document processing method
JP7339628B2 (en) Online report creation system using Excel tools
JPH09319860A (en) Map information processing method
US7936356B2 (en) Information processing method for information registration, and information processing method for information retrieval
JPH05265834A (en) Managing system for memo information
US8793589B2 (en) Melded user interfaces
JP4851017B2 (en) Parts information management device
JPH11288412A (en) Method and system for preparing document, and computer readable recording medium for recording document preparation program
JP3183660B2 (en) User interface creation device
JP2002342372A (en) Information terminal equipment and schedule retrieval program
US20240037325A1 (en) Ability to add non-direct ancestor columns in child spreadsheets
KR20060102363A (en) Apparatus and method for building home page