JP2008122266A - Route searching device, route searching method, route searching program, and storage medium - Google Patents

Route searching device, route searching method, route searching program, and storage medium Download PDF

Info

Publication number
JP2008122266A
JP2008122266A JP2006307524A JP2006307524A JP2008122266A JP 2008122266 A JP2008122266 A JP 2008122266A JP 2006307524 A JP2006307524 A JP 2006307524A JP 2006307524 A JP2006307524 A JP 2006307524A JP 2008122266 A JP2008122266 A JP 2008122266A
Authority
JP
Japan
Prior art keywords
route calculation
link
data
node
route
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
JP2006307524A
Other languages
Japanese (ja)
Inventor
Ippei Nanbada
逸平 難波田
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.)
Pioneer Corp
Original Assignee
Pioneer Electronic 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 Pioneer Electronic Corp filed Critical Pioneer Electronic Corp
Priority to JP2006307524A priority Critical patent/JP2008122266A/en
Publication of JP2008122266A publication Critical patent/JP2008122266A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Instructional Devices (AREA)
  • Navigation (AREA)
  • Traffic Control Systems (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To accelerate route calculation of a long distance without excessively increasing a data amount of route calculation data. <P>SOLUTION: The route calculation data used for route searching includes a route calculation flag in addition to node data and link data. The route calculation flag is prepared in each link or each node, and indicates whether the link or node is used in route calculation from a start point to a destination or not. The route calculation flag can make data setting any one of a value (1)indicating that the route calculation flag is used in route calculation and another value (0) indicating that it is not used in the route calculation in each combined ID given to combination of the start point and the destination for instance. A route calculation means determines the link or the node to use in the route calculation from the start point to the destination by referring the route calculation flag, and performs the route calculation by using the determined link or node in the route calculation from the specific start point to the specific destination. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、地図データを利用する経路探索手法に関する。   The present invention relates to a route search method using map data.

カーナビゲーション装置、インターネットを利用した地図提供アプリケーションなどには経路探索機能が設けられている。経路探索機能は地理上の出発地から目的地に至る経路を、地図データを利用して自動計算し、ユーザに提示する機能である。   A route search function is provided in a car navigation device, a map providing application using the Internet, and the like. The route search function is a function for automatically calculating a route from a geographical departure point to a destination using map data and presenting it to the user.

一般的に、遠距離の経路計算は、候補となる道路数が多くなるため時間を要する。通常、経路計算用データは階層構造となっており、遠距離の経路計算では、主要道路のみを含むデータを使用することにより、計算の高速化を図っている。しかし、主要道路に限っても、全国的には相当数の道路リンクが存在する。よって、複数の県を経由するような遠距離経路の計算においては、主要道路の道路リンク全てを計算の対象とするため、膨大な計算量が要求される。   In general, long-distance route calculation takes time because the number of candidate roads increases. Normally, route calculation data has a hierarchical structure, and in long-distance route calculation, data including only main roads is used to speed up the calculation. However, even if it is limited to major roads, there are a considerable number of road links nationwide. Therefore, in calculating a long-distance route that passes through a plurality of prefectures, all road links of the main road are subject to calculation, and thus a huge amount of calculation is required.

遠距離の経路計算を高速に行うために、経路計算用データ中に、通常のノード及びリンクのデータ以外に特殊なデータを含める手法が知られている。例えば、出発地のエリアと目的地のエリアの組合せに対して、その間の経路計算に必要なリンクのみを格納したデータを用意し、これを用いて経路計算を行う手法が知られている。   In order to perform a long-distance route calculation at high speed, a method of including special data in addition to normal node and link data in route calculation data is known. For example, for a combination of a departure area and a destination area, a method is known in which data storing only links necessary for route calculation between them is prepared and route calculation is performed using this data.

また、特許文献1には以下のような手法が提案されている。まず、地図上の地域を複数の探索区画に分割し、各探索区画に対して、一般的な使用が予想される高速道路や国道などの候補道路、及び、その候補道路への接続点(出入口)を予め決めて記憶しておく。経路計算時には、始点及び終点を含む探索区画に対応する候補道路及びその候補道路への接続点を呼び出し、候補道路のみを用いて経路計算を行う。   Patent Document 1 proposes the following method. First, the area on the map is divided into a plurality of search sections. For each search section, candidate roads such as expressways and national roads that are expected to be used in general, and connection points (entrances / entrances) to the candidate roads ) Is determined and stored in advance. At the time of route calculation, the candidate road corresponding to the search section including the start point and the end point and the connection point to the candidate road are called, and the route calculation is performed using only the candidate road.

特開平11−64023号公報JP-A-11-64023

しかし、上記のような手法では、経路計算用データに含まれる特殊データの量が大きくなってしまう。また、道路の変更に応じて経路計算用データの更新が必要となった場合に、更新すべきデータ量も増大する。   However, the above-described method increases the amount of special data included in the route calculation data. In addition, when the route calculation data needs to be updated in accordance with the road change, the amount of data to be updated also increases.

本発明が解決しようとする課題としては、上記のものが一例として挙げられる。本発明は、経路計算用データのデータ量を過度に増大させることなく、遠距離の経路計算を高速化することを課題とする。   The above-mentioned thing is mentioned as an example as a subject which the present invention tends to solve. An object of the present invention is to speed up long-distance route calculation without excessively increasing the amount of route calculation data.

請求項1に記載の発明は、経路探索装置であって、道路に対応するリンクを示すリンクデータと、道路上の所定の地点に対応するノードを示すノードデータと、リンク又はノード毎に用意され、出発地から目的地への経路計算において当該リンク又はノードを使用するか否かを示す経路計算データと、を含む地図データを記憶する記憶部と、特定の出発地から特定の目的地への経路計算において、前記経路計算データを参照して当該出発地から当該目的地への経路計算に使用すべきリンク又はノードを決定し、決定されたリンク又はノードを用いて経路計算を行う経路計算手段と、を備えることを特徴とする。   The invention according to claim 1 is a route search device, and is prepared for each link or node, link data indicating a link corresponding to a road, node data indicating a node corresponding to a predetermined point on the road. A storage unit for storing map data including route calculation data indicating whether or not to use the link or node in the route calculation from the departure point to the destination, and from the specific departure point to the specific destination In route calculation, route calculation means for determining a link or node to be used for route calculation from the departure place to the destination with reference to the route calculation data and performing route calculation using the determined link or node And.

請求項4に記載の発明は、経路探索方法であって、道路に対応するリンクを示すリンクデータと、道路上の所定の地点に対応するノードを示すノードデータと、リンク又はノード毎に用意され、出発地から目的地への経路計算において当該リンク又はノードを使用するか否かを示す経路計算データと、を含む地図データを記憶部に記憶する記憶工程と、特定の出発地から特定の目的地への経路計算において、前記経路計算データを参照して当該出発地から当該目的地への経路計算に使用すべきリンク又はノードを決定し、決定されたリンク又はノードを用いて経路計算を行う経路計算工程と、を備えることを特徴とする。   The invention according to claim 4 is a route search method, and is prepared for each link or node, link data indicating a link corresponding to a road, node data indicating a node corresponding to a predetermined point on the road. A storage step of storing map data in the storage unit including route calculation data indicating whether or not to use the link or node in the route calculation from the departure point to the destination, and a specific purpose from the specific departure point In the route calculation to the ground, the link or node to be used for the route calculation from the departure place to the destination is determined with reference to the route calculation data, and the route calculation is performed using the determined link or node. And a route calculation step.

請求項5に記載の発明は、記憶部と、コンピュータと、を備える端末装置において実行される経路探索プログラムであって、道路に対応するリンクを示すリンクデータと、道路上の所定の地点に対応するノードを示すノードデータと、リンク又はノード毎に用意され、出発地から目的地への経路計算において当該リンク又はノードを使用するか否かを示す経路計算データと、を含む地図データを前記記憶部に記憶する記憶手段、及び、特定の出発地から特定の目的地への経路計算において、前記経路計算データを参照して当該出発地から当該目的地への経路計算に使用すべきリンク又はノードを決定し、決定されたリンク又はノードを用いて経路計算を行う経路計算手段、として前記コンピュータを機能させることを特徴とする。   The invention according to claim 5 is a route search program executed in a terminal device including a storage unit and a computer, and corresponds to link data indicating a link corresponding to a road and a predetermined point on the road Storing the map data including node data indicating nodes to be used and route calculation data prepared for each link or node and indicating whether or not to use the link or node in the route calculation from the departure point to the destination And a link or node to be used for route calculation from the departure point to the destination with reference to the route calculation data in route calculation from the specific departure point to the specific destination. And the computer is caused to function as route calculation means for performing route calculation using the determined link or node.

