JP2923483B2 - Database system - Google Patents

Database system

Info

Publication number
JP2923483B2
JP2923483B2 JP9207473A JP20747397A JP2923483B2 JP 2923483 B2 JP2923483 B2 JP 2923483B2 JP 9207473 A JP9207473 A JP 9207473A JP 20747397 A JP20747397 A JP 20747397A JP 2923483 B2 JP2923483 B2 JP 2923483B2
Authority
JP
Japan
Prior art keywords
data
chart
management table
search
control means
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.)
Expired - Lifetime
Application number
JP9207473A
Other languages
Japanese (ja)
Other versions
JPH10134082A (en
Inventor
圭介 岩崎
正樹 高倉
康邦 山根
宣捷 賀好
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.)
Consejo Superior de Investigaciones Cientificas CSIC
Original Assignee
Consejo Superior de Investigaciones Cientificas CSIC
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 Consejo Superior de Investigaciones Cientificas CSIC filed Critical Consejo Superior de Investigaciones Cientificas CSIC
Priority to JP9207473A priority Critical patent/JP2923483B2/en
Publication of JPH10134082A publication Critical patent/JPH10134082A/en
Application granted granted Critical
Publication of JP2923483B2 publication Critical patent/JP2923483B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

【発明の詳細な説明】 【0001】 【発明の属する技術分野】本発明は、各種のデータを記
録・管理するためのデータベースシステムに関するもの
である。 【0002】 【従来の技術】データベースシステムによってデータの
管理を行うと、ファイルの中のデータを捜す場合に、識
別番号(ID番号)やその他の識別標識を用いて特定の
データを直接取り出す他に、検索のキーとなる文字列や
数値にオペレータが種々の条件を定め、この条件に合致
したデータを自在に取り出すことができるので極めて便
利である。 【0003】 【発明が解決しようとする課題】ところが、このような
データベースシステムでは、ID番号やその他の識別標
識をオペレータが予め正確に知っていなければ特定のデ
ータを直接取り出すことができず、また、これらを知ら
ない場合であっても、少なくともキーとなる文字列や数
値又はその条件をオペレータが正確に入力してやらなけ
れば検索を行うことができなかった。このため、管理す
るデータの性質によって、オペレータが漠然としたイメ
ージだけで検索を行わなければならない場合に、従来の
データベースシステムでは、検索作業が非常に困難かつ
手間のかかるものになるという問題点があった。 【0004】また、ある程度曖昧な検索を可能にするた
めに、各データのキーを階層構造となるように設定する
場合がある。ところが、このような階層構造は、一義的
な基準により分類がなされるために検索の際の基準が僅
かでも異なるとほとんど役に立たず、融通のきかないも
のであった。 【0005】さらに、データの検索を容易にするために
は、予め定めた基準に基づいて設定されるID番号等
を、データの内容に応じて誤りなく選んで入力データに
対応させておく必要がある。このため、このデータ入力
時の作業も非常に手間のかかるものとなっている。 【0006】本発明は、上記した従来の問題点に鑑みな
されたもので、その目的は、データの検索を容易に行え
ると共に、さらに、データの入力が容易で、データベー
スを自由に構築していくことが可能なデータベースシス
テムを提供することにある。 【0007】 【課題を解決するための手段】本発明のデータベースシ
ステムは、上記の目的を達成するために、データ入力手
段と、データ入力手段から入力されるデータに識別子を
付して記憶手段に記憶させるデータ記憶制御手段と、
索属性ごとの図表を画面に表示する図表表示手段と、
記図表上で位置を指定する位置指定操作により、指定位
置に応じた位置情報を発する位置指定手段と、データ入
力時に、上記位置指定操作が行われることにより発せら
れる位置情報と入力データに付与される識別子とを異な
る検索属性の図表にわたって対応させた管理表を作成し
記憶手段に記憶させる管理表記憶制御手段と、上記図表
が表示される画面に、上記管理表に記憶されている位置
情報に対応する位置に標識を追加して表示させる図表表
示制御手段と、データ検索時に、上記位置指定操作が行
われることにより発せられる位置情報に基づいて、この
位置情報に対応する識別子を上記管理表にて検索し、得
られた識別子に対応するデータを記憶手段から読出すデ
ータ検索制御手段とを備えたことを特徴としている。 【0008】 【発明の実施の形態】上記構成のデータベースシステム
において、例えば検索用の図表として日本地図を描いた
ものが作成され、そして、例えば各地の風景画像がデー
タとして記憶手段に記憶されるシステムを例に挙げて説
明する。 【0009】まず、例えば「仙台の風景画像」を新たな
入力データとして記憶させる場合、このデータは識別子
としての新たな識別番号が付与されて記憶手段に記憶さ
れる。このとき、図表上で「仙台」の位置を指定するこ
とによって、図表上における指定位置に対応する位置情
報、例えば座標信号が位置指定手段で発せられ、この位
置情報と上記識別番号との対応が管理表に追加されて記
憶手段に記憶される。 【0010】一方、上記のデータを読出して、例えば画
面表示させる場合、図表上で「仙台」の位置を指定す
る。このとき、図表上にはそれまで記憶されているデー
タに対応する位置に、それぞれ標識が表示され、「仙
台」の位置に対応する標識を選んで指定する。 【0011】このような位置指定により、指定位置に対
応する位置情報が発せられ、この位置情報に対応する識
別番号が管理表で検索される。次いで、得られた識別番
号に対応するデータ、すなわち、「仙台の風景画像」が
記憶手段から読出されて、例えば画面に表示される。 【0012】このように、上記では、データの入力時に
は、データと共に、これに対応する位置情報も順次記憶
手段に記憶され、データベースが構築されていく。そし
て、このデータの入力、および読出しは、データに対応
する位置指定を、各データ間における2次元的な位置関
係を視覚的に把握し得る図表を用いた指定操作で行う
で、誤りなく、しかも、容易に行うことができる。特
に、データの読出し時に行われる位置指定操作は、画面
に表示される図表に、その時の管理表に記憶されている
位置情報に基づいて、記憶されているデータに対応する
位置に標識が表示されることにより、データのない位置
を指定するなどの誤りを生じるおそれがなく、記憶され
ているデータの中から、所望のデータを確実かつ容易に
指定して読出すことができる。 【0013】さらに、上記のようなデータ構造によれ
ば、データの入力時に、同一データに対して複数の位置
を指定する操作を行うことにより、同一データを異なる
位置の指定で各々読出し得るようにすることや、逆に、
互いに異なる入力データに対し同一の位置を指定する操
作を行うことにより、一つの位置の指定で複数のデータ
が読出されるようにすることも可能で、容易なデータの
入力作業で、自由なデータベースを構築していくことが
できる。 【0014】なお、本願発明は、上記のような各地の風
景画像を記憶データとするものに限定される訳ではな
く、その他、二次元、さらには多次元の図表上で、相互
の位置関係がある程度認識されている各種のデータに対
し、これを記憶し、管理するデータベースシステムに適
用することができる。 【0015】 【実施例】本発明の一実施例を図1乃至図5に基づいて
説明すれば、以下の通りである。なお、本実施例では、
管理するデータが2次元画像データであるとする。 【0016】本実施例のデータベースシステムのハード
ウエアは、図1に示すように、キーボード1と、マウス
2と、データ入力手段としての画像入力装置3と、記憶
手段としての外部記憶装置4と、第1画像表示装置5
と、上記マウス2と共に位置指定手段を構成すると共
に、図表表示手段として機能する第2画像表示装置6
と、データ記憶制御手段・管理表記憶制御手段・図表表
示制御手段・データ検索制御手段としての機能を備える
プロセッサユニット7とで構成されている。キーボード
1は、オペレータがプロセッサユニット7に指令や情報
を送るための入力装置である。マウス2も、オペレータ
がプロセッサユニット7に指令を送るための入力装置で
あるが、ここでは第2画像表示装置6の画面上に表示さ
れるポインティング・マークの移動を行うために用いら
れる。画像入力装置3は、用紙等に描かれた画像を読み
取って画像データを生成する入力装置である。外部記憶
装置4は、データベースの処理プログラム及びこのプロ
グラムで処理される各ファイル並びに図表のパターン等
を記憶するためのハードディスクやその他の記憶装置で
ある。第1画像表示装置5は、2次元画像データをCR
T画面に表示するビットマップ・ディスプレイである。
第2画像表示装置6は、図表及び標識をCRT画面に表
示するビットマップ・ディスプレイである。 【0017】外部記憶装置4は、画像入力装置3等を用
いて生成した図表のビットパターンを記憶し、この図表
のビットパターンを第2画像表示装置6に送り出す。図
表は、図2に示すように、日本の概略白地図と、画像デ
ータファイルの内容を説明する「秋の風景」の文字から
構成されている。また、外部記憶装置4は、データベー
スシステムの処理プログラムとともに、処理が行われる
各ファイルを記憶している。このファイルは、まず画像
データファイルとして、日本の秋の風景写真を表す画像
データをそれぞれID番号を付して各レコードに収めて
いる。また、下表に示すように、「X座標」と「Y座
標」とで図表上の座標を示す管理表のファイルが設けら
れている。 【0018】 【表1】 【0019】この「X座標」及び「Y座標」の各項目の
数字は、それぞれ図2に示す図表上のX軸方向及びY軸
方向の位置に対応し、両者で同図表上の座標を指示して
いる。この座標が指示する位置は、各レコードにおける
画像データの撮影場所を図表上の日本地図で示したもの
である。各座標は、それぞれが属性情報としていずれか
の秋の風景写真と対応するように、画像データファイル
上での当該画像データのID番号が付してある。第1画
像表示装置5は、指定したレコードの画像データにより
秋の風景写真を表示する。第2画像表示装置6は、外部
記憶装置4から送られて来る図表を画面に表示し、か
つ、管理表の各座標を読み出して、この座標が指示する
位置に標識としての点を表示する。すると、この第2画
像表示装置6の画面上では、図3に示すように、図表上
の日本地図に多数の点が重ねて表示され、この点の表示
された土地の秋の風景写真が画像データファイル内に用
意されていることを示す。この第2画像表示装置6の画
面上には、同時にポインティング・マークが表示され、
オペレータがマウス2を操作することによりこのポイン
ティング・マークを画面上で移動させることができる。
そして、オペレータがこのポインティング・マークをい
ずれかの点に重ね合わせた状態で例えばキーボード1の
CRキー等を押すと、この点が特定され、管理表の中か
らこの点の位置を指示する座標の検索が行われるととも
に、検索された座標に付したID番号に基づいて画像デ
ータファイルのレコードの指定が自動的に行われる。画
像データファイルのレコードが指定されると、例えば、
第1画像表示装置5に当該レコードのID番号とともに
秋の風景写真が表示される。 【0020】上記データベースシステムの動作を図4及
び図5のフローチャートに従って説明する。 【0021】まず、ステップ1(以下、ステップiを単
に、「Si」という)で、外部記憶装置4に記憶された
図表を第2画像表示装置6の画面に表示する。次に、こ
の外部記憶装置4に記憶された管理表の各座標を読み出
して、この座標が指示する位置に先の図表と重ねて点を
表示する(S2)。そして、オペレータがマウス2の操
作によって点を特定すると(S3)、その点の位置を指
示する座標の検索が行われ(S4)、この座標に対応す
る画像データファイル内のレコードが指定されるととも
に、当該レコード内の画像データが第1画像表示装置5
に表示される(S5)。再び他の点を特定する場合はS
3に戻り、さらに別の図表を用いて、秋の風景とは異な
る属性による検索を行う場合はS1に戻り、検索を終了
すると処理が終わる(S6)。 【0022】また、このデータベースシステムに新たな
画像データの登録を行う場合の動作を説明する。まず、
画像入力装置3等により新たな秋の風景写真を画像デー
タとしてデータベースシステム内に取り込み、画像デー
タファイル内にID番号を付した新たなレコードを作成
した上で、この画像を第1画像表示装置5に表示する
(S11)。次に、外部記憶装置4に記憶された図表及
び管理表の座標が示す各点を第2画像表示装置6の画面
に表示する(S12)。そして、オペレータがマウス2
の操作によって図表上の位置を指示する(S13)。オ
ペレータが指示する位置は、例えば、新たに登録する画
像が仙台の秋の風景写真であれば、図表上の日本地図に
おける仙台の位置を指し示すようにする。すると、この
指示された位置の座標を自動的に読み取り、管理表にこ
の座標のレコードを当該ID番号を付して追加する(S
14)。同じ画像を他の位置にも登録する場合にはS1
3に戻り、別の属性を示す他の図表にも登録する場合に
はS12に戻り、他の画像を登録する場合にはS11に
戻り、登録を終了すると処理が終わる(S15)。な
お、本実施例の場合には、同じ画像データが同一の図表
上で2以上の座標を有することはないので、S13に戻
るループは使用されない。 【0023】 【発明の効果】本発明のデータベースシステムは、以上
のように、データ入力手段と、データ入力手段から入力
されるデータに識別子を付して記憶手段に記憶させるデ
ータ記憶制御手段と、検索属性ごとの図表を画面に表示
する図表表示手段と、上記図表上で位置を指定する位置
指定操作により、指定位置に応じた位置情報を発する位
置指定手段と、データ入力時に、上記位置指定操作が行
われることにより発せられる位置情報と入力データに付
与される識別子とを異なる検索属性の図表にわたって対
応させた管理表を作成し記憶手段に記憶させる管理表記
憶制御手段と、上記図表が表示される画面に、上記管理
表に記憶されている位置情報に対応する位置に標識を追
加して表示させる図表表示制御手段と、データ検索時
に、上記位置指定操作が行われることにより発せられる
位置情報に基づいて、この位置情報に対応する識別子を
上記管理表にて検索し、得られた識別子に対応するデー
タを記憶手段から読出すデータ検索制御手段とを備えた
構成である。 【0024】これにより、各データ間における位置関係
を視覚的に把握し得る図表上での位置指定操作で、デー
タの入力、および検索を行うことができ、特に、位置情
報と識別子とを異なる検索属性の図表にわたって対応さ
せた管理表を有するので、大規模なデータに対しても、
位置情報とデータとの一元的な対応付けの管理ができ
る。また、この管理表により、同一データを異なる位置
の指定で各々読出し得るようにすることや、逆に、一つ
の位置の指定で複数のデータが読出されるようにするこ
とも可能で、容易なデータの入力作業で、自由なデータ
ベースを構築していくことができ、システムの負荷を軽
減することができるという効果を奏する。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database system for recording and managing various data. 2. Description of the Related Art When data is managed by a database system, when searching for data in a file, in addition to directly extracting specific data using an identification number (ID number) or other identification mark, This is extremely convenient because the operator can set various conditions for a character string or a numerical value serving as a search key, and can freely extract data meeting the conditions. [0003] However, in such a database system, specific data cannot be directly taken out unless an operator knows the ID number and other identification signs accurately in advance. Even if they do not know these, at least a character string or a numerical value as a key or its condition must be correctly input by an operator to perform a search. For this reason, in the case where the operator has to perform a search using only vague images due to the nature of the data to be managed, the conventional database system has a problem that the search operation becomes extremely difficult and time-consuming. Was. [0004] Further, in order to enable a somewhat ambiguous search, the key of each data may be set to have a hierarchical structure. However, since such a hierarchical structure is classified according to a unique criterion, if the criterion at the time of retrieval is slightly different, it is almost useless and inflexible. Further, in order to facilitate data retrieval, it is necessary to select an ID number or the like set based on a predetermined criterion without error according to the content of the data and to correspond to the input data. is there. For this reason, the work at the time of this data input is also very troublesome. SUMMARY OF THE INVENTION The present invention has been made in view of the above-mentioned conventional problems, and has as its object to make it easy to search for data, to easily input data, and to freely construct a database. It is to provide a possible database system. [0007] In order to achieve the above object, a database system according to the present invention has a data input means, and a data input means, which is provided with an identifier attached to an identifier and stored in a storage means. a data storage control means for storing the, test
A chart display means for displaying a chart for each search attribute on a screen ;
A position designation means for issuing position information according to a designated position by a position designation operation for designating a position on a chart , and at the time of data input, the position information and the input data given by performing the position designation operation are added to the input data. and the different creates a management table that associates over charts of search attribute management table storage control means for storing in the storage means identifier that, in the screen the chart is displayed, the position information stored in the management table A chart display control means for adding and displaying a sign at a corresponding position, and an identifier corresponding to the position information in the management table based on position information issued by performing the position specifying operation at the time of data search. And data retrieval control means for reading data corresponding to the obtained identifier from the storage means. [0008] In the database system having the above structure, for example, a system in which a map of Japan is drawn as a search chart, and, for example, a landscape image of each place is stored in a storage means as data. Will be described as an example. First, when, for example, “Sendai landscape image” is stored as new input data, this data is stored in the storage means with a new identification number given as an identifier. At this time, by designating the position of "Sendai" on the chart, position information corresponding to the designated position on the chart, for example, a coordinate signal is issued by the position designation means, and the correspondence between the position information and the identification number is determined. It is added to the management table and stored in the storage means. On the other hand, when the above data is read and displayed on a screen, for example, the position of "Sendai" is designated on the chart. At this time, a marker is displayed at a position corresponding to the data stored so far on the chart, and a marker corresponding to the position of "Sendai" is selected and designated. By such position designation, position information corresponding to the designated position is issued, and an identification number corresponding to the position information is searched in the management table. Next, the data corresponding to the obtained identification number, that is, the “Sendai landscape image” is read from the storage means and displayed on a screen, for example. As described above, at the time of inputting data, the position information corresponding to the data is sequentially stored in the storage means, and a database is constructed. The input of the data, and read, a position designation corresponding to the data, in <br/> carried out in the specified operation using a chart capable of visually grasping the two-dimensional positional relationship between each data It can be performed easily and without errors. In particular, in the position designation operation performed at the time of reading data, in the chart displayed on the screen, a mark is displayed at a position corresponding to the stored data based on the position information stored in the management table at that time. By doing so, there is no possibility that an error such as specifying a position where no data exists will occur, and desired data can be reliably and easily specified and read from the stored data. Further, according to the above-described data structure, when data is input, an operation of designating a plurality of positions with respect to the same data can be performed so that the same data can be read at different positions. To do, or, conversely,
By performing the operation of designating the same position for mutually different input data, it is possible to read out a plurality of data by designating one position. Can be built. The invention of the present application is not limited to the above-described scenery image of each place as storage data, but also has a mutual positional relationship on a two-dimensional or multidimensional chart. The present invention can be applied to a database system that stores and manages various types of data that have been recognized to some extent. An embodiment of the present invention will be described below with reference to FIGS. 1 to 5. In this embodiment,
It is assumed that the data to be managed is two-dimensional image data. As shown in FIG. 1, the hardware of the database system of this embodiment includes a keyboard 1, a mouse 2, an image input device 3 as data input means, an external storage device 4 as storage means, First image display device 5
And a second image display device 6 which constitutes position designation means together with the mouse 2 and functions as a chart display means.
And a processor unit 7 having functions as data storage control means, management table storage control means, chart display control means, and data search control means. The keyboard 1 is an input device for an operator to send commands and information to the processor unit 7. The mouse 2 is also an input device for the operator to send a command to the processor unit 7. Here, the mouse 2 is used to move a pointing mark displayed on the screen of the second image display device 6. The image input device 3 is an input device that reads an image drawn on a sheet or the like and generates image data. The external storage device 4 is a hard disk or another storage device for storing a database processing program, files processed by the program, patterns of charts, and the like. The first image display device 5 converts the two-dimensional image data into a CR.
This is a bitmap display displayed on the T screen.
The second image display device 6 is a bitmap display for displaying charts and markers on a CRT screen. The external storage device 4 stores a bit pattern of a chart generated using the image input device 3 or the like, and sends the bit pattern of the chart to the second image display device 6. As shown in FIG. 2, the chart is composed of a schematic white map of Japan and the characters "Autumn landscape" that describes the contents of the image data file. The external storage device 4 stores files to be processed together with the processing program of the database system. In this file, first, as an image data file, image data representing a Japanese autumn scenery photograph is stored in each record with an ID number attached thereto. Also, as shown in the table below, a management table file indicating coordinates on the chart by "X coordinate" and "Y coordinate" is provided. [Table 1] The numbers in the "X coordinate" and "Y coordinate" items correspond to the positions in the X-axis direction and the Y-axis direction on the table shown in FIG. 2, respectively, and both indicate the coordinates on the table. doing. The position indicated by the coordinates indicates the shooting location of the image data in each record on a map of Japan on a chart. Each coordinate is provided with an ID number of the image data on the image data file so that each coordinate corresponds to any autumn landscape photograph as attribute information. The first image display device 5 displays an autumn landscape photograph using the image data of the designated record. The second image display device 6 displays a chart sent from the external storage device 4 on a screen, reads each coordinate of the management table, and displays a point as a marker at a position indicated by the coordinate. Then, on the screen of the second image display device 6, as shown in FIG. 3, a number of points are superimposed on the map of Japan on the chart, and an autumn landscape photograph of the land where the points are displayed is displayed as an image. Indicates that it is prepared in the data file. A pointing mark is simultaneously displayed on the screen of the second image display device 6,
The pointing mark can be moved on the screen by operating the mouse 2 by the operator.
Then, when the operator presses, for example, a CR key on the keyboard 1 with the pointing mark superimposed on any point, the point is specified, and coordinates in the management table indicating the position of the point are specified. A search is performed, and a record of the image data file is automatically specified based on the ID number assigned to the searched coordinates. When the record of the image data file is specified, for example,
An autumn landscape photograph is displayed on the first image display device 5 together with the ID number of the record. The operation of the database system will be described with reference to the flowcharts of FIGS. First, in step 1 (hereinafter, step i is simply referred to as “Si”), the chart stored in the external storage device 4 is displayed on the screen of the second image display device 6. Next, each coordinate of the management table stored in the external storage device 4 is read, and a point is displayed at a position indicated by the coordinate in a manner superimposed on the previous chart (S2). When the operator specifies a point by operating the mouse 2 (S3), a search for coordinates indicating the position of the point is performed (S4), and a record in the image data file corresponding to the coordinates is specified. The image data in the record is the first image display device 5
Is displayed (S5). S to specify another point again
Returning to S3, if a search is performed using an attribute different from that of the autumn scenery using another chart, the process returns to S1, and the process ends when the search ends (S6). The operation of registering new image data in the database system will be described. First,
A new autumn landscape photograph is captured as image data into the database system by the image input device 3 or the like, a new record with an ID number is created in the image data file, and this image is displayed on the first image display device 5. (S11). Next, each point indicated by the coordinates of the chart and management table stored in the external storage device 4 is displayed on the screen of the second image display device 6 (S12). Then, when the operator
The position on the chart is designated by the operation of (S13). For example, if the image to be newly registered is a Sendai autumn landscape photograph, the position indicated by the operator points to the position of Sendai on the map of Japan on the chart. Then, the coordinates of the designated position are automatically read, and a record of the coordinates is added to the management table with the ID number attached thereto (S
14). S1 when registering the same image in another location
Returning to S3, the process returns to S12 when registering another image showing another attribute, and returns to S11 when registering another image. When the registration is completed, the process ends (S15). In the present embodiment, since the same image data does not have two or more coordinates on the same chart, the loop returning to S13 is not used. As described above, the database system according to the present invention comprises a data input means, a data storage control means for attaching an identifier to data input from the data input means and storing the data in the storage means, A chart display means for displaying a chart for each search attribute on a screen, a position specifying means for issuing position information according to a designated position by a position designation operation for designating a position on the chart , and a position designation operation for inputting data. The management table storage control means for creating a management table in which the position information issued by performing the operation and the identifier given to the input data are made to correspond over the charts of different search attributes and storing the management table in the storage means, and the chart is displayed. that the screen, the chart display control means for displaying by adding a label to a position corresponding to the position information stored in the management table, when the data retrieval, the upper Data search control for searching the management table for an identifier corresponding to the position information based on the position information issued by performing the position specifying operation, and reading data corresponding to the obtained identifier from the storage means. Means. Thus, data input and search can be performed by a position designation operation on a chart which allows the user to visually grasp the positional relationship between the respective data.
Information and identifiers across charts of different search attributes.
Because it has a management table that has been set, even for large-scale data,
Manage the unified correspondence between location information and data
You. Also, this management table allows the same data to be stored in different locations.
To be able to read each, or conversely, one
Multiple data can be read by specifying the position of
Free data can be easily input
It is possible to build a base, and it is possible to reduce the load on the system.

