JPH0394377A - Map file updating system - Google Patents

Map file updating system

Info

Publication number
JPH0394377A
JPH0394377A JP1233688A JP23368889A JPH0394377A JP H0394377 A JPH0394377 A JP H0394377A JP 1233688 A JP1233688 A JP 1233688A JP 23368889 A JP23368889 A JP 23368889A JP H0394377 A JPH0394377 A JP H0394377A
Authority
JP
Japan
Prior art keywords
map data
map
file
capacity
area
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
JP1233688A
Other languages
Japanese (ja)
Inventor
Toshiaki Araki
荒木 俊明
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 JP1233688A priority Critical patent/JPH0394377A/en
Publication of JPH0394377A publication Critical patent/JPH0394377A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To reutilize an original map data area in the updating processing of the map file area by comparing the capacity of map data requested at its updating with that of the original map data in the map file area. CONSTITUTION:The map file updating system is constituted of a map data input part 1, a map data control file retrieving part 2, a map data capacity comparing part 3, a map file area updating part 4, a map control file updating part 5, a map data control file 6, and a map file area 7. The capacity of map data requested at its updating is compared with that of the map data stored in a map data control record, and at the time of deciding that the capacity of the accepted map data is not larger than that of the recorded map data, the original map data in the map file area is rewritten by the accepted map data. Thereby, the original map data area in the map file storage area can be reutilized, so that it is unnecessary to expand a new storage area in each updating.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は地図ファイル更新方式、特に地図データをデー
タ記憶媒体上に格納した地図ファイルを部分的に更新す
るための地図ファイル更新方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a map file updating method, and particularly to a map file updating method for partially updating a map file in which map data is stored on a data storage medium.

〔従来の技術〕[Conventional technology]

従来、この種の地図ファイル更新方式は、更新要求があ
ると、地図ファイルから更新する地図データの元の地図
データを削除し、地図ファイル記憶領域の一番最後にあ
る地図データの次に更新する地図データを書込むように
しでいる。
Conventionally, in this type of map file update method, when an update request is made, the original map data of the map data to be updated is deleted from the map file, and the map data is updated after the last map data in the map file storage area. I am trying to write map data.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来の地図ファイルの更新方式は、更新要求が
あると更新する地図データの元の地図データを削除し、
現在ある地図ファイル記憶領域の次に追加して更新する
地図データを書込んでいるので、地図ファイル記憶領域
の元の地図データ領域が使用されず無駄となり、更新都
度、新しい記憶領域が増大するという欠点を有している
The conventional map file update method described above deletes the original map data of the map data to be updated when an update request is made.
Since the map data to be updated is written after the current map file storage area, the original map data area of the map file storage area is not used and is wasted, and the new storage area increases each time it is updated. It has drawbacks.

〔課題を解決するための手段〕[Means to solve the problem]

本発明の地図ファイル更新方式は、記憶媒体上に記憶さ
れている地図ファイル領域の地図データを部分的に更新
する地図ファイル更新方式において、更新する地図デー
タの要求を受付ける地図データ入力手段と、受付けた地
図データの検索キーから地図データ管理ファイルに記憶
されている地図データ管理レコードを取出す地図データ
管理ファイル検索手段と、取出された前記地図データ管
理レコードに記録されている地図データの容量と前記受
付けた地図データの容量とを比較する比較手段と、この
比較手段において受付けた地図データの容量が記録され
ている地図データの容量より大きくないと判定したとき
に地図ファイル領域の元の地図データを受付けた地図デ
ータに書替える地図ファイル領域更新手段とを有するこ
とにより構成される。
The map file update method of the present invention is a map file update method that partially updates map data in a map file area stored on a storage medium, and includes a map data input means that receives a request for map data to be updated; a map data management file search means for retrieving a map data management record stored in a map data management file from a map data search key; a capacity of map data recorded in the retrieved map data management record; a comparison means for comparing the capacity of the map data that has been received, and a comparison means that accepts the original map data in the map file area when the comparison means determines that the capacity of the accepted map data is not larger than the capacity of the recorded map data; and map file area updating means for rewriting map data to map data.

〔実施例〕 次に、本発明について図面を参照して説明する。〔Example〕 Next, the present invention will be explained with reference to the drawings.

第1図は本発明の一実施例の構戒図で、更新要求の地図
データを入力する地図データ入力部1と、更新要求の内
容を基に地図データ管理ファイル6から地図データ管理
レコードを検索する地図データ管理ファイル検索部2と
、更新要求の地図データ量と地図データ管理レコードの
地図データ量との大小を比較する地図データ量比較部3
と、地図データ量比較部3の結果に従って地図ファイル
領域7の更新処理を行なう地図ファイル領域更新部4と
、更新の結果に従って地図データ管理ファイル6を更新
する地図データ管理ファイル更新部5と、前記の地図デ
ータ管理ファイル6と、地図ファイル領域7とにより構
成されている。
FIG. 1 is a layout diagram of an embodiment of the present invention, showing a map data input unit 1 for inputting map data of an update request, and a map data management record searched from a map data management file 6 based on the contents of the update request. a map data management file search unit 2 that performs the search, and a map data amount comparison unit 3 that compares the amount of map data in the update request with the amount of map data in the map data management record.
, a map file area update unit 4 that updates the map file area 7 according to the result of the map data amount comparison unit 3; a map data management file update unit 5 that updates the map data management file 6 according to the update result; It is composed of a map data management file 6 and a map file area 7.

第2図は第1図の地図データ入力部1に入力される更新
要求の地図データのレコード形式図で、検索キー21と
地図イメージデータ22とこのデータ22の容量23と
が含まれている。
FIG. 2 is a record format diagram of the map data of the update request inputted into the map data input section 1 of FIG. 1, which includes a search key 21, map image data 22, and a capacity 23 of this data 22.

第3図は第1図の地図データ管理ファイル6のレコード
形式図で、検索キー31と地図イメージデータの容量3
2と地図ファイル領域7上のこの地図イメージデータの
始め・終りを示すレコードアドレス33とが含まれてい
る。
FIG. 3 is a record format diagram of the map data management file 6 shown in FIG.
2 and a record address 33 indicating the beginning and end of this map image data on the map file area 7.

第4図は第1図の実施例の地図更新のフローチャートで
、以下第4図を参照して第1図の更新処理について説明
を進める。まず地図データ入力部1に更新要求の地図デ
ータが入力されるとくステップ■)、地図データ管理フ
ァイル検索部2はこの地図データの検索キー21をキー
として、地図データ管理ファイル6の該当地図データ管
理レコードを検索する(ステップ■)、ここで更新要求
の検索キー21と地図データ管理ファイル6上の検索キ
ー31とが一致すれば(ステップ■〉、更新要求の地図
データは更新地図データと見なされ、更新要求の地図デ
ータの容量23と地図データ管理レコードの容量32と
の大小比較を行なう(ステップ■)。その結果、容量2
3が容量32より小さいか等しい場合には地図ファイル
領域7の元の地図データを更新要求のあった地図データ
と置換え(ステップ■)、更新要求のあった地図データ
の容量23を基に、記憶媒体上のレコードアドレスの始
め・終りを算出し、地図データ管理ファイル6の地図デ
ータ管理レコードに容量32およびレコードアドレス3
3の更新を行なう(ステップ■)一方、ステップ■で更
新要求の検索キー21と地図管理ファイル6上の検索キ
ー31とに一致を見い出せないときは、更新要求の地図
データが新規追加の地図データと見なされ、この地図デ
ータは地図ファイル領域7の最後の地図データの後に追
加して書込まれ、元の地図データは削除される(ステッ
プ■)。またこの場合もステップ■の処理が行なわれる
。更にまたステップ■において容量23が容量32より
も大きいとき、即ち更新要求の地図データの容量が元の
地図データより大きい場合にもステップ■およびステッ
プ■が行なわれる. 〔発明の効果〕 以上説明したように本発明は、地図ファイル領域の更新
処理において、更新要求のあった地図データの容量と地
図ファイル領域の元の地図データの容量との大小を比較
することにより、元の地図データ領域を再利用すること
ができ、地図ファイル領域の効率的な利用ができる効果
がある。
FIG. 4 is a flowchart of map updating in the embodiment shown in FIG. 1, and the updating process shown in FIG. 1 will be explained below with reference to FIG. First, when the map data of the update request is input to the map data input section 1 (step (2)), the map data management file search section 2 uses the search key 21 for this map data as a key to manage the corresponding map data in the map data management file 6. A record is searched (step ■), and if the search key 21 of the update request matches the search key 31 on the map data management file 6 (step ■>), the map data of the update request is regarded as updated map data. , the capacity 23 of the map data of the update request is compared with the capacity 32 of the map data management record (step ■).As a result, the capacity 23 is compared with the capacity 32 of the map data management record.
3 is smaller than or equal to the capacity 32, the original map data in the map file area 7 is replaced with the map data for which the update request was made (step ■), and the storage is performed based on the capacity 23 of the map data for which the update request was made. The start and end of the record address on the medium are calculated, and the capacity 32 and record address 3 are added to the map data management record of the map data management file 6.
3. (Step ■) On the other hand, if no match is found between the search key 21 of the update request and the search key 31 on the map management file 6 in Step ■, the map data of the update request is the newly added map data. This map data is additionally written after the last map data in the map file area 7, and the original map data is deleted (step ■). Also in this case, the process of step (2) is performed. Furthermore, when the capacity 23 is larger than the capacity 32 in step (2), that is, when the capacity of the map data of the update request is larger than the original map data, steps (2) and (2) are performed. [Effects of the Invention] As explained above, in the map file area update process, the present invention compares the size of the map data requested for update with the original map data size of the map file area. , the original map data area can be reused, and the map file area can be used efficiently.

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

第1図は本発明の一実施例の構成図、第2図は第1図に
おける更新要求の地図データのレコード形式図、第3図
は第1図の地図データ管理ファイルのレコード形式図、
第4図は第1図の実施例の更新処理のフローチャートで
ある。 1・・・地図データ入力部、2・・・地図データ管理フ
ァイル検索部、3・・・地図データ量比較部、4・・・
地図ファイル領域更新部、5・・・地図管理ファイル更
新部、6・・・地図データ管理ファイル、7・・・地図
ファイル領域。
FIG. 1 is a configuration diagram of an embodiment of the present invention, FIG. 2 is a record format diagram of the map data of the update request in FIG. 1, and FIG. 3 is a record format diagram of the map data management file in FIG. 1.
FIG. 4 is a flowchart of update processing in the embodiment shown in FIG. 1... Map data input section, 2... Map data management file search section, 3... Map data amount comparison section, 4...
Map file area update unit, 5... Map management file update unit, 6... Map data management file, 7... Map file area.

Claims (1)

【特許請求の範囲】[Claims]  記憶媒体上に記憶されている地図ファイル領域の地図
データを部分的に更新する地図ファイル更新方式におい
て、更新する地図データの要求を受付ける地図データ入
力手段と、受付けた地図データの検索キーから地図デー
タ管理ファイルに記憶されている地図データ管理レコー
ドを取出す地図データ管理ファイル検索手段と、取出さ
れた前記地図データ管理レコードに記録されている地図
データの容量と前記受付けた地図データの容量とを比較
する比較手段と、この比較手段において受付けた地図デ
ータの容量が記録されている地図データの容量より大き
くないと判定したときに地図ファイル領域の元の地図デ
ータを受付けた地図データに書替える地図ファイル領域
更新手段とを有することを特徴とする地図ファイル更新
方式。
In a map file update method that partially updates map data in a map file area stored on a storage medium, a map data input means receives a request for map data to be updated, and the map data is retrieved from a search key of the received map data. A map data management file search means that retrieves a map data management record stored in a management file, and compares the capacity of the map data recorded in the retrieved map data management record with the capacity of the accepted map data. a comparison means, and a map file area for rewriting the original map data in the map file area with the accepted map data when the comparison means determines that the capacity of the received map data is not larger than the capacity of the recorded map data. 1. A map file update method comprising: update means.
JP1233688A 1989-09-07 1989-09-07 Map file updating system Pending JPH0394377A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1233688A JPH0394377A (en) 1989-09-07 1989-09-07 Map file updating system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1233688A JPH0394377A (en) 1989-09-07 1989-09-07 Map file updating system

Publications (1)

Publication Number Publication Date
JPH0394377A true JPH0394377A (en) 1991-04-19

Family

ID=16958982

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1233688A Pending JPH0394377A (en) 1989-09-07 1989-09-07 Map file updating system

Country Status (1)

Country Link
JP (1) JPH0394377A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10343838B2 (en) 2012-06-18 2019-07-09 K-Fee System Gmbh Portion capsule and use of same for producing a beverage
US10472165B2 (en) 2012-12-14 2019-11-12 K-Fee System Gmbh Portion capsule and method for producing a beverage by means of a portion capsule
US10669093B2 (en) 2015-02-27 2020-06-02 K-Fee System Gmbh Single serve capsule comprising a filter element connected thereto by sealing
US10737876B2 (en) 2015-07-13 2020-08-11 K-Fee System Gmbh Filter element having a cut-out
US10858177B2 (en) 2010-07-22 2020-12-08 K-Fee System Gmbh Portion capsule having an identifier
US11045035B2 (en) 2015-09-18 2021-06-29 K-Fee System Gmbh Adapter for a single serve capsule
US11084650B2 (en) 2015-06-10 2021-08-10 K-Fee System Gmbh Portion capsule with a three-ply nonwoven fabric

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11254491B2 (en) 2010-07-22 2022-02-22 K-Fee System Gmbh Portion capsule having an identifier
US20210086986A1 (en) 2010-07-22 2021-03-25 K-Fee System Gmbh Portion capsule having an identifier
US11820586B2 (en) 2010-07-22 2023-11-21 K-Fee System Gmbh Portion capsule having an identifier
US11230430B2 (en) 2010-07-22 2022-01-25 K-Fee System Gmbh Portion capsule having an identifier
US10858177B2 (en) 2010-07-22 2020-12-08 K-Fee System Gmbh Portion capsule having an identifier
US10858176B2 (en) 2010-07-22 2020-12-08 K-Fee System Gmbh Portion capsule having an identifier
US10870531B2 (en) 2010-07-22 2020-12-22 K-Fee System Gmbh Portion capsule having an identifier
US11465830B2 (en) 2010-07-22 2022-10-11 K-Fee System Gmbh Portion capsule having an identifier
US10994923B2 (en) 2010-07-22 2021-05-04 K-Fee System Gmbh Portion capsule having an identifier
US11667465B2 (en) 2010-07-22 2023-06-06 K-Fee System Gmbh Portion capsule having an identifier
US11919703B2 (en) 2010-07-22 2024-03-05 K-Fee System Gmbh Portion capsule having an identifier
US11554910B2 (en) 2010-07-22 2023-01-17 K-Fee System Gmbh Portion capsule having an identifier
US11465829B2 (en) 2010-07-22 2022-10-11 K-Fee System Gmbh Portion capsule having an identifier
US11548722B2 (en) 2010-07-22 2023-01-10 K-Fee System Gmbh Portion capsule having an identifier
US11542094B2 (en) 2010-07-22 2023-01-03 K-Fee System Gmbh Portion capsule having an identifier
US11702276B2 (en) 2012-06-18 2023-07-18 K-Fee System Gmbh Portion capsule for preparing a beverage
US10343838B2 (en) 2012-06-18 2019-07-09 K-Fee System Gmbh Portion capsule and use of same for producing a beverage
US11312567B2 (en) 2012-06-18 2022-04-26 K-Fee System Gmbh Portion and method for producing a beverage by means of a portion capsule
US10472165B2 (en) 2012-12-14 2019-11-12 K-Fee System Gmbh Portion capsule and method for producing a beverage by means of a portion capsule
US10669093B2 (en) 2015-02-27 2020-06-02 K-Fee System Gmbh Single serve capsule comprising a filter element connected thereto by sealing
US11084650B2 (en) 2015-06-10 2021-08-10 K-Fee System Gmbh Portion capsule with a three-ply nonwoven fabric
US11498750B2 (en) 2015-07-13 2022-11-15 Gcs German Capsule Solution Gmbh Filter element having a cut-out
US10737876B2 (en) 2015-07-13 2020-08-11 K-Fee System Gmbh Filter element having a cut-out
US11045035B2 (en) 2015-09-18 2021-06-29 K-Fee System Gmbh Adapter for a single serve capsule

Similar Documents

Publication Publication Date Title
KR100398753B1 (en) Transaction processing system using efficient file update processing and recovery processing
JPH03266039A (en) Free format data link processing system
JPH0394377A (en) Map file updating system
JP3056704B2 (en) Data management device
JPH04360246A (en) Device for compressing file
JP3229128B2 (en) Map utilization system
JPH0764843A (en) Distributed data base update method
JPH0695861A (en) Program parts reuse managing device
JPH05151037A (en) Reorganization processing system for database in business processing
JP2610972B2 (en) Database data integrity method
JP3497053B2 (en) Processing method in online database management system and online database management system
JPH06332777A (en) Transaction processing system
JPH01119839A (en) File constitution control system
JPH0744426A (en) File management method for file system
JPH05250243A (en) Data processing system for extended storage device
JP2586330B2 (en) Logical deletion data management method
JPH03100744A (en) Data base control system
JPH0896046A (en) Form format storing method
JPH0784849A (en) Data access control method
JPH0566928A (en) Generation control system for program source file
JPH03154939A (en) Control system for hierarchical store of data base
JPH05250335A (en) Data base update processing system of loosely coupled multiprocessor system
JPH0378043A (en) Data update system for direct-read-after-write draw) type medium
JPS6197757A (en) File label processing system
JPH0580957A (en) Data control method