請求項6に記載の発明は、記憶媒体であって、道路に対応するリンクを示すリンクデータと、道路上の所定の地点に対応するノードを示すノードデータと、リンク又はノード毎に用意され、出発地から目的地への経路計算において当該リンク又はノードを使用するか否かを示す経路計算データと、を含む地図データを記憶したことを特徴とする。   The invention according to claim 6 is a storage medium, prepared for each link or node, link data indicating a link corresponding to a road, node data indicating a node corresponding to a predetermined point on the road, Map data including route calculation data indicating whether or not to use the link or node in route calculation from the departure place to the destination is stored.

本発明の好適な実施形態では、経路探索装置は、道路に対応するリンクを示すリンクデータと、道路上の所定の地点に対応するノードを示すノードデータと、リンク又はノード毎に用意され、出発地から目的地への経路計算において当該リンク又はノードを使用するか否かを示す経路計算データと、を含む地図データを記憶する記憶部と、特定の出発地から特定の目的地への経路計算において、前記経路計算データを参照して当該出発地から当該目的地への経路計算に使用すべきリンク又はノードを決定し、決定されたリンク又はノードを用いて経路計算を行う経路計算手段と、を備えることを特徴とする。   In a preferred embodiment of the present invention, the route search device is provided for each link or node, link data indicating a link corresponding to a road, node data indicating a node corresponding to a predetermined point on the road, and starting. A storage unit for storing map data including route calculation data indicating whether or not the link or node is used in route calculation from the place to the destination, and route calculation from the specific departure point to the specific destination A route calculation means for determining a link or node to be used for route calculation from the departure place to the destination with reference to the route calculation data, and performing route calculation using the determined link or node; It is characterized by providing.

上記の経路探索装置は、ナビゲーション装置、又は、インターネット又は記憶媒体上の地図データを利用して経路探索を行うPCなどの端末装置として構成することができる。経路探索に使用される地図データは、ノードデータ及びリンクデータに加え、経路計算データを含む。経路計算データは、リンク又はノード毎に用意され、出発地から目的地への経路計算において当該リンク又はノードを使用するか否かを示す。経路計算データは、例えば、出発地と目的地の組合せに対して付与された組合せID毎に、経路計算に使用することを示す値「1」と経路計算に使用しないことを示す値「0」のいずれかを設定したフラグとすることができる。経路計算手段は、特定の出発地から特定の目的地への経路計算において、前記経路計算データを参照して当該出発地から当該目的地への経路計算に使用すべきリンク又はノードを決定し、決定されたリンク又はノードを用いて経路計算を行う。   The route search device described above can be configured as a navigation device or a terminal device such as a PC that performs route search using map data on the Internet or a storage medium. Map data used for route search includes route calculation data in addition to node data and link data. The route calculation data is prepared for each link or node, and indicates whether the link or node is used in route calculation from the departure point to the destination. The route calculation data includes, for example, a value “1” indicating that it is used for route calculation and a value “0” indicating that it is not used for route calculation for each combination ID assigned to the combination of the departure point and the destination. One of these can be set as a flag. The route calculation means determines a link or a node to be used for route calculation from the departure place to the destination with reference to the route calculation data in the route calculation from the specific departure place to the specific destination. Route calculation is performed using the determined link or node.

この経路探索装置によれば、経路計算に使用するリンク又はノードを示す経路計算データをリンクデータ又はノードデータと対応付けて記憶すればよいので、通常のリンクデータとは別個に経路計算専用のリンクデータなどを記憶する場合と比較して、地図データのデータ量を必要以上に増加させることなく、迅速な経路計算が可能となる。   According to this route search device, route calculation data indicating a link or node used for route calculation may be stored in association with link data or node data, so that the link dedicated to route calculation is separated from normal link data. Compared with the case where data etc. are memorize | stored, a rapid route calculation is attained, without increasing the data amount of map data more than necessary.

上記の経路探索装置の好適な例では、前記経路計算データは、リンク毎に用意され、出発地と目的地の複数の組合せの各々について、各リンクを使用するか否かを示すフラグとすることができる。また、他の好適な例では、前記経路計算データは、ノード毎に用意され、出発地と目的地の複数の組合せの各々について、各ノードを使用するか否かを示すフラグとすることができる。   In a preferred example of the above route search device, the route calculation data is prepared for each link, and a flag indicating whether or not each link is used for each of a plurality of combinations of a departure place and a destination. Can do. In another preferred example, the route calculation data is prepared for each node, and can be a flag indicating whether or not to use each node for each of a plurality of combinations of a departure place and a destination. .

上記の経路探索装置の他の好適な例では、前記経路計算データは、出発地と目的地の組合せ毎に、経路計算に使用するリンク又はノードのIDを集めたデータとすることができる。   In another preferred example of the route search apparatus, the route calculation data may be data in which IDs of links or nodes used for route calculation are collected for each combination of a departure place and a destination.

本発明の他の実施形態では、経路探索方法は、道路に対応するリンクを示すリンクデータと、道路上の所定の地点に対応するノードを示すノードデータと、リンク又はノード毎に用意され、出発地から目的地への経路計算において当該リンク又はノードを使用するか否かを示す経路計算データと、を含む地図データを記憶部に記憶する記憶工程と、特定の出発地から特定の目的地への経路計算において、前記経路計算データを参照して当該出発地から当該目的地への経路計算に使用すべきリンク又はノードを決定し、決定されたリンク又はノードを用いて経路計算を行う経路計算工程と、を備える。   In another embodiment of the present invention, a route search method includes link data indicating a link corresponding to a road, node data indicating a node corresponding to a predetermined point on the road, and a link or a node for each departure. A storage step of storing in the storage unit map data including route calculation data indicating whether or not to use the link or node in the route calculation from the place to the destination, and from the specific departure point to the specific destination In the route calculation, the route calculation is performed by determining the link or node to be used for the route calculation from the departure place to the destination with reference to the route calculation data, and performing the route calculation using the determined link or node. A process.

この経路探索方法によれば、経路計算に使用するリンク又はノードを示す経路計算データをリンクデータ又はノードデータと対応付けて記憶すればよいので、通常のリンクデータとは別個に経路計算専用のリンクデータなどを記憶する場合と比較して、地図データのデータ量を必要以上に増加させることなく、迅速な経路計算が可能となる。   According to this route search method, route calculation data indicating a link or node used for route calculation may be stored in association with link data or node data, so that a link dedicated to route calculation is separated from normal link data. Compared with the case where data etc. are memorize | stored, a rapid route calculation is attained, without increasing the data amount of map data more than necessary.

本発明の他の実施形態では、記憶部と、コンピュータと、を備える端末装置において実行される経路探索プログラムは、道路に対応するリンクを示すリンクデータと、道路上の所定の地点に対応するノードを示すノードデータと、リンク又はノード毎に用意され、出発地から目的地への経路計算において当該リンク又はノードを使用するか否かを示す経路計算データと、を含む地図データを前記記憶部に記憶する記憶手段、及び、特定の出発地から特定の目的地への経路計算において、前記経路計算データを参照して当該出発地から当該目的地への経路計算に使用すべきリンク又はノードを決定し、決定されたリンク又はノードを用いて経路計算を行う経路計算手段、として前記コンピュータを機能させる。   In another embodiment of the present invention, a route search program executed in a terminal device including a storage unit and a computer includes link data indicating a link corresponding to a road, and a node corresponding to a predetermined point on the road Map data including node data indicating, and route calculation data prepared for each link or node and indicating whether to use the link or node in the route calculation from the departure point to the destination in the storage unit In the storage means for storing, and in the route calculation from a specific departure place to a specific destination, the link or node to be used for the route calculation from the departure place to the destination is determined with reference to the route calculation data Then, the computer is caused to function as route calculation means for performing route calculation using the determined link or node.

