JPH0895489A - Map data memory device - Google Patents

Map data memory device

Info

Publication number
JPH0895489A
JPH0895489A JP6233476A JP23347694A JPH0895489A JP H0895489 A JPH0895489 A JP H0895489A JP 6233476 A JP6233476 A JP 6233476A JP 23347694 A JP23347694 A JP 23347694A JP H0895489 A JPH0895489 A JP H0895489A
Authority
JP
Japan
Prior art keywords
meshes
map data
mesh
block
data
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
JP6233476A
Other languages
Japanese (ja)
Inventor
Toru Murase
亨 村瀬
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.)
Sumitomo Electric Industries Ltd
Original Assignee
Sumitomo Electric Industries 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 Sumitomo Electric Industries Ltd filed Critical Sumitomo Electric Industries Ltd
Priority to JP6233476A priority Critical patent/JPH0895489A/en
Publication of JPH0895489A publication Critical patent/JPH0895489A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE: To shorten the data access time to a map memory by handling finite pieces of meshes arranged in a direction perpendicular to an access direction as one block and arranging data in such a manner that map data can be read out in this block unit. CONSTITUTION: Finite pieces of the meshes arranged in the direction perpendicular to the access direction are handled as one block. For example, the two adjacent south and north meshes are made into block and are stored successively on a CDROM. If it is assumed that the road map data of the meshes 11, 12, 21, 22 be acquired and displayed and that the data to be required next are the meshes 13, 23, 32, 33, it is enough to read out the meshes 13, 23 and thereafter, to read out the meshes 32, 42, 33, 43 resetting a head. In such a case, the number of times to reset the head is two times and is decreased. The reason thereof lies in that the respective meshes are blocked on the CD-ROM and are arrayed sequentially within the block. The meshes within the same block are adjacent to each other and the probability to be simultaneously requested is high.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、地図をメッシュごとに
縦横分割して地図データを作成記憶し、記憶された地図
データを読み出すときには、前記メッシュの配列の縦又
は横の方向にデータを読み出す地図データ記憶装置に関
するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention divides a map vertically and horizontally for each mesh to create and store map data, and when the stored map data is read, the data is read in the vertical or horizontal direction of the mesh array. The present invention relates to a map data storage device.

【0002】[0002]

【従来の技術】ナビゲーション装置は、車両に搭載され
て用いられるもので、車両の移動量と方位変化量とを検
出し、この検出出力に基づいて車両の推定位置を算出
し、道路地図とともに表示する機能を備えている。前記
道路地図を記憶する道路地図メモリは、例えばCD−R
OMからなるもので、この道路地図メモリに記憶されて
いる道路地図データは、道路地図をメッシュ状に分割
し、各メッシュ単位で検索されるものである。
2. Description of the Related Art A navigation device is used by being mounted on a vehicle, detects the amount of movement and the amount of change in direction of the vehicle, calculates the estimated position of the vehicle based on the detected output, and displays it together with a road map. It has a function to do. The road map memory for storing the road map is, for example, a CD-R.
The road map data stored in the road map memory, which is composed of OM, is obtained by dividing the road map into meshes and searching for each mesh.

【0003】ナビゲーション装置は、車両の現在位置を
算出すると、現在位置を中心とする数メッシュ分の道路
地図データを道路地図メモリから取得し、表示用メモリ
(以下「キャッシュメモリ」という)にいったん記憶さ
せる。そして、このキャッシュメモリから車両の現在位
置を含むメッシュの地図データを読出し表示させる。車
両が走行するに連れて車両の現在位置が動いていくの
で、前記取得済の数メッシュ分の道路地図データを更新
していく必要がある。具体的には、車両の進行方向に向
かって新たな隣接メッシュの道路地図データを取得し、
車両の後方の隣接メッシュの道路地図データは廃棄して
いく。このようにして、キャッシュメモリの上には、常
に現在位置を中心とする数メッシュ分の道路地図データ
が用意されていることになる(特開平4−43913
号、特開平4−256992号公報参照)。
When the current position of the vehicle is calculated, the navigation device acquires road mesh data for several meshes centering on the current position from the road map memory and temporarily stores it in a display memory (hereinafter referred to as "cache memory"). Let Then, the map data of the mesh including the current position of the vehicle is read out from this cache memory and displayed. Since the current position of the vehicle moves as the vehicle travels, it is necessary to update the acquired road map data for several meshes. Specifically, the road map data of a new adjacent mesh is acquired in the traveling direction of the vehicle,
Road map data of the adjacent mesh behind the vehicle will be discarded. In this way, road map data for several meshes centering on the current position is always prepared on the cache memory (Japanese Patent Laid-Open No. 4-43913).
(See Japanese Patent Laid-Open No. 4-256992).

