JP2005265491A - Data structure of road network data - Google Patents

Data structure of road network data Download PDF

Info

Publication number
JP2005265491A
JP2005265491A JP2004075470A JP2004075470A JP2005265491A JP 2005265491 A JP2005265491 A JP 2005265491A JP 2004075470 A JP2004075470 A JP 2004075470A JP 2004075470 A JP2004075470 A JP 2004075470A JP 2005265491 A JP2005265491 A JP 2005265491A
Authority
JP
Japan
Prior art keywords
data
feature
link
node
road network
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.)
Granted
Application number
JP2004075470A
Other languages
Japanese (ja)
Other versions
JP4629985B2 (en
JP2005265491A5 (en
Inventor
Junichi Nakamura
純一 中村
Shuichi Miyata
修一 宮田
Yoichi Mori
陽一 森
Kazuyuki Takagi
和之 高木
Osami Ichihara
修身 市原
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.)
Zenrin Co Ltd
Original Assignee
Zenrin Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zenrin Co Ltd filed Critical Zenrin Co Ltd
Priority to JP2004075470A priority Critical patent/JP4629985B2/en
Publication of JP2005265491A publication Critical patent/JP2005265491A/en
Publication of JP2005265491A5 publication Critical patent/JP2005265491A5/ja
Application granted granted Critical
Publication of JP4629985B2 publication Critical patent/JP4629985B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To improve the convenience of road network data. <P>SOLUTION: To the road network data representing the road with nodes and links, feature data for representing a feature A1 etc. on a map PL1 is included as shown in a PL2. The position of the feature is specified by a representative point Rp4 provided on a link L2 and the offset coordinates Xoff, and Yoff from links. By including the feature data in the road network data like this, the route search considering access to the feature, the map display for route guidance by voice or guidance display reflecting the visibility of the feature, can be comparatively easily realized. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、経路探索に使用される道路ネットワークデータのデータ構造に関する。   The present invention relates to a data structure of road network data used for route search.

電子地図データは、例えば、ユーザに指定された出発地から目的地までの経路探索、経路案内に利用されている。従来、電子地図データには、経路探索用に道路をリンク、ノードで表現した道路ネットワークデータと、地図表示用の描画データが用意されている。リンクおよびノードのデータは、それぞれ道路の通過点に対応する緯度、経度などの位置情報を有している。経路探索では、出発地、目的地を地物名などから設定可能とするため、地物名と緯度、経度などの位置情報とを関連づけた検索データが用いられることもある。   The electronic map data is used, for example, for route search and route guidance from a departure point specified by a user to a destination. Conventionally, as electronic map data, road network data expressing roads as links and nodes for route search and drawing data for map display are prepared. Each of the link and node data has position information such as latitude and longitude corresponding to the passing point of the road. In the route search, since it is possible to set the starting point and the destination from the feature name, search data in which the feature name is associated with position information such as latitude and longitude may be used.

経路探索装置は、上述の各種データベースを用いて、次の手順で経路探索を行う。ユーザが、出発地、目的地を地物名などに基づいて指定すると、経路探索装置は、検索データから指定された地物に対応する位置情報を取得し、その近傍のノードを、出発地、目的地として設定する。そして、道路ネットワークデータを参照して、ダイクストラ法などの手法によって経路を探索する。経路探索が完了すると、経路の通過点に対応する緯度、経度に基づいて描画データを参照して、経路案内用の地図表示を行う。   The route search device searches for a route in the following procedure using the various databases described above. When the user designates the departure point and the destination based on the feature name, the route search device acquires position information corresponding to the designated feature from the search data, and the neighboring nodes are designated as the departure point, Set as destination. Then, a route is searched by referring to the road network data by a technique such as the Dijkstra method. When the route search is completed, a map for route guidance is displayed with reference to the drawing data based on the latitude and longitude corresponding to the passing point of the route.

特開2001−330460号公報JP 2001-330460 A 特開2001−300465号公報Japanese Patent Laid-Open No. 2001-300465

このように従来は、複数のデータベースを併用していたため、経路探索および案内の利便性向上を図る上で負荷が大きかった。例えば、地物の入口を考慮して経路探索および案内を行う場合には、入口への案内方法を特定するためのデータを検索データに付したり、道路ネットワークデータにおいて地物の入口付近に新たにノードを設けたりする必要があった。また、経路に沿って視点を移動させながら、各地点で視認可能な地物を含めた案内地図を動的に表示する場合には、各地点で地物が視認可能か否かの処理負荷が非常に大きくなる恐れがあった。表示上の処理負荷は、特に3次元の地図表示をする場合に顕著であった。本発明は、これらの課題に鑑み、経路探索および経路案内の利便性を比較的容易に向上可能な地図データを提供することを目的とする。   As described above, conventionally, since a plurality of databases are used in combination, the load is large in improving the convenience of route search and guidance. For example, when performing route search and guidance in consideration of the entrance of a feature, data for specifying the guidance method to the entrance is added to the search data, or new information is added near the entrance of the feature in the road network data. It was necessary to set up a node. In addition, when dynamically displaying a guidance map including features that are visible at each point while moving the viewpoint along the route, there is a processing load on whether or not the feature is visible at each point. There was a fear of becoming very large. The processing load on the display is particularly noticeable when displaying a three-dimensional map. In view of these problems, an object of the present invention is to provide map data that can improve the convenience of route search and route guidance relatively easily.

本発明は、地図表示または経路案内、および経路探索に用いられる道路ネットワークデータのデータ構造として構成することができる。本発明の道路ネットワークデータは、道路の通過点の位置情報を含むリンクを表すリンクデータと、リンクの端点をノードとして表すノードデータに加え、地物データを有する。地物データは、地物の位置または形状をユーザに認識可能に表するための地物表現データと、その位置情報とを含むデータである。地物表現データとしては、例えば、地図表示を行うための地物を表示するための形状データや、経路誘導用の案内表示、音声案内を出力するための案内データなどが挙げられる。形状データは、地物の形状を表現したポリゴンデータや、地物を表すシンボルデータとすることができる。案内データは、例えば、地物の業種分類コード、ジャンル名称、店舗名称などとすることができる。位置情報は、緯度、経度や、地図上に定義された直行座標など、種々の形式を採ることができる。このように道路ネットワークデータに、地図表示用の地物データを含めることにより、別途用意された描画データを用いるまでなく、地図表示を行うことが可能となる。このように地図表示に必要となるデータと経路探索に要するデータを統合化することにより、両者の連係が比較的容易に実現可能となる。   The present invention can be configured as a data structure of road network data used for map display or route guidance and route search. The road network data of the present invention includes feature data in addition to link data representing a link including position information of a road passing point and node data representing a link end point as a node. The feature data is data including feature expression data for recognizing the position or shape of the feature so that the user can recognize it, and the position information thereof. Examples of the feature expression data include shape data for displaying features for displaying a map, guidance display for route guidance, guidance data for outputting voice guidance, and the like. The shape data can be polygon data representing the shape of the feature or symbol data representing the feature. The guidance data can be, for example, a feature industry classification code, a genre name, a store name, or the like. The position information can take various forms such as latitude, longitude, and orthogonal coordinates defined on the map. By including the feature data for map display in the road network data in this way, it is possible to perform map display without using drawing data prepared separately. Thus, by integrating the data required for map display and the data required for route search, the linkage between the two can be realized relatively easily.

本発明において、地物データは、リンクおよびノードの少なくとも1つと関連づけることが好ましい。こうすることで、上述の連係をより効率的に図ることが可能となる。例えば、比較的軽い負荷で、経路探索時には経路に面した地物を容易に指定することができ、地図表示時には経路に沿った地物のみを選択的に表示することができる。   In the present invention, the feature data is preferably associated with at least one of a link and a node. By doing so, it is possible to achieve the above-described linkage more efficiently. For example, with a relatively light load, it is possible to easily specify features facing the route when searching for a route, and selectively display only features along the route when displaying a map.

一例として、地物の1つである建造物については、地物データは、建造物の入口に最寄りのリンクおよびノードの少なくとも1つと関連づけてもよい。こうすることで、建造物の入口の位置を考慮した経路探索を比較的容易に実現することが可能となる。例えば、出発地または目的地として指定された建造物に対応づけられたリンク、ノード上から、経路探索用の出発地、目的地を選択するだけで、建造物の入口への経路探索を実現することができる。   As an example, for a building that is one of the features, the feature data may be associated with at least one of the links and nodes closest to the building entrance. By doing so, it is possible to relatively easily realize a route search in consideration of the position of the entrance of the building. For example, a route search to the entrance of a building can be realized simply by selecting the starting point and destination for the route search from the link or node associated with the building designated as the starting point or destination. be able to.

地物の位置情報は種々の形式で設定することが可能である。例えば、位置情報は、リンク上の任意の一点またはノードの位置を代表点として表す代表点データと、代表点からのずれ量を所定の座標系で表すオフセットデータとを含むものとしてもよい。代表点データは、リンク、ノードとの対応関係も表していることになる。従って、位置情報と、リンクおよびノードとの対応関係を簡易に設定することが可能となる。かかる形式でリンク上の任意の一点を代表点とする場合、例えば、道路から地物にアクセスするのに適した点を代表点に設定してもよい。こうすることにより、代表点をノードとみなして経路探索すれば、地物へのアクセスを考慮した経路を提示することが可能となる。   The position information of the feature can be set in various forms. For example, the position information may include representative point data representing the position of an arbitrary point or node on the link as a representative point, and offset data representing a deviation amount from the representative point in a predetermined coordinate system. The representative point data also represents the correspondence with links and nodes. Accordingly, it is possible to easily set the correspondence between the position information and the link and the node. When an arbitrary point on the link is used as the representative point in such a format, for example, a point suitable for accessing the feature from the road may be set as the representative point. By doing this, it is possible to present a route in consideration of access to a feature if a route search is performed by regarding the representative point as a node.

地物データにおける位置情報には、それに対応する形状データを示すインデックスを付した上で、形状データと分けて記録してもよい。こうすることで、1つの形状データに対して、複数の位置情報を対応づけることが可能となる。従って、例えば、1つの建造物をその周辺の複数のリンク、ノードに対応づけることが可能となる。また、1つの形状データを、種々の地域で共通して使用することが可能となり、データ容量の削減を図ることができる。   The position information in the feature data may be recorded separately from the shape data after having an index indicating the corresponding shape data. In this way, a plurality of pieces of position information can be associated with one shape data. Therefore, for example, one building can be associated with a plurality of links and nodes around it. In addition, one shape data can be commonly used in various regions, and the data capacity can be reduced.

本発明は、道路ネットワークデータの製造方法として構成してもよい。この場合、コンピュータが実行する工程としては、リンクデータの生成、ノードデータの生成、地物データの生成、およびリンクデータ、ノードデータ、地物データの関連づけなどが含まれる。地物データの位置情報は、先に説明した通り、リンクまたはノードを基準として表してもよい。地物データは、オペレータの操作によって入力するようにしてもよいし、地物データを有する既存の地図データベースから読み込むようにしてもよい。また、上述の「関連づけ」工程としては、例えば、こうして設定された位置情報に基づいて、地物データの位置情報の格納場所を示すポインタをリンクデータおよびノードデータに対応づけるようにしてもよい。   The present invention may be configured as a method for producing road network data. In this case, the steps executed by the computer include link data generation, node data generation, feature data generation, and link data, node data, feature data association, and the like. As described above, the position information of the feature data may be expressed based on the link or the node. The feature data may be input by an operator's operation, or may be read from an existing map database having the feature data. Further, as the above-described “association” step, for example, a pointer indicating a storage location of the position information of the feature data may be associated with the link data and the node data based on the position information set in this way.

本発明は、道路ネットワークデータを利用する、経路探索装置または地図表示装置、経路案内装置として構成することもできる。経路探索装置は、出発地、目的地を入力し、道路ネットワークデータを参照して出発地から目的地までの経路探索を行う装置である。本発明の道路ネットワークデータを用いる場合、目的地は、地物データに基づいて設定することができる。こうすることで、地物へのアクセスを考慮した経路探索を実現することができる。   The present invention can also be configured as a route search device, a map display device, or a route guidance device that uses road network data. The route search device is a device that inputs a departure point and a destination and searches for a route from the departure point to the destination with reference to road network data. When the road network data of the present invention is used, the destination can be set based on the feature data. By doing so, it is possible to realize a route search in consideration of access to the feature.

地図表示装置は、道路ネットワークデータを参照し、地図の表示用データを生成する。表示用データの生成には、地物データが用いられる。こうすることで、経路に沿った地物を選択的に表示するなど、ユーザが経路を把握しやすい地図を比較的軽い負荷で提示することができる。かかる表示は、例えば、経路探索で求められたリンクに関連づけられた地物のみを選択的に表示することで容易に実現できる。地図表示装置は、道路ネットワークデータの他、描画データ、例えば、2Dや3Dの地図描画データや、デフォルメ描画データを併用しても構わない。   The map display device refers to the road network data and generates map display data. The feature data is used to generate the display data. By doing so, a map that allows the user to easily grasp the route, such as selectively displaying features along the route, can be presented with a relatively light load. Such display can be easily realized, for example, by selectively displaying only the features associated with the link obtained in the route search. The map display device may use drawing data, for example, 2D or 3D map drawing data or deformed drawing data in addition to road network data.

経路案内装置は、道路ネットワークデータを参照し、ユーザを経路案内する誘導データを生成する。誘導データの生成には、地物データが用いられる。経路案内装置は、誘導データに基づいて、案内表示による描画誘導や、音声出力による誘導を行う。案内表示や音声出力すべき内容に相当するための地物表現文字列は、地物データに含めて用意しておいてもよい。本発明では、地物は道路ネットワークデータと関連づけられているため、例えば、「右手に池を見ながら40m進んで、突き当たりを左折します」のように、案内表示等には、経路と地物の位置関係を比較的容易に含めることが可能である。   The route guidance device refers to the road network data and generates guidance data for guiding the route of the user. The feature data is used to generate the guidance data. The route guidance device performs drawing guidance by guidance display and guidance by voice output based on the guidance data. The feature expression character string corresponding to the content to be displayed in the guidance display or voice may be prepared by being included in the feature data. In the present invention, since the feature is associated with the road network data, for example, “Go ahead 40 m while looking at the pond on the right hand and turn left at the end”, the guidance display etc. include the route and the feature. Can be included relatively easily.

本発明は、この他、道路ネットワークデータを利用した経路探索方法、地図表示方法、経路案内方法として構成してもよい。また、コンピュータにこれらの経路探索、地図表示、経路案内を行わせるためのコンピュータプログラム、かかるコンピュータプログラムを記録した記録媒体として構成することもできる。記録媒体としては、フレキシブルディスクやCD−ROM、光磁気ディスク、ICカード、ROMカートリッジ、パンチカード、バーコードなどの符号が印刷された印刷物、コンピュータの内部記憶装置(RAMやROMなどのメモリ)および外部記憶装置等、コンピュータが読取り可能な種々の媒体を利用できる。   In addition to this, the present invention may be configured as a route search method, a map display method, and a route guidance method using road network data. The computer program for causing the computer to perform route search, map display, and route guidance, and a recording medium on which the computer program is recorded can also be configured. Recording media include flexible disks, CD-ROMs, magneto-optical disks, IC cards, ROM cartridges, punch cards, printed matter printed with codes such as bar codes, computer internal storage devices (memory such as RAM and ROM), and Various media that can be read by a computer, such as an external storage device, can be used.

本発明の実施例について以下の順序で説明する。
A.システム構成:
B.道路ネットワークデータ:
C.地図DB生成処理:
D.経路探索処理:
E.経路案内処理:
F.変形例:
Embodiments of the present invention will be described in the following order.
A. System configuration:
B. Road network data:
C. Map DB generation processing:
D. Route search process:
E. Route guidance process:
F. Variations:

A.システム構成:
図1は実施例としての経路案内システムの全体構成を示す説明図である。実施例の経路案内システムは、経路案内用のサーバ200と、ユーザが利用する案内装置100をネットワークNETで接続することで構成される。ネットワークNETとしては、例えば、携帯電話回線などを利用することができる。案内装置100は、図示した例に限らず、サーバ200に対して複数台接続することが可能である。
A. System configuration:
FIG. 1 is an explanatory diagram showing the overall configuration of a route guidance system as an embodiment. The route guidance system according to the embodiment is configured by connecting a route guidance server 200 and a guidance device 100 used by a user via a network NET. As the network NET, for example, a mobile phone line can be used. The guidance device 100 is not limited to the illustrated example, and a plurality of guidance devices 100 can be connected to the server 200.

案内装置100は、車載のナビゲーション装置や携帯電話などを利用することができる。図中に案内装置100の機能ブロックを併せて示した。これらの機能ブロックは、案内装置100に搭載されたマイクロコンピュータに所定のプログラムを実行させることでソフトウェア的に構成されるが、ハードウェア的に構成することも可能である。   The guidance device 100 can use an in-vehicle navigation device or a mobile phone. The functional blocks of the guide device 100 are also shown in the figure. These functional blocks are configured in software by causing a microcomputer mounted on the guide device 100 to execute a predetermined program, but may be configured in hardware.

各機能ブロックは、主制御部110の制御下で、それぞれ次に示す機能を実現する。通信部120は、ネットワークNETを介した通信を制御する。GPS140は、全地球測位システム(Global Positioning System)を利用して、案内装置100の現在位置の緯度、経度を検出する。コマンド入力部130は、スイッチ等に対するユーザ操作に基づいて、経路探索、経路案内に関するコマンドを入力する。表示制御部150は、案内装置100のディスプレイに、経路探索用のメニュー、経路案内用の地図などを表示させる。   Each functional block implements the following functions under the control of the main control unit 110. The communication unit 120 controls communication via the network NET. The GPS 140 detects the latitude and longitude of the current position of the guidance device 100 using a global positioning system. The command input unit 130 inputs commands related to route search and route guidance based on a user operation on a switch or the like. The display control unit 150 displays a route search menu, a route guide map, and the like on the display of the guidance device 100.

サーバ200は、案内装置100からのコマンドに基づいて経路探索を行い、結果を案内装置100に提供する。かかる機能を実現するための機能ブロックを図中に示した。これらの機能ブロックは、ソフトウェア的に構成されるが、ハードウェア的に構成することも可能である。   The server 200 performs a route search based on a command from the guidance device 100 and provides the result to the guidance device 100. Functional blocks for realizing such functions are shown in the figure. These functional blocks are configured by software, but can also be configured by hardware.

地図DB210は、経路探索および経路案内に使用される電子地図データベースである。本実施例では、地図DB210には、道路ネットワークDB212と、描画DB214が含まれる。各データベースの内容については後述する。これらのデータベースに加えて、経路探索の出発地、目的地の設定を支援するための検索DBを設けても良い。   The map DB 210 is an electronic map database used for route search and route guidance. In the present embodiment, the map DB 210 includes a road network DB 212 and a drawing DB 214. The contents of each database will be described later. In addition to these databases, a search DB for supporting the setting of the starting point and destination for route search may be provided.

通信部220は、ネットワークNET経由での案内装置100との通信を制御する。通信される情報には、出発地、目的地の指定その他の経路探索用のコマンド、経路探索結果が含まれる。経路探索部230は、ユーザから指定されたコマンドに基づき、地図DB210を参照して、経路探索を行う。経路探索には、例えば、ダイクストラ法など周知の方法を利用可能である。   The communication unit 220 controls communication with the guidance device 100 via the network NET. The information to be communicated includes a departure point, destination designation and other route search commands, and route search results. The route search unit 230 performs a route search with reference to the map DB 210 based on a command designated by the user. For the route search, for example, a known method such as the Dijkstra method can be used.

表示データ生成部250は、案内装置100に経路案内用の地図を表示させるための表示データを、地図DB210に基づき生成する。生成された表示データは、通信部220を介して、案内装置100に送信され、ディスプレイに表示される。   The display data generation unit 250 generates display data for causing the guide device 100 to display a map for route guidance based on the map DB 210. The generated display data is transmitted to the guidance device 100 via the communication unit 220 and displayed on the display.

誘導データ生成部260は、地図DB210に基づき、誘導データを生成する。誘導データとは、経路案内時にユーザに進行方向などの案内表示や音声出力を行うためのデータである。誘導データ生成部260は、経路沿いに存在する地物の情報を、地図DB210から読み込み、経路と地物の位置関係を特定して誘導データを生成する。位置関係としては、例えば、地物の位置を、現在位置の右、左、右斜め前方、左斜め前方などの予め設定された区分で表す方法を採ることができる。現在位置と地物との距離を含めても良い。こうして生成された誘導データは、案内装置100に送信され、地図上への表示や、音声出力に利用される。   The guidance data generation unit 260 generates guidance data based on the map DB 210. The guidance data is data for performing guidance display such as a traveling direction and voice output to the user during route guidance. The guidance data generation unit 260 reads information on features existing along the route from the map DB 210, specifies the positional relationship between the route and the feature, and generates guidance data. As the positional relationship, for example, a method can be used in which the position of the feature is represented by a preset division such as right, left, right diagonally forward, and diagonally left forward of the current position. The distance between the current position and the feature may be included. The guidance data generated in this way is transmitted to the guidance device 100 and used for display on a map and voice output.

DB管理部240は、地図DB210の管理を行う。本実施例では、サーバ200と別途用意された管理装置300で生成された更新用のデータを受け取り、地図DB210の内容を更新する機能を奏する。更新用のデータは、CD−ROMなどの媒体を利用したり、ネットワーク経由などの方法で受け取ることができる。   The DB management unit 240 manages the map DB 210. In the present embodiment, there is a function of receiving update data generated by the server 200 and a management device 300 prepared separately and updating the contents of the map DB 210. The update data can be received using a medium such as a CD-ROM or via a network.

管理装置300は、更新用のデータを整備するための装置であり、例えば、汎用のパーソナルコンピュータに所定のプログラムをインストールすることで構成可能である。管理装置300の機能ブロックを併せて示した。これらの機能ブロックは、ソフトウェア的に構成されるが、ハードウェア的に構成することも可能である。これらの各機能ブロックをサーバ200内に構成することで、管理装置300とサーバ200とを統合しても構わない。   The management device 300 is a device for maintaining update data, and can be configured by installing a predetermined program in a general-purpose personal computer, for example. The functional blocks of the management apparatus 300 are also shown. These functional blocks are configured by software, but can also be configured by hardware. By configuring each of these functional blocks in the server 200, the management apparatus 300 and the server 200 may be integrated.

管理装置300では、更新用のデータを生成する基礎のデータとして、整備用DB310が生成される。整備用DB310は、地図DB210と同等の情報を、整備に適したフォーマットで記録したデータベースである。コマンド入力部350は、キーボードやマウスに対するユーザの操作に基づいて、整備用DB310の更新を行う。表示制御部340は、整備用DB310の内容を管理装置300のディスプレイに表示する。DB生成部330は、整備用DB310に基づき、サーバ200に新たに保存するための地図DB、即ち更新データを、ユーザからの指示に応じて生成する。出力部320は、こうして生成された更新データを、サーバ200に受け渡し可能な態様で出力する。   In the management apparatus 300, the maintenance DB 310 is generated as basic data for generating update data. The maintenance DB 310 is a database in which information equivalent to the map DB 210 is recorded in a format suitable for maintenance. The command input unit 350 updates the maintenance DB 310 based on a user operation on the keyboard and mouse. The display control unit 340 displays the contents of the maintenance DB 310 on the display of the management apparatus 300. Based on the maintenance DB 310, the DB generation unit 330 generates a map DB to be newly stored in the server 200, that is, update data in accordance with an instruction from the user. The output unit 320 outputs the update data generated in this manner in a manner that can be delivered to the server 200.

B.道路ネットワークデータ:
図2は道路ネットワークデータの概要を示す説明図である。上の平面PL1に示した地図に対応する道路ネットワークデータを平面PL2に示した。図示する通り、道路ネットワークデータでは、各道路は、その通過点の位置座標で定義されるリンクL1〜L8で表される。また各リンクの交点は、その位置座標で定義されるノードN11、N12、N23、N33、N44、N55、N67、N77、N88で表される。位置座標は、緯度、経度を用いることもできるが、本実施例では、図示する通り、地図の左下を原点Oとする直交座標X,Yを用いるものとした。道路ネットワークデータにおいて、原点Oに対しては、緯度、経度が記憶されており、各リンク、ノードの位置座標は、緯度、経度に換算することが可能である。
B. Road network data:
FIG. 2 is an explanatory diagram showing an outline of road network data. Road network data corresponding to the map shown on the upper plane PL1 is shown on the plane PL2. As illustrated, in the road network data, each road is represented by links L1 to L8 defined by the position coordinates of the passing point. The intersection of each link is represented by nodes N11, N12, N23, N33, N44, N55, N67, N77, and N88 defined by the position coordinates. As the position coordinates, latitude and longitude can be used, but in this embodiment, as shown in the figure, orthogonal coordinates X and Y with the origin O at the lower left of the map are used. In the road network data, latitude and longitude are stored for the origin O, and the position coordinates of each link and node can be converted into latitude and longitude.

本実施例の道路ネットワークデータには、リンクおよびノードのデータ(以下、両者を「ノード・リンクデータ」と総称する)の他、建造物などの地物を表す地物データも含まれる。図の例では、地図上の建造物A1,A2およびフェンスA3、橋A4が地物データに相当する。   The road network data of the present embodiment includes feature data representing features such as buildings as well as link and node data (hereinafter collectively referred to as “node / link data”). In the example of the figure, buildings A1 and A2, a fence A3, and a bridge A4 on the map correspond to the feature data.

平面PL2に示す道路ネットワークデータにおいては、地物データは、その位置を表す位置データと、形状を表す形状データを含んでいる。位置データは、ノードまたはリンク上に設定される代表点と、その代表点からのずれ量を表すオフセットデータによって与えられる。   In the road network data shown on the plane PL2, the feature data includes position data representing the position and shape data representing the shape. The position data is given by a representative point set on the node or link and offset data representing the amount of deviation from the representative point.

図の下方に、建造物A1に関する位置データの例を示した。建造物A1の代表点Rp5は、リンクL2上の代表点Rp4で関連づけられる。代表点Rp4は、任意に設定可能であり、例えば、建造物A1の入口に最寄りの位置に設定したり、建造物A1を目印として目視可能な位置に設定したりすることができる。代表点Rp4の位置は、リンクL2上の相対的な位置(%)で表現する。図の例では、リンクL2の始点N12から終点N23までの距離D2と、始点N12から代表点Rp4までの距離D1との比率D1/D2(%)を代表点の位置データとする。   The example of the position data regarding building A1 was shown below the figure. The representative point Rp5 of the building A1 is associated with the representative point Rp4 on the link L2. The representative point Rp4 can be arbitrarily set. For example, the representative point Rp4 can be set at a position closest to the entrance of the building A1, or can be set at a position where the building A1 can be visually confirmed. The position of the representative point Rp4 is expressed by a relative position (%) on the link L2. In the example of the figure, the ratio D1 / D2 (%) between the distance D2 from the start point N12 to the end point N23 of the link L2 and the distance D1 from the start point N12 to the representative point Rp4 is used as the representative point position data.

建造物A1の代表点Rp5の位置は、この代表点Rp4を原点とするオフセット座標Xoff、Yoffの座標値で定義する。本実施例では、オフセット座標は、道路ネットワークデータの座標系X、Yを平行移動した座標系を用いるものとしたが、回転、スケール変更を加えた局所的な座標系を定義してもよい。   The position of the representative point Rp5 of the building A1 is defined by the coordinate values of offset coordinates Xoff and Yoff with the representative point Rp4 as the origin. In this embodiment, a coordinate system obtained by translating the coordinate systems X and Y of the road network data is used as the offset coordinate. However, a local coordinate system to which rotation and scale change are added may be defined.

地物には、建造物A1、A2のように地点で位置を表現可能なものと、フェンスA3や橋のように区間で位置を表現すべきものとが存在する。後者の場合には、リンク上の複数の代表点によって区間を定義することができる。図の例では、フェンスA3については、リンクL4上の代表点Rp3とノードN44で区間が特定される。橋A4については、リンクL3上の代表点Rp6、Rp7で区間が特定される。地点の場合と同様、オフセット座標を用いることにより、リンク上からずれた区間を特定することも可能である。   The features include those that can express the position by a point like buildings A1 and A2, and those that should express the position by a section like a fence A3 and a bridge. In the latter case, the section can be defined by a plurality of representative points on the link. In the example of the figure, the section of the fence A3 is specified by the representative point Rp3 on the link L4 and the node N44. For the bridge A4, the section is specified by the representative points Rp6 and Rp7 on the link L3. As in the case of the point, it is also possible to specify a section shifted from the link by using the offset coordinates.

地点として表現可能な地物は、例えば、トイレ、喫煙所、コインロッカーなどの設備;ランドマーク、サービスカウンターなどの各種窓口;非常口、横断歩道、駅改札口、駅のホーム、タクシーやバスの乗り場などの交通関係施設;テナント、コンビニエンスストアなどの商業施設等が挙げられる。これらの地物については、地物の種類やその仕様を示すデータを属性データとして付してもよい。   Features that can be expressed as points include, for example, facilities such as toilets, smoking areas, coin lockers; various counters such as landmarks and service counters; emergency exits, pedestrian crossings, station ticket gates, station platforms, taxi and bus stops Transportation facilities; commercial facilities such as tenants and convenience stores. About these features, you may attach | subject the data which show the kind of feature and its specification as attribute data.

区間として表現可能な地物は、例えば、フェンス、ガードレール、歩道、階段などが挙げられる。   Examples of features that can be expressed as sections include fences, guardrails, sidewalks, and stairs.

位置データは種々の形式で表現可能であり、道路ネットワークデータを定義する直交座標X,Yの座標値で与えても良い。この場合は、オフセットデータを省略することが可能となる。但し、地物データとリンクまたはノードとの関連づけを表すデータを別途含めることが好ましい。   The position data can be expressed in various formats, and may be given as the coordinate values of the orthogonal coordinates X and Y that define the road network data. In this case, the offset data can be omitted. However, it is preferable to separately include data representing the association between the feature data and the link or node.

建造物A1のようにポリゴンで表される地物について、形状データは、建造物A1の代表点Rp5を基準とするオフセット座標系において各頂点を表すことで定義する。地物には、建造物A1,A2のように個別のポリゴンで表現すべきものと、フェンスA3や橋A4のように既定のポリゴンを利用可能なものとが存在する。後者の場合は、形状データとして、既定のポリゴンやシンボルを表す名称などを記憶させてもよい。   For a feature represented by a polygon such as a building A1, shape data is defined by representing each vertex in an offset coordinate system based on the representative point Rp5 of the building A1. The features include those that should be expressed by individual polygons such as buildings A1 and A2, and those that can use predetermined polygons such as fence A3 and bridge A4. In the latter case, a name representing a predetermined polygon or symbol may be stored as shape data.

平面PL1で示す通り、地図としての表示には、これらの地物の他に、田畑BG1、海BG2などが含まれることがある。これらの背景画像については、本実施例では、描画DB214においてポリゴンデータとして与えるものとした。背景画像についても、地物と同様、道路ネットワークDB212に含めても良い。この場合、例えば、いずれのノード・リンクデータとも関連づけられない単独の地物データとして含めることも可能である。   As indicated by the plane PL1, the display as a map may include tabata BG1, sea BG2, and the like in addition to these features. In the present embodiment, these background images are given as polygon data in the drawing DB 214. The background image may also be included in the road network DB 212 like the feature. In this case, for example, it can be included as single feature data that is not associated with any node / link data.

図3は道路ネットワークデータの構造例を示す説明図である。地図DBは種々の構造を採ることができる。例えば、図示するようにテーブル形式としてもよいし、オブジェクト指向としてもよい。   FIG. 3 is an explanatory diagram showing an example of the structure of road network data. The map DB can take various structures. For example, it may be a table format as shown, or may be object-oriented.

本実施例では、道路ネットワークデータは、ノード・リンクデータと地物データに領域を分けて管理されている。ノード・リンクデータには、リンク番号、リンクの通過点の座標、属性、関連地物などの情報が記憶される。属性に含まれる「コスト」は、ダイクストラ法で用いられるリンクの評価値である。関連地物は、地物データを指定するポインタが、総数分だけ記憶される。   In this embodiment, the road network data is managed by dividing the area into node / link data and feature data. The node / link data stores information such as a link number, the coordinates of a link passing point, attributes, and related features. “Cost” included in the attribute is an evaluation value of the link used in the Dijkstra method. As for the related features, pointers for specifying the feature data are stored for the total number of times.

地物データ中の位置データには、各地物について種別、位置、形状データが記憶される。種別とは、位置情報の指定方法について「地点」、「区間」の区分を意味する。位置は、この種別に応じて、先に図2で説明した通り、ノード・リンク上の代表点と、オフセットデータの組み合わせで与えられる。「形状データ」欄は、別領域に記憶されている形状データを示すポインタである。   In the position data in the feature data, type, position, and shape data are stored for each feature. The type means a classification of “point” and “section” with respect to the location information designation method. The position is given by the combination of the representative point on the node / link and the offset data, as described above with reference to FIG. The “shape data” column is a pointer indicating the shape data stored in another area.

図中には、形状データとしてポリゴン型のデータPOLY1と、シンボル型のデータMK1を例示した。シンボル型のデータは、例えば、GIFなどの画像ファイルとして用意することができる。形状データは、複数の位置データに対応づけてもよい。こうすることで、1つの形状データを、複数のノード・リンクに関連づけたり、複数の地域で流用したりすることが可能となる。   In the figure, polygon type data POLY1 and symbol type data MK1 are illustrated as shape data. The symbol type data can be prepared as an image file such as a GIF. The shape data may be associated with a plurality of position data. By doing so, it is possible to associate one shape data with a plurality of nodes / links or to use it in a plurality of regions.

地図データには、更に、種々のデータを含めることができる。かかるデータとしては、例えば、3Dオブジェクトデータ、2Dまたは3Dでランドマークを表現するためのデータ、建造物の高さデータ、建造物や入居テナントの業種種別コード、案内表示や音声誘導に用いる地物表現文字列データなどが含まれる。建造物の高さデータは、例えば、ビルの階数や高さ値とすることができる。高さデータは、例えば、3Dオブジェクトが用意されていない建造物について、平面形状を高さ方向に平行移動することで、擬似的な3次元モデルを生成するのに活用することができる。業種種別コードとは、飲食店、公共施設など、建造物の種別を表すコードであり、例えば、地図表示時に建造物を色分けしたり、案内表示等に種別を含めたりするのに活用することができる。   The map data can further include various data. Examples of such data include 3D object data, data for expressing landmarks in 2D or 3D, building height data, industry type codes of buildings and tenants, and features used for guidance display and voice guidance. This includes expression string data. The height data of the building can be, for example, the number of floors or the height value of the building. For example, the height data can be used to generate a pseudo three-dimensional model by translating a planar shape in the height direction of a building for which no 3D object is prepared. The industry type code is a code that represents the type of building such as a restaurant or public facility. For example, it can be used to colorize the building when displaying a map or to include the type in a guidance display. it can.

C.地図DB生成処理:
図4および図5は地図DB生成処理のフローチャートである。図1に示した管理装置300が、オペレータの操作に応じて実行する処理である。この処理が開始されると、管理装置300は、ノード・リンクデータを入力する(ステップS10)。既存のデータベースが作成されている場合には、それを読み込んでも良いし、オペレータの操作に応じて、ノード・リンクの通過点の座標値などを順次読み込むようにしてもよい。
C. Map DB generation processing:
4 and 5 are flowcharts of the map DB generation process. This process is executed by the management apparatus 300 shown in FIG. 1 in response to an operator's operation. When this process is started, the management apparatus 300 inputs node / link data (step S10). If an existing database has been created, it may be read, or coordinate values of node / link passing points may be sequentially read in accordance with the operation of the operator.

次に、管理装置300は、地物データを入力する(ステップS12)。図中に建造物A1の入力を例にとって、地物データ入力用の画面例を併せて示した。オペレータは、マウスなどのポインティングデバイスで、建造物A1の代表点Rp5およびポリゴンの各頂点を指定する。また、建造物A1を関連づけるノード・リンク上の代表点Rp4を指定する。管理装置300は、この指定に応じて、代表点Rp4のリンク上の相対位置D1/D2(%)を演算する。また、建造物A1の代表点Rp5について、代表点Rp4を基準とするオフセット座標Xoff、Yoffでの座標値を求める。更に、建造物A1の形状を代表点Rp5を基準とするオフセット座標で特定する。管理者は、これらの入力に併せて、建造物A1の名称、種別などの属性を別途入力可能としてもよい。   Next, the management apparatus 300 inputs feature data (step S12). In the figure, the input of the building A1 is taken as an example, and a screen example for inputting the feature data is also shown. The operator designates the representative point Rp5 of the building A1 and each vertex of the polygon with a pointing device such as a mouse. Further, the representative point Rp4 on the node / link to which the building A1 is associated is designated. The management device 300 calculates the relative position D1 / D2 (%) on the link of the representative point Rp4 according to this designation. Further, for the representative point Rp5 of the building A1, the coordinate values at the offset coordinates Xoff and Yoff with respect to the representative point Rp4 are obtained. Furthermore, the shape of the building A1 is specified by offset coordinates with the representative point Rp5 as a reference. In addition to these inputs, the administrator may be able to separately input attributes such as the name and type of the building A1.

管理装置300は、地物データの入力が終わると、整備用DB310を生成する(ステップS14)。図中に整備用DB310の概略データ構造を例示した。整備用DB310もノード・リンクデータと、地物データから構成される。ノード・リンクデータは、道路ネットワークDB(図3参照)の内容から、関連地物に関するデータのみが省略されたデータである。地物データは、道路ネットワークDBの地物データに含まれる内容に加えて、その地物が関連づけられるノード・リンクの指定を含むデータである。図の例では、この地物は、リンクL1に関連づけられるべきであることを示している。   When the input of the feature data ends, the management device 300 generates the maintenance DB 310 (step S14). The schematic data structure of the maintenance DB 310 is illustrated in the figure. The maintenance DB 310 is also composed of node / link data and feature data. The node / link data is data obtained by omitting only data relating to the related features from the contents of the road network DB (see FIG. 3). The feature data is data including designation of a node / link to which the feature is associated in addition to the contents included in the feature data of the road network DB. In the example shown, this feature is to be associated with link L1.

先に説明した道路ネットワークDBでは、ノード・リンクデータに関連地物を含めることにより、ノード・リンクから地物データへの関連づけが規定されている。整備用データでは、この逆に、地物データから、ノード・リンクへの関連づけが規定されていることになる。こうすることにより、地物データの増減、地物データを関連づけるノード・リンクの変更を容易に行うことができ、整備に適したデータ構造を実現することができる利点がある。   In the road network DB described above, the association from the node / link to the feature data is defined by including the related feature in the node / link data. On the contrary, in the maintenance data, the association from the feature data to the node / link is defined. By doing so, there is an advantage that the increase / decrease of the feature data and the change of the nodes / links for associating the feature data can be easily performed, and a data structure suitable for maintenance can be realized.

整備用DBを生成すると、次に、管理装置300は、図5の処理に移行し、道路ネットワークDBを生成するための処理を実行する。この処理として、管理装置300は、整備用データを読み込み(ステップS20)、関連地物データを生成する(ステップS22)。   Once the maintenance DB is generated, the management device 300 then proceeds to the process of FIG. 5 and executes a process for generating the road network DB. As this process, the management device 300 reads the maintenance data (step S20) and generates related feature data (step S22).

図中に関連地物データの生成方法を示した。先に説明した通り、整備用の地物データには、それぞれ関連づけるべきノード・リンクの指定が含まれている。ステップS22の処理では、この指定に基づき、各ノード、リンクに関連づけられている地物データを関連地物データとして集約すればよい。図中では、リンクL1に関連づけられている地物データを集約する例を示した。この処理により、図の右側に示すように、道路ネットワークDBのノード・リンクデータに関連地物データを含めることができる。   The related feature data generation method is shown in the figure. As described above, the maintenance feature data includes designation of nodes and links to be associated with each other. In the process of step S22, the feature data associated with each node and link may be aggregated as related feature data based on this designation. In the figure, an example is shown in which feature data associated with the link L1 is aggregated. By this processing, as shown on the right side of the figure, the related feature data can be included in the node / link data of the road network DB.

一方、道路ネットワークDBの地物データは、整備用地物データから、ノード、リンクの指定を省略することにより、道路ネットワークDBの地物データを生成することができる。もっとも、ノード、リンクを指定するデータは、そのまま地物データに含めて置いてもよい。   On the other hand, the feature data in the road network DB can be generated from the maintenance feature data by omitting designation of nodes and links. However, the data specifying the nodes and links may be included in the feature data as they are.

管理装置300は、こうして生成されたデータに基づいて道路ネットワークDBを、媒体またはネットワーク経由で出力する(ステップS24)。このデータは、先に説明した通り、サーバ200のDB管理部240を介して、道路ネットワークDB212として格納される。   The management device 300 outputs the road network DB via the medium or the network based on the data thus generated (step S24). As described above, this data is stored as the road network DB 212 via the DB management unit 240 of the server 200.

D.経路探索処理:
図6は経路探索処理のフローチャートである。経路案内装置100からの指示に基づいてサーバ200が実行する処理である。まずサーバ200は、案内装置100から、経路探索の出発地、目的地となる地物を入力する(ステップS30)。出発地は、GPS140で検出された現在位置の緯度、経度としてもよい。目的地については、名称や位置などによって地物が特定可能であるものとする。地物を特定可能とするために、例えば、名称や位置と地物とを対応付けた検索用データベースをサーバ200の地図DB210に設けても良いし、道路ネットワークDB212の地物データに名称を属性情報として含めても良い。
D. Route search process:
FIG. 6 is a flowchart of route search processing. This process is executed by the server 200 based on an instruction from the route guidance device 100. First, the server 200 inputs a feature serving as a starting point and a destination for route search from the guidance device 100 (step S30). The departure point may be the latitude and longitude of the current position detected by the GPS 140. As for the destination, it is assumed that the feature can be specified by the name, position, and the like. In order to be able to specify the feature, for example, a search database in which the name or position is associated with the feature may be provided in the map DB 210 of the server 200, or the name is attributed to the feature data in the road network DB 212. It may be included as information.

サーバ200は、こうして設定された地物に関連づけられた代表点を経路探索の出発地、目的地として設定する(ステップS32)。経路探索は、ノード・リンクデータに基づいて行われるからである。例えば、図中に示すように、建造物A1が目的地として設定されている場合は、リンクL2上に設けられた代表点Rp4を目的地のノードとみなす。このようにリンク上の代表点を目的地として設定することにより、リンクから外れた地物に対しても適切に経路探索を実現することができる。また、建造物A1の入口を考慮して設けられた代表点Rp4を目的地とすることにより、建造物A1の入口付近への経路探索を行うことが可能となる。   The server 200 sets the representative points associated with the feature set in this way as the starting point and destination of the route search (step S32). This is because the route search is performed based on the node / link data. For example, as shown in the figure, when the building A1 is set as the destination, the representative point Rp4 provided on the link L2 is regarded as the destination node. Thus, by setting the representative point on the link as the destination, the route search can be appropriately realized even for the feature that is off the link. In addition, by using the representative point Rp4 provided in consideration of the entrance of the building A1, the route search to the vicinity of the entrance of the building A1 can be performed.

目的地は、種々の方法で設定可能であり、例えば、上述のように代表点を目的地とする他、代表点に最寄りのノードを目的地として設定してもよい。地物が複数のノード、リンクに関連づけられている場合には、複数の地点を目的地として設定しても良い。また、ノード、リンク上の代表点Rp4および建造物A1の代表点Rp5を、経路探索用の仮ノードとみなし、両者を結ぶ線分を仮リンクとみなして、代表点Rp5を目的地として設定して経路探索を行っても良い。   The destination can be set by various methods. For example, the representative point may be set as the destination as described above, and a node nearest to the representative point may be set as the destination. When a feature is associated with a plurality of nodes and links, a plurality of points may be set as destinations. Further, the representative point Rp4 on the node and the link and the representative point Rp5 of the building A1 are regarded as a temporary node for route search, the line segment connecting the two is regarded as a temporary link, and the representative point Rp5 is set as the destination. A route search may be performed.

サーバ200は、上述の手順で出発地、目的地を設定すると、道路ネットワークDB212を参照して経路探索処理を行い(ステップS34)、その結果を経路案内装置100に出力する(ステップS36)。   When the starting point and destination are set according to the above-described procedure, the server 200 performs route search processing with reference to the road network DB 212 (step S34), and outputs the result to the route guidance device 100 (step S36).

E.経路案内処理:
図7は経路案内処理のフローチャートである。ユーザの現在位置に応じた地図表示を経路案内装置100に行わせるための処理であり、サーバ200の表示データ生成部250の機能に相当する処理である。この処理は、経路探索結果を受信して、経路案内装置100が実行するものとしてもよい。
E. Route guidance process:
FIG. 7 is a flowchart of route guidance processing. This is a process for causing the route guidance device 100 to perform map display according to the current position of the user, and is a process corresponding to the function of the display data generation unit 250 of the server 200. This process may be executed by the route guidance device 100 upon receiving a route search result.

この処理が開始されると、サーバ200は図6の経路探索処理で得られた経路探索結果を入力し(ステップS40)、経路案内装置100から現在位置を入力する(ステップS42)。そして、現在位置の緯度、経度に基づき、現在位置に対応するリンク、ノードを特定する(ステップS44)。   When this process is started, the server 200 inputs the route search result obtained by the route search process of FIG. 6 (step S40), and inputs the current position from the route guidance device 100 (step S42). Based on the latitude and longitude of the current position, the link and node corresponding to the current position are specified (step S44).

次に、サーバ200は、関連地物データに基づいて地図を表示するための表示データを生成する(ステップS46)。道路はリンクの属性データ、即ち種別や車線などに基づいて表示の色、太さを決定する。地物は、関連地物データに含まれる形状データを利用して、形状を決定する。本実施例では、現在位置に対応するノード、リンクに関連づけられている地物のみを表示対象とする。   Next, the server 200 generates display data for displaying a map based on the related feature data (step S46). A road determines the display color and thickness based on link attribute data, that is, the type and lane. The feature is determined using the shape data included in the related feature data. In this embodiment, only the features associated with the node and link corresponding to the current position are displayed.

一例として図中に示す地図の表示を考える。この地図では、道路R1、R2の交差点付近に建造物BLDが存在している。建造物BLDは、代表点Rpで、道路R2に対応するリンクと関連づけられている。また、道路R1に沿ってフェンスFEが設けられている。   As an example, consider the display of the map shown in the figure. In this map, there is a building BLD near the intersection of the roads R1 and R2. The building BLD is associated with a link corresponding to the road R2 at the representative point Rp. A fence FE is provided along the road R1.

現在位置が道路R2上の地点P2である場合、建造物BLDは、道路R2のリンクに関連づけられているため、表示対象となる。現在位置が道路R1上の地点P1である場合、建造物BLDは、道路R1のリンクに関連づけられていないため、表示対象とはならない。地点P1では、フェンスFEに阻まれて建造物BLDは視認することができないため、建造物BLDを表示対象から除外することにより現実の視界に即した表示を行うことが可能となる。   When the current position is the point P2 on the road R2, the building BLD is displayed because it is associated with the link of the road R2. When the current position is the point P1 on the road R1, the building BLD is not associated with the link of the road R1, and thus is not a display target. Since the building BLD cannot be visually recognized at the point P1 because of being blocked by the fence FE, it is possible to perform display according to the actual field of view by excluding the building BLD from the display target.

表示データの生成と併せて、サーバ200は、誘導データを生成してもよい。例えば、上述の例では、現在位置が道路R2上にある時に、建造物BLDを、「右側に建造物BLDが見えます」などと案内表示または音声出力する誘導データを生成する。この案内表示等には、建造物BLDの業種、名称などを含めても良い。   In conjunction with the generation of display data, the server 200 may generate guidance data. For example, in the above-described example, when the current position is on the road R2, guidance data for generating a guidance display or outputting a voice such as “I can see the building BLD on the right side” is generated for the building BLD. This guidance display or the like may include the business type and name of the building BLD.

図中では、二次元的な地図表示を例示したが、上述の方法で表示対象となる地物を選択することにより、現在位置から進行方向を望む3次元的な地図表示を行う場合に非常に軽い処理負荷で現実の視界に即した表示を実現可能となる利点がある。   In the figure, a two-dimensional map display is illustrated. However, when a three-dimensional map display in which the traveling direction is desired from the current position is selected by selecting the feature to be displayed by the above-described method, it is very useful. There is an advantage that it is possible to realize display in accordance with the actual field of view with a light processing load.

サーバ200は、以上の処理を、ユーザが目的地に到達するまで繰り返し(ステップS48)、実行する。   The server 200 repeats the above processing until the user reaches the destination (step S48).

F.変形例:
本実施例では、オペレータが手動で、建造物ポリゴンの形状の入力、代表点の指定、および建造物を関連づけるノード・リンクの指定を行う場合を例示した。この処理は、次の手順により、管理装置300が、自動的に行うようにしてもよい。まず、管理装置300は、既存の描画用の地図データを読み込み、各地物についてポリゴンの形状および緯度、経度で表された位置情報を取得する。次に、地物の緯度、経度と、ノード、リンクの緯度、経度を参照して、地物の近傍のノード、リンクを選択する。こうして選択されたノード、リンクに地物を関連づけるとともに、地物の位置情報を、先に図4で説明したオフセット座標に変換する。そして、取得した形状データ、生成されたオフセット座標等を地物データとして登録する。こうすることにより、本実施例の地図データ生成に係るオペレータの負担を軽減することができる。この処理は、必ずしも全てを自動で行う必要はなく、例えば、関連付けについてのみ手動でオペレータが指定するようにしてもよいし、自動処理で不整合が生じた地物についてのみオペレータが手動で結果の修正等を行い得るようにしてもよい。
F. Variations:
In the present embodiment, the case where the operator manually inputs the shape of the building polygon, specifies the representative point, and specifies the node link to associate the building is illustrated. This process may be automatically performed by the management apparatus 300 according to the following procedure. First, the management device 300 reads existing map data for drawing, and acquires position information represented by polygon shape, latitude, and longitude for each feature. Next, referring to the latitude and longitude of the feature and the latitude and longitude of the node and link, a node and link near the feature are selected. In addition to associating the features with the nodes and links thus selected, the position information of the features is converted into the offset coordinates described above with reference to FIG. Then, the acquired shape data, generated offset coordinates, etc. are registered as feature data. By doing so, it is possible to reduce the burden on the operator related to the map data generation of this embodiment. This processing does not necessarily have to be performed automatically. For example, the operator may manually specify only the association, or the operator may manually specify the result only for the feature inconsistent in the automatic processing. Modifications and the like may be performed.

以上、本発明の種々の実施例について説明したが、本発明はこれらの実施例に限定されず、その趣旨を逸脱しない範囲で種々の構成を採ることができることはいうまでもない。例えば、本実施例の道路ネットワークDB212を、デフォルメ地図の生成に利用してもよい。デフォルメ地図とは、広告などで用いられる案内用の簡略化した地図を言う。例えば、目的地や途中の目印となる建造物が、それぞれ関連づけられているリンクを重要なリンクとして抽出し、これらのリンクを用いることにより、デフォルメ地図を生成することが可能である。   As mentioned above, although the various Example of this invention was described, it cannot be overemphasized that this invention is not limited to these Examples, and can take a various structure in the range which does not deviate from the meaning. For example, the road network DB 212 of this embodiment may be used for generating a deformed map. The deformed map is a simplified map for guidance used in advertisements and the like. For example, it is possible to generate a deformed map by extracting links associated with destinations and buildings that are landmarks along the way as important links and using these links.

本実施例では、経路案内装置100とサーバ200を別体の装置として示したが、両者を統合し、スタンドアロンで機能する経路案内装置として構成しても良い。   In the present embodiment, the route guidance device 100 and the server 200 are shown as separate devices, but they may be integrated and configured as a route guidance device that functions stand-alone.

実施例としての経路案内システムの全体構成を示す説明図である。It is explanatory drawing which shows the whole structure of the route guidance system as an Example. 道路ネットワークデータの概要を示す説明図である。It is explanatory drawing which shows the outline | summary of road network data. 道路ネットワークデータの構造例を示す説明図である。It is explanatory drawing which shows the structural example of road network data. 地図DB生成処理のフローチャートである。It is a flowchart of map DB generation processing. 地図DB生成処理のフローチャートである。It is a flowchart of map DB generation processing. 経路探索処理のフローチャートである。It is a flowchart of a route search process. 経路案内処理のフローチャートである。It is a flowchart of a route guidance process.

符号の説明Explanation of symbols

100...経路案内装置
110...主制御部
120...通信部
130...コマンド入力部
140...GPS
150...表示制御部
200...サーバ
210...地図DB
212...道路ネットワークDB
214...描画DB
220...通信部
230...経路探索部
240...DB管理部
250...表示データ生成部
260...誘導データ生成部
300...管理装置
310...整備用DB
320...出力部
330...DB生成部
340...表示制御部
350...コマンド入力部
DESCRIPTION OF SYMBOLS 100 ... Route guidance apparatus 110 ... Main control part 120 ... Communication part 130 ... Command input part 140 ... GPS
150 ... Display control unit 200 ... Server 210 ... Map DB
212 ... Road network DB
214 ... Drawing DB
DESCRIPTION OF SYMBOLS 220 ... Communication part 230 ... Path | route search part 240 ... DB management part 250 ... Display data generation part 260 ... Guidance data generation part 300 ... Management apparatus 310 ... Maintenance DB
320 ... Output unit 330 ... DB generation unit 340 ... Display control unit 350 ... Command input unit

Claims (13)

地図表示または経路案内、および経路探索に用いられる道路ネットワークデータのデータ構造であって、
道路の通過点の位置情報を含むリンクを表すリンクデータと、
前記リンクの端点をノードとして表すノードデータと、
地物の位置情報と、該地物の位置または形状をユーザに認識可能に表するための地物表現データとを含む地物データとを有するデータ構造。
A data structure of road network data used for map display or route guidance and route search,
Link data representing a link including position information of a road passing point;
Node data representing the end point of the link as a node;
A data structure having position information of a feature and feature data including feature expression data for recognizing the position or shape of the feature so as to be recognized by a user.
請求項1記載のデータ構造であって、
前記地物データは、前記リンクおよび前記ノードの少なくとも1つと関連づけられているデータ構造。
A data structure according to claim 1, wherein
The feature data is a data structure associated with at least one of the link and the node.
請求項2記載のデータ構造であって、
前記地物には建造物が含まれ、
前記建造物の地物データは、該建造物の入口に最寄りのリンクおよびノードの少なくとも1つと関連づけられているデータ構造。
A data structure according to claim 2, wherein
The features include buildings,
The building feature data is a data structure associated with at least one of a link and a node closest to the entrance of the building.
請求項1記載のデータ構造であって、
前記地物の位置情報は、前記リンク上の任意の一点または前記ノードの位置を代表点として表す代表点データと、該代表点からのずれ量を所定の座標系で表すオフセットデータとを含むデータ構造。
A data structure according to claim 1, wherein
The position information of the feature includes data including representative point data that represents an arbitrary point on the link or the position of the node as a representative point, and offset data that represents a deviation amount from the representative point in a predetermined coordinate system. Construction.
請求項1記載のデータ構造であって、
前記地物データにおける前記位置情報は、該位置情報に対応する前記地物表現データを示すインデックスが付され、前記地物表現データと分けて記録されているデータ構造。
A data structure according to claim 1, wherein
The position information in the feature data is a data structure in which an index indicating the feature expression data corresponding to the position information is attached and recorded separately from the feature expression data.
地図表示または経路案内、および経路探索に用いられる道路ネットワークデータの製造方法であって、
コンピュータが実行する工程として、
(a) 道路の通過点の位置情報を入力し、該位置情報を含むリンクを表すリンクデータを生成する工程と、
(b) 前記リンクの端点をノードとして表すノードデータを生成する工程と、
(c) 地物の位置情報と、該地物の位置または形状をユーザに認識可能に表するための地物表現データとを入力し、これらのデータを含む地物データを生成する工程と、
(d) 前記リンクデータ、ノードデータ、地物データを、互いに関連づけ、道路ネットワークデータとして格納する工程とを有する製造方法。
A method of manufacturing road network data used for map display or route guidance and route search,
As a process executed by the computer,
(A) inputting position information of a passing point of a road, and generating link data representing a link including the position information;
(B) generating node data representing an end point of the link as a node;
(C) inputting feature position information and feature expression data for recognizing the position or shape of the feature to the user, and generating feature data including these data;
(D) A manufacturing method including the step of associating the link data, node data, and feature data with each other and storing them as road network data.
請求項6記載の製造方法であって、
前記工程(c)は、
前記形状データを入力する工程と、
前記リンクおよびノードの少なくとも一方を基準として表した前記位置情報、および該位置情報に対応する前記地物表現データを特定する指示情報とを入力する工程と、
前記工程(d)は、
前記基準とされたリンクおよびノードに対応するリンクデータおよびノードデータに対し、前記位置情報の格納場所を示すポインタを対応づける工程である製造方法。
The manufacturing method according to claim 6,
The step (c)
Inputting the shape data;
Inputting the position information represented on the basis of at least one of the link and the node, and instruction information for specifying the feature expression data corresponding to the position information;
The step (d)
A manufacturing method, which is a step of associating a pointer indicating a storage location of the position information with link data and node data corresponding to the reference link and node.
経路探索装置であって、
経路探索の出発地、目的地を入力する入力部と、
予め用意された経路探索用の道路ネットワークデータを参照する参照部と、
該道路ネットワークデータに基づき前記出発地から目的地までの経路探索を行う経路探索部とを備え、
前記道路ネットワークデータは、
道路の通過点の位置情報を含むリンクを表すリンクデータと、
前記リンクの端点をノードとして表すノードデータと、
地物の位置または形状をユーザに認識可能に表するための地物表現データと、該地物の位置情報とを含む地物データとを有するデータ構造を成しており、
前記目的地は、前記地物データに基づいて設定可能である経路探索装置。
A route search device,
An input section for entering the starting point and destination for route search,
A reference unit for referring to road network data for route search prepared in advance;
A route search unit that performs a route search from the departure point to the destination based on the road network data,
The road network data is
Link data representing a link including position information of a road passing point;
Node data representing the end point of the link as a node;
A data structure having feature expression data for recognizing the position or shape of the feature in a recognizable manner by the user and feature data including the position information of the feature;
The route search device in which the destination can be set based on the feature data.
電子地図を表示する地図表示装置であって、
予め用意された経路探索用の道路ネットワークデータを参照する参照部と、
該道路ネットワークデータに基づき地図の表示用データを生成する表示データ生成部とを備え、
前記道路ネットワークデータは、
道路の通過点の位置情報を含むリンクを表すリンクデータと、
前記リンクの端点をノードとして表すノードデータと、
地図表示を行うための地物を表示するための形状データと、該地物の位置情報とを含む地物データとを有するデータ構造を成しており、
前記表示データ生成部は、前記地物データを用いて前記表示用データの生成を行う地図表示装置。
A map display device for displaying an electronic map,
A reference unit for referring to road network data for route search prepared in advance;
A display data generation unit for generating map display data based on the road network data,
The road network data is
Link data representing a link including position information of a road passing point;
Node data representing the end point of the link as a node;
It has a data structure having shape data for displaying features for performing map display and feature data including position information of the features,
The display data generation unit is a map display device that generates the display data using the feature data.
電子地図を用いて経路案内を行う経路案内装置であって、
予め用意された経路探索用の道路ネットワークデータを参照する参照部と、
該道路ネットワークデータに基づき、ユーザを経路案内する誘導データを生成する誘導データ生成部とを備え、
前記道路ネットワークデータは、
道路の通過点の位置情報を含むリンクを表すリンクデータと、
前記リンクの端点をノードとして表すノードデータと、
地物の位置または形状をユーザに認識可能に表するための地物表現データと、該地物の位置情報とを含む地物データとを有するデータ構造を成しており、
前記誘導データ生成部は、前記地物データを用いて前記誘導データの生成を行う経路案内装置。
A route guidance device that provides route guidance using an electronic map,
A reference unit for referring to road network data for route search prepared in advance;
A guidance data generation unit for generating guidance data for guiding a user based on the road network data;
The road network data is
Link data representing a link including position information of a road passing point;
Node data representing the end point of the link as a node;
A data structure having feature expression data for recognizing the position or shape of the feature in a recognizable manner by the user and feature data including the position information of the feature;
The guidance data generation unit is a route guidance device that generates the guidance data using the feature data.
経路探索方法であって、コンピュータが実行する工程として、
経路探索の出発地、目的地を入力する入力工程と、
予め用意された経路探索用の道路ネットワークデータを参照する参照工程と、
該道路ネットワークデータに基づき前記出発地から目的地までの経路探索を行う経路探索工程とを備え、
前記道路ネットワークデータは、
道路の通過点の位置情報を含むリンクを表すリンクデータと、
前記リンクの端点をノードとして表すノードデータと、
地物の位置または形状をユーザに認識可能に表するための地物表現データと、該地物の位置情報とを含む地物データとを有するデータ構造を成しており、
前記目的地は、前記地物データに基づいて設定可能である経路探索方法。
As a route search method, which is executed by a computer,
An input process for entering the starting point and destination for route search,
A reference step for referring to road network data for route search prepared in advance;
A route search step for performing a route search from the departure point to the destination based on the road network data,
The road network data is
Link data representing a link including position information of a road passing point;
Node data representing the end point of the link as a node;
A data structure having feature expression data for recognizing the position or shape of the feature in a recognizable manner by the user and feature data including the position information of the feature;
A route search method in which the destination can be set based on the feature data.
電子地図を表示するための表示用データの生成方法であって、コンピュータが実行する工程として、
予め用意された経路探索用の道路ネットワークデータを参照する参照工程と、
該道路ネットワークデータに基づき地図の表示用データを生成する表示データ生成工程とを備え、
前記道路ネットワークデータは、
道路の通過点の位置情報を含むリンクを表すリンクデータと、
前記リンクの端点をノードとして表すノードデータと、
地図表示を行うための地物を表示するための形状データと、該地物の位置情報とを含む地物データとを有するデータ構造を成しており、
前記表示データ生成工程は、前記地物データを用いて前記表示用データの生成を行う表示データ生成方法。
A method for generating display data for displaying an electronic map, which is executed by a computer as follows:
A reference step for referring to road network data for route search prepared in advance;
A display data generation step of generating map display data based on the road network data,
The road network data is
Link data representing a link including position information of a road passing point;
Node data representing the end point of the link as a node;
It has a data structure having shape data for displaying features for performing map display and feature data including position information of the features,
In the display data generation step, the display data is generated using the feature data.
電子地図を用いて経路案内を行う経路案内方法であって、コンピュータが実行する工程として、
予め用意された経路探索用の道路ネットワークデータを参照する参照部と、
該道路ネットワークデータに基づき、ユーザを経路案内する誘導データを生成する誘導データ生成工程とを備え、
前記道路ネットワークデータは、
道路の通過点の位置情報を含むリンクを表すリンクデータと、
前記リンクの端点をノードとして表すノードデータと、
地物の位置または形状をユーザに認識可能に表するための地物表現データと、該地物の位置情報とを含む地物データとを有するデータ構造を成しており、
前記誘導データ生成工程は、前記地物データを用いて前記誘導データの生成を行う経路案内方法。
A route guidance method that performs route guidance using an electronic map, and as a process executed by a computer,
A reference unit for referring to road network data for route search prepared in advance;
A guidance data generation step for generating guidance data for guiding a user based on the road network data,
The road network data is
Link data representing a link including position information of a road passing point;
Node data representing the end point of the link as a node;
A data structure having feature expression data for recognizing the position or shape of the feature in a recognizable manner by the user and feature data including the position information of the feature;
The guidance data generation step is a route guidance method for generating the guidance data using the feature data.
JP2004075470A 2004-03-17 2004-03-17 Data structure of road network data Expired - Lifetime JP4629985B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004075470A JP4629985B2 (en) 2004-03-17 2004-03-17 Data structure of road network data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004075470A JP4629985B2 (en) 2004-03-17 2004-03-17 Data structure of road network data

Publications (3)

Publication Number Publication Date
JP2005265491A true JP2005265491A (en) 2005-09-29
JP2005265491A5 JP2005265491A5 (en) 2007-04-19
JP4629985B2 JP4629985B2 (en) 2011-02-09

Family

ID=35090220

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004075470A Expired - Lifetime JP4629985B2 (en) 2004-03-17 2004-03-17 Data structure of road network data

Country Status (1)

Country Link
JP (1) JP4629985B2 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008026960A (en) * 2006-07-18 2008-02-07 Zenrin Datacom Co Ltd Guide information providing system
JP2008064932A (en) * 2006-09-06 2008-03-21 Japan Tobacco Inc Smoking area informing system and smoking area informing method
JP2008170192A (en) * 2007-01-09 2008-07-24 Navitime Japan Co Ltd Navigation system, route search server, route search method, and terminal device
JP2010249810A (en) * 2009-03-27 2010-11-04 Zenrin Co Ltd Spot setting device
JP2011203149A (en) * 2010-03-26 2011-10-13 Zenrin Co Ltd Guide system
JP2011203073A (en) * 2010-03-25 2011-10-13 Zenrin Co Ltd Route search system
JP2011214889A (en) * 2010-03-31 2011-10-27 Zenrin Co Ltd Location registration apparatus
JP2011227043A (en) * 2010-03-30 2011-11-10 Zenrin Co Ltd Route search system
JP2012008210A (en) * 2010-06-22 2012-01-12 Ntt Me Corp Data structure, route/intersection extraction system, and guide map generation system
WO2014192047A1 (en) * 2013-05-27 2014-12-04 三菱電機株式会社 Information terminal device, and method for creating map data
CN113779430A (en) * 2021-10-29 2021-12-10 腾讯科技(深圳)有限公司 Road network data generation method and device, computing equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001330465A (en) * 2000-05-22 2001-11-30 Matsushita Electric Ind Co Ltd Automobile navigation system
JP2002323337A (en) * 2001-03-13 2002-11-08 Alpine Electronics Inc Navigation device route search method in the navigation system, and information storage medium
JP2003148992A (en) * 2001-11-14 2003-05-21 Natl Inst For Land & Infrastructure Management Mlit Pedestrian route guiding system and its method
JP2003148983A (en) * 2001-11-16 2003-05-21 Zenrin Co Ltd Electronic map data, and device for searching route
JP2003308010A (en) * 2002-04-15 2003-10-31 Alpine Electronics Inc Map data recording medium and navigation device using the same

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001330465A (en) * 2000-05-22 2001-11-30 Matsushita Electric Ind Co Ltd Automobile navigation system
JP2002323337A (en) * 2001-03-13 2002-11-08 Alpine Electronics Inc Navigation device route search method in the navigation system, and information storage medium
JP2003148992A (en) * 2001-11-14 2003-05-21 Natl Inst For Land & Infrastructure Management Mlit Pedestrian route guiding system and its method
JP2003148983A (en) * 2001-11-16 2003-05-21 Zenrin Co Ltd Electronic map data, and device for searching route
JP2003308010A (en) * 2002-04-15 2003-10-31 Alpine Electronics Inc Map data recording medium and navigation device using the same

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008026960A (en) * 2006-07-18 2008-02-07 Zenrin Datacom Co Ltd Guide information providing system
JP2008064932A (en) * 2006-09-06 2008-03-21 Japan Tobacco Inc Smoking area informing system and smoking area informing method
JP2008170192A (en) * 2007-01-09 2008-07-24 Navitime Japan Co Ltd Navigation system, route search server, route search method, and terminal device
JP4531776B2 (en) * 2007-01-09 2010-08-25 株式会社ナビタイムジャパン Navigation system, route search server, route search method, and terminal device
JP2010249810A (en) * 2009-03-27 2010-11-04 Zenrin Co Ltd Spot setting device
JP2011203073A (en) * 2010-03-25 2011-10-13 Zenrin Co Ltd Route search system
JP2011203149A (en) * 2010-03-26 2011-10-13 Zenrin Co Ltd Guide system
JP2011227043A (en) * 2010-03-30 2011-11-10 Zenrin Co Ltd Route search system
JP2016042097A (en) * 2010-03-30 2016-03-31 株式会社ゼンリン Data structure of map data and route search system
JP2011214889A (en) * 2010-03-31 2011-10-27 Zenrin Co Ltd Location registration apparatus
JP2012008210A (en) * 2010-06-22 2012-01-12 Ntt Me Corp Data structure, route/intersection extraction system, and guide map generation system
WO2014192047A1 (en) * 2013-05-27 2014-12-04 三菱電機株式会社 Information terminal device, and method for creating map data
JPWO2014192047A1 (en) * 2013-05-27 2017-02-23 三菱電機株式会社 Information terminal device and map data creation method
US9933267B2 (en) 2013-05-27 2018-04-03 Mitsubishi Electric Corporation Navigation device and navigation method
CN113779430A (en) * 2021-10-29 2021-12-10 腾讯科技(深圳)有限公司 Road network data generation method and device, computing equipment and storage medium

Also Published As

Publication number Publication date
JP4629985B2 (en) 2011-02-09

Similar Documents

Publication Publication Date Title
US9142147B2 (en) Map database generating systems, methods, and programs
JP3793032B2 (en) Road guide method and apparatus
KR101235821B1 (en) Recording medium, generation supporting device, and route guidance device
JP3751795B2 (en) Pedestrian route guidance automatic creation device and method, and recording medium
US20080162039A1 (en) Road map data structure, road map data structure creating method, road map data storage medium, and navigation device
JP2004347420A (en) Car navigation device
JP2003202232A (en) Navigation device and map display device
JP4629985B2 (en) Data structure of road network data
JP2012073397A (en) Three-dimentional map display system
US9243926B2 (en) Electronic map system
JP2007071749A (en) Navigation device
JP5625004B2 (en) Navigation system and route search method
JP2013225275A (en) Three-dimensional image display system
KR20150132178A (en) Three-dimensional map display device
US20210270629A1 (en) Method and apparatus for selecting a path to a destination
JP6692625B2 (en) Control device
JP2007078655A (en) Data structure of route information system for pedestrians
JP2018031947A (en) Map creation device
JP2011214861A (en) Guidance system
JP2005300168A (en) Navigation system and map display method
JP3136798B2 (en) Map terminal and drawing method
JP6574570B2 (en) Information processing apparatus, program, and drawing method
KR102554128B1 (en) Method for indoor route planning and automatic marker making for indoor navigation using markers
JP2014178767A (en) Map display system, map display method, and map display program
JP2003173138A (en) Device and method for generating road network

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070306

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070306

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20091215

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100212

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100309

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100510

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20100601

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100901

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20100906

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20101102

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20101112

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

Free format text: PAYMENT UNTIL: 20131119

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4629985

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250