JP3402204B2 - Database control method and device - Google Patents

Database control method and device

Info

Publication number
JP3402204B2
JP3402204B2 JP19272398A JP19272398A JP3402204B2 JP 3402204 B2 JP3402204 B2 JP 3402204B2 JP 19272398 A JP19272398 A JP 19272398A JP 19272398 A JP19272398 A JP 19272398A JP 3402204 B2 JP3402204 B2 JP 3402204B2
Authority
JP
Japan
Prior art keywords
database
map
common
processing
control unit
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 - Fee Related
Application number
JP19272398A
Other languages
Japanese (ja)
Other versions
JP2000028375A (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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP19272398A priority Critical patent/JP3402204B2/en
Publication of JP2000028375A publication Critical patent/JP2000028375A/en
Application granted granted Critical
Publication of JP3402204B2 publication Critical patent/JP3402204B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、データベースに対
する処理と、データベースに依存しない処理を分離する
ことで、扱うデータの種類が増えた場合であっても作業
工数の増加を抑制できるデータベースの制御方法および
装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention separates a process for a database from a process that does not depend on the database, so that an increase in the number of work steps can be suppressed even if the types of data to be handled increase. And equipment.

【0002】[0002]

【従来の技術】従来の地図処理システムに対応したデー
タベースの制御方法および装置においては、地図処理シ
ステムで対応していないフォーマットの地図データを使
用する場合、データ変換を行うことが多い。しかし、変
換前の地図データの情報をデータの持ち方を含め変換す
るため、変換前には解析処理に向いたフォーマット用の
データも、変換後には解析処理に不向きなデータ形態に
なってしまう場合がある。
2. Description of the Related Art In a conventional database control method and apparatus compatible with a map processing system, when map data in a format not supported by the map processing system is used, data conversion is often performed. However, since the map data information before conversion is converted including the way of holding the data, the data for the format suitable for the analysis process before the conversion becomes a data format unsuitable for the analysis process after conversion. There is.

【0003】通常の地図処理システムでは、地図処理シ
ステムが扱うことの出来る地図データのフォーマットは
一意に決められている。しかし、地図処理システムの利
用者からは、様々なフォーマットの地図データを同時に
扱いたいという要望や、地図データではないが位置情報
を持つ標識データ等と地図データの重ね合わせ表示を行
いたいという要望がある。
In an ordinary map processing system, the map data format that can be handled by the map processing system is uniquely determined. However, users of the map processing system want to handle map data in various formats at the same time, and to display map data that is not map data but overlays the marker data with position information. is there.

【0004】しかし、従来の地図処理システムでは、複
数フォーマットの地図データを扱うようには構成されて
いないため、前述した要望に対しては、その地図処理シ
ステムで扱える地図データへのデータ変換を行うか、あ
るいは、その地図処理システムで複数種類の地図データ
が扱えるように機能拡張を行うことになる。
However, since the conventional map processing system is not configured to handle map data in a plurality of formats, data conversion to map data that can be handled by the map processing system is performed in response to the above-mentioned request. Alternatively, the function will be expanded so that the map processing system can handle multiple types of map data.

【0005】[0005]

【発明が解決しようとする課題】従来のデータベースの
制御方法および装置は以上のように構成されていたの
で、地図処理システムで、例えば複数種類の地図データ
が扱えるように機能拡張を行うと、サポートする地図デ
ータベースごとに座標変換処理、表示制御処理、データ
ベース入出力処理等を組み込まねばならず、そのため、
サポートする地図データベースが多くなるほどシステム
の構造が複雑になり、また、ソースコードの規模が膨大
になるため、保守や機能拡張のための作業工数が増大す
る課題があった。
Since the conventional method and apparatus for controlling a database are configured as described above, if the map processing system is extended to handle a plurality of types of map data, for example, it will be supported. The coordinate conversion process, the display control process, the database input / output process, etc. must be incorporated for each map database to be used.
As the number of map databases supported increases, the system structure becomes more complicated, and the scale of the source code becomes enormous, resulting in an increase in the number of man-hours required for maintenance and function expansion.

【0006】そこで、本発明の目的は、対応していない
フォーマットのデータを使用する場合のデータ変換のた
めのシステム構造の複雑化を回避して保守を容易にし、
また表示等の共通処理を組み込む必要をなくし、開発時
の作業工数を削減できるデータベースの制御方法および
装置を提供することにある。
Therefore, an object of the present invention is to avoid the complication of the system structure for data conversion when using the data of the unsupported format and to facilitate the maintenance,
Another object of the present invention is to provide a database control method and apparatus that eliminates the need for incorporating common processing such as display and reduces the number of man-hours required for development.

【0007】[0007]

【課題を解決するための手段】本発明係るデータベース
の制御方法は、個々のデータベースに対する処理を行う
個別処理とデータベース個々に依存しない各データベ
ースに共通する処理を行う共通処理とを分離し、前記共
通処理では、新たに定義した共通的な座標系などの共通
基準をもとに表示等の共通処理を行い、また前記個別処
理では、データベース入出力処理と前記共通的な座標系
などの共通基準へのデータの変換処理を行い、データフ
ォーマットなどが異なる新規なデータベースをサポート
する場合に、当該データベースに対する前記個別処理
部分のみの新規追加で対応可能にすることを特徴とす
る。
A database control method according to the present invention is an individual process for performing a process for each database and a database process that does not depend on each database.
Separating the common process of performing processing common to over scan, the at common processing performs common processing such as display based on the common reference, such as the common coordinate system newly defined, and in the individual process processes the conversion of data into a common reference, such as a database output processing said common coordinate system, if such data formats support different new database, the individual processing for the database
It is characterized by making it possible to add new parts only.

【0008】また、本発明は、予め設定されている機能
モジュールを読み出し、固有の地図データ処理システム
を構築する利用者アプリケーションと複数の地図データ
ベースとの間に介在するデータベースの制御装置であ
り、前記各地図データベースに存在しない、新たに定義
した共通的な座標系をもとに表示等の前記各地図データ
ベースに共通する処理を行う全体制御部と、前記各地図
データベースの個々に対する処理を行うための前記機能
モジュールを前記利用者プリケーションへ提供するとと
もに、前記全体制御部での前記共通処理のためのデータ
の共通化を行う地図データベース制御部とを備えること
を特徴とする。
Further, the present invention reads out the function module that is set in advance, a control device of the database to be interposed between the user application and the plurality of map database to construct a specific map data processing system, the An overall control unit that does not exist in each map database , performs a process common to each map database such as a display based on a newly defined common coordinate system, and a process for performing the process for each of the map databases. A map database control unit is provided for providing the functional module to the user application and commonizing data for the common processing in the overall control unit.

【0009】本発明のデータベースの制御方法は、各デ
ータベースに共通的な座標系などの共通基準を定義する
ことにより、個々のデータベースに対する個別処理と共
通処理とを分離し、前記共通処理では前記共通的な座標
系などの共通基準をもとにした表示等を行い、また前記
個別処理ではデータベース入出力処理と前記共通的な座
標系などの共通基準へのデータの変換処理を行い、デー
タフォーマットなどが異なるデータベースを新規にサポ
ートする場合は、当該データベースに対する前記個別処
理のみを新規に開発すればよいようにして、システム構
造の簡略化、保守の容易性を実現し、また前記データベ
ースに対する表示等についての処理を組み込む必要をな
くし、開発時の作業工数を削減する。
According to the database control method of the present invention, by defining a common reference such as a coordinate system common to each database, individual processing and common processing for each database are separated, and in the common processing, the common processing is performed. Display based on a common standard such as a standard coordinate system. In addition, in the individual processing, database input / output processing and data conversion processing to a common standard such as the common coordinate system are performed, and a data format, etc. When newly supporting different databases, only the individual processing for the database needs to be newly developed to simplify the system structure and facilitate maintenance, and to display the database. Eliminates the need to incorporate the processing of and reduces the work man-hours during development.

【0010】本発明のデータベースの制御装置は、個々
のデータベースに対しデータベース制御部が行う個別処
理と、共通的な座標系をもとに全体制御部が行う共通処
理とを分離し、前記共通処理では前記共通的な座標系を
もとにした表示等を行い、また前記個別処理では処理対
象データベースの入出力処理と前記共通的な座標系への
座標変換処理を行い、データフォーマットなどが異なる
データベースを新規にサポートする場合に、当該データ
ベースに対する前記個別処理のみを新規に開発すればよ
いようにして、システム構造の簡略化、保守の容易性を
実現し、また前記データベースに対する表示等について
の処理を組み込む必要をなくし、開発時の作業工数を削
減する。
The database control apparatus of the present invention separates the individual processing performed by the database control unit for each database from the common processing performed by the overall control unit based on a common coordinate system. In the above, the display based on the common coordinate system is performed, and in the individual processing, the input / output processing of the processing target database and the coordinate conversion processing to the common coordinate system are performed, and the data format is different. In order to newly support the above, it is necessary to newly develop only the individual processing for the database, simplifying the system structure and easiness of maintenance, and processing for displaying on the database. Eliminates the need to incorporate and reduces the work man-hours during development.

【0011】[0011]

【発明の実施の形態】以下、本発明の実施の形態につい
て説明する。本実施の形態のデータベースの制御方法お
よび装置は、例えば、共通的な座標系を定義することに
より、個々の地図データベースに対する処理を行う制御
部と地図データベース共通の処理を行う制御部とを分離
し、前記共通の処理を行う制御部では、新たに定義した
共通的な座標系に対して表示等の共通処理を行い、また
個々の地図データベースに対する処理を行う制御部で
は、データベース入出力処理と共通的な座標系への座標
変換処理を行うだけの処理を行うようにして、新規に地
図データベースをサポートする場合は、当該地図データ
ベースに対する処理を行う制御部のみを新規に開発すれ
ばよいようにすることで、システム構造のシンプル化を
図り、これにより保守を容易にし、また表示等の共通処
理を組み込む必要をなくして地図処理システム開発時の
作業工数を削減するものである。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below. The database control method and apparatus according to the present embodiment, for example, define a common coordinate system to separate the control unit that performs processing on each map database from the control unit that performs common processing on the map database. In the control unit that performs the common processing, common processing such as display is performed on the newly defined common coordinate system, and in the control unit that performs the processing for each map database, common control is performed with the database input / output processing. When a new map database is supported by performing only the coordinate conversion process to a specific coordinate system, it is only necessary to newly develop the control unit that performs the process for the map database. This simplifies the system structure, facilitates maintenance, and eliminates the need for incorporating common processing such as display It is intended to reduce the man-hours of time management system development.

【0012】図1は、本実施の形態のデータベースの制
御方法が適用されたデータベース制御装置の構成を示す
ブロック図である。このデータベース制御装置は、全体
制御部2、第1地図データベース制御部3および第2地
図データベース制御部4を備えており、利用者アプリケ
ーション1による地図データベースDB11,DB12
に対する処理を制御する。符号100で示す図1の破線
で囲まれた部分が本実施の形態のデータベース制御装置
の構成部分である。
FIG. 1 is a block diagram showing the configuration of a database control apparatus to which the database control method of this embodiment is applied. This database control device includes an overall control unit 2, a first map database control unit 3 and a second map database control unit 4, and the map databases DB11, DB12 by the user application 1 are included.
Control processing for. A portion surrounded by a broken line in FIG. 1 indicated by reference numeral 100 is a constituent portion of the database control device of the present embodiment.

【0013】なお、以下の説明は、地図データベースD
B11、DB12を同時に扱う場合の一例についての説
明であり、個々の地図データベースに対する制御部とし
ては第1地図データベース制御部3と第2地図データベ
ース制御部4が示してあるが、地図データベースDB1
、地図データベースDB1・・・などのように扱う
地図データの種類が増える場合は、前記地図データベー
スDB1、地図データベースDB1・・・に対応し
た地図データベース制御部が並列的に増える。
The following explanation will be given in the map database D.
This is an explanation of an example in which B11 and DB12 are handled at the same time. Although the first map database control unit 3 and the second map database control unit 4 are shown as the control units for the individual map databases, the map database DB1
1. When the types of map data handled like 1 , map database DB1 2 ... increase, the map database control units corresponding to the map database DB1 1 , map database DB1 2 ... increase in parallel.

【0014】利用者アプリケーション1は、本実施の形
態のデータベース制御装置100の機能を呼び出して、
業務固有の地図処理システムを構築するアプリケーショ
ンソフトウェアである。この利用者アプリケーション1
は、個々の地図データベースに対して検索や読み込み等
の処理を行う場合、それぞれの地図データベースを制御
する地図データベース制御部3,4の機能を使用する。
The user application 1 calls the function of the database control device 100 of this embodiment,
It is application software that builds a map processing system unique to a business. This user application 1
Uses the functions of the map database control units 3 and 4 that control the respective map databases when performing processing such as searching and reading for each map database.

【0015】全体制御部2は、データベース制御装置1
00全体の制御、および地図データベースに依存しない
共通処理を行うものである。個々の地図データベースに
対する処理は、それぞれの地図データベースを制御する
地図データベース制御部に対してこの全体制御部2が命
令を発行することによって行われる。
The overall controller 2 is a database controller 1
Control of the entire 00 and common processing independent of the map database. The processing for each map database is performed by the overall control unit 2 issuing a command to the map database control unit that controls each map database.

【0016】第1地図データベース制御部3は、地図デ
ータベースDB11に対する検索、読み込み等の操作を
行うものである。利用者アプリケーション1が、直接、
地図データベースDB11の地図データに対して操作を
行う場合は、第1地図データベース制御部3から提供さ
れている機能を使用する。
The first map database control unit 3 performs operations such as searching and reading the map database DB11. User application 1 directly
When operating the map data of the map database DB11, the function provided by the first map database control unit 3 is used.

【0017】第2地図データベース制御部4は、地図デ
ータベースDB12に対する検索、読み込み等の操作を
行うものである。利用者アプリケーション1が、直接、
地図データベースDB12の地図データに対して操作を
行う場合は、第2地図データベース制御部4から提供さ
れている機能を使用する。
The second map database control unit 4 performs operations such as searching and reading the map database DB12. User application 1 directly
When the map data in the map database DB12 is operated, the function provided by the second map database control unit 4 is used.

【0018】また、全体制御部2、第1地図データベー
ス制御部3、第2地図データベース制御部4間の命令の
発行等の情報の入出力は通信処理により行われる。通信
部分のインタフェイス部分については明確に決められて
いるが、それぞれの制御部の内部の実装については、他
の制御部に依存しない形で行われる。また、様々な地図
データを同時に扱うので、他の制御部と地図データにつ
いての情報のやり取りを行う場合は、データフォーマッ
トに依存しない共通的な座標系を使って行われることに
なる。
Input / output of information such as issuance of commands among the overall control unit 2, the first map database control unit 3, and the second map database control unit 4 is performed by communication processing. Although the interface part of the communication part is clearly defined, the internal implementation of each control part is performed without depending on the other control parts. Further, since various map data are handled at the same time, when the information about the map data is exchanged with other control units, the common coordinate system independent of the data format is used.

【0019】次に、本実施の形態の動作について、図2
及び図3を参照して説明する。なお、以下の説明では、
地図データベースDB11と地図データベースDB12
の描画および検索を例にして動作説明を行う。地図デー
タベースDB11と地図データベースDB12の地図デ
ータの重ねあわせ描画を行う場合は、先ず、全体制御部
2に対して利用者アプリケーション1が描画要求を行
う。全体制御部2は、それぞれの地図データベースを管
理している第1地図データベース制御部3および第2地
図データベース制御部4に対して、地図データの読み込
みを要求し、利用者アプリケーション1から受け取った
描画条件(描画領域、描画属性、ウィンドウの情報等)
により、読み込んだ地図データのウィンドウ5への描画
を行う。スクロールを行う場合も描画領域を変えながら
同様の流れで処理が行われる。図2は、地図データベー
スDB11と地図データベースDB12の地図データの
ウィンドウ5への重ねあわせ描画を行う場合の動作説明
図である。
Next, the operation of the present embodiment will be described with reference to FIG.
And FIG. 3 will be described. In the following explanation,
Map database DB11 and map database DB12
The operation will be described with reference to the drawing and retrieval of. When performing overlay drawing of the map data of the map database DB 11 and the map database DB 12, the user application 1 first makes a drawing request to the overall control unit 2. The overall control unit 2 requests the first map database control unit 3 and the second map database control unit 4 managing the respective map databases to read the map data, and draws the drawing received from the user application 1. Conditions (drawing area, drawing attributes, window information, etc.)
Thus, the read map data is drawn on the window 5. Also in the case of scrolling, the processing is performed in the same flow while changing the drawing area. FIG. 2 is an operation explanatory diagram in the case where the map data of the map database DB11 and the map database DB12 are overlaid and drawn on the window 5.

【0020】また、検索の場合は、対象となる各地図デ
ータベースに対して行うことになるので、他の地図デー
タベースに対する処理を考慮する必要がない。利用者ア
プリケーション1は、直接、それぞれの地図データベー
スを管理する地図データベース制御部に対して検索要求
を行い、その後、当該地図データベース制御部から検索
結果が返却されることになる。図3は、前記検索を行う
場合の動作説明図である。
Further, in the case of retrieval, since it is performed for each target map database, it is not necessary to consider the processing for other map databases. The user application 1 directly makes a search request to the map database control unit that manages each map database, and then the search result is returned from the map database control unit. FIG. 3 is an operation explanatory diagram when the search is performed.

【0021】以上のように、本実施の形態によれば、地
図データベース個々に対する処理の部分と、地図データ
ベース個々に依存しない処理の部分を分離することで、
フォーマットが対応していない地図データなど、扱う地
図データの種類が増えた場合でも、既存部分に対して影
響が及ばず、従来と比べて少ない作業工数で対応が可能
になる。すなわち、共通的な座標系を定義することによ
り、個々の地図データベースに対する処理を行う地図デ
ータベース制御部と各地図データベースに共通する共通
処理を行う全体制御部を分離し、前記全体制御部では、
新たに定義した前記共通的な座標系に対して表示等の共
通処理を行い、また個々の地図データベースに対する処
理を行う地図データベース制御部では、データベース入
出力処理と前記共通的な座標系への座標変換処理を行う
だけにして、フォーマットが対応していない地図データ
ベースを新規にサポートする場合、当該地図データベー
スに対する処理を行う地図データベース制御部のみを新
規に開発すればよいようにすることで、従来の方法と比
べシステム構造が簡略化し保守が容易になる。また、表
示等の共通処理を組み込む必要がなくなるので、開発時
の作業工数が削減できる。また、必要な部分のみを組み
合わせて使用することにより、実行時に無駄なリソース
が不要になる。
As described above, according to the present embodiment, by separating the processing part for each map database from the processing part independent of each map database,
Even if the number of types of map data handled, such as map data that is not compatible with the format, increases, existing parts will not be affected, and it will be possible to handle with less work man-hours compared to the past. That is, by defining a common coordinate system, a map database control unit that performs processing for each map database and an overall control unit that performs common processing common to each map database are separated, and in the overall control unit,
In the map database control unit that performs common processing such as display on the newly defined common coordinate system, and also performs processing on individual map databases, the database input / output processing and the coordinates to the common coordinate system are performed. When a map database that does not support the format is newly supported only by performing the conversion process, it is necessary to newly develop only the map database control unit that performs the process for the map database. Compared with the method, the system structure is simplified and the maintenance becomes easier. Moreover, since it is not necessary to incorporate a common process such as display, the number of man-hours required for development can be reduced. In addition, by using only necessary parts in combination, unnecessary resources are unnecessary at the time of execution.

【0022】なお、以上の説明では、地図データベース
に関して説明したが、文字情報、数値情報を管理する属
性データベース、様々なフォーマットを管理する画像デ
ータベースについても、同様な方法での対応が可能であ
る。
In the above description, the map database has been described, but the same method can be applied to an attribute database that manages character information and numerical information, and an image database that manages various formats.

【0023】[0023]

【発明の効果】以上、説明したように、本発明によれ
ば、個々のデータベースに対する個別処理の部分と、デ
ータベース個々に依存しない各データベースに共通する
共通処理の部分を分離し、データフォーマットなどが異
なる新規のデータベースをサポートする必要が生じたと
きには、当該データベースに対応する個別処理のみを追
加すればよいようにして既存部分に対する影響が及ばな
いようにしたので、データフォーマットなどが異なる新
規のデータベースをサポートする必要が生じ、扱うデー
タの種類が増えてもシステム構造が複雑化するのを防止
でき、保守が容易になり、また、前記新規のデータベー
スに対応する表示等の共通処理を新たに組み込む必要も
なくなり、開発時の作業工数を削減できる効果がある。
また、必要な部分のみを組み合わせて使用することによ
り、実行時に無駄なリソースが不要になる効果がある。
As described above, according to the present invention, the part of the individual processing for each database and the part of the common processing common to each database independent of each database are separated, and the data format etc. When it becomes necessary to support a different new database, it is necessary to add only the individual processing corresponding to that database so that the existing part is not affected, so a new database with a different data format, etc. It becomes necessary to support it, it is possible to prevent the system structure from becoming complicated even if the type of data to be handled increases, maintenance becomes easy, and it is necessary to newly install common processing such as display corresponding to the new database. It also has the effect of reducing the number of man-hours required for development.
In addition, by using only necessary parts in combination, there is an effect that unnecessary resources are unnecessary at the time of execution.

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

【図1】本発明の実施の形態のデータベースの制御方法
が適用された地図データベース制御システムの構成を示
すブロック図である。
FIG. 1 is a block diagram showing a configuration of a map database control system to which a database control method according to an embodiment of the present invention is applied.

【図2】本発明の実施の形態の地図データベース制御シ
ステムにおける地図データのウィンドウへの重ねあわせ
描画を行う場合の動作説明図である。
FIG. 2 is an operation explanatory diagram when overlay drawing of map data on a window is performed in the map database control system according to the embodiment of the present invention.

【図3】本発明の実施の形態の地図データベース制御シ
ステムにおける地図データの検索を行う場合の動作説明
図である。
FIG. 3 is an operation explanatory diagram when searching map data in the map database control system according to the embodiment of the present invention.

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

1……利用者アプリケーション、2……全体制御部、
3,4……地図データベース制御部、DB11,DB1
2……地図データベース、100……地図データベース
制御装置。
1 ... User application, 2 ... Overall control unit,
3, 4 ... Map database control unit, DB11, DB1
2 ... Map database, 100 ... Map database control device.

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G01C 21/00 G06F 12/00 511 G06F 17/30 G06T 1/00 ─────────────────────────────────────────────────── ─── Continuation of front page (58) Fields surveyed (Int.Cl. 7 , DB name) G01C 21/00 G06F 12/00 511 G06F 17/30 G06T 1/00

Claims (4)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 利用者アプリケーションにより読み出し
た機能モジュールをもとに複数のデータベースを制御
し、固有のデータ処理システムを構築するデータベース
の制御方法において、個々の データベースに対する処理を行う個別処理と
ータベース個々に依存しない各データベースに共通する
処理を行う共通処理とを分離し、前記共通処理では、新
たに定義した共通的な座標系などの共通基準をもとに表
示等の共通処理を行い、また前記個別処理では、データ
ベース入出力処理と前記共通的な座標系などの共通基準
へのデータの変換処理を行い、データフォーマットなど
が異なる新規なデータベースをサポートする場合に、当
該データベースに対する前記個別処理の部分のみの新規
追加で対応可能にする、 ことを特徴とするデータベースの制御方法。
1. In a database control method for controlling a plurality of databases based on a functional module read by a user application to construct a unique data processing system, an individual process for performing a process for each database and a database. Common to each independent database
Process to separate the common process of performing, in the above common processing performs common processing such as display based on the common reference, such as the common coordinate system newly defined, and in the individual process, database input and output processing When converting data to a common standard such as the common coordinate system and supporting a new database with a different data format, it is possible to add only the individual processing part to the database. A method of controlling a database characterized by:
【請求項2】 前記データベースは、地図データについ
ての地図データベースであることを特徴とする請求項1
記載のデータベースの制御方法。
2. The database is a map database for map data.
How to control the described database.
【請求項3】 予め設定されている機能モジュールを読
み出し、固有の地図データ処理システムを構築する利用
者アプリケーションと複数の地図データベースとの間に
介在するデータベースの制御装置であり、前記各地図データベースに存在しない、 新たに定義した
共通的な座標系をもとに表示等の前記各地図データベー
に共通する処理を行う全体制御部と、 前記各地図データベースの個々に対する処理を行うため
の前記機能モジュールを前記利用者プリケーションへ提
供するとともに、前記全体制御部での前記共通処理のた
めのデータの共通化を行う地図データベース制御部と、 を備えることを特徴とするデータベースの制御装置。
3. A reads the function module which is set in advance, a control device of the database to be interposed between the user application and the plurality of map database to construct a specific map data processing system, in each map database An overall control unit that does not exist , performs a process common to each map database such as display based on a newly defined common coordinate system, and the functional module for performing a process for each of the map databases. A map database control unit that provides the user application and standardizes the data for the common processing in the overall control unit.
【請求項4】 地図データベース制御部は、制御対象と
する地図データベースのデータベース入出力処理と前記
共通的な座標系への座標変換処理を行うことを特徴とす
る請求項3記載のデータベースの制御装置。
4. The database control device according to claim 3, wherein the map database control unit performs a database input / output process of a map database to be controlled and a coordinate conversion process to the common coordinate system. .
JP19272398A 1998-07-08 1998-07-08 Database control method and device Expired - Fee Related JP3402204B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP19272398A JP3402204B2 (en) 1998-07-08 1998-07-08 Database control method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP19272398A JP3402204B2 (en) 1998-07-08 1998-07-08 Database control method and device

Publications (2)

Publication Number Publication Date
JP2000028375A JP2000028375A (en) 2000-01-28
JP3402204B2 true JP3402204B2 (en) 2003-05-06

Family

ID=16296003

Family Applications (1)

Application Number Title Priority Date Filing Date
JP19272398A Expired - Fee Related JP3402204B2 (en) 1998-07-08 1998-07-08 Database control method and device

Country Status (1)

Country Link
JP (1) JP3402204B2 (en)

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0660157A (en) * 1992-08-12 1994-03-04 Meidensha Corp Drawing processing system
JP3665436B2 (en) * 1996-10-22 2005-06-29 株式会社ザナヴィ・インフォマティクス Navigation device
US6047280A (en) * 1996-10-25 2000-04-04 Navigation Technologies Corporation Interface layer for navigation system
JP3927304B2 (en) * 1998-02-13 2007-06-06 トヨタ自動車株式会社 Map data access method for navigation

Also Published As

Publication number Publication date
JP2000028375A (en) 2000-01-28

Similar Documents

Publication Publication Date Title
US5666542A (en) Multimedia information add-on system
JPS6290758A (en) Information processor
JP3402204B2 (en) Database control method and device
JPH05265834A (en) Managing system for memo information
JP3183660B2 (en) User interface creation device
JPH05342265A (en) Controller and presenting method for multi-media
JPH0277872A (en) Document processor with active function
JPH03105560A (en) Document preparing/editing device
JPH07253864A (en) Image controller
JPH06266487A (en) Information processor and help information presenting method
JP3435372B2 (en) Database management method and system
JPH05300229A (en) Station data management system
EP0292647A2 (en) Operator assistance method for data processing
JPH10187412A (en) Device and system for converting data
JPH07175907A (en) Cut data information management device
JP2001266058A (en) Electronic business form display system
JPH0527870B2 (en)
JPS61262975A (en) Cad system
JPH09258653A (en) Map recognition processing system and map recognition processing method
JPH09198234A (en) Software management system
JPH0869452A (en) Image processor and image processing method
JPH06332857A (en) On-line processing system
JPH0654491B2 (en) On-demand display method of characters in map information system
JPH0370077A (en) Back-up system for cad user
JPH07295774A (en) Item data processor

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080229

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090228

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100228

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees