JP2653847B2 - Navigation apparatus and route search method thereof - Google Patents

Navigation apparatus and route search method thereof

Info

Publication number
JP2653847B2
JP2653847B2 JP20776288A JP20776288A JP2653847B2 JP 2653847 B2 JP2653847 B2 JP 2653847B2 JP 20776288 A JP20776288 A JP 20776288A JP 20776288 A JP20776288 A JP 20776288A JP 2653847 B2 JP2653847 B2 JP 2653847B2
Authority
JP
Japan
Prior art keywords
destination
block
hierarchy
route search
intersection
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
JP20776288A
Other languages
Japanese (ja)
Other versions
JPH0256591A (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.)
Aisin AW Co Ltd
Shinsangyo Kaihatsu KK
Original Assignee
Aisin AW Co Ltd
Shinsangyo Kaihatsu KK
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 Aisin AW Co Ltd, Shinsangyo Kaihatsu KK filed Critical Aisin AW Co Ltd
Priority to JP20776288A priority Critical patent/JP2653847B2/en
Priority to EP89900884A priority patent/EP0346492B1/en
Priority to DE3853719T priority patent/DE3853719T2/en
Priority to PCT/JP1988/001301 priority patent/WO1989006414A1/en
Publication of JPH0256591A publication Critical patent/JPH0256591A/en
Priority to US07/662,504 priority patent/US5168452A/en
Application granted granted Critical
Publication of JP2653847B2 publication Critical patent/JP2653847B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、地図データを階層構造にしてルート(経
路)の探索を行うナビゲーション装置及びそのルート探
索方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a navigation device and a route search method for searching for a route (route) in a hierarchical structure of map data.

〔従来の技術〕[Conventional technology]

ナビゲーション装置は、地理の不案内な運転者に対し
て目的地までルート案内を行うものであり、近年、この
ナビゲーション装置の開発が盛んに行われている。
2. Description of the Related Art A navigation device provides a route guidance to a driver whose geography is unknown, and in recent years, this navigation device has been actively developed.

ナビゲーション装置は、予め走行前に出発地及び目的
地を入力することによって出発地から目的地までのルー
トを設定し、その設定されたルートに従ってナビゲーシ
ョンを行うものである。ナビゲーションでは、ルートを
指示する場合、CRT画面に地図を表示しその上にルート
を重ねて表示したり、また、予め設定されたルートに従
って次に曲がるべき交差点に関する情報として、次に曲
がるべき交差点までの距離を数字やグラフで表示し、交
差点や通過点の特徴的な風景を写真で表示したりさらに
は音声出力も併用するものもある。
The navigation device sets a route from a departure place to a destination by inputting a departure place and a destination before traveling, and performs navigation according to the set route. In navigation, when instructing a route, a map is displayed on the CRT screen and the route is superimposed on it, or information on the intersection to be turned next according to the preset route, until the intersection to be turned next In some cases, the distance is displayed as a number or a graph, and the characteristic scenery of an intersection or a passing point is displayed as a photograph, and further, audio output is also used.

道路網にあっては、一般に出発地から目的地までの間
に複数のルートが存在するのが普通である。そのため、
ナビゲーション装置において、出発地及び目的地が入力
されると、その間における最短時間或いは最短距離のル
ート(最短ルート)を探索するルート探索の手法を採用
する試みがなされている。その1つとして、例えば四叉
路の交差点の場合には、右左折、直進、Uターンを表現
するために8つのノードと16本の有向リンクで交差点を
表し、また、交差点相互を接続する道路枝は2本の有向
リンクで表す方法が報告されている。もう1つは、最短
ルートを検索した後、進行禁止コースと比較し進行禁止
ルートを含む最短ルートを除去することによって進行禁
止ルートを含まない最短ルートを探索する方法(例えば
特開昭62−91811号公報)が提案されている。
In a road network, generally, there are a plurality of routes between a starting point and a destination. for that reason,
In a navigation device, when a departure point and a destination are input, an attempt has been made to adopt a route search method of searching for a route of the shortest time or the shortest distance (shortest route) therebetween. For example, in the case of an intersection at a four-way intersection, an intersection is represented by eight nodes and sixteen directional links in order to express a right / left turn, going straight, and a U-turn, and the intersections are connected to each other. It has been reported that a road branch is represented by two directional links. The other is a method of searching for the shortest route that does not include the no-progress route by searching for the shortest route, comparing with the no-progress route, and removing the shortest route that includes the no-progress route (for example, Japanese Patent Application Laid-Open No. 62-91811). Publication).

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

しかしながら、上記前者の方法は、交差点での右左折
情報を全て有向リンクで表現しているので、データ量が
多くなり記憶容量が多くなるという問題がある。また、
従来のデータ構造では、右左折を検出して右左折により
重み付けを行い最短時間のルート探索を行おうとする
と、右左折の判断の計算が複雑になり、時間がかかる。
特に、四差路を8つのノードと16本の有向リンクで表現
している場合には、16本の有向リンクに重み付けした距
離又は時間のデータをもたなければならないため、デー
タ量が多くなる。
However, the former method has a problem that the amount of data is large and the storage capacity is large, because all the information on turning right and left at an intersection is represented by directional links. Also,
In the conventional data structure, when a right / left turn is detected and weighted by the right / left turn to perform a route search in the shortest time, the calculation of the right / left turn determination becomes complicated and takes time.
In particular, when the four-way road is represented by eight nodes and 16 directional links, the data volume of the 16 directional links must be weighted because the data must have weighted distance or time. More.

さらに加えて、ルート探索では、出発地から目的地ま
での距離が長くなると、また、道路網の密度が高くなる
と、それだけルート探索の対象となる交差点が多くな
る。そのため、ルート探索に要する計算時間や探索処理
に用いるメモリの記憶容量が増えるという問題がある。
In addition, in the route search, as the distance from the departure point to the destination increases, and as the density of the road network increases, the number of intersections subject to the route search increases accordingly. Therefore, there is a problem that the calculation time required for the route search and the storage capacity of the memory used for the search process increase.

本発明は、上記の課題を解決するものであって、ルー
ト探索の計算時間の短縮を図ったナビゲーション装置及
びそのルート探索方法を提供することを目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above problems, and has as its object to provide a navigation device and a route search method thereof that shorten the calculation time of the route search.

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

そのために本発明は、指定された出発地から目的地ま
でのルート探索を行ってルートを設定し、設定されたル
ートに従って経路案内を行うナビゲーション装置であっ
て、道路網の情報量をもとに階層構造にして道路網の情
報の多い下位階層から道路網の情報の少ない上位階層へ
と階層を展開すると共に、各階層間の接続情報を有する
地図データを記憶する記憶手段と、前記地図データに基
づき前記指定された出発地及び目的地を含む階層を特定
し、前記各階層間の接続情報に基づき、特定された階層
において上位階層へ接続する点までルート探索を行い、
さらに上位階層に移行して前記接続する点からのルート
探索を繰り返し行うことによって出発地から目的地まで
のルート探索を行う経路探索手段とを備えることを特徴
とし、さらに各階層の地図データをブロック分割して出
発地と目的地を含むブロックの位置関係に応じてルート
探索を行うことを特徴とするものである。
Therefore, the present invention is a navigation device that performs a route search from a designated departure point to a destination, sets a route, and provides route guidance according to the set route, and based on the information amount of the road network. Storage means for expanding a hierarchy from a lower hierarchy having a large amount of road network information to an upper hierarchy having a small amount of road network information, and storing map data having connection information between the respective layers; Based on the connection information between the respective layers, based on the connection information between the respective layers, a route search is performed up to a point connecting to a higher layer, based on the connection information between the respective layers,
Route search means for performing a route search from the departure point to the destination by repeatedly performing a route search from the connecting point by shifting to a higher hierarchy, further comprising: It is characterized in that a route search is performed in accordance with the positional relationship between the blocks including the departure place and the destination, after division.

また、ルート探索方法として、出発地と目的地が設定
されると、該出発地と目的地を含むそれぞれのブロック
を特定し、 前記出発地と目的地を含むブロックが同一か互いに隣
接しているか互い離れているかを決定することにより、
前記出発地と目的地を含むそれぞれのブロックの位置関
係をチェックし、 前記出発地と目的地を含むブロックが同一である場合
には、当該ブロックの交差点及び道路データを入力して
前記出発地から目的地までのルート探索を行い、 前記出発地と目的地を含むブロックが互いに隣接して
いる場合には、前記出発地を含むブロックの交差点及び
道路データを読み込んで前記出発地を含むブロックと前
記目的地を含むブロックを連結する連結交差点を検出し
て前記出発地を含むブロックにおいて前記出発地から前
記連結交差点までのルート探索を行った後、前記目的地
を含むブロックの交差点及び道路データを読み込んで前
記目的地を含むブロックにおいて前記連結交差点から前
記目的地までのルート探索を行い、 前記出発地と目的地を含むブロックが互い離れている
場合には、前記出発地を含むブロックの交差点及び道路
データを読み込んで上位階層のブロックに連結する前記
出発地を含むブロックの連結交差点を検出して該連結交
差点を上記上位階層のブロックの出発地として設定し前
記出発地を含むブロックにおいて前記出発地から前記連
結交差点までのルート探索を行うと共に、前記目的地を
含むブロックの交差点及び道路データを読み込んで上位
階層のブロックに連結する前記目的地を含むブロックの
連結交差点を検出して該連結交差点を上記上位階層のブ
ロックの目的地として設定し前記目的地を含むブロック
において前記目的地から前記連結交差点までのルート探
索を行い、上記階層において、出発地と目的地を含むブ
ロックが同一か互いに隣接するまで同様の処理を繰り返
し行う ことを特徴とするものである。
Further, when a departure place and a destination are set as a route search method, respective blocks including the departure place and the destination are specified, and whether the blocks including the departure place and the destination are the same or adjacent to each other is determined. By deciding whether they are away from each other,
Check the positional relationship of each block including the departure point and the destination, and if the block including the departure point and the destination is the same, input the intersection and road data of the block and start from the departure point. A route search to the destination is performed, and when the block including the departure point and the destination are adjacent to each other, the intersection and the road data of the block including the departure point are read, and the block including the departure point is read. After detecting a connecting intersection connecting the blocks including the destination and performing a route search from the starting point to the connecting intersection in the block including the starting point, the intersection and the road data of the block including the destination are read. In the block including the destination, a route search from the connecting intersection to the destination is performed, and the block including the departure point and the destination is performed. When the blocks are separated from each other, the intersection of the block including the departure point and the road data are read to detect the connection intersection of the block including the departure point connected to the block of the upper hierarchy, and the connection intersection is determined as described above. In the block including the departure point, a route search from the departure point to the connection intersection is performed in the block including the departure point, and the intersection and road data of the block including the destination are read to read the block in the upper layer. Detecting a connecting intersection of a block including the destination to be connected to and setting the connecting intersection as a destination of the block of the upper hierarchy, and performing a route search from the destination to the connecting intersection in the block including the destination. In the above hierarchy, the same processing is performed until the blocks including the departure place and the destination are the same or are adjacent to each other. It is characterized in that to carry out returns Ri.

〔作用及び発明の効果〕[Action and effect of the invention]

本発明のナビゲーション装置及びそのルート探索方法
では、地図データを道路網の情報量をもとにして階層構
造にしてさらにブロック分割し、指定された出発地と目
的地を含む階層、ブロックを特定して階層、ブロックの
接続情報に基づき階層、ブロックを順に接続して出発地
から目的地までのルート探索を行うので、指定された出
発地、目的地に応じた階層、ブロックから上位階層に順
次移行してルート探索を行うことができ、出発地と目的
地との距離が短い場合には、下位階層でルート探索を行
い、出発地と目的地との距離が長くなればより上位階層
へ移行して主要幹線や高速道路等のランクが上の道路を
通るルート探索を行うことができる。しかも、上位階層
では、支線道路等のランクの低い道路を含まず、上位階
層のブロックに移行したとき、出発地のブロックと目的
地のブロックが同一ブロック又は隣接ブロックになる
と、その間で出発地から目的地までのルート探索を終了
させるので、効率よいルートの探索を行うことができ
る。
In the navigation device and the route search method of the present invention, the map data is further divided into blocks in a hierarchical structure based on the information amount of the road network, and the hierarchy and blocks including the designated starting point and destination are specified. The route and the block are connected in order based on the connection information of the layer and the block, and the route search from the departure point to the destination is performed. When the distance between the departure point and the destination is short, the route search is performed in the lower hierarchy, and when the distance between the departure point and the destination is long, the route is shifted to the higher hierarchy. It is possible to search for a route that passes through a high-ranked road such as a main trunk line or an expressway. In addition, the upper layer does not include low rank roads such as branch roads, and when the block of the departure point and the block of the destination become the same block or an adjacent block when transitioning to the block of the upper layer, the departure point between them becomes the same. Since the route search to the destination is terminated, an efficient route search can be performed.

また、データ量が同程度になるように各階層でブロッ
ク分割するので、情報量が多く複雑な道路網であっても
常に同じ容量の中でルート探索を繰り返し行うだけでよ
い。そのため、ルート探索に必要な記憶容量も少なくて
よいし、効率良くルート探索を行うことができ、ルート
探索のための計算時間の短縮を図ることができる。
In addition, since the blocks are divided in each layer so that the data amount is substantially the same, even for a complicated road network having a large amount of information, it is only necessary to always repeat the route search within the same capacity. Therefore, the storage capacity required for the route search may be small, the route search can be performed efficiently, and the calculation time for the route search can be reduced.

〔実施例〕〔Example〕

以下、図面を参照しつつ実施例を説明する。 Hereinafter, embodiments will be described with reference to the drawings.

第1図は本発明に係るナビゲーション装置の1実施例
を説明するための図である。
FIG. 1 is a diagram for explaining one embodiment of a navigation device according to the present invention.

第1図においては、レイヤ1は、交差点番号I、II、
III、……を持つ主要幹線道路網の地図であり、1つの
ブロック1で構成している。レイヤ2は、レイヤ1の主
要幹線道路網に連結される支線の道路網も含めた地図で
あり、6つのブロック1〜6で構成している。そして、
ブロック間の接続道路には、レイヤ2のブロック1、2
間の交差点番号VとIIのように、ブロックで処理単位を
構成することができるように擬似的に交差点を設定して
いる。ブロック数は、それぞれで情報量がほぼ同程度に
なるように設定されている。従って、レイヤ1のブロッ
ク1とレイヤ2のブロック1〜6は、それぞれが道路網
データとして同程度の情報量を有するものであり、道路
のランク(幹線道路、支線道路等)と対応させて上位か
ら下位に階層構造を展開している。本発明に係るナビゲ
ーション装置は、このような階層構造にし、さらに各階
層において適宜情報量に応じてブロック分割した地図デ
ータを記憶装置に記憶し、この地図データの階層構造を
利用して指定された出発地から目的地まで演算処理装置
(経路探索装置)により幹線道路と支線道路を円滑に連
結したルート探索を行うものである。
In FIG. 1, layer 1 includes intersection numbers I, II,
It is a map of the main arterial road network having III,..., And is composed of one block 1. Layer 2 is a map including a road network of branch lines connected to the main arterial road network of Layer 1, and is composed of six blocks 1 to 6. And
The connecting roads between the blocks include blocks 1 and 2 of layer 2
Like the intersection numbers V and II between the intersections, the intersections are set in a pseudo manner so that the processing unit can be constituted by blocks. The number of blocks is set so that the amount of information is substantially the same for each. Therefore, each of the block 1 of the layer 1 and the blocks 1 to 6 of the layer 2 have the same information amount as the road network data, and correspond to the rank of the road (main road, branch road, and the like). Expands the hierarchical structure from below. The navigation device according to the present invention has such a hierarchical structure, further stores map data divided into blocks in each hierarchy according to the amount of information as appropriate, and designates the map data using the hierarchical structure of the map data. From the departure point to the destination, a route search for smoothly connecting the main road and the branch roads is performed by an arithmetic processing device (route search device).

本発明のルート探索方法は、地図データとして、下位
へ向けて幹線から支線へ階層を展開すると共にブロック
分割した各レイヤ1、2、……からなる階層化構造のも
のを用い、出発地から目的地までのルートを探索するも
のである。従って、レイヤ2の道路網の下位にさらに支
線の道路がある場合には、レイヤ3が設定され、情報量
に応じてブロック数も多くなる。同様に、レイヤ1のブ
ロック1だけでなくさらにその周囲の道路網も対象とす
る場合には、レイヤ1がブロック1とその周りの道路網
のブロックにより構成される。そして、この場合には、
レイヤ1の上位階層のレイヤが設定される。
The route search method of the present invention uses, as map data, a hierarchical structure composed of layers 1, 2,. The route to the ground is searched. Therefore, when there is a branch road further below the road network of layer 2, layer 3 is set, and the number of blocks increases according to the information amount. Similarly, when not only the block 1 of the layer 1 but also the surrounding road network is targeted, the layer 1 is composed of the block 1 and the blocks of the road network around it. And in this case,
The upper layer of layer 1 is set.

次に第1図の地図データを用いた演算処理装置(経路
探索装置)によるルート探索方法の1例を説明する。
Next, an example of a route search method by an arithmetic processing device (route search device) using the map data of FIG. 1 will be described.

例えば出発地と目的地がそれぞれレイヤ2のブロック
1にある交差点番号Iとブロック6にある交差点番号II
Iであるとする。
For example, the departure point and the destination are respectively the intersection number I in block 1 of layer 2 and the intersection number II in block 6
Let it be I.

まず、ブロック1にある交差点番号Iの出発地につい
ては、上位階層のレイヤ1にない交差点番号である。そ
こで、上位階層のレイヤ1にある交差点番号を見つけ、
その交差点番号IIIとIV(レイヤ1では交差点番号IとI
I)までのルートを探索して上位階層に上がる。
First, the departure point of the intersection number I in the block 1 is an intersection number that does not exist in the layer 1 of the upper hierarchy. Then, find the intersection number in layer 1 of the upper hierarchy,
The intersection numbers III and IV (intersection numbers I and I
Search for the route to I) and go up to the upper level.

他方、ブロック6にある交差点番号IIIは、上位階層
のレイヤ1に交差点番号VIIIとしてあるので、そのまま
上位階層に上がる。
On the other hand, since the intersection number III in the block 6 is the intersection number VIII in the layer 1 of the upper hierarchy, it goes up to the upper hierarchy as it is.

上位階層のレイヤ1では、下位階層のレイヤ2でルー
ト探索を行った情報と合わせて交差点番号I又はIIから
交差点番号VIIIまでのルート探索を行う。
In the upper layer 1, a route search from the intersection number I or II to the intersection number VIII is performed together with the information on the route search performed in the lower layer 2.

上記の例から明らかなように、出発地、目的地が存在
するブロックにより、同じブロックの場合と、隣接
ブロックの場合と、離れたブロックの場合の3種類に
分類できる。そこで、本発明のルート探索方法は、それ
ぞれに応じて次のようにルート探索を行う。
As is clear from the above example, according to the blocks where the departure place and the destination exist, the blocks can be classified into three types: the same block, the adjacent block, and the distant block. Therefore, the route search method of the present invention performs a route search as follows according to each of them.

まず、の出発地と目的地が同じブロックにある場合
には、そのブロックの中でルート探索を行う。また、
の出発地と目的地の各ブロックが隣接している場合に
は、出発地ブロックと目的地ブロックで接続している交
差点(接続交差点)を検出し、出発地から接続交差点、
目的地から接続交差点の2回に分けてルート探索を行
う。しかし、の出発地と目的地の各ブロック間が離れ
ている場合には、上記の例のように出発地ブロックで出
発地から上位のレイヤに接続している交差点までのルー
ト探索を行い、同様に目的地ブロックで目的地から上位
のレイヤに接続している交差点までのルート探索を行
う。そして、上記又はの条件が満足するまで同様の
ルート探索を上位のレイヤに上がって行う。
First, if the starting point and the destination are in the same block, a route search is performed in that block. Also,
If the starting and destination blocks are adjacent to each other, the intersection (connection intersection) connecting the starting and destination blocks is detected, and from the starting point, the connecting intersection,
The route search is performed twice from the destination to the connecting intersection. However, if the departure point and the destination block are far apart, a route search is performed from the departure point to the intersection connected to the upper layer in the departure point block as in the above example, and In the destination block, a route search from the destination to the intersection connected to the upper layer is performed. Then, the same route search is performed on the upper layer until the above or the condition is satisfied.

次に上記のルート探索方法に用いるのに好適な道路デ
ータの具体的な構成例を示す。
Next, a specific configuration example of road data suitable for use in the above route search method will be described.

第2図は第1図のレイヤ2におけるブロック1のデー
タ構造の例を示す図、第3図は第1図のレイヤ2におけ
るブロック4のデータ構造の例を示す図、第4図は第1
図のレイヤ2におけるブロック6のデータ構造の例を示
す図、第5図は第1図のレイヤ1におけるブロック1の
データ構造の例を示す図である。
FIG. 2 is a diagram showing an example of the data structure of block 1 in layer 2 of FIG. 1, FIG. 3 is a diagram showing an example of the data structure of block 4 in layer 2 of FIG. 1, and FIG.
FIG. 5 is a diagram showing an example of a data structure of a block 6 in a layer 2 in FIG. 5, and FIG. 5 is a diagram showing an example of a data structure of a block 1 in a layer 1 in FIG.

各ブロック単位のデータは、第2図〜第5図に示すよ
うにそれぞれ道路データ(同図(a))と交差点データ
(同図(b))からなる。そして、例えば第2図に示す
ように道路データは、ブロック内の各道路番号に対応し
て、始点の交差点番号、終点の交差点番号、同じ始点を
もつ道路番号、同じ終点をもつ道路番号、案内不要道
路、道路の相対長さ、レイヤ等の情報を有している。道
路番号の単位は、通常、複数個のノードからなる。ノー
ドデータは、図示しないが道路上の1地点に関するデー
タであり、ノード間を接続するものをアークと呼ぶと、
複数のノード列のそれぞれの間をアークで接続すること
によって道路が表現される。また、交差点データは、ブ
ロック内の交差点番号に対応して、東経、北緯、出る道
路番号、入る道路番号、上のレイヤの交差点番号、下の
レイヤの交差点番号、横のブロックの交差点番号(持続
交差点番号)等の情報を有している。
The data of each block is composed of road data (FIG. 2A) and intersection data (FIG. 2B), as shown in FIGS. For example, as shown in FIG. 2, the road data includes the intersection number of the starting point, the intersection number of the ending point, the road number having the same starting point, the road number having the same ending point, the guidance information corresponding to each road number in the block. Information such as unnecessary roads, relative lengths of roads, and layers is stored. The unit of the road number usually consists of a plurality of nodes. The node data, which is not shown, is data relating to one point on the road, and what connects the nodes is called an arc.
A road is represented by connecting each of the plurality of node rows with an arc. In addition, the intersection data includes east longitude, north latitude, outgoing road number, incoming road number, intersection number of upper layer, intersection number of lower layer, intersection number of horizontal block (continuous (Intersection number).

これらのうち、同じ始点(終点)をもつ道路番号や出
る(入る)道路番号は、それぞれ交差点における連結道
路の情報であり、通常、複数の道路番号が存在するの
で、そのうちの一番小さい道路番号を登録しておく。こ
のようにすると、後述するように交差点の連結道路の検
索が容易に行える。また、案内不要道路や道路の相対長
さは、走行に要する実質的な時間を算出する場合に必要
となる情報である。例えば同じ幅や長さの道路であって
も案内を要する道路より案内不要道路の方が実質的な走
行時間は短めに換算することができ、同じ長さの道路で
あっても走行条件が悪いとか渋滞がしやすい道路であれ
ば相対長さが長くなる。レイヤは、道路のランクを示し
ている。つまり、どの順位のレイヤでもつ道路かを示す
情報である。上(下)のレイヤの交差点番号、例えば1
−1−2は、レイヤ1−ブロック1−そのレイヤブロッ
クでの交差点番号を示している。横のブロックの交差点
番号も同様である。
Among these, the road number having the same start point (end point) and the road number exiting (entering) are information of connecting roads at the intersection, respectively. Usually, since there are a plurality of road numbers, the smallest road number among them is provided. Is registered. This makes it easy to search for a connecting road at an intersection as described later. Further, the relative lengths of the guide-unnecessary roads and roads are information necessary for calculating a substantial time required for traveling. For example, even if the roads have the same width and length, the actual travel time can be converted into a shorter travel time on a road that does not require guidance than a road that requires guidance. Or if the road is easily congested, the relative length will be long. The layer indicates the rank of the road. That is, the information indicates the order of the layer of the road. Intersection number of the upper (lower) layer, for example, 1
-1-2 indicates a layer 1-block 1-intersection number in the layer block. The same applies to the intersection numbers of the horizontal blocks.

次に本発明に係るナビゲーション装置のルート探索方
法を処理の流れに従って説明する。
Next, a route search method of the navigation device according to the present invention will be described according to a processing flow.

第6図はワークファイルとインデックスファイルの構
造を示す図、第7図はルート探索における全体の処理の
流れを説明するための図、第8図は同一ブロック探索ル
ーチンの処理の流れを説明するための図、第9図は隣接
ブロック探索ルーチンの処理の流れを説明するための
図、第10図は遠隔ブロック探索ルーチンの処理の流れを
説明するための図である。
FIG. 6 is a diagram showing the structure of the work file and the index file, FIG. 7 is a diagram for explaining the overall processing flow in the route search, and FIG. 8 is for explaining the processing flow of the same block search routine. , FIG. 9 is a diagram for explaining the flow of processing of the adjacent block search routine, and FIG. 10 is a diagram for explaining the flow of processing of the remote block search routine.

ワークファイルは、ブロック単位でルート探索を行う
際に、ブロック内の交差点データ及び道路データを読み
込んで使用するものであり、第6図(a)に示すように
交差点数、道路数、始点、終点、ブロックの探索結果得
られる交差点に入る道路番号、ブロックのルート探索の
出発地と目的地を示すフラグ等の情報を格納するもので
ある。インデックスファイルはブロックの情報を管理す
るものであり、同図(b)に示すようにブロック数とブ
ロック番号等の情報を有している。
The work file is used by reading intersection data and road data in a block when performing a route search in block units, and as shown in FIG. 6A, the number of intersections, the number of roads, the start point, and the end point. And information such as a road number entering an intersection obtained as a result of a block search, a flag indicating a departure place and a destination of a block route search, and the like. The index file manages block information, and has information such as the number of blocks and the block number as shown in FIG.

演算処理装置(経路探索装置)で行うルート探索で
は、第7図に示すようにまず、インデックスファイルよ
り出発地、目的地のブロックの位置関係を調べ、その位
置関係により以下の同一ブロック探索、隣接ブロック探
索、遠隔ブロック探索のいずれかの処理ルーチンに分岐
する。
In the route search performed by the arithmetic processing device (route search device), first, as shown in FIG. 7, the positional relationship between the starting and destination blocks is checked from the index file. The process branches to one of the block search and remote block search processing routines.

同一ブロック探索では、第8図に示すように交差点デ
ータ、道路データを入力すると共に、ワークエリアを初
期化し、出発地、目的地を設定する。しかる後、経路探
索サブルーチンに分岐し、そこで生成されたルートを出
力する。
In the same block search, as shown in FIG. 8, intersection data and road data are input, a work area is initialized, and a departure place and a destination are set. Thereafter, the flow branches to a route search subroutine, and the generated route is output.

隣接ブロック探索は、交差点番号をC(レイヤ−ブロ
ック−交差点番号)、道路番号をR(レイヤ−ブロック
−道路番号)の形式で表し、出発地をC(2−1−
1)、目的地をC(2−4−4)とすると、第9図に示
すステップで次のように処理する。
In the adjacent block search, the intersection number is expressed in the form of C (layer-block-intersection number), the road number is expressed in the form of R (layer-block-road number), and the departure point is C (2-1-
1) Assuming that the destination is C (2-4-4), the following processing is performed in the steps shown in FIG.

、 出発地のあるレイヤ2、ブロック1のデータを
読み込む。
Read the data of layer 2 and block 1 where the departure point is.

接続交差点Sを下記のようにメモリに記憶する。 The connection intersection S is stored in the memory as described below.

ワークエリアにおけるブロック内の全ての交差点を
下記のように設定して初期化する。
All the intersections in the block in the work area are set and initialized as follows.

交差点に来る道路←0 フラグ←未探索 距離←7FFFFFFFH ワークエリアにおける出発地交差点C(2−1−
1)のフラグに「仮」、距離に「0」をセットする。
Road coming to the intersection ← 0 Flag ← Not searched Distance ← 7FFFFFFFH Departure intersection C in the work area (2-1
"Tentative" is set in the flag of 1) and "0" is set in the distance.

目的地として連続交差点(2−1−6)、C(2−
1−7)を設定する。
Continuous intersection (2-1-6), C (2-
1-7) is set.

出発地交差点(2−1−1)から仮の目的地である
連続交差点(2−1−6)、C(2−1−7)までのル
ート探索を行う。
A route search is performed from the departure point intersection (2-1-1) to the continuous intersections (2-1-6) and C (2-1-7), which are temporary destinations.

、 ワークエリアをセーブする。このとき接続交差
点までの距離を下記のようにメモリに記憶する。
Save the work area. At this time, the distance to the connecting intersection is stored in the memory as described below.

〜 出発地C(2−4−1)、目的地を接続交差点
C(2−4−5)、C(2−4−4)として〜と同
様のルート探索を行う。
The same route search as that described above is performed by setting the departure point C (2-4-1) and the destination as connection intersections C (2-4-5) and C (2-4-4).

〜 最短コースとなる接続交差点を選ぶ。例えば出
発地からの距離、目的地からの距離が であるとすると、接続交差点は、 (6+5)<(11+8) から距離が短い方のC(2−1−6)、C(2−4−
5)となる。
-Select the connecting intersection that will be the shortest course. For example, the distance from the departure point and the distance from the destination , The connecting intersections are C (2-1-6) and C (2-4-4) whose distances are shorter from (6 + 5) <(11 + 8).
5).

目的地ブロックのルートC(2−4−1)−C(2
−4−5)を作成する。
Route C (2-4-1) -C (2
-4-5) is created.

〜 ワークエリアをロードし、出発地ブロックのル
ートC(2−1−1)−C(2−1−3)−C(2−1
−6)を作成する。
~ Load the work area, and route C (2-1-1) -C (2-1-3) -C (2-1) of the departure block
-6) is created.

上記のそれぞれのルートを合成し、C(2−1−
1)−C(2−1−3)−C(2−1−6)−(2−4
−1)−C(2−4−5)を出力する。
The above respective routes are synthesized, and C (2-1-
1) -C (2-1-3) -C (2-1-6)-(2-4)
-1) -C (2-4-5) is output.

続いて遠隔ブロック探索を説明する。ここでは、出発
地をC(2−1−1)、目的地をC(2−6−2)とす
る。
Next, the remote block search will be described. Here, it is assumed that the departure place is C (2-1-1) and the destination is C (2-6-2).

〜 出発地のあるレイヤ2、ブロック1のデータを
読み込む。
-Read data of layer 2 and block 1 where the departure point is.

上位のレイヤへの接続交差点S2を検出する。 A connection intersection S2 to a higher layer is detected.

〜 出発地をC(2−1−1)、目的地をC(2−
1−3)、C(2−1−4)として検索を行い、ワーク
エリアをセーブする。
~ Departure point is C (2-1-1), destination is C (2-1-1)
Perform search as 1-3) and C (2-1-4), and save the work area.

出発地から接続交差点S2までの距離をメモリに記憶
する。
The distance from the departure point to the connection intersection S2 is stored in the memory.

〜 目的地のあるレイヤ2、ブロック6のデータを
読み込む。
-Data of layer 2 and block 6 having a destination are read.

上位のレイヤの接続交差点D2を検出する。 The connection intersection D2 of the upper layer is detected.

〜 出発地をC(2−6−2)、目的地をC(2−
6−1)、C(2−6−3)として探索を行い、ワーク
エリアをセーブする。
~ The starting point is C (2-6-2) and the destination is C (2- 6-2).
6-1), search is performed as C (2-6-3), and the work area is saved.

出発地から接続交差点D2までの距離をメモリに記憶
する。
The distance from the departure point to the connection intersection D2 is stored in the memory.

〜 上位のレイヤ1、ブロック1のデータを入力す
る。
-Data of upper layer 1 and block 1 are input.

出発地として接続交差点S2(C(1−1−1)、C
(1−1−2))を設定する。また、距離の初期値とし
て出発地から接続交差点S2までの距離をセットしてお
く。
Intersection S2 (C (1-1-1), C
(1-1-2)) is set. In addition, a distance from the departure point to the connecting intersection S2 is set as an initial value of the distance.

目的地として接続交差点D2(C(1−1−7)、C
(1−1−8))を設定する。
Connection destination D2 (C (1-1-7), C
(1-1-8)) is set.

接続交差点S2(C(1−1−1)、C(1−1−
2)から接続交差点D2(C(1−1−7)、C(1−1
−8))までのルート探索を行う。
Connection intersection S2 (C (1-1-1), C (1-1-
From 2), the connecting intersection D2 (C (1-1-7), C (1-1)
Perform route search up to -8)).

出発地から接続交差点D2までの距離と目的地から接
続交差点D2までの距離を比較する。例えば出発地からの
距離、目的地からの距離が であるとすると、接続交差点は、 (22+3)<(21+2) から距離が短い方のC(2−6−3)、C(1−1−
8)が最短ルートとなる接続交差点D2である。
The distance from the starting point to the connecting intersection D2 is compared with the distance from the destination to the connecting intersection D2. For example, the distance from the departure point and the distance from the destination , The connecting intersection is C (2-6-3) and C (1-1-1) whose distances are shorter from (22 + 3) <(21 + 2).
8) is the connection intersection D2 that is the shortest route.

レイヤ1のルートC(1−1−8)−C(1−1−
6)−C(1−1−5)−C(1−1−2)を取り出
す。
Layer 1 route C (1-1-8) -C (1-1-
6) Take out -C (1-1-5) -C (1-1-2).

〜 出発地ブロックのワークエリアをロードし、出
発地ブロックのルートC(2−1−4)−C(2−1−
2)−C(2−1−1)を取り出す。
~ Load the work area of the departure block and route C (2-1-4) -C (2-1-
2) Take out -C (2-1-1).

〜 目的地ブロックのワークエリアをロードし、目
的地ブロックのルートC(2−6−3)−C(2−6−
2)を取り出す。
~ Load the work area of the destination block, and route C (2-6-3) -C (2-6
Remove 2).