【図面の簡単な説明】 【図1】データベースシステムのハードウエア構成を示
すブロック図である。 【図2】図表を表示した画面を示す図である。 【図3】図表と標識を表示した画面を示す図である。 【図4】データベースシステムの検索動作を説明するた
めのフローチャートである。 【図5】データベースシステムの登録動作を説明するた
めのフローチャートである。 【符号の説明】 1 キーボード 2 マウス(位置指定手段) 3 画像入力装置(データ入力手段) 4 外部記憶装置(記憶手段) 5 第1画像表示装置 6 第2画像表示装置(図表表示手段・位置指定手段) 7 プロセッサユニット(データ記憶制御手段・管理表
記憶制御手段・図表表示制御手段・データ検索制御手
段)
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a block diagram showing a hardware configuration of a database system. FIG. 2 is a diagram showing a screen displaying a chart. FIG. 3 is a diagram showing a screen displaying a chart and a sign. FIG. 4 is a flowchart for explaining a search operation of the database system. FIG. 5 is a flowchart for explaining a registration operation of the database system. [Description of Signs] 1 Keyboard 2 Mouse (Position Specifying Means) 3 Image Input Device (Data Input Means) 4 External Storage Device (Storage Means) 5 First Image Display Device 6 Second Image Display Device (Chart / Table Display Means / Position Designation) Means) 7 processor unit (data storage control means, management table storage control means, chart display control means, data search control means)