上記の経路探索プログラムを、端末装置のコンピュータが実行することにより、上記の経路探索装置を実現することができる。   By executing the route search program by the computer of the terminal device, the route search device can be realized.

本発明の他の実施形態では、道路に対応するリンクを示すリンクデータと、道路上の所定の地点に対応するノードを示すノードデータと、リンク又はノード毎に用意され、出発地から目的地への経路計算において当該リンク又はノードを使用するか否かを示す経路計算データと、を含む地図データが記憶媒体に記憶される。   In another embodiment of the present invention, link data indicating a link corresponding to a road, node data indicating a node corresponding to a predetermined point on the road, and prepared for each link or node, from the departure place to the destination Map data including route calculation data indicating whether or not to use the link or node in the route calculation is stored in the storage medium.

この記憶媒体に記憶された地図データを利用することにより、通常のリンクデータとは別個に経路計算専用のリンクデータなどを記憶する場合と比較して、地図データのデータ量を必要以上に増加させることなく、迅速な経路計算が可能となる。   By using the map data stored in this storage medium, the data amount of the map data is increased more than necessary as compared with the case where link data dedicated to route calculation is stored separately from the normal link data. Therefore, quick route calculation is possible.

以下、図面を参照して本発明の好適な実施例について説明する。   Hereinafter, preferred embodiments of the present invention will be described with reference to the drawings.

[地図データ]
図1に、本実施例において使用する地図データの構成を模式的に示す。地図データは、異なる複数の縮尺に対応する複数のレイヤを含む階層構造に構成されている。図1は説明の便宜上、3階層の地図データを例示しているが、地図データはより多数の階層構造としてもよい。図1において、レイヤ3は最上位レイヤであり、最も広域の地図に対応する。レイヤ1は最下位レイヤであり、最も詳細な地図に対応する。各レイヤにおいて、地図データの1つの単位を「ブロック(B)」と呼ぶ。なお、「ブロック」は地理上の広がりを持った範囲を示す概念であり、「パーセル」、「メッシュ」などと表現されることもある。
[Map data]
FIG. 1 schematically shows the configuration of map data used in this embodiment. The map data has a hierarchical structure including a plurality of layers corresponding to a plurality of different scales. Although FIG. 1 illustrates the map data of three layers for convenience of explanation, the map data may have a larger number of hierarchical structures. In FIG. 1, layer 3 is the highest layer and corresponds to the widest map. Layer 1 is the lowest layer and corresponds to the most detailed map. In each layer, one unit of map data is referred to as “block (B)”. The “block” is a concept indicating a geographically wide range, and may be expressed as “parcel”, “mesh”, or the like.

地図データ120は、各レイヤ毎に別個に用意されており、それぞれ地図表示用データ122と、経路計算用データ124とを含む。地図表示用データ122は、ユーザに対して地図画像を表示するために使用されるデータであり、主として地図に対応する画像データを含む。経路計算用データ124は、経路探索機能による経路計算に使用されるデータである。   The map data 120 is prepared separately for each layer, and includes map display data 122 and route calculation data 124, respectively. The map display data 122 is data used to display a map image to the user, and mainly includes image data corresponding to the map. The route calculation data 124 is data used for route calculation by the route search function.

図2に経路計算用データの構成を示す。経路計算用データ124は、ノードデータ125及びリンクデータ126を含む。ノードは道路上の交差点などの所定の地点に対応し、ノードデータ125はノードを示すデータである。一方、リンクは交差点などにより区切られた道路の1区画に対応し、リンクデータ126はリンクを示すデータである。   FIG. 2 shows the configuration of the route calculation data. The route calculation data 124 includes node data 125 and link data 126. The node corresponds to a predetermined point such as an intersection on the road, and the node data 125 is data indicating the node. On the other hand, the link corresponds to one section of the road divided by an intersection or the like, and the link data 126 is data indicating the link.

ノード及びリンクの例を図4(A)及び4(B)に示す。図4(A)に示す複数の道路111を含む地図は、図4(B)に示すように複数のノード及びリンクにより構成される。なお、図4(B)においては、各ノードをノードID(N00001など)で示し、各リンクをリンクID(L00001など)で示している。   Examples of nodes and links are shown in FIGS. 4 (A) and 4 (B). A map including a plurality of roads 111 shown in FIG. 4A includes a plurality of nodes and links as shown in FIG. In FIG. 4B, each node is indicated by a node ID (N00001 etc.) and each link is indicated by a link ID (L00001 etc.).

図3にリンクデータの構成を示す。リンクデータ126は、各リンクに対応するリンクID毎に、そのリンクに対応する道路の属性を示すリンク属性、及び、経路計算フラグを含む。リンク属性は、例えば対応する道路の道路種別、幅員、座標、長さなどを含む。経路計算フラグは、経路計算において使用されるフラグであり、当該リンクIDに対応するリンクが、特定の出発地から特定の目的地への経路計算において使用されるか否かを示している。なお、経路計算フラグは本発明における経路計算データの一例である。   FIG. 3 shows the structure of link data. The link data 126 includes, for each link ID corresponding to each link, a link attribute indicating a road attribute corresponding to the link, and a route calculation flag. The link attribute includes, for example, the road type, width, coordinates, length, and the like of the corresponding road. The route calculation flag is a flag used in route calculation, and indicates whether or not the link corresponding to the link ID is used in route calculation from a specific departure place to a specific destination. The route calculation flag is an example of route calculation data in the present invention.

経路計算フラグについて図5を用いて詳細に説明する。経路計算フラグは、出発地と目的地の複数の組合せについて、当該出発地から当該目的地への経路計算において、そのリンクを使用するか否かを示す。図5(A)は、出発地と目的地の複数の組合せを示す組合せテーブルの例を示す。図5(A)に示すように、出発地と目的地の複数の組合せに対して、組合せIDが付与されている。出発地と目的地の組合せは、後述のカーナビゲーション装置などにおいて必要とされる出発地と目的地の数だけ用意される。なお、以下の説明では、出発地及び目的地は、説明の便宜上、「東京」、「札幌」などの都市名を使用しているが、実際の地図データ上では、東京、札幌などを含むエリア同士の組合せに対して経路計算フラグが設定される。即ち、地図データ上では、組合せID1は、東京を含むエリアと福岡を含むエリアとの組合せを指す。   The route calculation flag will be described in detail with reference to FIG. The route calculation flag indicates whether or not the link is used in the route calculation from the departure point to the destination for a plurality of combinations of the departure point and the destination. FIG. 5A shows an example of a combination table showing a plurality of combinations of a departure place and a destination. As shown in FIG. 5A, a combination ID is assigned to a plurality of combinations of a departure place and a destination. There are as many combinations of departure points and destinations as there are departure points and destinations required in a car navigation device described later. In the following description, the city name such as “Tokyo” or “Sapporo” is used as the starting point and destination for convenience of explanation, but the actual map data includes areas including Tokyo and Sapporo. A route calculation flag is set for each combination. That is, on the map data, the combination ID 1 indicates a combination of an area including Tokyo and an area including Fukuoka.

図5(B)に経路計算フラグの例を示す。この例では、経路計算フラグは、リンクID毎に用意され、組合せIDが示す出発地と目的地の組合せについての経路計算において各リンクが使用されるか否かを示している。具体的に、経路計算フラグは、その値が「1」であるときに経路計算に使用されることを示し、その値が「0」であるときに経路計算に使用されないことを示す。例えば図5(B)の例において、リンク番号L00001のリンクについて、組合せID「1」に対応する経路計算フラグは「1」であるから、組合せID「1」に対応する出発地「東京」から目的地「福岡」への経路計算においては、リンク番号L00001のリンクは使用されることになる。同様に、リンク番号L00001のリンクについて、組合せID「2」に対応する経路計算フラグは「0」であるから、組合せID「2」に対応する出発地「東京」から目的地「高知」への経路計算においては、リンク番号L00001のリンクは使用されないことになる。   FIG. 5B shows an example of the route calculation flag. In this example, the route calculation flag is prepared for each link ID, and indicates whether each link is used in route calculation for the combination of the departure place and the destination indicated by the combination ID. Specifically, the route calculation flag indicates that it is used for route calculation when its value is “1”, and indicates that it is not used for route calculation when its value is “0”. For example, in the example of FIG. 5B, for the link with the link number L00001, the route calculation flag corresponding to the combination ID “1” is “1”, and therefore from the departure place “Tokyo” corresponding to the combination ID “1”. In the route calculation to the destination “Fukuoka”, the link having the link number L00001 is used. Similarly, for the link with the link number L00001, the route calculation flag corresponding to the combination ID “2” is “0”, so the departure point “Tokyo” corresponding to the combination ID “2” is changed to the destination “Kochi”. In the route calculation, the link having the link number L00001 is not used.

このように、経路計算フラグは、各リンクについて、特定の出発地から特定の目的地への経路計算において当該リンクを使用するか否かを示している。よって、経路計算時において、出発地及び目的地が決定されると、図5(B)を参照することにより、その出発地から目的地への経路計算において使用するリンクを特定することができる。よって、本実施例の経路計算フラグを利用することにより、全ての道路に対応するリンクが含まれるリンクデータに基づいて経路計算を行うよりも非常に少ない演算量で迅速に経路計算を行うことができる。   As described above, the route calculation flag indicates whether or not the link is used in route calculation from a specific departure point to a specific destination for each link. Therefore, when the starting point and the destination are determined at the time of route calculation, the link used in the route calculation from the starting point to the destination can be specified by referring to FIG. 5B. Therefore, by using the route calculation flag of the present embodiment, route calculation can be performed quickly with a much smaller amount of computation than when route calculation is performed based on link data including links corresponding to all roads. it can.

なお、通常のリンクデータを用いて経路計算を行う場合と比較すると、本実施例では、上記の経路計算フラグという別個のデータを用意し記憶することが必要となる。しかし、図5(B)から理解されるように、経路計算フラグは、「0」、「1」のフラグであり、1ビットで示すことができる。よって、経路計算フラグは、各リンクに対して出発地と目的地の組合せの数に相当するビット数の情報量で足りることになり、通常のリンクデータとは別個に経路計算専用のリンクデータなどを記憶する手法と比較して、増加するデータ量は非常に小さくてすむ。   In this embodiment, it is necessary to prepare and store separate data called the above-described route calculation flag as compared with the case where route calculation is performed using normal link data. However, as understood from FIG. 5B, the route calculation flag is a flag of “0” and “1”, and can be represented by 1 bit. Therefore, the route calculation flag is sufficient for the information amount of the number of bits corresponding to the number of combinations of the starting point and the destination for each link, and link data dedicated to route calculation etc. separately from normal link data Compared with the method of storing the data, the amount of data to be increased can be very small.

なお、実際の経路計算フラグの記憶の方法はいくつかある。第1の方法は、図3に示すように、各リンクIDに対応する経路計算フラグを、当該リンクのリンクデータ内に収容する。なお、図3の例では、リンクIDL00001に対応する経路計算フラグの内容は図5(B)の第1行に示すリンクIDL00001の経路計算データとなる。この方法では、1つのリンクに関連するリンク属性などの情報と経路計算フラグとを1つのデータとして管理することができる。   There are several methods for storing the actual route calculation flag. In the first method, as shown in FIG. 3, a route calculation flag corresponding to each link ID is accommodated in the link data of the link. In the example of FIG. 3, the content of the route calculation flag corresponding to the link IDL00001 is the route calculation data of the link IDL00001 shown in the first row of FIG. In this method, information such as link attributes related to one link and a route calculation flag can be managed as one data.

第2の方法は、第1の方法のようにリンクデータ内に経路計算フラグを含めるのではなく、リンクデータと経路計算フラグとを別個のデータとして記憶、管理する。この場合、リンクデータ自体は、リンクIDとリンク属性のみを含むこととなり、そのリンクデータとは別個に、図5(B)に例示するような経路計算フラグテーブルを記憶することになる。この第2の方法では、地理上の道路(リンク)に変更が生じてリンクデータを更新する際に更新処理が楽になるという利点がある。例えば、新規道路が1つできた場合、リンクデータ自体はその新規道路に対応するリンクのリンクデータを増加すればよい。これに対し、経路経路計算フラグはその新規道路の発生に応じて更新すべき対象が複数のリンクや出発地と目的地の組合せに及ぶので、経路計算フラグテーブル自体を新規に作成し直す方が効率的である場合が多い。第2の方法では、このように、リンクデータ自体と、経路計算フラグテーブルとを独立して必要な更新を行うことができるという利点がある。   In the second method, the link calculation flag is not included in the link data as in the first method, but the link data and the route calculation flag are stored and managed as separate data. In this case, the link data itself includes only the link ID and the link attribute, and a route calculation flag table as illustrated in FIG. 5B is stored separately from the link data. The second method has an advantage that the update process becomes easier when the geographical road (link) is changed and the link data is updated. For example, when one new road is created, the link data itself may increase the link data of the link corresponding to the new road. On the other hand, since the route route calculation flag needs to be updated according to the occurrence of the new road, it covers a plurality of links and combinations of the departure point and destination, so it is better to recreate the route calculation flag table itself. Often it is efficient. As described above, the second method has an advantage that the link data itself and the route calculation flag table can be updated independently.

なお、図1に示すように、経路計算用データ124は複数のレイヤ毎に用意されているが、通常、経路計算フラグは最上位のレイヤのみに用意すれば足りる。   As shown in FIG. 1, the route calculation data 124 is prepared for each of a plurality of layers, but it is usually sufficient to prepare the route calculation flag only for the highest layer.

[ナビゲーション装置]
図6に、本発明の実施例に係るナビゲーション装置200の構成を示す。図6に示すように、ナビゲーション装置200は、自立測位装置10、GPS受信機18、システムコントローラ20、ディスクドライブ31、データ記憶ユニット36、通信用インタフェース37、通信装置38、表示ユニット40、音声出力ユニット50及び入力装置60を備える。
[Navigation device]
FIG. 6 shows a configuration of the navigation device 200 according to the embodiment of the present invention. As shown in FIG. 6, the navigation device 200 includes a self-supporting positioning device 10, a GPS receiver 18, a system controller 20, a disk drive 31, a data storage unit 36, a communication interface 37, a communication device 38, a display unit 40, and a voice output. A unit 50 and an input device 60 are provided.

自立測位装置10は、加速度センサ11、角速度センサ12及び距離センサ13を備える。加速度センサ11は、例えば圧電素子からなり、車両の加速度を検出し、加速度データを出力する。角速度センサ12は、例えば振動ジャイロからなり、車両の方向変換時における車両の角速度を検出し、角速度データ及び相対方位データを出力する。距離センサ13は、車両の車輪の回転に伴って発生されているパルス信号からなる車速パルスを計測する。   The autonomous positioning device 10 includes an acceleration sensor 11, an angular velocity sensor 12, and a distance sensor 13. The acceleration sensor 11 is made of, for example, a piezoelectric element, detects vehicle acceleration, and outputs acceleration data. The angular velocity sensor 12 is composed of, for example, a vibrating gyroscope, detects the angular velocity of the vehicle when the direction of the vehicle is changed, and outputs angular velocity data and relative azimuth data. The distance sensor 13 measures a vehicle speed pulse composed of a pulse signal generated with the rotation of the vehicle wheel.

GPS受信機18は、複数のGPS衛星から、測位用データを含む下り回線データを搬送する電波19を受信する。測位用データは、緯度及び経度情報等から車両の絶対的な位置を検出するために用いられる。   The GPS receiver 18 receives radio waves 19 carrying downlink data including positioning data from a plurality of GPS satellites. The positioning data is used to detect the absolute position of the vehicle from latitude and longitude information.

システムコントローラ20は、インタフェース21、CPU22、ROM23及びRAM24を含んでおり、ナビゲーション装置200全体の制御を行う。   The system controller 20 includes an interface 21, a CPU 22, a ROM 23, and a RAM 24, and controls the entire navigation device 200.