上記のそれぞれのルートを合成し、C(2−1−
1)−C(2−1−2)−C(2−1−4)−C(1−
1−5)−C(1−1−6)−C(2−6−3)−C
(2−6−2)を出力する。
The above respective routes are synthesized, and C (2-1-
1) -C (2-1-2) -C (2-1-4) -C (1-
1-5) -C (1-1-6) -C (2-6-3) -C
(2-6-2) is output.

次に経路探索サブルーチンを説明する。 Next, the route search subroutine will be described.

第11図は経路探索サブルーチンの処理の流れを説明す
るための図である。
FIG. 11 is a diagram for explaining the flow of the processing of the route search subroutine.

ここでL(c)は距離、F(c)はフラグ、R(c)
は通過してきた道路番号、s0,s1は出発地の両隣りの交
差点番号、e0,e1は目的地の両隣りの交差点番号であ
る。また、cは交差点番号、フラグF(c)は「0」が
未探索、「1」が探索中、「2」が探索終了を示す。
Here, L (c) is distance, F (c) is a flag, and R (c)
The passage to have the road number, s 0, s 1 intersection number of two neighboring point of departure, e 0, e 1 is the intersection number of two neighboring destinations. Also, c is the intersection number, and the flag F (c) is “0” not yet searched, “1” is being searched, and “2” is the end of the search.

全ての交差点について 距離L(c)に無限大(∞) フラグF(c)に「0」(未探索) にセットする。この初期設定によりまず全ての交差点が
未探索となり、出発地からの距離が無限大となる。
For all intersections, the distance L (c) is set to infinity (∞) and the flag F (c) is set to “0” (not searched). By this initial setting, all the intersections are not searched at first, and the distance from the departure point becomes infinite.

出発地の両隣りの交差点番号s0,s1に対応する距離
L(s0),L(s1)に出発地からの距離を入れ、さらに出
発地の両隣りの交差点番号s0,s1に対応するフラグF(s
0),F(s1)にそれぞれ「1」、通過してきた道路番号
R(c)に出発地からの道路番号をセットする。
Distances from the departure place are entered in the distances L (s 0 ) and L (s 1 ) corresponding to the intersection numbers s 0 and s 1 on both sides of the departure place, and the intersection numbers s 0 and s on both sides of the departure place The flag F (s
0 ) and F (s 1 ) are each set to “1”, and the road number R (c) that has passed is set to the road number from the departure place.

フラグFが「2」でなく且つ距離L(c)が最小と
なる交差点番号c0を検索する。
The intersection number c 0 in which the flag F is not “2” and the distance L (c) is minimum is searched.

周囲道路検索サブルーチンを実行し、交差点番号c0
を始点とする周囲道路を探索する。
Execute the surrounding road search subroutine to obtain the intersection number c 0
Search for surrounding roads starting from.

周囲道路があるか否かを調べる。 Check if there is a surrounding road.

YESの場合には次の処理に移り、NOの場合には処理
に移る。
If YES, the process proceeds to the next process. If NO, the process proceeds.

最適経路条件設定サブルーチンを実行し、最適経路
を探索するための道路状況その他の条件を説明する。
A description will be given of road conditions and other conditions for executing the optimum route condition setting subroutine to search for the optimum route.

その道路の終点の交差点番号をc1、道路の長さをl
とする。
The intersection number of the end point of the road is c 1 , and the length of the road is l
And

その道路の終点の交差点までの距離Pを計算する。 The distance P to the intersection at the end point of the road is calculated.

P=L(c0)+lを計算する。Calculate P = L (c 0 ) +1.

ここでL(c0)は出発地から交差点番号c0までの距離
であり、Pは交差点番号c0からその道路(探索中の道
路)を通って終点の交差点番号c1までの距離となる。
Here L (c 0) is the distance from the departure point to the intersection number c 0, P is the distance to the intersection number c 1 endpoint through the road from the intersection number c 0 (road being searched) .

P<L(c1)で且つF(c1)≠2か否かを調べる。It is checked whether P <L (c 1 ) and F (c 1 ) ≠ 2.

YESの場合には次の処理に移り、NOの場合には処理
に戻る。
If YES, the process proceeds to the next process. If NO, the process returns.

出発地から探索中の交差点番号c1までの距離L
(c1)をP、その交差点番号c1のフラグF(c1)を
「1」、交差点番号c1に至るまでに通過してきた道路番
号R(c1)をその探索中の道路番号とする。
The distance from the starting point to the intersection number c 1 in the search L
The (c 1) P, the intersection number flag F (c 1) to "1" in the c 1, the intersection number c 1 road number has been passed up to the R (c 1) and a road number of the search in I do.

処理においてNOの場合にはF(c0)を「2」にセ
ットする。
If NO in the processing, F (c 0 ) is set to “2”.

終了条件確認サブルーチンを実行する。 Execute the end condition confirmation subroutine.

処理終了か否かを調べ、NOの場合には処理に戻
り、YESの場合には処理を終了とする。
It is determined whether or not the processing has been completed. If NO, the process returns to the process. If YES, the process is terminated.

以上の処理を行うことによりそれぞれの交差点番号に
対応して出発地から当該交差点番号に至る最適コースの
道路番号がそれぞれ交差点番号毎に設定される。
By performing the above processing, the road numbers of the optimum course from the departure point to the intersection number are set for each intersection number in correspondence with each intersection number.

第12図は周囲道路検索サブルーチンの処理の流れを説
明するための図、第13図は最適経路条件設定サブルーチ
ンの処理の流れを説明するための図、第14図は終了条件
確認サブルーチンの処理の流れを説明するための図であ
る。
FIG. 12 is a diagram for explaining a process flow of a surrounding road search subroutine, FIG. 13 is a diagram for explaining a process flow of an optimal route condition setting subroutine, and FIG. 14 is a diagram for explaining a process of an end condition confirmation subroutine. It is a figure for explaining a flow.

上記処理の周囲道路検索サブルーチンは、第12図に
示す処理を行う。すなわち、 周囲道路の検索が1回目か否かを調べる。
The surrounding road search subroutine of the above processing performs the processing shown in FIG. That is, it is checked whether or not the search for the surrounding road is the first time.

YESの場合には処理に移り、NOの場合には処理に
移る。
In the case of YES, the processing shifts to processing. In the case of NO, the processing shifts to processing.

交差点データから現在いる交差点c0が始点となって
いる道路番号を取り出し記憶する。
Intersection c 0 which are here from the intersection data stores removed road number that is the starting point.

道路データを参照し探索中の当該交差点c0にくる道
路番号における禁止道路を取り出す。 今取り出した
道路が禁止道路か否かを調べる。
Retrieve the prohibition road in the road number comes to the intersection c 0 in the search with reference to the road data. Check whether the road taken out is a prohibited road.

YESの場合には処理に移り、NOの場合には次の処理
に移る。
If YES, the process proceeds to the process. If NO, the process proceeds to the next process.

今取り出した道路を周囲道路として記憶し、リター
ンする(第11図の処理へ移る)。
The road that has just been taken out is stored as the surrounding road, and the process returns (moves to the processing in FIG. 11).

道路データから前に探索を行った道路と同じ始点を
持ち、番号が次の道路番号を取り出す。
From the road data, a road number having the same starting point as the previously searched road and having the next number is extracted.

最初探索を行った道路と今取り出した道路が同じか
否かを調べる。
It is checked whether the road searched first and the road taken out are the same.

YESの場合には次の処理に移り、NOの場合には処理
に戻る。
If YES, the process proceeds to the next process. If NO, the process returns.

周囲道路なしと判定しリターンする。 Judge that there is no surrounding road and return.

また、上記第11図に示す処理の最適経路条件設定サ
ブルーチンは、第13図に示すような処理を行うものであ
る。すなわち、 道路データから相対長さlを読み込む。
Further, the optimal route condition setting subroutine of the process shown in FIG. 11 performs a process as shown in FIG. That is, the relative length 1 is read from the road data.

道路データから現在探索中の交差点へ通過してきた
道路の案内不要データを読み込む。
The guidance unnecessary data of the road that has passed to the intersection currently being searched is read from the road data.

案内不要データと一致する周囲道路があるか否かを
調べる。
It is checked whether there is a surrounding road that matches the guidance unnecessary data.

YESの場合にはリターンし、NOの場合には次の処理
に移る。
If YES, the process returns. If NO, the process proceeds to the next step.

さらに長さlにbmを加算した値を新たな長さlとし
リターンする。すなわち、案内不要の交差点に対して、
右左折等の案内を要する交差点は、距離に換算してbm加
算した評価としている。
Further, a value obtained by adding bm to the length l is set as a new length l, and the process returns. That is, for intersections that do not require guidance,
Intersections that require guidance such as turning left and right are converted to distances and evaluated with bm added.