───────────────────────────────────────────────────── フロントページの続き (72)発明者 賀好 宣捷 大阪府大阪市阿倍野区長池町22番22号 シャープ株式会社内 (56)参考文献 嶋田,江尻「日本語インタフェースを 有する知識処理型マルチメディア地図情 報処理システムGENTLE」情報処理 学会論文誌,Vol.27,No.12, 1986(昭61−12−15),p.1162−1173 (58)調査した分野(Int.Cl.6,DB名) G06F 17/30 JICSTファイル(JOIS)────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Noriyoshi Kayoshi 22-22-22 Nagaikecho, Abeno-ku, Osaka-shi, Osaka Inside Sharp Corporation (56) References Shimada, Ejiri "Knowledge processing multimedia with Japanese interface Map Information Processing System GENTLE, ”Information Processing Society of Japan, Vol. 27, No. 12, 1986 (Showa 61-12-15), p. 1162-1173 (58) Field surveyed (Int.Cl. 6 , DB name) G06F 17/30 JICST file (JOIS)

Claims (1)

(57)【特許請求の範囲】 1.データ入力手段と、 データ入力手段から入力されるデータに識別子を付して
記憶手段に記憶させるデータ記憶制御手段と、検索属性ごとの 図表を画面に表示する図表表示手段と、上記図表 上で位置を指定する位置指定操作により、指定
位置に応じた位置情報を発する位置指定手段と、 データ入力時に、上記位置指定操作が行われることによ
り発せられる位置情報入力データに付与される識別子
とを異なる検索属性の図表にわたって対応させた管理表
を作成し記憶手段に記憶させる管理表記憶制御手段と、 上記図表が表示される画面に、上記管理表に記憶されて
いる位置情報に対応する位置に標識を追加して表示させ
る図表表示制御手段と、 データ検索時に、上記位置指定操作が行われることによ
り発せられる位置情報に基づいて、この位置情報に対応
する識別子を上記管理表にて検索し、得られた識別子に
対応するデータを記憶手段から読出すデータ検索制御手
段とを備えたことを特徴とするデータベースシステム。 2.上記図表の一つが、地図であることを特徴とする請
求項1記載のデータベースシステム。
(57) [Claims] Data input means, data storage control means for storing data inputted from the data input means with an identifier attached to the storage means, chart display means for displaying a chart for each search attribute on a screen, and position on the chart Is different from the position information generated by performing the position specifying operation at the time of data input and the identifier assigned to the input data. a management table storage control means for storing the created storing unit management table that associates over charts search attributes, the screen in which the figure is displayed, labeled at a position corresponding to the position information stored in the management table And a chart display control means for adding and displaying the position information, based on the position information issued by performing the position designation operation at the time of data search. Database system, characterized in that an identifier corresponding to the location information and a the searching by the management table, read from the storage means the data corresponding to the obtained identifier to the data search control means. 2. 2. The database system according to claim 1, wherein one of the charts is a map.
JP9207473A 1997-08-01 1997-08-01 Database system Expired - Lifetime JP2923483B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9207473A JP2923483B2 (en) 1997-08-01 1997-08-01 Database system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9207473A JP2923483B2 (en) 1997-08-01 1997-08-01 Database system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP62008546A Division JPS63175924A (en) 1987-01-16 1987-01-16 Data base system