インタフェース21は、加速度センサ11、角速度センサ12及び距離センサ13並びにGPS受信機18とのインタフェース動作を行う。そして、これらから、車速パルス、加速度データ、相対方位データ、角速度データ、GPS測位データ、絶対方位データ等をシステムコントローラ20に入力する。CPU22は、システムコントローラ20全体を制御する。ROM23は、システムコントローラ20を制御する制御プログラム等が格納された図示しない不揮発性メモリ等を有する。RAM24は、入力装置60を介して使用者により予め設定された経路データ等の各種データを読み出し可能に格納したり、CPU22に対してワーキングエリアを提供したりする。   The interface 21 performs an interface operation with the acceleration sensor 11, the angular velocity sensor 12, the distance sensor 13, and the GPS receiver 18. From these, vehicle speed pulses, acceleration data, relative azimuth data, angular velocity data, GPS positioning data, absolute azimuth data, and the like are input to the system controller 20. The CPU 22 controls the entire system controller 20. The ROM 23 includes a nonvolatile memory (not shown) in which a control program for controlling the system controller 20 is stored. The RAM 24 stores various data such as route data preset by the user via the input device 60 so as to be readable, and provides a working area to the CPU 22.

システムコントローラ20、CD−ROMドライブ又はDVD−ROMドライブなどのディスクドライブ31、データ記憶ユニット36、通信用インタフェース37、表示ユニット40、音声出力ユニット50及び入力装置60は、バスライン30を介して相互に接続されている。   A system controller 20, a disk drive 31 such as a CD-ROM drive or a DVD-ROM drive, a data storage unit 36, a communication interface 37, a display unit 40, an audio output unit 50, and an input device 60 are mutually connected via a bus line 30. It is connected to the.

ディスクドライブ31は、システムコントローラ20の制御の下、CD又はDVDといったディスク33から、音楽データ、映像データなどのコンテンツデータを読み出し、出力する。なお、ディスクドライブ31は、CD−ROMドライブ又はDVD−ROMドライブのうち、いずれか一方としてもよいし、CD及びDVDコンパチブルのドライブとしてもよい。   The disk drive 31 reads and outputs content data such as music data and video data from a disk 33 such as a CD or DVD under the control of the system controller 20. The disk drive 31 may be either a CD-ROM drive or a DVD-ROM drive, or may be a CD and DVD compatible drive.

データ記憶ユニット36は、例えば、HDDなどにより構成され、地図データや施設データなどのナビゲーション処理に用いられる各種データを記憶する。   The data storage unit 36 is composed of, for example, an HDD and stores various data used for navigation processing such as map data and facility data.

通信装置38は、例えば、FMチューナやビーコンレシーバ、携帯電話や専用の通信カードなどにより構成され、通信用インタフェース37を介して、VICS(Vehicle Information Communication System)センタから配信される渋滞や交通情報などの道路交通情報、その他の情報を受信する。   The communication device 38 includes, for example, an FM tuner, a beacon receiver, a mobile phone, a dedicated communication card, and the like, and traffic congestion and traffic information distributed from a VICS (Vehicle Information Communication System) center via the communication interface 37, etc. Receive road traffic information and other information.

表示ユニット40は、システムコントローラ20の制御の下、各種表示データをディスプレイなどの表示装置に表示する。具体的には、システムコントローラ20は、データ記憶ユニット36から地図データを読み出す。表示ユニット40は、システムコントローラ20によってデータ記憶ユニット36から読み出された地図データを、ディスプレイなどの表示画面上に表示する。表示ユニット40は、バスライン30を介してCPU22から送られる制御データに基づいて表示ユニット40全体の制御を行うグラフィックコントローラ41と、VRAM(Video RAM)等のメモリからなり即時表示可能な画像情報を一時的に記憶するバッファメモリ42と、グラフィックコントローラ41から出力される画像データに基づいて、液晶、CRT(Cathode Ray Tube)等のディスプレイ44を表示制御する表示制御部43と、ディスプレイ44とを備える。ディスプレイ44は、例えば対角5〜10インチ程度の液晶表示装置等からなり、車内のフロントパネル付近に装着される。   The display unit 40 displays various display data on a display device such as a display under the control of the system controller 20. Specifically, the system controller 20 reads map data from the data storage unit 36. The display unit 40 displays the map data read from the data storage unit 36 by the system controller 20 on a display screen such as a display. The display unit 40 includes a graphic controller 41 that controls the entire display unit 40 based on control data sent from the CPU 22 via the bus line 30 and a memory such as a VRAM (Video RAM), and can display image information that can be displayed immediately. A buffer memory 42 that temporarily stores, a display control unit 43 that controls display of a display 44 such as a liquid crystal display or a CRT (Cathode Ray Tube) based on image data output from the graphic controller 41, and a display 44 are provided. . The display 44 is composed of, for example, a liquid crystal display device having a diagonal of about 5 to 10 inches, and is mounted near the front panel in the vehicle.

音声出力ユニット50は、システムコントローラ20の制御の下、CD−ROMドライブ31又はDVD−ROM32、若しくはRAM24等からバスライン30を介して送られる音声デジタルデータのD/A変換を行うD/Aコンバータ51と、D/Aコンバータ51から出力される音声アナログ信号を増幅する増幅器(AMP)52と、増幅された音声アナログ信号を音声に変換して車内に出力するスピーカ53とを備えて構成されている。   The audio output unit 50 is a D / A converter that performs D / A conversion of audio digital data sent from the CD-ROM drive 31, DVD-ROM 32, RAM 24, or the like via the bus line 30 under the control of the system controller 20. 51, an amplifier (AMP) 52 that amplifies the audio analog signal output from the D / A converter 51, and a speaker 53 that converts the amplified audio analog signal into sound and outputs the sound into the vehicle. Yes.

入力装置60は、各種コマンドやデータを入力するための、キー、スイッチ、ボタン、リモコン、音声入力装置等から構成されている。入力装置60は、車内に搭載された当該車載用電子システムの本体のフロントパネルやディスプレイ44の周囲に配置される。また、ディスプレイ44がタッチパネル方式である場合には、ディスプレイ44の表示画面上に設けられたタッチパネルも入力装置60として機能する。   The input device 60 includes keys, switches, buttons, a remote controller, a voice input device, and the like for inputting various commands and data. The input device 60 is disposed around the front panel and the display 44 of the main body of the in-vehicle electronic system mounted in the vehicle. When the display 44 is a touch panel system, the touch panel provided on the display screen of the display 44 also functions as the input device 60.

なお、CPU22は、予めROM23などに記憶された経路探索プログラムを実行することにより、経路計算手段として機能する。また、図1に例示する地図データは、データ記憶ユニット36に記憶される。   The CPU 22 functions as a route calculation unit by executing a route search program stored in advance in the ROM 23 or the like. The map data illustrated in FIG. 1 is stored in the data storage unit 36.

[経路探索処理]
次に、経路探索処理について説明する。図7に経路探索処理のフローチャートを示す。なお、実際には、CPU22が経路探索プログラムを実行することにより、ナビゲーション装置200が経路探索装置として動作し、経路探索処理を実行する。
[Route search processing]
Next, route search processing will be described. FIG. 7 shows a flowchart of the route search process. In practice, when the CPU 22 executes a route search program, the navigation device 200 operates as a route search device and executes route search processing.

まず、経路探索を行うユーザは、ナビゲーション装置200の入力装置60を使用して、経路探索機能を呼び出し、目的地を指定、入力する。これに応じて、CPU22は、経路探索のための出発地及び目的地を決定する(ステップS10)。通常、ナビゲーション装置200を搭載した車両の自車位置が出発地に設定される。なお、PCなどの端末装置が経路探索装置となる場合には、ユーザが出発地を指定する場合もある。   First, a user who performs a route search uses the input device 60 of the navigation device 200 to call a route search function and designate and input a destination. In response to this, the CPU 22 determines a starting point and a destination for route search (step S10). Usually, the position of the vehicle on which the navigation device 200 is mounted is set as the departure place. When a terminal device such as a PC is a route search device, the user may specify a departure place.

次に、CPU22は、図3に示す各リンクデータ内の経路計算フラグ又は図5(B)に示す経路計算フラグテーブルを参照し、ステップS10で決定された出発地と目的地の経路計算に使用するリンクを特定する(ステップS11)。そして、CPU22は、特定したリンクを用いて、目的地までの候補経路を計算する(ステップS12)。出発地から目的地へ至る複数の候補経路が得られると、CPU22は各候補経路についてコスト計算を行い、最小コストを有する候補経路を決定してユーザに提示する(ステップS13)。こうして、経路探索処理が終了する。   Next, the CPU 22 refers to the route calculation flag in each link data shown in FIG. 3 or the route calculation flag table shown in FIG. 5B and uses it for route calculation of the departure point and destination determined in step S10. A link to be identified is specified (step S11). Then, the CPU 22 calculates a candidate route to the destination using the identified link (step S12). When a plurality of candidate routes from the departure point to the destination are obtained, the CPU 22 calculates a cost for each candidate route, determines a candidate route having the minimum cost, and presents it to the user (step S13). Thus, the route search process ends.

なお、コスト計算とは、経路計算において一般的に用いられる手法であり、リンク及びノードに予め対応付けされたコストの合計を計算することをいう。リンク及びノードに対応付けされたコストの値は、そのリンクやノードを通過する際に要する時間、道路の車線数などの各種の情報に基づいて予め設定されている。なお、コスト計算は既知の手法であるので、その詳細な説明は省略する。   Note that the cost calculation is a method generally used in route calculation and refers to calculating the total cost associated with links and nodes in advance. The cost value associated with the link and the node is set in advance based on various types of information such as the time required to pass through the link and the node and the number of road lanes. Since cost calculation is a known method, detailed description thereof is omitted.

図8に、経路探索処理の他のフローチャートを示す。まず、経路探索を行うユーザは、ナビゲーション装置200の入力装置60を使用して、経路探索機能を呼び出し、目的地を指定、入力する。これに応じて、CPU22は、経路探索のための出発地及び目的地を決定する(ステップS20)。   FIG. 8 shows another flowchart of the route search process. First, a user who performs a route search uses the input device 60 of the navigation device 200 to call a route search function and designate and input a destination. In response to this, the CPU 22 determines a starting point and a destination for route search (step S20).

次に、CPU22は、図3に示す各リンクデータ内の経路計算フラグ又は図5(B)に示す経路計算フラグテーブルを参照し、ステップS10で決定された出発地と目的地の経路計算に使用するリンクを、出発地から目的地へ向かって順に1つずつ特定し、目的地までの候補経路を計算する(ステップS21)。こうして、出発地から目的地へ至る複数の候補経路が得られると、CPU22は各候補経路についてコスト計算を行い、最小コストを有する候補経路を決定してユーザに提示する(ステップS22)。こうして、経路探索処理が終了する。   Next, the CPU 22 refers to the route calculation flag in each link data shown in FIG. 3 or the route calculation flag table shown in FIG. 5B and uses it for route calculation of the departure point and destination determined in step S10. The links to be performed are identified one by one from the departure point to the destination, and candidate routes to the destination are calculated (step S21). Thus, when a plurality of candidate routes from the departure point to the destination are obtained, the CPU 22 calculates the cost for each candidate route, determines a candidate route having the minimum cost, and presents it to the user (step S22). Thus, the route search process ends.

次に、図9を参照して本発明の経路計算フラグを用いた経路計算手法の利点を説明する。図9(A)、(B)はある出発地から目的地への経路計算に使用すべきリンクを予め計算し、出発地と目的地の組合せ毎に記憶する手法(以下、「比較例の手法」と呼ぶ。)により用意された経路計算用データ(以下、「経路計算専用リンクデータ」とも呼ぶ)を示す。図9(A)は出発地X1から目的地Y1への経路計算専用リンクデータの例を示し、図9(B)は出発地X2から目的地Y2の経路計算専用リンクデータの例を示す。比較例の手法では、出発地と目的地の組合せに対して、その出発地から目的地への経路計算に使用する全てのリンクを示した経路計算専用リンクデータを1つ用意する。よって、経路計算時には、その経路計算専用リンクデータ1つを読み出し、経路計算を行えばよい。しかしながら、そのような経路計算専用リンクデータを出発地と目的地の組合せ数だけ用意する必要があるので、経路計算専用リンクデータの全データ量は膨大となる。また、この経路計算専用リンクデータに含まれるリンクデータは通常のリンクデータにも含まれており、実質的に同じリンクデータを重複して保持することとなる。   Next, the advantages of the route calculation method using the route calculation flag of the present invention will be described with reference to FIG. FIGS. 9A and 9B show a method of calculating in advance a link to be used for calculating a route from a certain departure point to a destination and storing it for each combination of the departure point and the destination (hereinafter referred to as “the method of the comparative example”). The route calculation data (hereinafter also referred to as “route calculation dedicated link data”) prepared by FIG. 9A shows an example of route calculation dedicated link data from the departure point X1 to the destination Y1, and FIG. 9B shows an example of route calculation dedicated link data from the departure point X2 to the destination Y2. In the method of the comparative example, one route calculation-dedicated link data indicating all the links used for route calculation from the departure point to the destination is prepared for the combination of the departure point and the destination. Therefore, at the time of route calculation, one route calculation dedicated link data may be read and route calculation may be performed. However, since it is necessary to prepare as many route calculation dedicated link data as the number of combinations of the departure point and the destination, the total amount of the route calculation dedicated link data becomes enormous. Further, the link data included in the route calculation dedicated link data is also included in normal link data, and substantially the same link data is redundantly held.

これに対し、本実施例の手法では、各ブロック毎に用意されたリンクデータに含まれる各リンクについて、特定の出発地から特定の目的地への経路計算に使用するか否かをフラグとして記憶している。図9(C)、(D)はその例を示す。図9(C)及び9(D)はもともと同じデータであり、出発地X1、目的地Y1に着目したものが図9(C)であり、出発地X2、目的地Y2に着目したものが図9(D)である。図中の実線のリンクは経路計算フラグが「0」であるリンク(即ち、経路計算に使用しないリンク)、破線のリンクは経路計算フラグが「1」であるリンク(即ち、経路計算に使用するリンク)である。   On the other hand, in the method of this embodiment, each link included in the link data prepared for each block is stored as a flag as to whether or not it is used for route calculation from a specific departure place to a specific destination. is doing. FIGS. 9C and 9D show examples. 9 (C) and 9 (D) are originally the same data, and FIG. 9 (C) shows the focus on the starting point X1 and the destination Y1, and FIG. 9 (C) shows the focus on the starting point X2 and the destination Y2. 9 (D). In the figure, a solid line link is a link whose route calculation flag is “0” (that is, a link that is not used for route calculation), and a broken line link is a link whose route calculation flag is “1” (that is, that is used for route calculation). Link).

このように、本実施例の手法では、リンクデータ中の各リンクについて経路計算フラグを設定するだけで良い。また、経路計算時には、同じリンクデータを使用し、その中から、経路計算フラグを参照して出発地と目的地との間の経路計算に使用するリンクを抽出して経路計算を行えばよい。   Thus, in the method of this embodiment, it is only necessary to set the route calculation flag for each link in the link data. Further, at the time of route calculation, the same link data is used, and a route calculation may be performed by extracting a link used for route calculation between the departure point and the destination from the route calculation flag.

また、本実施例による経路計算手法として第1及び第2の方法を例示したが、図8に示す第2の手法を使用する場合には、出発地から順に1つずつリンクをたどりながら経路計算を行うので、例えば図9(D)の例のような場合には、経路計算フラグが「1」となっているリンク(即ち、破線で示すリンク)を含まないブロックB1、B2、B3のリンクデータは、結果的に参照する必要はなく、メモリなどに読み込む必要もない。これにより、経路探索処理が効率化、迅速化される。   Further, the first and second methods are exemplified as the route calculation method according to the present embodiment. However, when the second method shown in FIG. 8 is used, the route calculation is performed while following the links one by one in order from the departure point. For example, in the case of the example of FIG. 9D, links of blocks B1, B2, and B3 that do not include a link whose route calculation flag is “1” (that is, a link indicated by a broken line). There is no need to refer to the data as a result, and it is not necessary to read the data into a memory or the like. Thereby, the route search processing is made efficient and quick.

なお、上記の比較例の手法では、出発地と目的地の組合せ毎に、経路計算に使用するリンクのリンクデータを含む経路計算専用リンクデータを作成している。このため、前述のように、経路計算時には、その経路計算専用リンクデータ1つを読み出し、経路計算を行えばよいという利点がある。出発地と目的地の組合せ毎に経路計算専用リンクデータのような経路計算専用に使用するデータを用意したい場合には、本実施例の経路計算フラグと同内容の経路計算データを出発地と目的地の組合せ毎に用意すればよい。即ち、出発地と目的地との組合せ毎に、経路計算に使用するリンクのリンクIDの集合を求め、これを経路計算データとする。こうすれば、経路計算データの内容は、リンクIDの集合に過ぎないので、比較例の経路計算専用リンクデータのようにリンクデータ自体を保有する場合と比べて、データ量を格段に減少させることができる。   In the method of the comparative example described above, dedicated link data for route calculation including link data of links used for route calculation is created for each combination of the departure point and the destination. For this reason, as described above, at the time of route calculation, there is an advantage that one route calculation dedicated link data is read and route calculation is performed. If you want to prepare data used exclusively for route calculation, such as link data dedicated to route calculation, for each combination of departure point and destination, use route calculation data with the same content as the route calculation flag of this embodiment as the starting point and destination. What is necessary is just to prepare for every combination of the ground. That is, for each combination of the departure point and the destination, a set of link IDs of links used for route calculation is obtained and used as route calculation data. In this way, since the contents of the route calculation data are only a set of link IDs, the amount of data can be significantly reduced compared to the case where the link data itself is held as in the comparative route calculation dedicated link data. Can do.

この場合、経路計算においては、ナビゲーション装置は、まず、リンクIDの集合である経路計算データを参照して出発地と目的地との組合せに対応するリンクを特定する。次に、それらのリンクに対応するリンクデータを参照し、経路計算を実行する。なお、リンクIDの集合は、リンクIDでソートしておけば、経路計算時に参照がしやすくなる。   In this case, in the route calculation, the navigation apparatus first specifies a link corresponding to the combination of the departure point and the destination with reference to route calculation data that is a set of link IDs. Next, referring to link data corresponding to those links, route calculation is executed. In addition, if the set of link IDs is sorted by the link ID, it becomes easy to refer at the time of route calculation.

[変形例]
上記の例では、経路計算フラグをリンク毎に用意し、図3に示すようにリンクデータ内に含めるか、若しくは図5(B)に示すように全てのリンクに対応する経路計算フラグを記述した経路計算フラグテーブルを作成した。その代わりに、経路計算フラグをノード毎に用意することも可能である。図10に、経路計算フラグをノード毎に用意した場合のノードデータの例を示す。図10に示すように、ノードデータ125は、各ノードを示すノードIDに対応付けて、当該ノードの位置座標と、経路計算フラグとを含む。経路計算フラグは、図5(B)に示すように、出発地と目的地の組合せを示す組合せID毎に、「0」又は「1」の値を有する。
[Modification]
In the above example, a route calculation flag is prepared for each link and included in the link data as shown in FIG. 3, or a route calculation flag corresponding to all links is described as shown in FIG. A route calculation flag table was created. Instead, a route calculation flag can be prepared for each node. FIG. 10 shows an example of node data when a route calculation flag is prepared for each node. As shown in FIG. 10, the node data 125 includes the position coordinates of the node and a route calculation flag in association with the node ID indicating each node. As shown in FIG. 5B, the route calculation flag has a value of “0” or “1” for each combination ID indicating a combination of a departure place and a destination.

この場合、実際の経路探索処理においては、出発地と目的地の組合せに基づいて、上記のノードデータ中の経路計算フラグを参照し、経路計算に使用するノードを特定して経路計算を実行すればよい。   In this case, in the actual route search process, the route calculation is executed by referring to the route calculation flag in the above node data based on the combination of the departure point and the destination, identifying the node used for the route calculation. That's fine.

なお、上記実施例は、本発明をカーナビゲーション装置に適用した例を示したが、本発明は、地図データを用いて経路を探索する機能を有する各種の端末装置に利用することができる。具体的には、カーナビゲーション装置の他、ウェブ上で経路探索サービスを提供するサーバ装置、ウェブ上のサーバからダウンロードした地図データ又はDVD−ROMなどの記憶媒体に記憶されている地図データを用いてPC上で経路を計算するアプリケーションなどに利用することができる。   In the above embodiment, the present invention is applied to a car navigation device. However, the present invention can be used for various terminal devices having a function of searching for a route using map data. Specifically, using a car navigation device, a server device that provides a route search service on the web, map data downloaded from a server on the web, or map data stored in a storage medium such as a DVD-ROM. It can be used for an application for calculating a route on a PC.

本発明の実施例において使用する地図データの構成を模式的に示す。The structure of the map data used in the Example of this invention is shown typically. 経路計算用データの構成例を示す。The structural example of the data for route calculation is shown. 実施例によるリンクデータの構成例を示す。The structural example of the link data by an Example is shown. リンク及びノードを説明する図である。It is a figure explaining a link and a node. 実施例による経路計算フラグの構成例を示す。The structural example of the route calculation flag by an Example is shown. 本発明の経路計算装置の実施例であるナビゲーション装置の構成を示す。The structure of the navigation apparatus which is an Example of the route calculation apparatus of this invention is shown. 経路探索処理のフローチャートである。It is a flowchart of a route search process. 経路探索処理の他のフローチャートである。It is another flowchart of a route search process. 実施例による手法と比較例による手法とを比較する図である。It is a figure which compares the method by an Example and the method by a comparative example. 変形例によるノードデータの構成例を示す。The structural example of the node data by a modification is shown.

符号の説明Explanation of symbols

10 自立測位装置
18 GPS受信機
20 システムコントローラ
22 CPU
36 データ記憶ユニット
40 表示ユニット
60 入力装置
120 地図データ
122 地図表示用データ
124 経路計算用データ
125 ノードデータ
126 リンクデータ
200 ナビゲーション装置
10 Independent positioning device 18 GPS receiver 20 System controller 22 CPU
36 Data storage unit 40 Display unit 60 Input device 120 Map data 122 Map display data 124 Route calculation data 125 Node data 126 Link data 200 Navigation device

Claims (7)