【0004】ところで、新たな隣接メッシュの道路地図
データを取得する際には、道路地図メモリへのアクセス
時間(新たな道路地図データを取得する時間。数100
msec)が必要となるので、相当の時間がかかる。この時
間をできるだけ減らすことが、車両の走行支援という観
点から重要となってくる。このためには、1回の読み出
しヘッド(ピックアップ)合わせでできるだけ多くのデ
ータを読み込んでおきたい、という要望がある。なぜな
ら、CD−ROMの所定の位置にヘッドを設定する時間
は、データ読出し時間と比べて無視できない位長いから
である。
By the way, when acquiring road map data of a new adjacent mesh, access time to the road map memory (time to acquire new road map data.
(msec) is required, so it takes a considerable amount of time. It is important to reduce this time as much as possible from the viewpoint of driving support for vehicles. For this purpose, there is a demand to read as much data as possible with one read head (pickup) alignment. This is because the time for setting the head at a predetermined position on the CD-ROM is so long that it cannot be ignored as compared with the data reading time.

【0005】逆にいえば、同じ地図データを読み出すの
に、CD−ROMにヘッドを設定する回数をできるだけ
少なくするのが、全体の処理時間短縮に有効である。
Conversely, to read the same map data, it is effective to reduce the total processing time by setting the number of times the head is set in the CD-ROM as much as possible.

【0006】[0006]

【発明が解決しようとする課題】しかし、従来のCD−
ROMの記憶構造では、道路地図のメッシュの配置は、
何らアクセス時間の低減を考慮したものではなかった。
図5は、従来の道路地図のメッシュの配置を示す。各メ
ッシュは、横1列に並んでいてそれが段々と積み重なる
構造であった。
However, the conventional CD-
In the memory structure of ROM, the mesh layout of the road map is
No consideration was given to reducing access time.
FIG. 5 shows a mesh layout of a conventional road map. Each mesh had a structure in which the meshes were arranged in a row and were stacked in a row.

【0007】したがって、CD−ROMの上では、図6
に示すように、メッシュ11,12,13,…と1列の
メッシュを読み出していった後、次の列のメッシュ2
1,22,23,…を読み出し、次に次の列のメッシュ
31,32,33,…を読み出していくという具合にな
る。したがって、いま図5に示すように、メッシュ1
1,12,21,22の道路地図データが取得され、表
示されていて、車両が矢印Aの起点aに位置し、車両が
矢印Aの方向に走行していく場合を想定すると、次に必
要なのは、メッシュ13,23,32,33のデータで
あるが、前記CD−ROMの記憶構造では、メッシュ1
3を読み出し、その後ヘッドを設定し直して(ヘッドを
設定し直す理由は、CD−ROMのトラックに沿ってト
レースしていたのでは、必要なメッシュデータにたどり
着くまで時間がかかるからである。)、次の列のメッシ
ュ23を読み出し、次にヘッドを設定し直して次の列の
メッシュ32,33を読み出し、という過程を経る必要
があった。
Therefore, on the CD-ROM, as shown in FIG.
As shown in FIG. 1, after reading the meshes 11, 12, 13, ...
.. are read out, and then the meshes 31, 32, 33, .. Therefore, as shown in FIG.
Assuming that the road map data of 1, 12, 21, 22 are acquired and displayed, the vehicle is located at the starting point a of the arrow A, and the vehicle is traveling in the direction of the arrow A, the following is required. The data is the data of the meshes 13, 23, 32, 33, but in the storage structure of the CD-ROM, the mesh 1
3 is read out, and then the head is set again (the reason for resetting the head is that if tracing is performed along the track of the CD-ROM, it takes time to reach the necessary mesh data). It was necessary to read the mesh 23 of the next row, reset the head, and read the meshes 32 and 33 of the next row.

【0008】これでは、ヘッドを設定し直す回数が多過
ぎて、アクセス時間の低減を図ることができない。な
お、前記の問題は、道路地図の各メッシュが、縦1列に
並んでいてそれが段々と横に並ぶ場合でも同様に生じる
ことは、明らかである。また、前記の問題は、CD−R
OMのようなら旋状に配置されたトラックに読取りヘッ
ドを設定する記憶媒体を使用するときのみならず、フロ
ッピーディスクやミニディスクに代表される磁気ディス
ク、あるいは光磁気ディスクのような、同心円状に配置
されたトラックに読取りヘッドを設定する記憶媒体を使
用するときでも、生ずる。
In this case, the access time cannot be reduced because the number of times the head is reset is too large. It is clear that the above-mentioned problem similarly occurs even when the meshes of the road map are arranged in one vertical column and are gradually arranged horizontally. Moreover, the above-mentioned problem is caused by the CD-R.
In the case of OM, not only when using a storage medium in which a read head is set on tracks arranged in a spiral, but also in a concentric circle such as a magnetic disk typified by a floppy disk or a mini disk, or a magneto-optical disk. It occurs even when using a storage medium that sets the read head to the located track.

【0009】そこで、本発明は、上述の技術的課題を解
決し、地図メモリへのデータアクセス時間を短くするこ
とのできる地図データ記憶装置を提供することを目的と
する。
SUMMARY OF THE INVENTION Therefore, an object of the present invention is to solve the above technical problems and to provide a map data storage device capable of shortening the data access time to the map memory.

【0010】[0010]

【課題を解決するための手段】前記の目的を達成するた
めの請求項1記載の地図データ記憶装置は、アクセス方
向と直角の方向に配置される有限個のメッシュを1つの
ブロックとして扱い、このブロック単位で地図データが
読み出せるように、データを配列したものである。
According to a first aspect of the present invention, there is provided a map data storage device which handles a finite number of meshes arranged in a direction perpendicular to an access direction as one block. The data is arranged so that the map data can be read in block units.

【0011】前記ブロックとしてまとめられるメッシュ
の数は2であることが好ましい(請求項2)。また前記
地図データはCD−ROMの上に記憶されていてもよい
(請求項3)。
It is preferable that the number of meshes grouped as the block is two (claim 2). The map data may be stored on a CD-ROM (claim 3).

【0012】[0012]

【作用】アクセス方向と直角の方向に配置される有限個
のメッシュを1つのブロックとして扱うのは、地図を読
むという性格上、これらの有限個のメッシュが同時に要
求される確率が高いからである。したがって、少ないア
クセス回数で、多くのデータを得ることができる。
The reason why the finite number of meshes arranged in the direction orthogonal to the access direction is treated as one block is that, due to the nature of reading a map, it is highly probable that these finite number of meshes will be requested at the same time. . Therefore, a large amount of data can be obtained with a small number of accesses.

【0013】特に、請求項2に記載のように、ブロック
としてまとめられるメッシュの数が2であるとすること
は、隣接メッシュデータの必要度が、縦横同確率である
との前提に立つものである。請求項3に記載のように、
地図データがCD−ROMの上に記憶されていれば、本
発明の価値はより大きなものとなる。なぜなら、CD−
ROMは、トラックをトレースしながらデータを読み出
すという構造なので、アクセス回数が少ないほど読み出
しに要する時間が減少するからである。
Particularly, when the number of meshes grouped as a block is 2 as described in claim 2, it is premised that the necessity of adjacent mesh data has the same vertical and horizontal probabilities. is there. As described in claim 3,
If the map data is stored on a CD-ROM, the value of the present invention will be greater. Because CD-
This is because the ROM has a structure in which data is read while tracing a track, and thus the time required for reading decreases as the number of accesses decreases.

【0014】[0014]

【実施例】以下実施例を示す添付図面によって詳細に説
明する。図2は、本発明の地図データ記憶装置を含むナ
ビゲーション装置を示すブロック図である。このナビゲ
ーション装置は、車両に搭載されて用いられるもので、
車両の移動量を検出する距離センサ1及び車両の方位変
化量を検出する方位センサ2を備え、前記各センサ1,
2の出力に基づいて車両の推定位置を算出する制御部
3、道路地図データを記憶した道路地図メモリ4、メモ
リドライブ5並びに表示装置6を備えている。
Embodiments will be described in detail below with reference to the accompanying drawings showing embodiments. FIG. 2 is a block diagram showing a navigation device including the map data storage device of the present invention. This navigation device is used by being installed in a vehicle.
A distance sensor 1 for detecting the amount of movement of the vehicle and a direction sensor 2 for detecting the amount of change in the direction of the vehicle are provided.
The control unit 3 calculates the estimated position of the vehicle based on the output of the vehicle 2, the road map memory 4 storing the road map data, the memory drive 5, and the display device 6.

【0015】前記道路地図メモリ4はCD−ROMから
なるもので、この道路地図メモリ4に記憶されている道
路地図データは、東西南北メッシュ状に分割されてい
る。前記メッシュは、日本道路地図を、例えば経度差1
度、緯度差40分で分割し縦横の距離を約80Km×80Kmとし
た第1次メッシュと、この第1次メッシュを縦横8等分
し縦横の距離を約10Km×10Kmとする第2次メッシュと、
この第2次メッシュを縦横10等分し縦横の距離を約1
Km×1Kmとする第3次メッシュと、の三重構造を持って
いる。
The road map memory 4 comprises a CD-ROM, and the road map data stored in the road map memory 4 is divided into north, south, east, and west meshes. The mesh is a Japanese road map, for example, a longitude difference of 1
A primary mesh with a vertical and horizontal distance of about 80Km x 80Km divided by 40 degrees and a latitude difference of 40 minutes, and a secondary mesh that divides this primary mesh into 8 equal parts by a total of 10Km x 10Km. When,
This secondary mesh is divided into 10 parts vertically and horizontally, and the vertical and horizontal distance is about 1
It has a triple structure of a third mesh of Km x 1 Km.

【0016】前記制御部3は、車両の現在位置を検出す
ると、現在位置を中心とする数メッシュ分(いずれの階
層のメッシュであるかは、道路表示範囲に応じて異な
る。)の道路地図データを道路地図メモリ4から取得
し、表示用メモリ(以下「キャッシュメモリ7」とい
う)にいったん記憶させる。そして、このキャッシュメ
モリ7から車両の現在位置を含む数メッシュの地図デー
タを読出し表示させる。
When the control unit 3 detects the current position of the vehicle, the road map data of several meshes centering on the current position (which layer of mesh differs depending on the road display range). Is acquired from the road map memory 4 and temporarily stored in a display memory (hereinafter referred to as “cache memory 7”). Then, map data of several meshes including the current position of the vehicle is read out from the cache memory 7 and displayed.

【0017】車両が走行するに連れて車両の現在位置が
動いていくので、前記取得済の数メッシュ分の道路地図
データを更新していく必要がある。本実施例では、キャ
ッシュメモリ7の上で、次に要求されるメッシュは、東
西南北方向同確率とする。そして、道路地図の各メッシ
ュを、横1列又は縦1列に並べるのではなく、ブロック
化し、ブロック内で順に並べる。
Since the current position of the vehicle moves as the vehicle travels, it is necessary to update the acquired road map data for several meshes. In the present embodiment, the next requested mesh on the cache memory 7 has the same probability in the north, south, east, and west directions. Then, each mesh of the road map is not arranged in one horizontal row or one vertical row, but is divided into blocks and arranged in order within the block.

【0018】具体的には、図1に示すように、2つの南
北隣接メッシュをブロック化し、CD−ROMの上に順
に記憶させる。CD−ROMの上では、図3に示すよう
に、トラックにメッシュ11,21,12,,22,…
と並び、続いてメッシュ31,41,32,42,…と
並ぶ。以上のように2つの南北隣接メッシュをブロック
化しているので、メッシュを読み出していっても、キャ
ッシュメモリ7の上に取得されるメッシュの内容は、従
来のものと異なることになる。
Specifically, as shown in FIG. 1, the two north-south adjacent meshes are divided into blocks and stored in order on a CD-ROM. On the CD-ROM, as shown in FIG. 3, meshes 11, 21, 12, 22, 22, ... Are arranged in tracks.
And then meshes 31, 41, 32, 42 ,. Since the two north-south adjacent meshes are divided into blocks as described above, the contents of the mesh obtained on the cache memory 7 will be different from the conventional ones even when the mesh is read.

【0019】いま図1において、メッシュ11,12,
21,22の道路地図データが取得され、表示されてい
て、次に必要なのは、メッシュ13,23,32,33
のデータであるとすると、本発明では、メッシュ13,
23を読み出し、その後ヘッドを設定し直してメッシュ
32,42,33,43を読み出せばよい。この場合、
ヘッドを設定し直す回数は、2回となり、従来のケース
と比べて減少している。
Referring now to FIG. 1, the meshes 11, 12,
The road map data of 21 and 22 has been acquired and displayed, and the next thing required is the mesh 13, 23, 32, 33.
In the present invention, the mesh 13,
23, and then the head is set again to read the meshes 32, 42, 33, 43. in this case,
The number of times of resetting the head is twice, which is smaller than in the conventional case.

【0020】このように減少する理由は、CD−ROM
の上で、道路地図の各メッシュを、ブロック化し、ブロ
ック内で順に並べているからである。すなわち、同一ブ
ロック内のメッシュは、隣接していて、同時に要求され
る(ヒットする)確率が高いからである。本実施例の効
果を数値をあげて説明する。ヘッドを設定する時間を5
00msec、メッシュデータを読み出す時間を200msec
とする。したがって、一回の読み出しには700msec必
要である。一方、ドライバが地図をスクロールさせよう
としてカーソルを画面の真ん中から端に動かすまでの時
間が2sec かかるとし、制御部3は、カーソルの移動を
感知して、その方向を判断するまでに300msecかかる
とする。すると、次のメッシュデータを読み出さねばな
らない時間の余裕は1700msecしかない。この170
0msecの中で読出をしようと思えば、ヘッドを設定する
回数は2回が限度である。
The reason for such a decrease is the CD-ROM.
This is because each mesh of the road map is divided into blocks and arranged in order within the block. That is, the meshes in the same block are adjacent to each other and have a high probability of being simultaneously requested (hit). The effects of this embodiment will be described by giving numerical values. 5 hours to set the head
00msec, 200msec for reading mesh data
And Therefore, one reading requires 700 msec. On the other hand, it is assumed that it takes 2 seconds for the driver to move the cursor from the center to the end of the screen to scroll the map, and the control unit 3 needs 300 msec to detect the movement of the cursor and determine its direction. To do. Then, the time margin for reading the next mesh data is only 1700 msec. This 170
If you want to read in 0 msec, the number of times to set the head is 2 times.

【0021】したがって、道路地図の各メッシュを、ブ
ロック化し、ブロック内でメッシュを並べる本発明は、
ヘッド設定時間が無視できない現状の技術のもとでは、
十分有効である。なお、本発明は前記の実施例に限られ
るものではない。実施例では、道路地図の各メッシュ
を、南北2つずつブロック化しているが、図4に示すよ
うに南北3つずつブロック化してもよい。ただし、南北
にブロック化する数があまり多いと、メッシュを縦に順
に読んでいくの(図5の読み順を、横でなく縦にしたも
の)と変わらないので、ブロック化する数は、有限でな
ければならない。
Therefore, according to the present invention, each mesh of the road map is divided into blocks and the meshes are arranged in the block.
Under the current technology where head setting time cannot be ignored,
It is effective enough. The present invention is not limited to the above embodiment. In the embodiment, each mesh of the road map is divided into blocks of two north and south, but may be divided into blocks of three north and south as shown in FIG. However, if there are too many blocks to the north and south, the mesh is read in sequence vertically (the reading order in Figure 5 is vertical instead of horizontal), so the number of blocks is finite. Must.

【0022】その他本発明の要旨を変更しない範囲で種
々の変更を施すことが可能である。
Other various modifications can be made without departing from the spirit of the present invention.

【0023】[0023]

【発明の効果】以上のように本発明の地図データ記憶装
置によれば、アクセス方向と直角の方向に配置される有
限個のメッシュを1つのブロックとして扱うので、必要
なデータを、少ないアクセス回数で得ることができる確
率が高くなる。したがって、ナビゲーション装置に利用
すれば、車両周辺の地図データを短時間で取得すること
ができる。
As described above, according to the map data storage device of the present invention, since a finite number of meshes arranged in the direction perpendicular to the access direction are handled as one block, necessary data can be accessed with a small number of accesses. The higher the probability that you can get with. Therefore, if used in a navigation device, map data around the vehicle can be acquired in a short time.

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

【図1】2つの南北隣接メッシュをブロック化し、CD
−ROMの上に順に記憶させた地図データのメッシュ構
造を示す図である。
[Figure 1] Two north-south adjacent meshes are divided into blocks
FIG. 6 is a diagram showing a mesh structure of map data stored in order on a ROM.

【図2】本発明の地図データ記憶装置を含むナビゲーシ
ョン装置を示すブロック図である。
FIG. 2 is a block diagram showing a navigation device including a map data storage device of the present invention.

【図3】メッシュデータのCD−ROMの上での配列図
である。
FIG. 3 is an array diagram of mesh data on a CD-ROM.

【図4】3つの南北隣接メッシュをブロック化し、CD
−ROMの上に順に記憶させた地図データのメッシュ構
造を示す図である。
[Fig. 4] CD for three north-south adjacent meshes
FIG. 6 is a diagram showing a mesh structure of map data stored in order on a ROM.

【図5】従来の道路地図のメッシュの配置を示す図であ
る。
FIG. 5 is a diagram showing an arrangement of meshes of a conventional road map.

【図6】図5のメッシュデータのCD−ROMの上での
配列図である。
FIG. 6 is an array diagram of the mesh data of FIG. 5 on a CD-ROM.

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

1 距離センサ 2 方位センサ 3 制御部 4 道路地図メモリ 5 メモリドライブ 6 表示装置 1 distance sensor 2 direction sensor 3 control unit 4 road map memory 5 memory drive 6 display device

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.6 識別記号 庁内整理番号 FI 技術表示箇所 G08G 1/0969 G09B 29/00 ─────────────────────────────────────────────────── ─── Continuation of the front page (51) Int.Cl. 6 Identification code Internal reference number FI Technical display location G08G 1/0969 G09B 29/00

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】地図をメッシュごとに縦横分割した形で地
図データを記憶し、記憶された地図データを読み出すと
きには、前記メッシュの配列の縦方向又は横方向(以下
アクセス方向という)にメッシュデータを読み出す地図
データ記憶装置において、 前記アクセス方向と直角の方向に配置される一連の有限
個のメッシュを1つのブロックとして扱い、このブロッ
ク単位で地図データが読み出せるように、メッシュデー
タを配列したことを特徴とする地図データ記憶装置。
1. A map data is stored in a form in which a map is vertically and horizontally divided for each mesh, and when the stored map data is read out, the mesh data is stored in a vertical direction or a horizontal direction of the mesh array (hereinafter referred to as an access direction). In the map data storage device for reading, a series of finite number of meshes arranged in the direction perpendicular to the access direction is treated as one block, and the mesh data is arranged so that the map data can be read in block units. Characteristic map data storage device.
【請求項2】前記ブロックとしてまとめられるメッシュ
の数は2である請求項1記載の地図データ記憶装置。
2. The map data storage device according to claim 1, wherein the number of meshes grouped as the block is two.
【請求項3】前記地図データがCD−ROMの上に記憶
されていることを特徴とする請求項1記載の地図データ
記憶装置。
3. The map data storage device according to claim 1, wherein the map data is stored on a CD-ROM.
JP6233476A 1994-09-28 1994-09-28 Map data memory device Pending JPH0895489A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6233476A JPH0895489A (en) 1994-09-28 1994-09-28 Map data memory device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6233476A JPH0895489A (en) 1994-09-28 1994-09-28 Map data memory device

Publications (1)

Publication Number Publication Date
JPH0895489A true JPH0895489A (en) 1996-04-12

Family

ID=16955618

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6233476A Pending JPH0895489A (en) 1994-09-28 1994-09-28 Map data memory device

Country Status (1)

Country Link
JP (1) JPH0895489A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11327435A (en) * 1998-03-16 1999-11-26 Navigation Technol Corp Interleaving of data type in geographic data base and method for using the same in navigation application
JP2002091989A (en) * 2000-05-23 2002-03-29 Navigation Technol Corp System and method for accessing spatially organized geographic data in block
CN113420108A (en) * 2021-07-20 2021-09-21 广州小鹏自动驾驶科技有限公司 Map data access method and device and electronic equipment

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11327435A (en) * 1998-03-16 1999-11-26 Navigation Technol Corp Interleaving of data type in geographic data base and method for using the same in navigation application
JP4498486B2 (en) * 1998-03-16 2010-07-07 ナヴィゲイション テクノロジーズ コーポレイション Interleaving data types in geographic databases and methods for using them for navigation applications
JP2002091989A (en) * 2000-05-23 2002-03-29 Navigation Technol Corp System and method for accessing spatially organized geographic data in block
CN113420108A (en) * 2021-07-20 2021-09-21 广州小鹏自动驾驶科技有限公司 Map data access method and device and electronic equipment

Similar Documents

Publication Publication Date Title
US6125367A (en) Map data base management method and system therefor
US6336111B1 (en) Support for alternative names in a geographic database used with a navigation program and methods for use and formation thereof
US6556919B2 (en) Map data storage medium
US6751629B2 (en) Method for organizing map data
US7490006B2 (en) Method of generating map update process data, map update method, and map update apparatus
JPH07117420B2 (en) Road data generation method in vehicle-mounted navigation device
JPH10228400A (en) High-speed file system
US20110175931A1 (en) Map information processor and data structure of map information
JP3866346B2 (en) Map database device
JPH0895489A (en) Map data memory device
JP3966325B2 (en) Vehicle navigation apparatus and map data reading method in the apparatus
JPH037983A (en) Changing method for storage medium for map
JPH08190621A (en) Map data reader
EP1103788A2 (en) Navigation apparatus and method
JPH02201600A (en) Route-planning method based on buckets and navigation system fitted with route-planning apparatus practicing said method
JP3353472B2 (en) Road information display device
JPS62197900A (en) Method and apparatus for displaying map information
JP2641103B2 (en) Navigator with road correction function
JP2840557B2 (en) Navigation device
JPH11344351A (en) Navigation system, navigation method and recording medium with recorded softwafer for navigation
JPH08305284A (en) Map data storage medium
JP2601943B2 (en) Optimal route calculation device
JPH0711427B2 (en) Map data access method
JP3420979B2 (en) Car navigation system
JP3374882B2 (en) Place name dictionary search device and method of using the same