Publications (2)

Publication Number Publication Date
JPH10134082A JPH10134082A (en) 1998-05-22
JP2923483B2 true JP2923483B2 (en) 1999-07-26

Family

ID=16540346

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9207473A Expired - Lifetime JP2923483B2 (en) 1997-08-01 1997-08-01 Database system

Country Status (1)

Country Link
JP (1) JP2923483B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4872557B2 (en) * 2006-09-20 2012-02-08 富士ゼロックス株式会社 Electronic document management apparatus, method, and program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
嶋田,江尻「日本語インタフェースを有する知識処理型マルチメディア地図情報処理システムGENTLE」情報処理学会論文誌,Vol.27,No.12,1986(昭61−12−15),p.1162−1173

Also Published As

Publication number Publication date
JPH10134082A (en) 1998-05-22

Similar Documents

Publication Publication Date Title
US7334190B2 (en) Interactive video tour system editor
US6539399B1 (en) Stand alone data management system for facilitating sheet metal part production
US6523024B1 (en) Methods for retrieving database with image information
JP3204044B2 (en) Organization chart processing device
US5517607A (en) Graphic processing apparatus utilizing a CAD system
JPH0415753A (en) Data base system
JP2923483B2 (en) Database system
KR20000040270A (en) Apparatus for managing user layer on electronic map
JPH0568739B2 (en)
JP3424675B2 (en) Organization chart processing device
JPH07105353A (en) Drawing management device
JP3444620B2 (en) Filing system equipment
JP2006040118A (en) Hierarchical data editing system
JP2972475B2 (en) Placement management database system
US20020049757A1 (en) Apparatus for processing data of overlapped facilities by means of virtual facility record and method therefor
JP2000057040A (en) Distributed data management operation system
JP3424674B2 (en) Organization chart processing device
JP3370064B2 (en) Drawing information processing method and system
JPH0264868A (en) Information retrieving device
JPS63298572A (en) Geographic retrieving device
JP2906586B2 (en) Hypermedia device
JPH11134356A (en) Folder relating device and method therefor
JP3047994B2 (en) Drawing management device
JPH08202858A (en) Raster image map device
JPH07271814A (en) Electronic filing device for retrieving data from visual position or shape without requiring keyword

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term