終了条件確認サブルーチンでは、第14図に示すように
探索対象の交差点番号c0と目的地の両隣りの交差点番号
との一致を調べ、一致したことを条件に例えば終了フラ
グを設定する。
The termination condition confirmation subroutine, checks the match of the first 14 intersection number c 0 and the intersection number of the destination of the two neighboring search target as shown in the figure, setting conditions, for example, the end flag that matched.

このようにルート探索では、周囲道路の大きさや道路
の案内要/不要等の走行条件を考慮して交差点間の距離
に重み付けを行い、最短ルートを探索する。
As described above, in the route search, the distance between the intersections is weighted in consideration of the driving conditions such as the size of the surrounding road and the necessity / unnecessity of guiding the road, and the shortest route is searched.

なお、本発明は、上記の実施例に限定されるものでは
なく、種々の変形が可能である。例えば上記の実施例で
は出発地と目的地が同一ブロックになるか、隣接ブロッ
クになるまで上位階層へ上げてルート探索を行うように
したが、隣接ブロックの場合もルート探索を行って上位
のレイヤに上げ、最終的には同一ブロック内のルート探
索により出発地と目的地とを連結するようにしてもよ
い。ただ、このようにすると、隣接ブロック間で上位の
レイヤにはないが、上位のレイヤでの主要道路のルート
よりも適当なルートがあっても、このルートが設定され
なくなる。従って、隣接ブロックの場合にはその階層で
ルート探索を終了させる方が効率的であるといえる。
It should be noted that the present invention is not limited to the above embodiment, and various modifications are possible. For example, in the above embodiment, the route search is performed by moving up to the upper layer until the departure point and the destination become the same block or adjacent blocks. However, in the case of the adjacent block, the route search is performed and the upper layer is searched. And finally, the starting point and the destination may be connected by searching for a route in the same block. However, in this case, even if there is no route in the upper layer between adjacent blocks, but a route more appropriate than the route of the main road in the upper layer, this route is not set. Therefore, in the case of an adjacent block, it can be said that it is more efficient to end the route search at that level.

以上の説明から明らかなように、本発明によれば、交
差点データ、道路データ等の道路網データを階層化構造
にして持ち、下位階層(レイヤ)から順に上位階層へ上
げてルート探索を行うので、探索範囲を限定して処理す
ることができ、探索処理の高速化を図ることができる。
また、各階層においてデータ量に応じてブロック分割
し、ブロック単位でルート探索を行うので、ルート探索
に必要な作業領域を少なくすることができ、記憶領域の
節減を図ることができる。
As is apparent from the above description, according to the present invention, the road network data such as the intersection data and the road data is provided in a hierarchical structure, and the route search is performed by sequentially moving up from the lower hierarchy (layer) to the upper hierarchy. , The search range can be limited, and the speed of the search process can be increased.
In addition, since each layer is divided into blocks according to the data amount and the route search is performed in block units, the work area required for the route search can be reduced, and the storage area can be saved.

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

第1図は本発明に係るナビゲーション装置の1実施例を
説明するための図、第2図は第1図のレイヤ2における
ブロック1のデータ構造の例を示す図、第3図は第1図
のレイヤ2におけるブロック4のデータ構造の例を示す
図、第4図は第1図のレイヤ2におけるブロック6のデ
ータ構造の例を示す図、第5図は第1図のレイヤ1にお
けるブロック1のデータ構造の例を示す図、第6図はワ
ークファイルとインデックスファイルの構造を示す図、
第7図はルート探索における全体の処理の流れを説明す
るための図、第8図は同一ブロック探索ルーチンの処理
の流れを説明するための図、第9図は隣接ブロック探索
ルーチンの処理の流れを説明するための図、第10図は遠
隔ブロック探索ルーチンの処理の流れを説明するための
図、第11図は経路探索サブルーチンの処理の流れを説明
するための図、第12図は周囲道路検索サブルーチンの処
理の流れを説明するための図、第13図は最適経路条件設
定サブルーチンの処理の流れを説明するための図、第14
図は終了条件確認サブルーチンの処理の流れを説明する
ための図である。
FIG. 1 is a diagram for explaining one embodiment of a navigation device according to the present invention, FIG. 2 is a diagram showing an example of the data structure of block 1 in layer 2 of FIG. 1, and FIG. 3 is FIG. FIG. 4 shows an example of the data structure of block 4 in layer 2 of FIG. 1, FIG. 4 shows an example of the data structure of block 6 in layer 2 of FIG. 1, and FIG. 5 shows block 1 of layer 1 in FIG. FIG. 6 is a diagram showing an example of the data structure of FIG. 6, FIG. 6 is a diagram showing the structure of a work file and an index file,
FIG. 7 is a diagram for explaining the flow of the entire process in the route search, FIG. 8 is a diagram for explaining the flow of the process of the same block search routine, and FIG. 9 is a flow of the process of the adjacent block search routine. FIG. 10 is a diagram for explaining a processing flow of a remote block search routine, FIG. 11 is a diagram for explaining a processing flow of a route search subroutine, and FIG. 12 is a surrounding road. FIG. 13 is a diagram for explaining a processing flow of a search subroutine, FIG. 13 is a diagram for explaining a processing flow of an optimum route condition setting subroutine, and FIG.
The figure is a diagram for explaining the processing flow of the end condition confirmation subroutine.

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 昭61−213718(JP,A) 特開 昭62−14686(JP,A) 特開 昭63−16220(JP,A) ──────────────────────────────────────────────────続 き Continuation of the front page (56) References JP-A-61-213718 (JP, A) JP-A-62-14686 (JP, A) JP-A-63-16220 (JP, A)

