JP2849230B2 - Route search method - Google Patents
Route search methodInfo
- Publication number
- JP2849230B2 JP2849230B2 JP8832691A JP8832691A JP2849230B2 JP 2849230 B2 JP2849230 B2 JP 2849230B2 JP 8832691 A JP8832691 A JP 8832691A JP 8832691 A JP8832691 A JP 8832691A JP 2849230 B2 JP2849230 B2 JP 2849230B2
- Authority
- JP
- Japan
- Prior art keywords
- intersection
- map
- unit
- route
- route search
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Landscapes
- Traffic Control Systems (AREA)
- Instructional Devices (AREA)
- Navigation (AREA)
Description
【0001】[0001]
【産業上の利用分野】本発明はナビゲ−ション装置の経
路探索方法に係わり、特に経路探索範囲を狭めて経路探
索に要する時間を短縮する経路探索方法に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a route search method for a navigation device, and more particularly to a route search method for narrowing a route search range and reducing a time required for the route search.
【0002】[0002]
【従来の技術】自動車用ナビゲーション装置は、大量の
地図データを記憶するCD−ROM等の大容量記憶装
置、ディスプレイ装置、自動車の現在地を測定する現在
地検出装置等を有し、自動車の現在地に応じた地図デー
タをCD−ROMから読み出し、該地図データに基づい
て地図をディスプレイ画面に描画すると共に、自動車位
置マ−ク(ロケ−ションカ−ソル)をディスプレイ画面
の一定位置(例えばディスプレイ画面の中心位置)に固
定表示し、自動車の移動に応じて地図をスクロ−ル表示
する。2. Description of the Related Art A navigation apparatus for a vehicle has a large-capacity storage device such as a CD-ROM for storing a large amount of map data, a display device, a current position detection device for measuring the current position of the vehicle, and the like. The read map data is read from the CD-ROM, a map is drawn on the display screen based on the map data, and the vehicle position mark (location cursor) is set at a predetermined position on the display screen (for example, the center position of the display screen). ) Is fixedly displayed, and the map is scroll-displayed according to the movement of the vehicle.
【0003】CD−ROMに記憶されている地図は縮尺
レベルに応じて適当な大きさの経度幅、緯度幅の地域に
区切られており、道路等は経緯度で表現された頂点(ノ
−ド)の座標集合で示され、これらの描画は各ノ−ドを
順に直線で接続することにより行われる。尚、2以上の
ノ−ドを連結する部分は道路リンクと呼ばれる。The map stored in the CD-ROM is divided into regions of appropriate longitude and latitude widths according to the scale level, and roads and the like are represented by vertices (nodes) expressed in latitude and longitude. Are drawn by connecting each node in order with a straight line. A portion connecting two or more nodes is called a road link.
【0004】かかるナビゲ−ション装置には、出発地点
から目的地点まで最短距離となるように誘導経路を探索
して運転者を誘導する経路探索機能があり、実際の運転
に際して、誘導経路を他の道路と識別可能に表示し、あ
るいは自動車位置マ−クの前方に案内マ−クを表示して
運転者を該誘導経路に沿って目的地まで誘導するように
なっている。Such a navigation device has a route search function of searching for a guide route so as to be the shortest distance from a departure point to a destination and guiding a driver. The vehicle is displayed so as to be distinguishable from the road, or a guide mark is displayed in front of the vehicle position mark to guide the driver to the destination along the guide route.
【0005】出発地から目的地までの最短経路を求める
方法にはダイクストラ法と称せられる方法が提案されて
いる。このダイクストラ法は出発地と目的地を結ぶ直線
を半径とする領域、あるいは該領域より大きめの領域内
に存在する全交差点を考慮して出発地から目的地迄の最
短経路を探索するものである。図12はダイクストラ法
の概略説明図で、道路を直線、交差点を直線の交点とし
てグラフ化したものであり、各交差点間の距離は既知
で、STPは出発地(交差点)、DSPは目的地(交差
点)である。A method called Dijkstra's method has been proposed as a method for obtaining the shortest route from a departure point to a destination. The Dijkstra method searches for the shortest route from the departure point to the destination in consideration of an area having a radius of a straight line connecting the departure point and the destination, or all intersections existing in an area larger than the area. . FIG. 12 is a schematic explanatory diagram of the Dijkstra method, which is a graph in which a road is a straight line and an intersection is an intersection of a straight line. The distance between the intersections is known, STP is the departure place (intersection), and DSP is the destination ( Intersection).
【0006】ダイクストラ法においては、出発地STP
に隣接する1次交差点A1〜A4を求め、各1次交差点
A1〜A4に対応させて0次の交差点(出発地)及び出
発地からの距離を記憶する。ついで、各1次交差点A1
〜A4について2次交差点Bijを求め、各2次交差点に
対応させて1次交差点及び出発地からの距離を求める。
例えば、1次交差点A2については3つの2次交差点B
11,B12,B13が求まり、各2次交差点B11,B12,B
13に対応させて、 B11:1次交差点A2と出発地からの距離d11 B12:1次交差点A2と出発地からの距離d12 B13:1次交差点A2と出発地からの距離d13 ・・(a) を記憶する。又、1次交差点A3について3つの2次交
差点B21,B22,B23が求まり、各2次交差点B21,B
22,B23に対応させて、 B21:1次交差点A3と出発地からの距離d21 ・・(b) B22:1次交差点A3と出発地からの距離d22 B23:1次交差点A3と出発地からの距離d23 を記憶し、他の1次交差点A1,A4についても同様に
2次交差点を求めて所定のデータを記憶する。ところ
で、交差点B13とB21は同一の交差点である。このよう
に、デ−タを記憶すべき交差点が重複すると、出発地か
らの距離d13とd21の大小を比較し、小さい方のデータ
のみを記憶する。たとえば、d13>d21であれば、交差
点B13(=B21)のデータとして(b)のデータが最終的に
記憶される。In the Dijkstra method, the departure point STP
The primary intersections A1 to A4 adjacent to are obtained, and the zeroth-order intersection (departure point) and the distance from the departure point are stored in correspondence with each of the primary intersections A1 to A4. Then, at each primary intersection A1
The secondary intersection Bij is determined for .about.A4, and the distance from the primary intersection and the departure point is determined in correspondence with each secondary intersection.
For example, for the primary intersection A2, three secondary intersections B
11, B12, B13 are obtained, and each secondary intersection B11, B12, B
Corresponding to 13, B11: distance from primary intersection A2 and departure point d11 B12: distance from primary intersection A2 and departure point d12 B13: distance from primary intersection A2 and departure point d13 ··· (a) Is stored. In addition, three secondary intersections B21, B22, and B23 are obtained for the primary intersection A3, and the secondary intersections B21 and B23 are obtained.
Corresponding to B22 and B23, B21: distance from primary intersection A3 and departure point d21 ··· (b) B22: distance from primary intersection A3 and departure point d22 B23: primary intersection A3 and distance from departure point The distance d23 is stored, and for the other primary intersections A1 and A4, secondary intersections are similarly obtained and predetermined data is stored. By the way, the intersections B13 and B21 are the same intersection. As described above, when intersections where data should be stored overlap, the magnitudes of the distances d13 and d21 from the departure point are compared, and only the smaller data is stored. For example, if d13> d21, the data of (b) is finally stored as the data of the intersection B13 (= B21).
【0007】以後、同様に、各2次交差点について3次
交差点Cijを求め、各3次交差点に対応させて2次交差
点及び出発地からの距離を求めて記憶し、一般に各第i
次交差点について第(i+1)次交差点を求め、各第
(i+1)次交差点に対応させて第i次交差点と出発地
からの距離を求めて記憶してゆけば、最終的に目的地D
SPに到達する。Thereafter, similarly, a tertiary intersection Cij is determined for each secondary intersection, a distance from the secondary intersection and the departure point is determined and stored in correspondence with each tertiary intersection, and generally each i-th intersection is calculated.
If the (i + 1) -th intersection is determined for the next intersection, and the distance from the i-th intersection to the departure point is determined and stored in correspondence with each (i + 1) -th intersection, the destination D is finally determined.
Reach SP.
【0008】目的地DSPに到達すれば、該目的地(m
次の交差点とする)に対応させて記憶してある(m−
1)次の交差点、該(m−1)次の交差点に対応させて
記憶してある(m−2)次の交差点、・・・、2次の交
差点に対応させて記憶してある1次交差点、該1次交差
点に対応させて記憶してある0次の交差点(出発地)を
順次結んでなる経路が最短経路となる。When the vehicle reaches the destination DSP, the destination (m
(The next intersection) is stored (m-
1) the next intersection, the (m-1) next intersection stored in correspondence with the (m-1) next intersection,... The primary stored in correspondence with the secondary intersection The shortest route is a route that sequentially connects the zeroth-order intersection (departure point) stored in association with the intersection and the primary intersection.
【0009】[0009]
【発明が解決しようとする課題】ダイクストラ法によれ
ば、グラフ理論的に最短経路が求まるが、出発地と目的
地を結ぶ直線を半径とする領域、あるいは該領域より大
きめの領域内に存在する全交差点を考慮して出発地から
目的地迄の最短経路を探索しなければならないため、考
慮すべき交差点数が非常に多くなり、最短経路を求める
のに長時間を要する問題があった。According to the Dijkstra method, the shortest path can be obtained in a graph theory. However, the shortest path exists in an area having a radius of a straight line connecting the starting point and the destination or an area larger than the area. Since the shortest route from the departure point to the destination must be searched in consideration of all intersections, the number of intersections to be considered becomes very large, and there is a problem that it takes a long time to find the shortest route.
【0010】以上から本発明の目的は、最短経路を求め
るに際して考慮すべき交差点数を減少して、最短経路探
索時間を短縮する経路探索方法を提供することである。Accordingly, an object of the present invention is to provide a route search method that reduces the number of intersections to be considered when obtaining the shortest route and shortens the shortest route search time.
【0011】[0011]
【課題を解決するための手段】第1図は本発明の原理図
である。上記課題は、本発明によれば、交差点に対応さ
せて、該交差点が含まれる地図の図葉番号とユニットコ
−ド、及び該交差点に隣接する交差点とその間の距離を
少なくとも有する交差点ネットリストと、設定された出
発地と目的地が含まれる地図のユニットを求める手段
と、出発地と目的地が含まれる地図のユニットを対角ユ
ニットとする矩形領域より大きい矩形領域を探索範囲と
して決定する手段と、決定された矩形領域内のユニット
に存在しない交差点を経路探索の対象から排除する手段
により達成される。FIG. 1 shows the principle of the present invention. According to the present invention, according to the present invention, in correspondence with an intersection, a map number and a unit code of a map including the intersection, an intersection netlist having at least an intersection adjacent to the intersection and a distance therebetween are provided. Means for determining a unit of a map including the set departure point and destination, and means for determining a rectangular area larger than a rectangular area having a unit of the map including the departure point and destination as a diagonal unit as a search range. Is achieved by means for eliminating intersections that do not exist in the unit in the determined rectangular area from the targets of the route search.
【0012】[0012]
【作用】交差点に対応させて、該交差点が含まれる地図
の図葉番号とユニットコ−ド、及び該交差点に隣接する
交差点とその間の距離を少なくとも有する交差点ネット
リストを設け、設定された出発地と目的地が含まれる地
図のユニットを求め、これらユニットを対角ユニットと
する矩形領域より大きい矩形領域を探索範囲として決定
し、交差点ネットリストを参照して交差点が該決定され
た矩形領域内のユニットに存在するか調べ、存在しない
場合には該交差点を経路探索の対象から排除して経路探
索を行う。このように、最短経路探索範囲を狭めたか
ら、最短経路を求めるに際して考慮すべき交差点数を減
少して、経路探索時間を短縮することができる。In accordance with an intersection, a map net number and a unit code of a map including the intersection, an intersection netlist having at least an intersection adjacent to the intersection and a distance between the intersections are provided, and a set departure place is provided. And a unit of the map including the destination, determine a rectangular area larger than a rectangular area having these units as diagonal units as a search range, and refer to an intersection netlist to determine an intersection in the determined rectangular area. It is checked whether the unit exists, and if it does not exist, the intersection is excluded from the targets of the route search and the route search is performed. As described above, since the shortest route search range is narrowed, the number of intersections to be considered when obtaining the shortest route can be reduced, and the route search time can be reduced.
【0013】[0013]
【実施例】全体の構成 図1は本発明の実施例構成図であり、11は道路地図を
記憶するCD−ROM(地図データ記憶部)である。地
図データは、(1) ノ−ドテ−ブル、隣接ノ−ドリスト、
道路リスト、交差点構成ノ−ドリスト、交差点ネットリ
ストからなる道路レイヤと、(2) 地図上のオブジェクト
を表示するための背景レイヤと、(3) 市町村名や国道名
などを表示するための文字レイヤなどから構成されてい
る。FIG. 1 is a block diagram of an embodiment of the present invention. Reference numeral 11 denotes a CD-ROM (map data storage) for storing a road map. Map data consists of (1) node tables, adjacent node lists,
A road layer consisting of a road list, an intersection configuration node list, and an intersection netlist; (2) a background layer for displaying objects on a map; and (3) a character layer for displaying names of municipalities and national roads. It is composed of
【0014】12は自動車の現在地に応じた地図や自動
車位置マ−ク、経路探索機能により探索された誘導経路
等を描画するディスプレイ装置(CRT)、13は走行
中の自動車の走行距離と方位に基づいて現在地を算出す
る現在地検出部である。現在地検出部13は、図示しな
いが、自動車の進行方位を検出する方位センサや走行距
離を検出する車速センサ、方位や走行距離に基づいて自
動車の現在地(経度、緯度)を算出する位置計算用CP
Uを有している。Reference numeral 12 denotes a display device (CRT) for drawing a map corresponding to the current position of the vehicle, a vehicle position mark, a guide route searched by a route search function, and the like, and 13 denotes a travel distance and an azimuth of the running vehicle. It is a current position detection unit that calculates the current position based on the current position. Although not shown, the current position detection unit 13 includes a direction sensor for detecting the traveling direction of the vehicle, a vehicle speed sensor for detecting the traveling distance, and a position calculation CP for calculating the current position (longitude and latitude) of the vehicle based on the direction and traveling distance.
U.
【0015】14は地図検索キー、地図スクロ−ルキ
ー、経路探索モ−ドキー、セットキー、探索開始キー等
を備えた操作部、15は地図表示制御装置であり、地図
データに基づき現在地周辺の地図画像を発生すると共
に、自動車位置マ−クや誘導経路画像を発生する。An operation unit 14 includes a map search key, a map scroll key, a route search mode key, a set key, a search start key, and the like, and a reference numeral 15 denotes a map display control device, which is a map around the present location based on map data. In addition to generating an image, a car position mark and a guide route image are generated.
【0016】地図表示制御装置 地図表示制御装置15において、15aは現在地データ
に基づき、現在地周辺で画面表示範囲より広い範囲の地
図データ(例えば9画面分の地図データ)をCD−RO
M11から読出し、該地図データに基づいてドットイメ
−ジの地図画像を発生する地図画像描画部である。[0016] In the map display control unit map display control device 15, 15a based on the location data, the map data (e.g., 9 screen of the map data) in the range larger than the screen display range current position around the CD-RO
A map image drawing unit that reads out from M11 and generates a dot image map image based on the map data.
【0017】15bは誘導経路探索処理により得られた
出発地から目的地までの誘導経路データに基づいて誘導
経路画像を発生する誘導経路描画部、15cは地図画像
及び誘導経路画像を記憶するビデオRAMである。地図
画像描画部15aはディスプレイ画面の表示範囲がビデ
オRAM15cの画像範囲を越えないように、自動車の
走行に従って、随時、ビデオRAM15cを書き替え、
また誘導経路描画部15bも自動車の走行に応じて誘導
経路画像を発生してビデオRAM15cに記憶するよう
になっている。A guide route drawing unit 15b generates a guide route image based on the guide route data from the departure point to the destination obtained by the guide route search processing. A video RAM 15c stores a map image and a guide route image. It is. The map image drawing unit 15a rewrites the video RAM 15c at any time as the vehicle runs so that the display range of the display screen does not exceed the image range of the video RAM 15c.
The guide route drawing unit 15b also generates a guide route image according to the traveling of the car and stores the guide route image in the video RAM 15c.
【0018】15dは自動車現在地がディスプレイ画面
の中心に位置するようにビデオRAM15cから1画面
分の地図画像を読み出す読出制御部であり、読出し位置
は地図画像描画部から指示される。15eはディスプレ
イ画面の中心に自動車位置マ−クを表示するための自動
車位置マ−ク発生部、15fは経路探索部であり、経路
探索モード時に出発地と目的地が入力されると地図デー
タに含まれる道路レイヤ情報に基づいて、出発地から目
的地迄の最短経路を誘導経路として算出する。15gは
出発地から目的地迄の誘導経路を構成するノ−ドを順次
記憶する誘導経路記憶部である。Reference numeral 15d denotes a reading control unit for reading a map image for one screen from the video RAM 15c so that the current position of the vehicle is located at the center of the display screen. The reading position is specified by the map image drawing unit. 15e is a car position mark generation unit for displaying a car position mark at the center of the display screen, and 15f is a route search unit. When a departure place and a destination are input in the route search mode, the map data is displayed. The shortest route from the departure point to the destination is calculated as a guidance route based on the included road layer information. A guidance route storage unit 15g sequentially stores nodes constituting a guidance route from a departure place to a destination.
【0019】15hは合成部であり、ビデオRAM15
c、自動車位置マ−ク発生部15eからそれぞれ読出さ
れた地図画像及び誘導経路画像、自動車位置マ−ク画像
を合成してCRT12に出力して表示する。Reference numeral 15h denotes a synthesizing unit, which is a video RAM 15h.
(c) The map image, the guide route image, and the vehicle position mark image read from the vehicle position mark generation unit 15e are combined and output to the CRT 12 for display.
【0020】地図データ CD−ROM11に記憶されている地図は、縮尺が異な
る複数段階の階層構造を有し、例えばレベル9からレベ
ル0まで縮尺の異なる階層構造を有している。そして、
レベル0の地図には表示エリアが異なるビューセット
(以後、ユニットという)A,B,Cがある。ユニット
Aはある基準縮尺(例えば5万分の1縮尺)の1画面分
の地図データ、ユニットBはユニットAで表示される区
域の1/4の区域を拡大表示するための(2万5千分の
1縮尺の)1画面分の地図データ、ユニットCはユニッ
トBで表示される区域の更に1/4の区域を拡大表示す
るための1画面分の地図データであり、各ユニットAi
,Bi ,Ci によりそれぞれ1画面に表示される範囲
の関係は図2(a)〜(c)に示す通りである。ユニッ
トA5 (図2(a)参照)に着目すると、ユニットA1
〜A4 ,A6 〜A9 がユニットA5 により表示される区
域の隣接地図データとなり、B1 〜B4 が拡大地図(子
図葉)データとなる。又、ユニットB1 (図2(b)参
照)に着目すると、ユニットA5 が縮小地図(親図葉)
データとなり、C1 ,C2 ,C5 ,C6 が拡大地図(子
図葉)データとなる。The map stored in the map data CD-ROM 11 has a hierarchical structure of a plurality of stages with different scales, for example, a hierarchical structure with different scales from level 9 to level 0. And
The level 0 map includes view sets (hereinafter, referred to as units) A, B, and C having different display areas. Unit A is map data for one screen at a certain reference scale (for example, 1 / 50,000 scale), and unit B is for enlarging and displaying a quarter of the area displayed by unit A (25,000 min.). Unit C is map data for one screen, and unit C is map data for one screen for enlarging and displaying a further quarter of the area displayed in unit B.
, Bi, and Ci, the relationship of the ranges displayed on one screen is as shown in FIGS. Focusing on the unit A 5 (see FIG. 2A), the unit A 1
~A 4, A 6 ~A 9 becomes adjacent map data of the area displayed by the unit A 5, B 1 ~B 4 is enlarged map (child view leaves) data. Focusing on unit B 1 (see FIG. 2B), unit A 5 is a reduced map (parent map leaf).
C 1 , C 2 , C 5 , and C 6 become enlarged map (child map leaf) data.
【0021】図3及び図4はCD−ROMに記憶される
地図を管理する地図管理情報(図葉管理情報)の説明図
である。尚、各縮尺の地図は図葉と呼ぶ矩形区域(所定
経度幅、所定緯度幅の区域)に分割されて管理される。FIGS. 3 and 4 are explanatory diagrams of map management information (foliage management information) for managing a map stored in a CD-ROM. The map of each scale is managed by being divided into rectangular areas (areas of a predetermined longitude width and a predetermined latitude width) called map leaves.
【0022】CD−ROM11にはディスクラベルLB
があり、このディスクラベルLBにはディスク名、製作
者名、製作日の他に図葉管理情報が記憶された場所を示
すポインタP1が記録されている。図葉管理情報MCIは
各図葉の図葉管理レコ−ドを記憶する場所を示すポイン
タP21,P22,P23,・・・を図葉枚数分並べたものであり、
図葉レベル(縮尺レベル)の高いものから順に並べられ
ている。The CD-ROM 11 has a disk label LB
The disc label LB records a pointer P1 indicating the location where the leaf management information is stored in addition to the disc name, the maker name, and the production date. The leaf management information MCI is obtained by arranging pointers P21, P22, P23,... Indicating locations for storing the leaf management records of each leaf by the number of leaves.
They are arranged in descending order of the leaf level (scale level).
【0023】ポインタPijにより指示される図葉管理レ
コ-ドMRDは、(1)縮尺レベル、(2)図葉番号、(3)子図
葉枚数及び子図葉番号、(4)隣接図葉の番号、(5)ユニッ
ト管理情報VSAのアドレス(ポインタP3)、(6)図葉
の左端、右端の経度、並びに上端、下端の緯度データ等
を含んでいる。The leaf management record MRD indicated by the pointer Pij includes (1) scale level, (2) leaf number, (3) child leaf number and leaf number, and (4) adjacent leaf. , (5) the address of the unit management information VSA (pointer P3), (6) the longitude at the left end and right end of the figure, and the latitude data at the upper and lower ends.
【0024】ユニット管理情報VSAは、上層ユニット
へのポインタPu ,下層ユニットへのポインタPd,隣接
ユニットへのポインタPn1〜Pn8,地図データを記憶す
るアドレスを示す地図アドレス情報U1 ,U2 ,..等
を有している。ユニットAi ,Bi ,Ci の関係は、図
2に示すように、ユニットAi のポインタPd によりユ
ニットBi の先頭アドレスが指示され、ユニットBi の
ポインタPd によりユニットCi の先頭アドレスが指示
され、ユニットCi のポインタPu によりユニットBi
の先頭アドレスが指示され、ユニットBi のポインタ
Pu によりユニットAi の先頭アドレスが指示され
る。尚、下層ユニットや上層ユニットが存在しない場合
にはポインタPd ,Pu はそれぞれ特定値(例えばオ−
ル1)になる。The unit management information VSA includes a pointer Pu to an upper unit, a pointer Pd to a lower unit, pointers Pn1 to Pn8 to adjacent units, map address information U1, U2,. . Etc. As shown in FIG. 2, the relationship between the units Ai, Bi, and Ci is such that the start address of the unit Bi is indicated by the pointer Pd of the unit Ai, the start address of the unit Ci is indicated by the pointer Pd of the unit Bi, and The unit Bi is determined by the pointer Pu.
Of the unit Ai is indicated by the pointer Pu of the unit Bi. If there is no lower unit or upper unit, the pointers Pd and Pu are set to specific values (for example,
1).
【0025】地図アドレス情報U1 ,U2 ,..は地図
データを記憶するCD−ROMアドレスを示す。すなわ
ち、地図データが多い場合には、所定の大きさの記憶域
に記憶できないから、いくつかのサブユニットに分割さ
れて記憶されるが、各サブユニットの地図データ記憶域
が地図アドレス情報により指示される。The map address information U1, U2,. . Indicates a CD-ROM address for storing map data. That is, when there is a large amount of map data, the data cannot be stored in a storage area of a predetermined size. Therefore, the data is divided and stored in several subunits. Is done.
【0026】図5はユニットコ−ドの説明図であり、1
枚の図葉は必要に応じて順次4分割され、図葉と同一の
大きさのユニットAにはユニットコ−ド0000が付け
られ、図葉(ユニットA)を4分割したユニットBには
ユニットコ−ド1000、2000、3000、400
0が付され、ユニットBを4分割したユニットCには1
100、1200、1300、1400が付され、以下
同様にユニットCにはユニットコ−ドが付される。FIG. 5 is an explanatory diagram of the unit code.
The sheet is divided into four parts as necessary. A unit code 0000 is assigned to a unit A having the same size as the figure, and a unit B is assigned to a unit B obtained by dividing the figure (unit A) into four parts. Code 1000, 2000, 3000, 400
0 is added, and 1 is assigned to the unit C obtained by dividing the unit B into four.
100, 1200, 1300, and 1400 are assigned, and similarly, unit codes are assigned to the unit C.
【0027】尚、地図画像描画部15aがCD−ROM
11から、自動車位置に応じた地図データを読み出すに
は、(1)自動車が存在する図葉の図葉管理レコ−ドを求
め、(2)該図葉管理レコ−ドのポインタP3が指示するア
ドレスからユニットAの地図アドレス情報を求め、Aレ
ベルにおける地図がCRTに表示されている場合には、
その地図アドレス情報が示すアドレスから順次地図デー
タを読み取り、(3)Bレベルにおける地図がCRTに表
示されている場合には、ユニットAのポインタPd が指
示するユニットBの管理情報を求め、その地図アドレス
情報が示すアドレスから順次地図データを読み取り、
(4)Cレベルにおける地図がCRTに表示されている場
合には、ユニットBのポインタPd が指示するユニット
Cの管理情報を求め、その地図アドレス情報が指示する
アドレスから順次地図データを読み取る。The map image drawing section 15a is a CD-ROM
In order to read out map data corresponding to the position of the vehicle from 11, (1) find a leaf management record of the leaf where the automobile is located, and (2) point to the pointer P3 of the leaf management record. When the map address information of the unit A is obtained from the address and the map at the A level is displayed on the CRT,
The map data is sequentially read from the address indicated by the map address information. (3) When the map at the B level is displayed on the CRT, management information of the unit B indicated by the pointer Pd of the unit A is obtained, and the map information is obtained. The map data is read sequentially from the address indicated by the address information,
(4) When the map at the C level is displayed on the CRT, the management information of the unit C indicated by the pointer Pd of the unit B is obtained, and the map data is sequentially read from the address indicated by the map address information.
【0028】道路レイヤ 地図データに含まれる道路レイヤは図6に示すデータ構
造を有している。このうち、道路リストRDLTは該当
道路リンクの属性情報を与えるもので、リンク上の全ノ
−ド数、リンクを構成する各ノ−ド、道路の種別(国
道、高速道路、幅員、その他の別)等のデータより構成
されている。又、交差点ノ−ド構成リストCRLTは地
図上の各交差点毎に、該交差点に連結するリンク上の交
差点に最も近いノ−ド(交差点構成ノ−ドという)の集
合であり、ノ−ドテ−ブルNDTBは地図上の全ノ−ド
のリストであり、ノ−ド毎に位置情報(経度、緯度)、
該ノ−ドが交差点であるか否かの交差点識別フラグ、交
差点であれば交差点データを指し、交差点でなければ該
ノ−ドが属するリンクを指すポインタ、隣接ノ−ドを指
すポインタ等で構成されている。The road layer included in the road layer map data has the data structure shown in FIG. Among them, the road list RDLT gives attribute information of the corresponding road link, and includes the total number of nodes on the link, each node constituting the link, and the type of road (national road, expressway, width, and other types). )). The intersection node configuration list CRLT is a set of nodes (intersection configuration nodes) closest to an intersection on a link connected to the intersection for each intersection on the map. Bull NDTB is a list of all nodes on the map, and position information (longitude, latitude),
An intersection identification flag indicating whether or not the node is an intersection. If the node is an intersection, the intersection data indicates the intersection. If the node is not an intersection, the pointer indicates a link to which the node belongs. Have been.
【0029】隣接ノ−ドリストNNLはノ−ドが属する
図葉番号、ユニットコ−ド、ノ−ドテ−ブル上の自分の
ノ−ドを指すポインタ等で構成され、交差点ネットリス
トCRNLは図7に示すように、交差点毎に (1) 該交差点が含まれる地図の図葉番号 (2) ユニットコ−ド (3) ユニットにおける交差点シ−ケンシャル番号 以上、交差点ID (4) 交差点構成ノ−ド数 (5) 各隣接交差点のシ−ケンシャル番号 (6) 各隣接交差点までの距離 (7) 各隣接交差点までの道路の属性(道路種別、幅員) 等を有し、経路探索処理において用いられる。尚、交差
点ネットリストCRNLは以上のように、予め道路レイ
ヤとしてCD−ROM11に記憶してもよいが、CD−
ROMに記憶しておかず、経路探索処理に際して、必要
な交差点のみについてソフト的に道路レイヤ情報(道路
リストRDLT、交差点ノ−ド構成リストCRLT、ノ
−ドテ−ブルNDTB、隣接ノ−ドリストNNL)を用
いて作成するようにしてもよい。The adjacent node list NNL is composed of a leaf number to which the node belongs, a unit code, a pointer pointing to its own node on the node table, and the like, and the intersection netlist CRNL is shown in FIG. As shown in (1), for each intersection, (1) map leaf number including the intersection, (2) unit code, (3) intersection sequential number of the unit, intersection ID and (4) intersection configuration node Number (5) Sequential number of each adjacent intersection (6) Distance to each adjacent intersection (7) Attributes of road to each adjacent intersection (road type, width), etc., are used in route search processing. As described above, the intersection netlist CRNL may be stored in advance in the CD-ROM 11 as a road layer.
In the route search processing, road layer information (road list RDLT, intersection node configuration list CRLT, node table NDTB, adjacent node list NNL) is not stored in the ROM, and only necessary intersections are softly stored. You may make it create using it.
【0030】経路探索制御 以下、図8、図9に示す流れ図に従って本発明の経路探
索制御を説明する。尚、交差点ネットリストCRNLは
予めCD−ROM11に記憶されているものとする。 Route Search Control The route search control of the present invention will be described below with reference to the flowcharts shown in FIGS. It is assumed that the intersection netlist CRNL is stored in the CD-ROM 11 in advance.
【0031】経路探索に際して、操作部14上の経路探
索キーを用いて経路探索モ−ドにする。ついで、地図検
索キーを操作し、地図画像描画部15aにより出発地、
目的地それぞれについて所定の地図をディスプレイ画面
に表示し、しかる後、地図スクロ−ルキーを用いて自動
車位置マ−クを出発地、目的地に位置決めし、これら出
発地、目的地を設定する(ステップ101)。At the time of route search, a route search mode is set by using a route search key on the operation unit 14. Then, the map search key is operated, and the starting point,
A predetermined map is displayed on the display screen for each of the destinations, and thereafter, the car position mark is positioned at the departure point and the destination using the map scroll keys, and the departure point and the destination are set (step). 101).
【0032】出発地STPと目的地DSPが設定される
と、経路探索部15fは出発地と目的地が属する地図の
図葉番号MNo.とユニットコ−ドUCDを求め、これ
ら図葉番号とユニットコ−ドより経路探索の対象となる
探索範囲を決定する(ステップ102)。例えば、図1
0に示すように、出発地STPと目的地DSPをそれぞ
れ含むユニットUNS,UNEを対角ユニットとする矩
形領域R1あるいは該矩形領域より大きめの矩形領域R
2を探索範囲として決定する。大きめの矩形領域R2
は、例えばユニットUNS,UNEに外側斜め方向に隣
接するユニットUNS′、UNE′を求め、これら2つ
のユニットを対角ユニットとする矩形領域として求め
る。尚、探索範囲の具体的な求め方は、ユニットUNS
とユニットUNEを対角ユニットとするように、ユニッ
トUNSに水平方向に隣接するユニットの図葉番号とユ
ニットコ−ドを求め、しかる後各ユニットに垂直方向に
隣接するユニットの図葉番号とユニットコ−ドを求める
ことにより行う。この場合、ユニットには大きさの違い
があるため、図11に示すように正確に矩形領域となら
ない場合があるが本発明ではこれらを含めて矩形領域と
定義する。When the departure place STP and the destination DSP are set, the route search section 15f sends the map leaf number MNo. And a unit code UCD, and a search range to be searched for a route is determined based on the figure number and the unit code (step 102). For example, FIG.
0, a rectangular area R1 having diagonal units UNS and UNE respectively including a starting point STP and a destination DSP, or a rectangular area R larger than the rectangular area.
2 is determined as the search range. Large rectangular area R2
For example, the unit UNS 'and UNE' which are adjacent to the units UNS and UNE in an oblique outer direction are obtained, and these two units are obtained as a rectangular area having a diagonal unit. The specific method of obtaining the search range is described in the unit UNS.
And the unit code of the unit horizontally adjacent to the unit UNS so that the unit UNE is a diagonal unit, and then the unit of the unit vertically adjacent to each unit is determined. This is done by finding the code. In this case, since the units have different sizes, a rectangular area may not be accurately formed as shown in FIG. 11, but in the present invention, the rectangular area is defined including these.
【0033】経路探索範囲を決定すれば、経路探索部1
5fは検索次数iを0にし(0→i、ステップ10
3)、第i次交差点に隣接する交差点が存在するか交差
点ネットリストCRNLを参照して調べる(ステップ1
04)。尚、0次交差点は出発地である。When the route search range is determined, the route search unit 1
5f sets the search order i to 0 (0 → i, step 10
3) Check whether there is an intersection adjacent to the ith intersection by referring to the intersection netlist CRNL (step 1).
04). Note that the zero-order intersection is the departure point.
【0034】存在すれば、該隣接交差点が属するユニッ
トの図葉番号とユニットコ−ドを交差点ネットリストC
RNLから求め、該ユニットがステップ102で求めた
探索範囲内のユニットに含まれるか調べ(ステップ10
5)、含まれなければステップ104に戻り、着目して
いる第i次交差点に隣接する交差点が、なお残存するか
調べて以降の処理を繰り返す。If it exists, the map number and the unit code of the unit to which the adjacent intersection belongs are entered into the intersection netlist C.
From the RNL, it is checked whether the unit is included in the unit within the search range obtained in step 102 (step 10).
5) If not included, the process returns to step 104, and it is checked whether an intersection adjacent to the focused ith intersection still remains and the subsequent processing is repeated.
【0035】ステップ105において隣接交差点が、探
索範囲内のユニット内に存在すれば、、出発地から該隣
接交差点までの累計距離Dを計算する(ステップ10
6)。出発地から第i次交差点までの距離d1は後述す
るように、該第i次交差点に対応させて図示しない記憶
部に記憶してあり、また第i次交差点から隣接交差点ま
での距離d2は交差点ネットリストCRNLに記憶して
あるから、次式d1+d2→Dにより出発地から該隣接交
差点までの累計距離Dが求まる。If the adjacent intersection exists in the unit within the search range in step 105, the total distance D from the departure point to the adjacent intersection is calculated (step 10).
6). The distance d 1 from the departure point to the ith intersection is stored in a storage unit (not shown) corresponding to the ith intersection, as described later, and the distance d 2 from the ith intersection to the adjacent intersection Is stored in the intersection netlist CRNL, the total distance D from the departure point to the adjacent intersection is obtained by the following equation d 1 + d 2 → D.
【0036】ついで、隣接交差点の検索次数が(i+
1)かチェックし(ステップ107)、(i+1)でな
ければ、隣接交差点に対応させて、以下のデータ (1) 現在着目している第i次交差点のシ−ケンシャル番
号、 (2) 出発地から隣接交差点までの累計距離、 (3) 隣接交差点の検索次数(i+1) を記憶部に記憶し(ステップ108)、以後、ステップ
104に戻り着目している第i次交差点に隣接する交差
点が、なお残存するか調べて以降の処理を繰り返す。Next, the search order of the adjacent intersection is (i +
(1) is checked (step 107). If not (i + 1), the following data is associated with the adjacent intersection (1) the sequential number of the i-th intersection currently focused on, (2) the departure place (3) The search order (i + 1) of the adjacent intersection is stored in the storage unit (Step 108). Thereafter, the flow returns to Step 104, and the intersection adjacent to the ith intersection of interest is The remaining processes are checked to see if they remain, and the subsequent processing is repeated.
【0037】一方、ステップ107において、隣接交差
点の次数が(i+1)の場合には、換言すれば、該隣接
交差点が別の第i次交差点に隣接する交差点として参照
されていれば(ステップ108で既に上記(1)〜(3) の
データが記憶されていれば)、該隣接交差点に対応して
記憶してある出発地からの累計距離D′とステップ10
6で求めた距離Dの大小を比較する(ステップ10
9)。On the other hand, if the degree of the adjacent intersection is (i + 1) in step 107, in other words, if the adjacent intersection is referred to as an intersection adjacent to another i-th intersection (step 108). If the data of (1) to (3) is already stored), the accumulated distance D 'from the departure point stored corresponding to the adjacent intersection and step 10
Compare the magnitude of the distance D obtained in step 6 (step 10).
9).
【0038】D<D′であれば、当該隣接交差点に対応
して記憶してある、第i次交差点のシ−ケンシャル番号
を現在着目している第i次交差点のシ−ケンシャル番号
で置き換えると共に、距離D′をDで書き替え(D→
D′,ステップ110)、以後、ステップ104に戻
り、着目している第i次交差点に隣接する交差点が、な
お残存するか調べて以降の処理を繰り返す。又、D≧
D′の場合には、当該隣接交差点に対応して記憶してあ
る内容を変更せずステップ104に戻る。If D <D ', the sequential number of the i-th intersection stored in correspondence with the adjacent intersection is replaced with the sequential number of the i-th intersection currently focused on. , Rewrite distance D 'with D (D →
D ', step 110), and thereafter, the process returns to step 104, and it is checked whether or not the intersection adjacent to the focused ith intersection still remains, and the subsequent processing is repeated. Also, D ≧
In the case of D ', the process returns to step 104 without changing the content stored corresponding to the adjacent intersection.
【0039】一方、ステップ104において、着目して
いる第i次交差点に隣接する交差点が存在しなくなれ
ば、別の第i次交差点が存在するか調べ(ステップ11
1)、存在すれば、該別の第i次交差点を対象第i次交
差点として(ステップ112)、ステップ104以降の
処理を繰り返す。On the other hand, in step 104, if there is no longer an intersection adjacent to the ith intersection of interest, it is checked whether another ith intersection exists (step 11).
1) If it exists, the other i-th intersection is set as the target i-th intersection (step 112), and the processing from step 104 onward is repeated.
【0040】ステップ111において、別の第i次交差
点が存在しなければ、目的地に到達したかチェックし、
換言すれば第(i+1)次の交差点に目的地が含まれて
いるかチェックし(ステップ113)、含まれていなけ
れば検索次数を1つ歩進し(i+1→i,ステップ11
4)、ステップ104以降の処理を繰り返す。In step 111, if there is no other i-th intersection, it is checked whether the destination has been reached.
In other words, it is checked whether the destination is included in the (i + 1) th intersection (step 113), and if it is not included, the search order is incremented by one (i + 1 → i, step 11).
4) Repeat the processing of step 104 and subsequent steps.
【0041】しかし、目的地に到達すれば、該目的地
(m次の交差点とする)に対応させて記憶してある(m
−1)次の交差点、該(m−1)次の交差点に対応させ
て記憶してある(m−2)次の交差点、・・・、2次の
交差点に対応させて記憶してある1次交差点、該1次交
差点に対応させて記憶してある0次の交差点(出発地)
を順次結んで最短経路を決定し(ステップ115)、経
路処理を終了する。However, when the vehicle reaches the destination, it is stored in association with the destination (the intersection of the m-th order) (m
-1) the next intersection, the (m-1) next intersection stored corresponding to the (m-1) next intersection,... 1 stored corresponding to the second intersection Next intersection, 0th intersection (departure point) stored in association with the primary intersection
Are sequentially connected to determine the shortest path (step 115), and the path processing ends.
【0042】以上では、交差点ネットリストがCD−R
OMに予め記憶されている場合であるが、CD−ROM
に記憶せず、経路探索範囲内のユニットが求まった時点
で、道路レイヤ情報を用いて経路探索範囲内のユニット
に含まれる全交差点を求め、該交差点について交差点ネ
ットリストCRNLを作成してRAMに記憶するように
構成することもできる。In the above description, the intersection netlist is CD-R
OM is stored in advance, but the CD-ROM
At the time when the unit within the route search range is determined without using the road layer information, all the intersections included in the unit within the route search range are determined, and an intersection netlist CRNL is created for the intersection and stored in the RAM. It can also be configured to store.
【0043】[0043]
【発明の効果】以上本発明によれば、交差点に対応させ
て、該交差点が含まれる地図の図葉番号とユニットコ−
ド、及び該交差点に隣接する交差点とその間の距離を少
なくとも有する交差点ネットリストを設け、設定された
出発地と目的地が含まれる地図のユニットを求め、これ
らユニットを対角ユニットとする矩形領域より大きい矩
形領域を探索範囲として決定し、交差点ネットリストを
参照して交差点が該決定された矩形領域内のユニットに
存在するか調べ、存在しない場合には該交差点を経路探
索の対象から排除して経路探索を行うように構成したか
ら、経路探索範囲を狭めることができ、従って、最短経
路を求めるに際して考慮すべき交差点数を減少でき、経
路探索時間を短縮することができる。又、本発明によれ
ば、経路探索領域を広げることにより、最適経路を確実
に見つけることができる。又、本発明によれば、地図図
葉をさらに細分化した地図ユニットを単位として探索範
囲を決定しているので、必要とする探索範囲をより狭め
ることができ、経路探索時間を短縮できる。 As described above, according to the present invention, the map leaf number and the unit code of the map including the intersection are associated with the intersection.
And an intersection netlist having at least an intersection adjacent to the intersection and a distance between the intersections, a unit of a map including the set departure point and destination is obtained, and a rectangular area having these units as diagonal units is obtained. Large rectangle
The shape area is determined as a search range, and it is checked whether or not the intersection exists in the unit in the determined rectangular area by referring to the intersection netlist. If the intersection does not exist, the intersection is excluded from the route search target and the route is removed. Since the search is performed, the route search range can be narrowed, so that the number of intersections to be considered when finding the shortest route can be reduced, and the route search time can be shortened. According to the present invention,
The optimal route by expanding the route search area
Can be found at Also, according to the present invention, a map map
The search range is defined in map units obtained by further subdividing leaves.
Since the enclosure is determined, the required search range is narrowed
Route search time can be reduced.
【図1】本発明の実施例構成図である。FIG. 1 is a configuration diagram of an embodiment of the present invention.
【図2】ユニットの説明図である。FIG. 2 is an explanatory diagram of a unit.
【図3】第1の地図管理情報の説明図である。FIG. 3 is an explanatory diagram of first map management information.
【図4】第2の地図管理情報の説明図である。FIG. 4 is an explanatory diagram of second map management information.
【図5】ユニットコ−ドの説明図である。FIG. 5 is an explanatory diagram of a unit code.
【図6】道路レイヤ説明図である。FIG. 6 is an explanatory diagram of a road layer.
【図7】交差点ネットリスト説明図である。FIG. 7 is an explanatory diagram of an intersection net list.
【図8】経路探索処理の第1の流れ図である。FIG. 8 is a first flowchart of a route search process.
【図9】経路探索処理の第2の流れ図である。FIG. 9 is a second flowchart of the route search process.
【図10】探索範囲の説明図である。FIG. 10 is an explanatory diagram of a search range.
【図11】探索範囲内のユニット説明図である。FIG. 11 is an explanatory diagram of units in a search range.
【図12】ダイクストラ法の説明図である。FIG. 12 is an explanatory diagram of the Dijkstra method.
11・・地図データ記憶部 12・・ディスプレイ装置(CRT) 13・・現在地検出部 15・・地図表示制御装置 15a・・地図画像描画部 15f・・経路探索部 15g・・誘導経路記憶部 11. Map data storage unit 12. Display device (CRT) 13. Current position detection unit 15. Map display control unit 15a Map image drawing unit 15f Route search unit 15g Guide route storage unit
Claims (1)
に、地図上の交差点を考慮して出発地から目的地迄の最
短経路を探索し、ドライバを誘導するナビゲ−ション装
置の経路探索方法において、 交差点に対応させて、該交差点が含まれる地図の図葉番
号とユニットコ−ド、及び該交差点に隣接する交差点と
その間の距離を少なくとも有する交差点ネットリストを
設け、 設定された出発地と目的地が含まれる地図のユニットを
求め、 これらユニットを対角ユニットとする矩形領域より大き
い矩形領域を探索範囲として決定し、 交差点ネットリストを参照して交差点が該決定された探
索範囲内のユニットに存在するか調べ、 存在しない場合には該交差点を経路探索の対象から排除
することを特徴とする経路探索方法。1. A route search method of a navigation device for displaying a map corresponding to a vehicle position, searching for a shortest route from a departure point to a destination in consideration of an intersection on the map, and guiding a driver. In correspondence with the intersection, a map net number and a unit code of a map including the intersection, and an intersection netlist having at least an intersection adjacent to the intersection and a distance between the intersections are provided. Find the units of the map that includes the ground and make them larger than the rectangular area with these units as diagonal units.
A rectangular area is determined as a search range, and an intersection netlist is referenced to check whether an intersection exists in a unit within the determined search range. If not, the intersection is excluded from path search targets. A route search method characterized by the following.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP8832691A JP2849230B2 (en) | 1991-04-19 | 1991-04-19 | Route search method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP8832691A JP2849230B2 (en) | 1991-04-19 | 1991-04-19 | Route search method |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH04319987A JPH04319987A (en) | 1992-11-10 |
JP2849230B2 true JP2849230B2 (en) | 1999-01-20 |
Family
ID=13939771
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP8832691A Expired - Fee Related JP2849230B2 (en) | 1991-04-19 | 1991-04-19 | Route search method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2849230B2 (en) |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3946820B2 (en) * | 1997-07-08 | 2007-07-18 | アイシン・エィ・ダブリュ株式会社 | Vehicle navigation device |
DE102007043037A1 (en) * | 2007-09-11 | 2009-04-16 | Navigon Ag | Method and navigation device for determining a route |
US7890914B2 (en) * | 2008-02-01 | 2011-02-15 | Texas Instruments Incorporated | Layout data reduction for use with electronic design automation tools |
-
1991
- 1991-04-19 JP JP8832691A patent/JP2849230B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JPH04319987A (en) | 1992-11-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2834952B2 (en) | Route search method | |
EP0897170B1 (en) | Location floor number display device in navigation apparatus | |
KR100279762B1 (en) | Navigation device | |
EP2795256B1 (en) | Methods for facilitating searching of points of interest along a route | |
US20020129020A1 (en) | Map database apparatus | |
JP2004109130A (en) | Method for streamlined display of road in geographical database | |
JPH0816991A (en) | Guiding route searching method | |
US20090187538A1 (en) | Method of Prioritizing Similar Names of Locations for use by a Navigation System | |
JP3349839B2 (en) | Car navigation system | |
JP2849230B2 (en) | Route search method | |
JP2796199B2 (en) | Route search method | |
JPH0553501A (en) | Optimum course determining method using course table | |
JP3193479B2 (en) | Route guidance method | |
JP2725900B2 (en) | Route search method | |
JP2902209B2 (en) | Route search method | |
JP2798828B2 (en) | In-vehicle navigator | |
JP3069202B2 (en) | Route search method | |
JP3860392B2 (en) | Route search device | |
JP2892881B2 (en) | In-vehicle navigator guidance route search method | |
JP3429923B2 (en) | Car navigation system | |
JP2806149B2 (en) | Navigation device with route calculation function | |
JPH06186049A (en) | Method for guiding along course | |
JP3406449B2 (en) | In-vehicle navigation device and guidance route search method | |
JP2902208B2 (en) | Route search method | |
JP3869055B2 (en) | Route search device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 19981027 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20091106 Year of fee payment: 11 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20091106 Year of fee payment: 11 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20101106 Year of fee payment: 12 |
|
LAPS | Cancellation because of no payment of annual fees |