道路に対応するリンクを示すリンクデータと、道路上の所定の地点に対応するノードを示すノードデータと、リンク又はノード毎に用意され、出発地から目的地への経路計算において当該リンク又はノードを使用するか否かを示す経路計算データと、を含む地図データを記憶する記憶部と、
特定の出発地から特定の目的地への経路計算において、前記経路計算データを参照して当該出発地から当該目的地への経路計算に使用すべきリンク又はノードを決定し、決定されたリンク又はノードを用いて経路計算を行う経路計算手段と、を備えることを特徴とする経路探索装置。
Link data indicating a link corresponding to a road, node data indicating a node corresponding to a predetermined point on the road, prepared for each link or node, and calculating the link or node in the route calculation from the departure place to the destination A storage unit for storing map data including route calculation data indicating whether or not to use;
In the route calculation from a specific departure point to a specific destination, the link or node to be used for calculating the route from the departure point to the destination is determined with reference to the route calculation data, and the determined link or A route search device comprising: route calculation means for performing route calculation using a node.
前記経路計算データは、リンク毎に用意され、出発地と目的地の複数の組合せの各々について、各リンクを使用するか否かを示すフラグであることを特徴とする請求項1に記載の経路探索装置。   2. The route according to claim 1, wherein the route calculation data is prepared for each link, and is a flag indicating whether or not to use each link for each of a plurality of combinations of a departure place and a destination. Search device. 前記経路計算データは、ノード毎に用意され、出発地と目的地の複数の組合せの各々について、各ノードを使用するか否かを示すフラグであることを特徴とする請求項1に記載の経路探索装置。   2. The route according to claim 1, wherein the route calculation data is prepared for each node and is a flag indicating whether or not to use each node for each of a plurality of combinations of a departure place and a destination. Search device. 前記経路計算データは、出発地と目的地の組合せ毎に、経路計算に使用するリンク又はノードのIDを集めたデータとして構成されることを特徴とする請求項1に記載の経路探索装置。   The route search apparatus according to claim 1, wherein the route calculation data is configured as data in which IDs of links or nodes used for route calculation are collected for each combination of a departure place and a destination. 道路に対応するリンクを示すリンクデータと、道路上の所定の地点に対応するノードを示すノードデータと、リンク又はノード毎に用意され、出発地から目的地への経路計算において当該リンク又はノードを使用するか否かを示す経路計算データと、を含む地図データを記憶部に記憶する記憶工程と、
特定の出発地から特定の目的地への経路計算において、前記経路計算データを参照して当該出発地から当該目的地への経路計算に使用すべきリンク又はノードを決定し、決定されたリンク又はノードを用いて経路計算を行う経路計算工程と、を備えることを特徴とする経路探索方法。
Link data indicating a link corresponding to a road, node data indicating a node corresponding to a predetermined point on the road, prepared for each link or node, and calculating the link or node in the route calculation from the departure place to the destination A storage step of storing map data including route calculation data indicating whether or not to use in a storage unit;
In the route calculation from a specific departure point to a specific destination, the link or node to be used for calculating the route from the departure point to the destination is determined with reference to the route calculation data, and the determined link or And a route calculation step of performing route calculation using a node.
記憶部と、コンピュータと、を備える端末装置において実行される経路探索プログラムであって、
道路に対応するリンクを示すリンクデータと、道路上の所定の地点に対応するノードを示すノードデータと、リンク又はノード毎に用意され、出発地から目的地への経路計算において当該リンク又はノードを使用するか否かを示す経路計算データと、を含む地図データを前記記憶部に記憶する記憶手段、及び、
特定の出発地から特定の目的地への経路計算において、前記経路計算データを参照して当該出発地から当該目的地への経路計算に使用すべきリンク又はノードを決定し、決定されたリンク又はノードを用いて経路計算を行う経路計算手段、として前記コンピュータを機能させることを特徴とする経路探索プログラム。
A route search program executed in a terminal device including a storage unit and a computer,
Link data indicating a link corresponding to a road, node data indicating a node corresponding to a predetermined point on the road, prepared for each link or node, and calculating the link or node in the route calculation from the departure place to the destination Storage means for storing map data including route calculation data indicating whether or not to use in the storage unit; and
In the route calculation from a specific departure point to a specific destination, the link or node to be used for calculating the route from the departure point to the destination is determined with reference to the route calculation data, and the determined link or A route search program for causing the computer to function as route calculation means for performing route calculation using a node.
道路に対応するリンクを示すリンクデータと、道路上の所定の地点に対応するノードを示すノードデータと、リンク又はノード毎に用意され、出発地から目的地への経路計算において当該リンク又はノードを使用するか否かを示す経路計算データと、を含む地図データを記憶したことを特徴とする記憶媒体。   Link data indicating a link corresponding to a road, node data indicating a node corresponding to a predetermined point on the road, prepared for each link or node, and calculating the link or node in the route calculation from the departure place to the destination A storage medium storing map data including route calculation data indicating whether or not to use.
JP2006307524A 2006-11-14 2006-11-14 Route searching device, route searching method, route searching program, and storage medium Pending JP2008122266A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006307524A JP2008122266A (en) 2006-11-14 2006-11-14 Route searching device, route searching method, route searching program, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006307524A JP2008122266A (en) 2006-11-14 2006-11-14 Route searching device, route searching method, route searching program, and storage medium

Publications (1)

Publication Number Publication Date
JP2008122266A true JP2008122266A (en) 2008-05-29

Family

ID=39507169

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006307524A Pending JP2008122266A (en) 2006-11-14 2006-11-14 Route searching device, route searching method, route searching program, and storage medium

Country Status (1)

Country Link
JP (1) JP2008122266A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100404350C (en) * 2004-06-23 2008-07-23 现代自动车株式会社 Spare tire carrier fixing holder
WO2010013327A1 (en) * 2008-07-30 2010-02-04 パイオニア株式会社 Route search device, route search method, route search program, and recording medium
JP2017083459A (en) * 2009-07-09 2017-05-18 トムトム ナビゲーション ベスローテン フエンノートシャップTomTom Navigation B.V. Navigation devices using map data together with route search acceleration data
CN111191976A (en) * 2019-11-29 2020-05-22 北京京东乾石科技有限公司 Dynamic path planning method and device

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100404350C (en) * 2004-06-23 2008-07-23 现代自动车株式会社 Spare tire carrier fixing holder
WO2010013327A1 (en) * 2008-07-30 2010-02-04 パイオニア株式会社 Route search device, route search method, route search program, and recording medium
JP5144759B2 (en) * 2008-07-30 2013-02-13 パイオニア株式会社 Route search device, route search method, route search program, and recording medium
JP2017083459A (en) * 2009-07-09 2017-05-18 トムトム ナビゲーション ベスローテン フエンノートシャップTomTom Navigation B.V. Navigation devices using map data together with route search acceleration data
JP2017083460A (en) * 2009-07-09 2017-05-18 トムトム ナビゲーション ベスローテン フエンノートシャップTomTom Navigation B.V. Navigation devices using map data together with route search acceleration data
CN111191976A (en) * 2019-11-29 2020-05-22 北京京东乾石科技有限公司 Dynamic path planning method and device
CN111191976B (en) * 2019-11-29 2023-06-27 北京京东乾石科技有限公司 Dynamic path planning method and device

Similar Documents

Publication Publication Date Title
JP4197724B2 (en) Point search device, navigation device, point search method, point search program, and information recording medium recording this point search program
JP4071643B2 (en) GUIDANCE GUIDE DEVICE, ITS SYSTEM, ITS METHOD, ITS PROGRAM, AND RECORDING MEDIUM CONTAINING THE PROGRAM
WO2005101350A1 (en) Map drawing device, navigation device, file updating method, file updating program, and information recording medium on which the file updating program is recorded
JP2007232573A (en) Vehicle-mounted navigation system, guidance information providing method, and program
JP5016605B2 (en) Route search device, route search method, route search program, and storage medium
JP4572235B2 (en) POSITION SETTING DEVICE, POSITION SETTING METHOD, POSITION SETTING PROGRAM, AND RECORDING MEDIUM
JP2008122266A (en) Route searching device, route searching method, route searching program, and storage medium
JP4725181B2 (en) Navigation system and cache management method
JPWO2008047448A1 (en) MAP DATA UPDATE DEVICE, MAP DATA UPDATE METHOD, MAP DATA UPDATE PROGRAM, AND STORAGE MEDIUM
JP2011112496A (en) Map information search device, control method, program and storage medium
JP4682209B2 (en) DATA UPDATE DEVICE, DATA UPDATE METHOD, DATA UPDATE PROGRAM, AND RECORDING MEDIUM
JP2009014423A (en) Information providing server, navigation system, information providing method and program
JP4955774B2 (en) MAP INFORMATION DISPLAY DEVICE, MAP INFORMATION DISPLAY METHOD, MAP INFORMATION DISPLAY PROGRAM, AND STORAGE MEDIUM
JP4575491B2 (en) Navigation device and navigation method
JP5032592B2 (en) Route search device, route search method, route search program, and recording medium
JP2008145193A (en) Route search device, route search method, route search program, and storage medium
JP2010026803A (en) Traffic jam prediction device, route search device, traffic jam prediction method, route search method, traffic jam prediction program, route search program, and computer-readable recording medium
JP2009058542A (en) Information-announcing device, information announcing method, information announcing program and recording medium
JP4778566B2 (en) Navigation device, navigation method, and navigation program
JP2006350089A (en) Traffic information processing database, traffic information processing apparatus, system thereof, method thereof, program thereof, recording medium where same program is recorded, and guiding and leading device
JP2002350162A (en) Route retrieval and display device
JP2013152500A (en) Navigation system, information processing apparatus, information processing server, navigation method and navigation program
JP4533586B2 (en) Map information processing system, method thereof, program thereof, and recording medium recording the program
WO2010007667A1 (en) Jam predicting device, route searching device, jam predicting method, route searching method, jam predicting program, route searching program, and computer-readable recording medium
EP2040034A1 (en) Navigation device and method, navigation program, and storage medium