Claims (15)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】指定された出発地から目的地までのルート
探索を行ってルートを設定し、設定されたルートに従っ
て経路案内を行うナビゲーション装置であって、 道路網の情報量をもとに階層構造にして道路網の情報の
多い下位階層から道路網の情報の少ない上位階層へと階
層を展開すると共に、各階層間の接続情報を有する地図
データを記憶する記憶手段と、 前記地図データに基づき前記指定された出発地及び目的
地を含む階層を特定し、前記各階層間の接続情報に基づ
き、特定された階層において上位階層へ接続する点まで
ルート探索を行い、さらに上位階層に移行して前記接続
する点からのルート探索を繰り返し行うことによって出
発地から目的地までのルート探索を行う経路探索手段と を備えることを特徴とするナビゲーション装置。
1. A navigation device that searches for a route from a designated departure point to a destination, sets a route, and provides route guidance according to the set route. A storage unit configured to expand a hierarchy from a lower hierarchy having a large amount of road network information to an upper hierarchy having a small amount of road network information, and to store map data having connection information between the respective hierarchies; The hierarchy including the designated starting point and destination is specified, and based on the connection information between the respective hierarchies, a route search is performed up to a point where the specified hierarchy is connected to the upper hierarchy, and further moved to the upper hierarchy. A route search means for performing a route search from a departure place to a destination by repeatedly performing a route search from the connecting point.
【請求項2】前記記憶手段に記憶する地図データは、各
階層で道路網の情報量をもとにブロック分割したことを
特徴とする請求項1記載のナビゲーション装置。
2. The navigation device according to claim 1, wherein the map data stored in said storage means is divided into blocks based on the information amount of a road network in each hierarchy.
【請求項3】指定された出発地から目的地までのルート
探索を行ってルートを設定し、設定されたルートに従っ
て経路案内を行うナビゲーション装置であって、 道路網の情報量をもとに階層構造にして道路網の情報の
多い下位階層から道路網の情報の少ない上位階層へと階
層を展開すると共に、各階層でブロック分割し、各階層
間の接続情報を有する地図データを記憶する記憶手段
と、 前記地図データに基づき前記指定された出発地及び目的
地を含む階層及びブロックを特定し、該特定されたブロ
ックで出発地と目的地が接続するか否かを判断し、接続
する場合には特定されたブロックにおいてルート探索を
行い、出発地と目的地が接続しない場合には前記各階層
間の接続情報に基づき、出発地と目的地が接続するまで
特定されている階層から上位の階層に順次階層を上げて
ゆきルート探索を行う経路探索手段と を備えることを特徴とするナビゲーション装置。
3. A navigation device that searches for a route from a designated departure point to a destination, sets a route, and provides route guidance according to the set route. Storage means for expanding a hierarchy from a lower hierarchy having a large amount of road network information to an upper hierarchy having a small amount of road network information, dividing the blocks into blocks at each hierarchy, and storing map data having connection information between each hierarchy. And specifying a hierarchy and a block including the specified departure place and destination based on the map data, determining whether or not the departure place and destination are connected by the specified block, Performs a route search in the specified block, and when the departure point and the destination are not connected, based on the connection information between the respective layers, the level specified until the departure point and the destination are connected. Navigation system, characterized in that it comprises a route searching means for performing a route search Yuki raised successively hierarchy hierarchy Luo higher.
【請求項4】前記地図データは、道路のランクと対応さ
せて上位から下位に階層構造を展開することを特徴とす
る請求項2又は3記載のナビゲーション装置。
4. The navigation apparatus according to claim 2, wherein the map data is developed in a hierarchical structure from an upper level to a lower level in correspondence with a rank of a road.
【請求項5】前記地図データは、情報量がほぼ同じ量に
なるように各階層をブロック分割することを特徴とする
請求項2又は3記載のナビゲーショ装置。
5. The navigation apparatus according to claim 2, wherein each of the map data is divided into blocks so that the information amount is substantially the same.
【請求項6】前記地図データは、道路データと交差点デ
ータを格納し、前記各階層間の接続情報を下位階層の道
路網から上位階層の道路網に連結する交差点データに持
たせることを特徴とする請求項2又は3記載のナビゲー
ション装置。
6. The map data is characterized by storing road data and intersection data, and providing connection information between the respective hierarchies in intersection data connecting a lower hierarchical road network to an upper hierarchical road network. The navigation device according to claim 2 or 3, wherein
【請求項7】前記経路探索手段は、出発地を含むブロッ
クと目的地を含むブロックが同一階層の同一ブロックで
あるか隣接ブロックであるかを判断することにより出発
地と目的地が接続するか否かを判断し、同一階層の同一
ブロックか或いは隣接ブロックである場合にはその階層
のブロックにおいてルート探索を行い、同一階層の同一
ブロックでもなく隣接ブロックでもない場合には、出発
地、目的地を含むそれぞれのブロックの階層から上位の
階層へ接続する交差点までルート探索を行って、前記接
続する交差点を出発地、目的地として上記上位の階層で
上記の判断及びルート探索の処理を繰り返し行うことを
特徴とする請求項6記載のナビゲーション装置。
7. The route search means determines whether the departure point and the destination are connected by determining whether the block including the departure point and the block including the destination are the same block in the same hierarchy or an adjacent block. It is determined whether or not the block is the same or the adjacent block in the same layer, and a route search is performed in the block in the same layer. The route search is performed from the hierarchy of each block including the above to the intersection connecting to the higher hierarchy, and the above determination and the route search process are repeatedly performed at the higher hierarchy using the connecting intersection as the departure point and the destination. 7. The navigation device according to claim 6, wherein:
【請求項8】指定された出発地から目的地までのルート
探索を行ってルートを設定し、設定されたルートに従っ
て経路案内を行うナビゲーション装置のルート探索方法
であって、 道路網の情報量をもとに階層構造にして道路網の情報の
多い下位階層から道路網の情報の少ない上位階層へと階
層を展開すると共に、各階層間の接続情報を有する地図
データを記憶し、前記地図データに基づき前記指定され
た出発地及び目的地を含む階層を特定し、前記各階層間
の接続情報に基づき、特定された階層において上位階層
へ接続する点までルート探索を行い、さらに上位階層に
移行して前記接続する点からのルート探索を繰り返し行
うことによって出発地から目的地までのルート探索を行
うことを特徴とするナビゲーション装置のルート探索方
法。
8. A route search method of a navigation device for performing a route search from a designated departure point to a destination, setting a route, and performing route guidance according to the set route, wherein the information amount of the road network is determined. Based on the hierarchical structure, a hierarchy is developed from a lower hierarchy with more information on the road network to an upper hierarchy with less information on the road network, and map data having connection information between each hierarchy is stored. Based on the connection information between the respective layers, a route search is performed up to a point where the specified layer is connected to an upper layer, and a higher level is determined. A route search from a starting point to a destination by repeatedly performing a route search from the connecting point.
【請求項9】地図データは、各階層で道路網の情報量を
もとにブロック分割したことを特徴とする請求項8記載
のナビゲーション装置のルート探索方法。
9. A route search method for a navigation device according to claim 8, wherein the map data is divided into blocks based on the information amount of the road network in each hierarchy.
【請求項10】指定された出発地から目的地までのルー
ト探索を行ってルートを設定し、設定されたルートに従
って経路案内を行うナビゲーション装置のルート探索方
法であって、 道路網の情報量をもとに階層構造にして道路網の情報の
多い下位階層から道路網の情報の少ない上位階層へと階
層を展開すると共に、各階層でブロック分割し、各階層
間の接続情報を有する地図データを記憶し、前記地図デ
ータに基づき前記指定された出発地及び目的地を含む階
層及びブロックを特定し、該特定されたブロックで出発
地と目的地が接続するか否かを判断し、接続する場合に
は特定されたブロックにおいてルート探索を行い、出発
地と目的地が接続しない場合には前記各階層間の接続情
報に基づき、出発地と目的地が接続するまで特定されて
いる階層から上位の階層に順次階層を上げてゆきルート
探索を行うことを特徴とするナビゲーション装置のルー
ト探索方法。
10. A route search method of a navigation device for performing a route search from a designated departure point to a destination, setting a route, and performing route guidance according to the set route, wherein the information amount of the road network is determined. Based on a hierarchical structure, the hierarchy is expanded from a lower hierarchy with more information on the road network to an upper hierarchy with less information on the road network. At the same time, map data having connection information between each hierarchy is divided into blocks at each hierarchy. When storing, specifying a hierarchy and a block including the specified departure place and destination based on the map data, determining whether the departure place and the destination are connected by the specified block, and connecting. In the specified block, a route search is performed, and when the departure place and the destination are not connected, the route is specified until the departure place and the destination are connected based on the connection information between the respective layers. A route search method for a navigation device, wherein a route search is performed by sequentially moving up a hierarchy from a hierarchy to a higher hierarchy.
【請求項11】前記地図データは、道路のランクと対応
させて上位から下位に階層構造を展開することを特徴と
する請求項9又は10記載のナビゲーション装置のルート
探索方法。
11. The route search method for a navigation device according to claim 9, wherein the map data is developed in a hierarchical structure from an upper level to a lower level in correspondence with a rank of a road.
【請求項12】前記地図データは、情報量がほぼ同じ量
になるように各階層をブロック分割することを特徴とす
る請求項9又は10記載のナビゲーション装置のルート探
索方法。
12. The method according to claim 9, wherein the map data is divided into blocks so that the information amount is substantially the same.
【請求項13】前記地図データは、道路データと交差点
データとを有し、前記各階層間の接続情報を下位階層の
道路網から上位階層の道路網に連結する交差点データに
持たせることを特徴とする請求項9又は10記載のナビゲ
ーション装置のルート探索方法。
13. The map data includes road data and intersection data, and connection information between the respective layers is provided in intersection data connecting a lower layer road network to an upper layer road network. The route search method for a navigation device according to claim 9 or 10, wherein:
【請求項14】前記特定されたブロックで出発地と目的
地が接続するか否かを判断してルート探索を行う場合、
出発地を含むブロックと目的地を含むブロックが同一階
層の同一ブロックであるか隣接ブロックであるかを判断
することにより出発地と目的地が接続するか否かを判断
し、同一階層の同一ブロックか或いは隣接ブロックであ
る場合にはその階層のブロックにおいてルート探索を行
い、同一階層の同一ブロックでもなく隣接ブロックでも
ない場合には、出発地、目的地を含むそれぞれのブロッ
クの階層から上位の階層へ接続する交差点までルート探
索を行って、前記接続する交差点を出発地、目的地とし
て上記上位の階層で上記の判断及びルート探索の処理を
繰り返し行うことを特徴とする請求項6記載のナビゲー
ション装置のルート探索方法。
14. When a route search is performed by determining whether or not a departure point and a destination are connected in the specified block,
By judging whether the block including the departure place and the block including the destination are the same block in the same hierarchy or adjacent blocks, it is determined whether or not the departure place and the destination are connected, and the same block in the same hierarchy Alternatively, if the block is an adjacent block, a route search is performed in the block of that layer. If the block is neither the same block nor an adjacent block of the same layer, the higher layer from the layer of each block including the departure place and the destination 7. The navigation device according to claim 6, wherein a route search is performed up to an intersection connected to the navigation system, and the determination and the route search process are repeatedly performed at the higher hierarchy with the connected intersection as a departure point and a destination. Route search method.
【請求項15】道路網の情報量をもとに階層構造にして
道路網の情報の多い下位階層から道路網の情報の少ない
上位階層へと階層を展開すると共に、各階層でブロック
分割して各階層間の接続情報を含む交差点データと道路
データを有する地図データに基づき指定された出発地か
ら目的地までのルート探索を行うナビゲーション装置の
ルート探索方法であって、 出発地と目的地が設定されると、該出発地と目的地を含
むそれぞれのブロックを特定し、 前記出発地と目的地を含むブロックが同一か互いに隣接
しているか互い離れているかを決定することにより、前
記出発地と目的地を含むそれぞれのブロックの位置関係
をチェックし、 前記出発地と目的地を含むブロックが同一である場合に
は、当該ブロックの交差点及び道路データを入力して前
記出発地から目的地までのルート探索を行い、 前記出発地と目的地を含むブロックが互いに隣接してい
る場合には、前記出発地を含むブロックの交差点及び道
路データを読み込んで前記出発地を含むブロックと前記
目的地を含むブロックを連結する連結交差点を検出して
前記出発地を含むブロックにおいて前記出発地から前記
連結交差点までのルート探索を行った後、前記目的地を
含むブロックの交差点及び道路データを読み込んで前記
目的地を含むブロックにおいて前記連結交差点から前記
目的地までのルート探索を行い、 前記出発地と目的地を含むブロックが互い離れている場
合には、前記出発地を含むブロックの交差点及び道路デ
ータを読み込んで上位階層のブロックに連結する前記出
発地を含むブロックの連結交差点を検出して該連結交差
点を上記上位階層のブロックの出発地として設定し前記
出発地を含むブロックにおいて前記出発地から前記連結
交差点までのルート探索を行うと共に、前記目的地を含
むブロックの交差点及び道路データを読み込んで上位階
層のブロックに連結する前記目的地を含むブロックの連
結交差点を検出して該連結交差点を上記上位階層のブロ
ックの目的地として設定し前記目的地を含むブロックに
おいて前記目的地から前記連結交差点までのルート探索
を行い、上記階層において、出発地と目的地を含むブロ
ックが同一か互いに隣接するまで同様の処理を繰り返し
行う ことを特徴とするナビゲーション装置のルート探索方
法。
15. Hierarchical structure based on the amount of information of the road network is developed from a lower layer with more information on the road network to an upper layer with less information on the road network, and is divided into blocks at each layer. A route search method of a navigation device for searching for a route from a designated departure point to a destination based on intersection data including connection information between respective layers and map data including road data, wherein the departure point and the destination are set. Then, each block including the departure place and the destination is specified, and by determining whether the block including the departure place and the destination is the same, adjacent to each other, or separated from each other, the departure place and the destination are determined. Check the positional relationship of each block including the destination, and if the block including the departure point and the destination is the same, enter the intersection and road data of the block. A route search from the departure point to the destination is performed.If the blocks including the departure point and the destination are adjacent to each other, the intersection and road data of the block including the departure point are read and the departure point is determined. After detecting a connecting intersection connecting the block including the destination and the block including the destination, and performing a route search from the starting point to the connecting intersection in the block including the starting point, the intersection of the block including the destination and The road data is read and a route search from the connecting intersection to the destination is performed in the block including the destination. If the block including the departure point and the destination is separated from each other, the block including the departure point is included. To read the intersection and road data and detect the connecting intersection of the block including the departure point to be connected to the upper layer block. The connecting intersection is set as the starting point of the block of the upper hierarchy, a route search from the starting point to the connecting intersection is performed in the block including the starting point, and the intersection and road data of the block including the destination are read. Detecting the connecting intersection of the block including the destination connected to the block of the upper layer, setting the connecting intersection as the destination of the block of the upper layer, and setting the connecting intersection from the destination to the block including the destination in the block including the destination. A route search method for a navigation device, wherein the same process is repeated until blocks including a departure place and a destination are the same or adjacent to each other in the hierarchy.
JP20776288A 1987-12-28 1988-08-22 Navigation apparatus and route search method thereof Expired - Lifetime JP2653847B2 (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
JP20776288A JP2653847B2 (en) 1988-08-22 1988-08-22 Navigation apparatus and route search method thereof
EP89900884A EP0346492B1 (en) 1987-12-28 1988-12-23 Route search method for navigation system
DE3853719T DE3853719T2 (en) 1987-12-28 1988-12-23 SEARCH PROCEDURE FOR NAVIGATION SYSTEM.
PCT/JP1988/001301 WO1989006414A1 (en) 1987-12-28 1988-12-23 Route search method for navigation system
US07/662,504 US5168452A (en) 1987-12-28 1991-02-28 Route exploration method of navigation apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP20776288A JP2653847B2 (en) 1988-08-22 1988-08-22 Navigation apparatus and route search method thereof

Publications (2)

Publication Number Publication Date
JPH0256591A JPH0256591A (en) 1990-02-26
JP2653847B2 true JP2653847B2 (en) 1997-09-17

Family

ID=16545128

Family Applications (1)

Application Number Title Priority Date Filing Date
JP20776288A Expired - Lifetime JP2653847B2 (en) 1987-12-28 1988-08-22 Navigation apparatus and route search method thereof

Country Status (1)

Country Link
JP (1) JP2653847B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004219999A (en) * 2002-12-26 2004-08-05 Zenrin Co Ltd Network data generating method having hierarchial structure
US9074905B2 (en) 2010-03-08 2015-07-07 Mitsubishi Electric Corporation Route search device

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0429013A (en) * 1990-05-25 1992-01-31 Matsushita Electric Ind Co Ltd Path search device
JPH087527B2 (en) * 1990-11-09 1996-01-29 住友電気工業株式会社 Optimal route determination device
JPH04177288A (en) * 1990-11-09 1992-06-24 Sumitomo Electric Ind Ltd Vehicle guiding device
JPH0823735B2 (en) * 1990-11-30 1996-03-06 松下電器産業株式会社 Route search method
JP2874397B2 (en) * 1991-03-19 1999-03-24 松下電器産業株式会社 Route selection device
US5285391A (en) * 1991-08-05 1994-02-08 Motorola, Inc. Multiple layer road memory storage device and route planning system
US5557522A (en) * 1993-09-10 1996-09-17 Nissan Motor Co., Ltd. Apparatus and method for guiding vehicle occupant to travel from present position of vehicle to set destination through display unit
EP0702208B1 (en) 1994-09-08 2002-05-29 Matsushita Electric Industrial Co., Ltd. Method and system of route selection
JP3173983B2 (en) * 1995-12-28 2001-06-04 松下電器産業株式会社 Route selection method and system
JP3446930B2 (en) * 1996-09-30 2003-09-16 松下電器産業株式会社 Route selection method and route selection device
JP4080123B2 (en) * 1999-12-07 2008-04-23 パイオニア株式会社 Navigation system
JP5013738B2 (en) * 2006-04-25 2012-08-29 アルパイン株式会社 Map data creation device
JP5057246B2 (en) 2008-10-16 2012-10-24 アイシン・エィ・ダブリュ株式会社 Navigation device and program
CN110837904A (en) * 2018-08-17 2020-02-25 北京亿阳信通科技有限公司 Traffic planning control system and method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004219999A (en) * 2002-12-26 2004-08-05 Zenrin Co Ltd Network data generating method having hierarchial structure
JP4612295B2 (en) * 2002-12-26 2011-01-12 株式会社ゼンリン Creating hierarchical network data
US9074905B2 (en) 2010-03-08 2015-07-07 Mitsubishi Electric Corporation Route search device
DE112010005366B4 (en) 2010-03-08 2022-02-03 Mitsubishi Electric Corporation ROUTE SEARCH DEVICE

Also Published As

Publication number Publication date
JPH0256591A (en) 1990-02-26

Similar Documents

Publication Publication Date Title
JP2680318B2 (en) Navigation device
US5168452A (en) Route exploration method of navigation apparatus
JP2653847B2 (en) Navigation apparatus and route search method thereof
JP2637446B2 (en) Navigation device
JP3371768B2 (en) Vehicle traveling route guidance device and map data recording medium thereof
KR100316461B1 (en) Method and apparatus for searching a route
US5502640A (en) Route selection method and apparatus therefor
US7526492B2 (en) Data structure of map data, map data storage medium, map data updating method and map data processing apparatus
EP0790486B1 (en) Vehicle route searching apparatus
JPH0727568A (en) Path guiding device and path searching method
JP3386816B2 (en) A system that combines elements into complex junctions and links in a road network representation for vehicles.
JP2641470B2 (en) Navigation device
JPH07110238A (en) Route calculating device
JP4128423B2 (en) Route search device and navigation device
JP2949887B2 (en) Route search device
JPH09127865A (en) Map data base apparatus
JPH05297800A (en) Route guiding device
JP3370100B2 (en) Recommended route guidance device
JP3012096B2 (en) Route search method
JP3069202B2 (en) Route search method
JP3761744B2 (en) Navigation device
JPH0914985A (en) Method and device for searching route
JPH06288782A (en) Route searching device
JP2866358B2 (en) Navigation device
JP3221183B2 (en) Navigation device with route calculation function

Legal Events

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

Free format text: PAYMENT UNTIL: 20080523

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20090523

Year of fee payment: 12

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090523

Year of fee payment: 12