JP4836289B2 - Compression device, route search device, navigation system, operation method of compression device, operation method of route search device, and operation method of navigation device - Google Patents

Compression device, route search device, navigation system, operation method of compression device, operation method of route search device, and operation method of navigation device Download PDF

Info

Publication number
JP4836289B2
JP4836289B2 JP2009093577A JP2009093577A JP4836289B2 JP 4836289 B2 JP4836289 B2 JP 4836289B2 JP 2009093577 A JP2009093577 A JP 2009093577A JP 2009093577 A JP2009093577 A JP 2009093577A JP 4836289 B2 JP4836289 B2 JP 4836289B2
Authority
JP
Japan
Prior art keywords
coordinate
coordinates
difference
unit
route
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2009093577A
Other languages
Japanese (ja)
Other versions
JP2010245913A (en
Inventor
哲哉 北氏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Yahoo Japan Corp
Original Assignee
Yahoo Japan Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yahoo Japan Corp filed Critical Yahoo Japan Corp
Priority to JP2009093577A priority Critical patent/JP4836289B2/en
Publication of JP2010245913A publication Critical patent/JP2010245913A/en
Application granted granted Critical
Publication of JP4836289B2 publication Critical patent/JP4836289B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、緯度経度などの地図上の座標情報のデータ量を圧縮する技術に関する。   The present invention relates to a technique for compressing a data amount of coordinate information on a map such as latitude and longitude.

現在、ユーザ端末にて閲覧可能な地図データが、インターネットを介したASPの利用やスタンドアロンのユーザ端末へのインストールなど様々な形態で提供されている。このような地図データでは、緯度経度情報などによって地図上の座標点を特定し、ランドマークの位置やルートなどを表示することができる。   Currently, map data that can be browsed on a user terminal is provided in various forms such as use of ASP via the Internet or installation on a stand-alone user terminal. In such map data, coordinate points on the map can be specified based on latitude and longitude information, and the positions and routes of landmarks can be displayed.

ところで、この座標を示すデータは、例えば緯度経度情報であれば「35.658625、139.745415」という具合に、位置解像度合いに応じて差はあるものの、所定水準以上のサービス提供のためには桁数の大きな数値データ列で表す必要がある。そのためインターネットを介したルート検索サービスの場合、この座標を示すデータをそのままユーザ端末に送信すると、通信に時間がかかってしまい地図情報の表示が遅い、などの問題が生じる。そこで、緯度経度情報などの座標を示すデータ量を削減するための圧縮方法が様々提供されている。   By the way, if the data indicating these coordinates is latitude / longitude information, for example, “35.658625, 139.745415”, there is a difference depending on the position resolution, but in order to provide a service of a predetermined level or higher. It must be represented by a numeric data string with a large number of digits. For this reason, in the case of a route search service via the Internet, if data indicating these coordinates is transmitted to the user terminal as it is, there will be a problem that it takes time for communication and display of map information is slow. Therefore, various compression methods for reducing the amount of data indicating coordinates such as latitude and longitude information are provided.

例えば、特許文献1には地図上の所定のノードの位置情報を直前のノードからの偏角で表すことで数値的に偏りのあるデータに変換し(数値範囲が−180から180の間に収まり、また、直線であれば偏角は0度に偏るため)、可変長符号化によってデータ量を削減する技術が開示されている。   For example, in Patent Document 1, position information of a predetermined node on a map is converted into data having a numerical deviation by representing the deviation information from the immediately preceding node (the numerical range is between −180 and 180). In addition, since the declination is deviated to 0 degrees if it is a straight line), a technique for reducing the amount of data by variable length coding is disclosed.

また、一般的に、数値データ群のデータサイズを圧縮する方法として、その差分を利用する方式も利用されている。この方式では、データ群について1つ前の数値との差分値を算出し、その差分値でデータ群を表現することで、例えば「10000、10010、10020」というデータ群を、「10000、+10、+10」といった具合に少ない情報量(ビット数)とすることができる。   In general, as a method for compressing the data size of a numerical data group, a method using the difference is also used. In this method, a difference value from the previous numerical value is calculated for the data group, and the data group is expressed by the difference value, for example, the data group “10000, 10010, 10020” is changed to “10000, +10, The amount of information (number of bits) can be made small, such as “+10”.

特開2003−23357号公報JP 2003-23357 A

しかし、上記従来の圧縮技術には以下のような課題がある。すなわち、特許文献1の技術においては、ノードを偏角で表す際の変換処理の負荷が高いために、装置側に高い演算処理能力が要求される、あるいは処理に時間がかかりユーザを待たせてしまう、などの課題がある。   However, the conventional compression technique has the following problems. That is, in the technique of Patent Document 1, since the load of conversion processing when expressing a node with a declination is high, a high arithmetic processing capability is required on the device side, or the processing takes time and the user is kept waiting. There is a problem such as.

また、上記差分を利用したデータ圧縮には、例えば、上記例のように数値データ同士の値が近似していれば圧縮効率を高く維持できるが、値が大きく異なるデータ同士の場合、例えば「30000、10」のデータ群であれば、差分が「30000、−29990」となってしまうなど、逆にデータ量が多くなってしまう可能性があるなどの課題がある。また、それを回避するためにデータ量を削減できるか否かの判断処理を行うと、結局処理時間がかかってしまうことになる。   For data compression using the above difference, for example, if the values of numerical data are approximated as in the above example, the compression efficiency can be maintained high. However, in the case of data having greatly different values, for example, “30000” If the data group is “10”, there is a problem that the data amount may increase, for example, the difference becomes “30000, −29990”. In addition, if it is determined whether or not the amount of data can be reduced in order to avoid this, it will take a long processing time.

以上の課題を解決するために、本発明は、主に隣接点で構成されることが多く上位桁の数字が近似している地図上の座標組を受付け、その座標組に関して差分を演算しデータ量を圧縮する機能を備える座標圧縮装置を提供する。   In order to solve the above-described problems, the present invention accepts a coordinate set on a map that is mainly composed of adjacent points and approximates a high-order digit, calculates a difference with respect to the coordinate set, and performs data processing. A coordinate compression apparatus having a function of compressing a quantity is provided.

具体的には、地図上の位置を表す複数の座標を一組として座標組を受付ける座標組受付部と、取得した座標組に含まれる複数の座標の中から基準座標を選択する基準座標選択部と、座標組に含まれる基準座標と他の座標との差分演算を行い、当該他の座標を差分座標として取得する差分座標取得部と、差分座標として表されない基準座標と差分座標とを一組として、この座標組を受付けた座標組に対応する圧縮座標組として出力する圧縮座標組出力部と、を有する座標圧縮装置である。   Specifically, a coordinate set receiving unit that receives a set of coordinates representing a position on the map as a set, and a reference coordinate selection unit that selects a reference coordinate from a plurality of coordinates included in the acquired coordinate set A difference coordinate acquisition unit that performs a difference calculation between a reference coordinate included in the coordinate set and another coordinate and acquires the other coordinate as a difference coordinate, and a set of a reference coordinate and a difference coordinate not represented as the difference coordinate And a compressed coordinate set output unit that outputs a compressed coordinate set corresponding to the coordinate set that has received the coordinate set.

また、上記の構成を基本として、基準座標選択部が、基準座標として差分座標として表されるべき座標をも選択する相対選択手段を有する座標圧縮装置も提供する。   In addition, on the basis of the above configuration, a coordinate compression device is also provided in which the reference coordinate selection unit includes a relative selection unit that also selects a coordinate to be expressed as a difference coordinate as the reference coordinate.

また、例えばルート検索で検索されたルートは、値が極めて近く、かつ連続的に変化する緯度経度などで示される座標組によって構成されるので、より圧縮効率を高めることができる。そこで、上記の構成のいずれかを基本として、座標組受付部が、地図上のルートを、複数の座標を隣同士連続させた線として表現するために、当該複数の座標をルート組として受付けるルート組受付手段を有し、基準座標選択部が、ルート組に含まれる複数の座標の中から常に差分座標取得部での演算対象となる座標に隣接する座標を基準座標として選択する隣接座標選択手段を有する座標圧縮装置も提供する。   In addition, for example, the route searched by the route search is composed of coordinate sets indicated by latitude and longitude that are extremely close in value and continuously change, so that the compression efficiency can be further improved. Therefore, based on one of the above configurations, the coordinate set receiving unit receives a plurality of coordinates as a route set in order to represent the route on the map as a line in which a plurality of coordinates are adjacent to each other. Adjacent coordinate selection means that has a set reception means, and the reference coordinate selection unit always selects, as the reference coordinates, coordinates adjacent to the coordinates to be calculated in the difference coordinate acquisition unit from among a plurality of coordinates included in the route set A coordinate compression apparatus having

また、上記構成の座標圧縮装置を含むルート検索装置や、そのルート検索装置と、端末装置と、からなるナビゲーションシステムも提供する。また、これら座標圧縮装置やルート検索装置、ナビゲーションシステムの動作方法も提供する。   In addition, a route search device including the coordinate compression device configured as described above, and a navigation system including the route search device and a terminal device are also provided. In addition, an operation method of the coordinate compression device, route search device, and navigation system is also provided.

以上のような構成をとる本発明によって、処理負荷をかけることなく効率的に座標組のデータ量を圧縮することができる。また、それによって、例えば携帯電話網など比較的低速のネットワークを介した通信型のナビゲーションシステムなどにおいても、ストレスを感じないスピードで座標組をクライアント端末に送信することができる。   According to the present invention having the above-described configuration, the data amount of the coordinate group can be efficiently compressed without applying a processing load. Accordingly, even in a communication-type navigation system via a relatively low-speed network such as a mobile phone network, the coordinate set can be transmitted to the client terminal at a speed that does not feel stress.

実施例1の座標圧縮装置における座標組の圧縮処理の一例を説明するための概念図FIG. 3 is a conceptual diagram for explaining an example of a coordinate group compression process in the coordinate compression apparatus according to the first embodiment. 実施例1の座標圧縮装置における機能ブロックの一例を表す図The figure showing an example of the functional block in the coordinate compression apparatus of Example 1. 実施例1の座標圧縮装置の差分座標取得部での差分座標取得の一例を表す概念図The conceptual diagram showing an example of the difference coordinate acquisition in the difference coordinate acquisition part of the coordinate compression apparatus of Example 1. 実施例1の座標圧縮装置の圧縮座標組出力部にて実行されるデータ圧縮処理の一例を表す概念図FIG. 3 is a conceptual diagram illustrating an example of data compression processing executed by a compressed coordinate set output unit of the coordinate compression apparatus according to the first embodiment. 実施例1の座標圧縮装置におけるハードウェア構成の一例を表す図The figure showing an example of the hardware constitutions in the coordinate compression apparatus of Example 1. 実施例1の座標圧縮装置における処理の流れの一例を表すフローチャート7 is a flowchart illustrating an example of a process flow in the coordinate compression apparatus according to the first embodiment. 実施例2の座標圧縮装置において取得される座標組の特徴を説明するための概念図Conceptual diagram for explaining the characteristics of a coordinate set acquired in the coordinate compression apparatus according to the second embodiment. 実施例2の座標圧縮装置における機能ブロックの一例を表す図The figure showing an example of the functional block in the coordinate compression apparatus of Example 2. 実施例2の座標圧縮装置における処理の流れの一例を表すフローチャート7 is a flowchart illustrating an example of a process flow in the coordinate compression apparatus according to the second embodiment. 実施例3のルート検索装置における機能ブロックの一例を表す図The figure showing an example of the functional block in the route search apparatus of Example 3. 実施例3のルート検索装置における処理の流れの一例を表すフローチャートA flowchart showing an example of the flow of processing in a route search device of Example 3. 実施例4のナビゲーションシステムの一例を表す概念図A conceptual diagram showing an example of a navigation system of Example 4. 実施例4のナビゲーションシステムを構成する各装置の機能ブロックの一例を表す図The figure showing an example of the functional block of each apparatus which comprises the navigation system of Example 4. FIG. 実施例4のナビゲーションシステムにおける処理の流れの一例を表すフローチャートA flowchart showing an example of a flow of processing in a navigation system of Example 4.

以下に、図を用いて本発明の実施の形態を説明する。なお、本発明はこれら実施の形態に何ら限定されるものではなく、その要旨を逸脱しない範囲において、種々なる態様で実施しうる。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. Note that the present invention is not limited to these embodiments, and can be implemented in various modes without departing from the spirit of the present invention.

なお、実施例1は、主に請求項1、2、6、7について説明する。また、実施例2は、主に請求項3、8について説明する。また、実施例3は、主に請求項4、9について説明する。また、実施例4は、主に請求項5、10について説明する。   In the first embodiment, claims 1, 2, 6, and 7 will be mainly described. In the second embodiment, claims 3 and 8 will be mainly described. In the third embodiment, claims 4 and 9 will be mainly described. In the fourth embodiment, claims 5 and 10 will be mainly described.

≪実施例1≫
<概要>
図1は、本実施例の座標圧縮装置における座標組の圧縮処理の一例を説明するための概念図である。例えばユーザαがお気に入りのレストランを友人βに紹介するため、図1(a)にあるように地図データ上のレストランA,B,C,D,E,Fを特定する。そしてユーザαは、本実施例の座標圧縮装置を利用して、図1(b)に示すように上記レストランAからFの位置を示す緯度経度の値について差分を取り、64進数値への変換などの処理を行うことで、送信するデータのサイズを例えば20パーセントほどのサイズに圧縮して、その圧縮データをユーザβの端末に送信した。
Example 1
<Overview>
FIG. 1 is a conceptual diagram for explaining an example of coordinate group compression processing in the coordinate compression apparatus of the present embodiment. For example, in order for the user α to introduce a favorite restaurant to the friend β, the restaurants A, B, C, D, E, and F on the map data are specified as shown in FIG. Then, the user α uses the coordinate compression apparatus of the present embodiment to take the difference between the latitude and longitude values indicating the positions of the restaurants A to F as shown in FIG. For example, the size of the data to be transmitted is compressed to about 20 percent, and the compressed data is transmitted to the terminal of the user β.

このようにして、ユーザαは、通常よりも軽いデータサイズで友人βにお勧めのレストランの位置を教えることができる。   In this way, the user α can tell the friend β the recommended restaurant location with a lighter data size than usual.

<機能的構成>
図2は、本実施例の座標圧縮装置における機能ブロックの一例を表す図である。なお、以下に記載する本座標圧縮装置の機能ブロックは、ハードウェア、ソフトウェア、又はハードウェア及びソフトウェアの両方として実現され得る。具体的には、コンピュータを利用するものであれば、CPUや主メモリ、バス、あるいは二次記憶装置(ハードディスクや不揮発性メモリ、CDやDVDなどの記憶メディアとそれらメディアの読取ドライブなど)、情報入力に利用される入力デバイス、印刷機器や表示装置、その他の外部周辺装置などのハードウェア構成部、またその外部周辺装置用のインターフェース、通信用インターフェース、それらハードウェアを制御するためのドライバプログラムやその他アプリケーションプログラム、ユーザインターフェース用アプリケーションなどが挙げられる。
<Functional configuration>
FIG. 2 is a diagram illustrating an example of functional blocks in the coordinate compression apparatus of the present embodiment. Note that the functional blocks of the coordinate compression apparatus described below can be realized as hardware, software, or both hardware and software. Specifically, if a computer is used, a CPU, a main memory, a bus, or a secondary storage device (a hard disk, a non-volatile memory, a storage medium such as a CD or a DVD, a read drive for the medium, etc.), information Input devices used for input, printing equipment, display devices, other hardware components such as external peripheral devices, interfaces for external peripheral devices, communication interfaces, driver programs for controlling these hardware, Other examples include application programs and user interface applications.

そして主メモリ上に展開したプログラムに従ったCPUの演算処理によって、入力デバイスやその他インターフェースなどから入力され、メモリやハードディスク上に保持されているデータなどが加工、蓄積されたり、上記各ハードウェアやソフトウェアを制御するための命令が生成されたりする。また、この発明は座標圧縮装置として実現できるのみでなく、方法としても実現可能である。また、このような発明の一部をソフトウェアとして構成することができる。さらに、そのようなソフトウェアをコンピュータに実行させるために用いるソフトウェア製品、及び同製品を記録媒体に固定した記録媒体も、当然にこの発明の技術的な範囲に含まれる(本明細書の全体を通じて同様である)。   Then, by CPU processing according to the program developed on the main memory, the data input from the input device or other interface and held in the memory or hard disk is processed and stored, An instruction for controlling the software is generated. In addition, the present invention can be realized not only as a coordinate compression apparatus but also as a method. A part of the invention can be configured as software. Furthermore, a software product used for causing a computer to execute such software and a recording medium in which the product is fixed to a recording medium are naturally included in the technical scope of the present invention (the same applies throughout the present specification). Is).

そして、この図2にあるように、本実施例の「座標圧縮装置」(0200)は、「座標組受付部」(0201)と、「基準座標選択部」(0202)と、「差分座標取得部」(0203)と、「圧縮座標組出力部」(0204)と、を有する。   As shown in FIG. 2, the “coordinate compression device” (0200) of the present embodiment includes a “coordinate group reception unit” (0201), a “reference coordinate selection unit” (0202), and “difference coordinate acquisition”. Part "(0203) and" compressed coordinate set output part "(0204).

「座標組受付部」(0201)は、地図上の位置を表す複数の座標を一組として座標組を受付ける機能を有し、例えばCPU(中央演算装置)や主メモリ、I/O(インプット/アウトプット)、座標組受付プログラムなどで実現することができる。また、「座標」とは位置を示すための数値情報をいい、例えば緯度経度情報のほか、本発明などにあわせ特別に設定された位置特定のための数値情報なども挙げられる。また、「複数の座標を一組」とは、緯度経度情報などの位置情報で示される座標点を複数まとめて一組とする、という意味である。   The “coordinate group accepting unit” (0201) has a function of accepting a coordinate group by taking a plurality of coordinates representing a position on the map as a set. For example, the CPU (central processing unit), main memory, I / O (input / input) Output), a coordinate group reception program, and the like. “Coordinates” refers to numerical information for indicating a position. For example, in addition to latitude and longitude information, numerical information for specifying a position that is specially set in accordance with the present invention may be used. Further, “a set of a plurality of coordinates” means that a plurality of coordinate points indicated by position information such as latitude and longitude information are grouped together to form a set.

そして「座標組受付部」は、具体的に、例えば上記概要のようにユーザ端末に対して地図を提示し、ユーザによる地図上の任意の複数地点を指定する操作入力に応じて、当該複数地点の緯度経度情報を座標組として受付ける、などの構成が挙げられる。あるいは、ランドマーク名とそのランドマークのある位置の緯度経度情報を関連付けたテーブルデータを参照し、ユーザによって入力された複数のランドマーク名の緯度経度情報を座標組として受付ける構成も挙げられる。また、GPS(全地球測位システム)を利用した位置測定情報や、その他の位置測定方法(例えば無線LANスポットや携帯電話基地局の固有位置情報などを利用した位置測定方法)による位置測定情報に基づいて、複数の緯度経度情報などの座標の組を取得する構成も挙げられる。   Then, the “coordinate group reception unit” specifically presents a map to the user terminal, for example, as described above, and in response to an operation input for designating a plurality of points on the map by the user, the plurality of points The configuration of accepting the latitude / longitude information as a coordinate set is included. Or the structure which refers the table data which linked | related the landmark name and the latitude longitude information of the position with the landmark, and receives the latitude longitude information of the some landmark name input by the user as a coordinate group is also mentioned. Also, based on position measurement information using GPS (Global Positioning System) and position measurement information based on other position measurement methods (for example, position measurement methods using wireless LAN spots, mobile phone base station specific position information, etc.). In addition, a configuration for acquiring a set of coordinates such as a plurality of latitude / longitude information is also available.

また、実施例3などで後述するように、ルート検索の結果求められたルートを表す複数の緯度経度情報を座標組として受付けても良い。もちろん上記以外のその他の構成によって複数の座標の組を受付けても良い。   Further, as described later in the third embodiment, a plurality of pieces of latitude / longitude information representing a route obtained as a result of route search may be accepted as a coordinate set. Of course, a set of a plurality of coordinates may be received by other configurations other than the above.

このように、本実施例の座標圧縮装置では複数の座標を示す数値情報を取得する。そして、当該座標情報は、主に所定範囲の地図上に含まれる複数点を示すものであるため隣接点の座標情報の組で構成されることが多い。したがって、上位桁の数字が近似しており、高いデータ量圧縮を行うことができる点を特徴とする。   Thus, the coordinate compression apparatus according to the present embodiment acquires numerical information indicating a plurality of coordinates. The coordinate information mainly indicates a plurality of points included on a map in a predetermined range, and is often composed of a set of coordinate information of adjacent points. Therefore, the high-order digits are approximate, and a high data amount compression can be performed.

「基準座標選択部」(0202)は、取得した座標組に含まれる複数の座標の中から基準座標を選択する機能を有し、例えば、CPUや主メモリ、基準座標選択プログラムなどによって実現することができる。この基準座標の選択方法としては、具体的には、例えば座標組の中で1番最初/最後に受付けた座標点を基準座標として選択する方法などが挙げられる。この場合、例えば「35.675287、35.675440、35.675741」という座標(緯度)組に関して、最初の「35.675287」を基準座標として選択する、という具合である。   The “reference coordinate selection unit” (0202) has a function of selecting a reference coordinate from a plurality of coordinates included in the acquired coordinate set, and is realized by, for example, a CPU, a main memory, a reference coordinate selection program, or the like. Can do. Specific examples of the method for selecting the reference coordinates include a method of selecting, as the reference coordinates, the coordinate point received first / last in the coordinate group. In this case, for example, regarding the coordinate (latitude) set of “35.675287, 35.675440, 35.675754”, the first “35.675287” is selected as the reference coordinate.

また、1の座標を固定的に基準座標とする選択方法のほか、階差的(相対的)に前項の座標を基準座標として選択する方法も挙げられる。その場合には、基準座標選択部が、図示しない「相対選択手段」を有すると良い。「相対選択手段」とは、基準座標として、差分座標として表されるべき座標をも選択する機能を有する。具体的には、例えば前掲の「35.675287、35.675440、35.675741」という座標(緯度)組に関して、2番目の「35.675440」に対してはその前の「35.675287」を基準座標として選択する。また、3番目の「35.675741」に対してはその前の「35.675440」を基準座標として選択する、という具合である。   In addition to a selection method in which one coordinate is fixed as a reference coordinate, there is a method in which the coordinate of the previous term is selected as a reference coordinate in a stepwise (relative) manner. In this case, it is preferable that the reference coordinate selection unit has “relative selection means” (not shown). The “relative selection means” has a function of selecting coordinates to be expressed as difference coordinates as reference coordinates. Specifically, for example, with respect to the coordinate (latitude) set of “35.675287, 35.675440, 35.675741” described above, “35.675287” before the second “35.675440” is set. Select as reference coordinates. For the third “35.6757571”, the preceding “35.675440” is selected as the reference coordinate.

上記のようにこの基準座標選択部にて基準座標を固定的/相対的に選択することで、次の差分座標取得部にて座標組に含まれる複数の各座標を基準座標からの差分値として表すことができる。   As described above, the reference coordinates are fixed / relatively selected by the reference coordinate selection unit, and a plurality of coordinates included in the coordinate set are set as difference values from the reference coordinates by the next difference coordinate acquisition unit. Can be represented.

「差分座標取得部」(0203)は、座標組に含まれる基準座標と他の座標との差分演算を行い、当該他の座標を差分座標として取得する機能を有し、例えばCPUや主メモリ、差分座標取得プログラムなどによって実現することができる。具体的には、図3(a)にあるように、例えば「35.675287、35.675440、35.675741、35.676091、・・・」という座標(緯度)組が取得され、その中で最初の「35.675287」が基準座標として選択された。するとこの差分座標取得部では、その他の座標と基準座標との差分値「35675287、+153、+454、+804、・・・」を演算し、それを差分座標として取得する、という具合である。   The “difference coordinate acquisition unit” (0203) has a function of performing a difference calculation between the reference coordinates included in the coordinate set and other coordinates and acquiring the other coordinates as difference coordinates, for example, a CPU, a main memory, It can be realized by a difference coordinate acquisition program or the like. Specifically, as shown in FIG. 3A, for example, a coordinate (latitude) set of “35.675287, 35.675440, 35.675741, 35.676091,. The first “35.675287” was selected as the reference coordinate. Then, the difference coordinate acquisition unit calculates a difference value “35675287, +153, +454, +804,...” Between the other coordinates and the reference coordinate, and acquires it as a difference coordinate.

また、図3(b)にあるように、例えば基準座標として階差的に前項の座標を選択する場合、この差分座標取得部では、差分値として「35675287、+153、+301、+350、・・・」を演算し、それを差分座標として取得する。   Further, as shown in FIG. 3B, for example, when the coordinates of the previous term are selected in a stepwise manner as the reference coordinates, the difference coordinate acquisition unit uses “35675287, +153, +301, +350,. "Is calculated and obtained as difference coordinates.

このように、座標組を基準座標との差分で表すことで、そのデータビット量を低減することができる。さらに本実施例では、主に所定範囲の地図上に含まれる複数点を示す座標の組であるため、緯度経度などの上位桁の数字が近似しており、高いデータ圧縮となる点を特徴とする。   In this way, the data bit amount can be reduced by expressing the coordinate group as a difference from the reference coordinate. Furthermore, in this embodiment, since it is a set of coordinates that mainly indicate a plurality of points included on a map in a predetermined range, the upper digits such as latitude and longitude are approximated, resulting in high data compression. To do.

なお、上記例では1番最初の座標については差分ではなくそのままの8桁の緯度経度値として表されているが、以下のような構成によってその桁数を減じ、データ量を削減するようしても良い。すなわち、基準座標選択部において、例えば日本であれば東京都港区麻布台にある緯度経度原点(35.3929157、139.4428875)など所定の座標を絶対的な基準座標として選択する。そして、前述の例では、固定的/相対的いずれの場合でもそのまま8桁の緯度経度値で表されていた1番最初の座標を、その絶対的な基準座標との差分値として表すとともに、日本の絶対的な基準座標を識別するための符号「01」などを付加する。このようにして、伸張する装置側で識別符号と絶対的な基準座標との関係を示すテーブルデータを保持しておく必要があるものの、1番最初の座標の桁数も減じることができるので、さらにデータ圧縮率を高めることができる。   In the above example, the first coordinate is expressed as an 8-digit latitude and longitude value as it is, not as a difference, but the number of digits is reduced by the following configuration to reduce the data amount. Also good. That is, in the reference coordinate selection unit, for example, in the case of Japan, a predetermined coordinate such as a latitude / longitude origin (35.3929157, 139.4428875) in Azabudai, Minato-ku, Tokyo is selected as an absolute reference coordinate. In the above-described example, the first coordinate expressed as an 8-digit latitude / longitude value is displayed as a difference value with respect to the absolute reference coordinate in either case of fixed / relative as well as Japan. A code “01” or the like for identifying the absolute reference coordinates is added. Thus, although it is necessary to hold the table data indicating the relationship between the identification code and the absolute reference coordinate on the expanding side, the number of digits of the first coordinate can be reduced. Furthermore, the data compression rate can be increased.

また、東京都の絶対的な基準座標、神奈川県の絶対的な基準座標といった具合に、地域をさらに細かい単位で分割して絶対的な基準座標を設けるよう構成しても良い。その場合には、GPS測位情報やユーザ入力情報などに応じて、複数の絶対的な基準座標から好適な座標が選択されるよう構成すると良い。   Also, the absolute reference coordinates may be provided by dividing the region into smaller units, such as the absolute reference coordinates of Tokyo and the absolute reference coordinates of Kanagawa Prefecture. In that case, it is preferable that a suitable coordinate is selected from a plurality of absolute reference coordinates in accordance with GPS positioning information, user input information, or the like.

「圧縮座標組出力部」(0204)は、差分座標として表されない基準座標と差分座標とを一組として、この座標組を受付けた座標組に対応する圧縮座標組として出力する機能を有し、例えばCPUや主メモリ、圧縮座標組出力プログラムなどによって実現することができる。   The “compressed coordinate set output unit” (0204) has a function of outputting, as a set, a reference coordinate and a differential coordinate that are not represented as differential coordinates, as a compressed coordinate set corresponding to the coordinate set that has received this coordinate set, For example, it can be realized by a CPU, a main memory, a compressed coordinate set output program, or the like.

また、上記のように座標組に含まれる複数の座標を基準座標との差分値にて表すことで所定のビットデータ量圧縮を実現することができるが、この圧縮座標組出力部にてその差分値で表された座標組に対する別のデータ圧縮処理をさらに実行するよう構成しても良い。具体的には、例えば図4に示すように、まずプラスまたはマイナスの符号が付された上記差分値を絶対値化し、さらに2進数変換処理を行う。そして変換後の2進数値に対して、上記絶対値化処理以前の当該数値のプラス又はマイナスの符号を示す符号ビットを、例えばプラスならば「1」、マイナスならば「0」として2進数値の最後尾に付加する。   In addition, a predetermined bit data amount compression can be realized by expressing a plurality of coordinates included in the coordinate group as a difference value from the reference coordinate as described above. You may comprise so that another data compression process with respect to the coordinate group represented by the value may further be performed. Specifically, for example, as shown in FIG. 4, first, the difference value to which a plus or minus sign is attached is converted into an absolute value, and further a binary number conversion process is performed. For the binary value after conversion, the sign bit indicating the plus or minus sign of the value before the above-described absolute value processing is set to, for example, “1” if it is positive, “0” if it is negative, and the binary value. Append to the end of.

つづいて、その数値列を5ビット単位で分割し、次の5ビット単位と組み合わせて一の座標情報を形成する単位には「0」を付加し、一の座標情報の終端となる5ビット単位には「1」を付加する(一の座標情報が緯度と経度で表される場合は、緯度と経度それぞれの終端に「1」を付加すると良い)。そして、このようにして6ビット単位とした2進数値を、6ビットデータを1文字で表せる64(=2)進数値に変換する。 Next, the numerical value sequence is divided in units of 5 bits, and “0” is added to the unit that forms one coordinate information in combination with the next 5 bits unit, and the end of one coordinate information is 5 bits. "1" is added to (if one coordinate information is expressed by latitude and longitude, "1" may be added to the end of each latitude and longitude). Then, the binary value in 6-bit units is converted into a 64-(= 2 6 ) -ary value that can represent 6-bit data with one character.

以上の処理によって、6個の地点を示す緯度経度情報を、例えば「482sitgkC2MViBc5ARmZGVqpglEDmtUb」といった32個の文字列で表すことができる。したがって、この場合20パーセントほどのデータサイズに圧縮することができる。   Through the above processing, the latitude / longitude information indicating the six points can be expressed by 32 character strings such as “482sitgkC2MViBc5ARmZGVqpglEDmtUb”. Therefore, in this case, the data size can be compressed to about 20%.

またもちろん、本実施例の座標圧縮装置の処理によって圧縮され出力された圧縮座標組は、上記の圧縮処理とは逆の伸張処理を行うことで簡単に復元することができる。   Of course, the compressed coordinate set compressed and output by the process of the coordinate compression apparatus of the present embodiment can be easily restored by performing a decompression process opposite to the above-described compression process.

<ハードウェア構成>
図5は、上記機能的な各構成要件をハードウェアとして実現した際の、座標圧縮装置における構成の一例を表す概略図である。この図を利用して座標組のデータ量圧縮処理におけるそれぞれのハードウェア構成部の働きについて説明する。
<Hardware configuration>
FIG. 5 is a schematic diagram illustrating an example of the configuration of the coordinate compression apparatus when the functional components described above are realized as hardware. The operation of each hardware component in the coordinate group data amount compression processing will be described with reference to FIG.

この図にあるように、座標圧縮装置は、基準座標選択部、差分座標取得部、および圧縮座標組出力部であり、またその他の各種演算処理を実行する「CPU」(0501)と、「主メモリ」(0502)と、を備えている。また各種データやプログラムなどを蓄積保持する「フラッシュメモリ」(0503)や、座標組受付部である「I/O」(0504)も備えている。そしてそれらが「システムバス」などのデータ通信経路によって相互に接続され、情報の送受信や処理を行う。   As shown in this figure, the coordinate compression device is a reference coordinate selection unit, a difference coordinate acquisition unit, and a compression coordinate set output unit, and also executes a “CPU” (0501) for executing various other arithmetic processes, Memory ”(0502). Also, a “flash memory” (0503) that stores and holds various data and programs, and an “I / O” (0504) that is a coordinate group receiving unit are provided. They are connected to each other via a data communication path such as a “system bus” to transmit / receive information and process information.

また、「主メモリ」にはプログラムが読み出され、「CPU」は読み出された当該プログラムを参照し、プログラムで示される手順に従い各種演算処理を実行する。また、この「主メモリ」や「フラッシュメモリ」にはそれぞれ複数のアドレスが割り当てられており、「CPU」の演算処理においては、そのアドレスを特定し格納されているデータにアクセスすることで、データを用いた演算処理を行うことが可能になっている。   A program is read out to the “main memory”, and the “CPU” refers to the read out program and executes various arithmetic processes according to the procedure indicated by the program. In addition, a plurality of addresses are assigned to each of the “main memory” and “flash memory”, and in the calculation processing of the “CPU”, the addresses are specified and accessed to store the data. It is possible to perform arithmetic processing using.

ここでユーザ入力結果やルート検索結果などに応じて特定される複数の座標(緯度経度情報など)の組を、「I/O」を介して取得すると、「CPU」は座標組受付プログラムにしたがってそれら座標を「主メモリ」のアドレス1などに格納する。つづいて「CPU」は、基準座標選択プログラムを解釈し、その解釈結果にしたがって、例えば「主メモリ」に格納された座標組の中で、1番最初に取得された座標を基準座標として選択し、「主メモリ」のアドレス2に格納する。なお、この選択処理は、前述のように一の座標を固定的に基準座標として選択しても良いし、座標の差分を階差的にとるために前項の座標を相対的に基準座標として順次選択する処理としても良い。また座標が緯度経度で示されていれば、緯度と経度それぞれについて基準座標を選択する。そして「CPU」は、差分座標取得プログラムを解釈し、その解釈結果にしたがって、固定的/相対的に選択された基準座標と次の座標との差分値を、緯度と経度のそれぞれについて四則演算処理によって算出し、「主メモリ」のアドレス3などに格納する。   Here, when a set of a plurality of coordinates (latitude and longitude information, etc.) specified according to the user input result or the route search result is acquired via “I / O”, the “CPU” follows the coordinate set reception program. These coordinates are stored in address 1 of the “main memory”. Subsequently, the “CPU” interprets the reference coordinate selection program, and selects, for example, the first acquired coordinate as the reference coordinate in the coordinate set stored in the “main memory” according to the interpretation result. , And stored in address 2 of “main memory”. In this selection process, as described above, one coordinate may be fixedly selected as a reference coordinate, or in order to obtain a difference in coordinates in a stepwise manner, the coordinates of the previous term are sequentially used as reference coordinates. It is good also as processing to choose. If the coordinates are indicated by latitude and longitude, the reference coordinates are selected for each latitude and longitude. Then, the “CPU” interprets the difference coordinate acquisition program and, according to the interpretation result, calculates the difference value between the fixed / relatively selected reference coordinate and the next coordinate for each of the latitude and longitude. And is stored in address 3 of the “main memory”.

その後、「CPU」は圧縮座標組出力プログラムを解釈し、その解釈結果に従って、例えば「主メモリ」に格納された最初の基準座標値や差分座標値を絶対値化した後、2進数値に変換する。つづいて変換した2進数値に絶対値化前のプラス又はマイナスの符号を示す符号ビットを付加し、その数字列を5ビット単位に分割する。そして、次の5ビット単位と組み合わせて一の座標情報を形成する単位には「0」を付加し、一の座標情報の終端となる5ビット単位には「1」を付加する。そして、このようにして6ビット単位とした2進数値を例えば「482sit・・・」といった具合に64進数値に変換し、「主メモリ」のアドレス4に格納する。   After that, the “CPU” interprets the compressed coordinate group output program, and converts, for example, the first reference coordinate value and the difference coordinate value stored in the “main memory” into absolute values according to the interpretation result. To do. Subsequently, a sign bit indicating a plus or minus sign before the absolute value is added to the converted binary value, and the numeric string is divided into 5-bit units. Then, “0” is added to the unit that forms one coordinate information in combination with the next 5-bit unit, and “1” is added to the 5-bit unit that ends the one coordinate information. Then, the binary value in 6-bit units is converted into a hexadecimal value such as “482 sites...” And stored in address 4 of “main memory”.

そして、このようにしてデータ量が大幅に削減された圧縮座標組のデータは、時間をかけずに他の端末装置などに送信することができる。   Then, the data of the compressed coordinate group whose data amount is greatly reduced in this way can be transmitted to another terminal device or the like without taking time.

<処理の流れ>
図6は、本実施例の座標圧縮装置における処理の流れの一例を表すフローチャートである。なお、以下に示すステップは、上記のような計算機の各ハードウェア構成によって実行されるステップであっても良いし、媒体に記録され計算機を制御するためのプログラムを構成する処理ステップであっても構わない。
<Process flow>
FIG. 6 is a flowchart illustrating an example of a processing flow in the coordinate compression apparatus of the present embodiment. Note that the steps described below, may be a step performed by each hardware configuration of the above-mentioned computer, recorded on a medium, a process step of the program for controlling the computer It doesn't matter.

この図にあるように、まず、例えばユーザ入力やルート検索処理などで特定されるなどした地図上の位置を表す複数の座標を一組として、I/Oなどを介してその座標組を受付ける(ステップS0601)。つづいて、取得した座標組に含まれる複数の座標の中から、例えば最初に取得された座標などを基準座標として選択し(ステップS0602)、座標組に含まれる他の座標の基準座標との差分値を演算して、当該他の座標を表す差分座標として取得する(ステップS0603)。なお、前述のように基準座標はステップS0602で選択した一の座標を固定的に利用しても良いし、この図に示すようにステップS0603にて一の座標について差分座標を取得するたびに、階差をとるため前項の座標を基準座標として選択し直す構成としても良い。   As shown in this figure, first, a plurality of coordinates representing positions on a map specified by, for example, user input or route search processing are taken as a set, and the coordinate set is received via I / O ( Step S0601). Subsequently, for example, the first acquired coordinate or the like is selected as a reference coordinate from a plurality of coordinates included in the acquired coordinate set (step S0602), and the difference from the reference coordinate of other coordinates included in the coordinate set is determined. The value is calculated and acquired as a difference coordinate representing the other coordinate (step S0603). As described above, one coordinate selected in step S0602 may be fixedly used as the reference coordinate. As shown in this figure, every time a difference coordinate is acquired for one coordinate in step S0603, A configuration may be adopted in which the coordinates of the previous term are reselected as reference coordinates in order to take the difference.

そして、差分座標として表されない基準座標と差分座標とを一組に対して、例えば前述の絶対値化処理や2進数変換処理、符号ビットの付加処理、5ビット単位への分割処理、64進数変換処理などを行い、データ量の削減された圧縮座標組を出力する(ステップS0604)。   Then, with respect to a set of reference coordinates and difference coordinates not represented as difference coordinates, for example, the above-described absolute value conversion processing, binary number conversion processing, sign bit addition processing, 5-bit division processing, and hexadecimal conversion Processing is performed to output a compressed coordinate set with a reduced data amount (step S0604).

<効果の簡単な説明>
以上のように本実施例の座標圧縮装置によって、座標組を基準座標との差分で表すことで、そのデータビット量を低減することができる。さらに本実施例では、主に所定範囲の地図上に含まれる複数点を示す座標の組であるため、緯度経度などの上位桁の数字が近似しており、高いデータ圧縮となる点を特徴とする。
<Simple explanation of effect>
As described above, the coordinate compression apparatus according to the present embodiment can reduce the data bit amount by expressing the coordinate group as a difference from the reference coordinate. Furthermore, in this embodiment, since it is a set of coordinates that mainly indicate a plurality of points included on a map in a predetermined range, the upper digits such as latitude and longitude are approximated, resulting in high data compression. To do.

したがって、例えば携帯電話網など比較的低速のネットワークを介した通信型のナビゲーションシステムなどにおいても、ストレスを感じないスピードで座標組をクライアント端末に送信することができる。   Therefore, for example, even in a communication type navigation system via a relatively low-speed network such as a mobile phone network, the coordinate set can be transmitted to the client terminal at a speed that does not cause stress.

≪実施例2≫
<概要>
本実施例は、上記実施例を基本として、座標組受付部にて受付ける座標組が、地図上のルートを示すための複数の座標点であることを特徴とする座標圧縮装置である。図7に示すように、ある地点Aから別の地点Bを結ぶルートを示す複数の座標点a〜dは、それぞれが「近接」し、かつ「連続」したものとなる。したがって、階差をとるために前項の座標を基準座標として選択し相対的に差分をとると、その差分値は比較的小さな値をとることになり、高い圧縮効率を実現することができる、という具合である。
<< Example 2 >>
<Overview>
The present embodiment is a coordinate compression apparatus characterized in that the coordinate set received by the coordinate set receiving unit is a plurality of coordinate points for indicating a route on the map based on the above embodiment. As shown in FIG. 7, a plurality of coordinate points a to d indicating a route connecting a certain point A to another point B are “close” and “continuous”. Therefore, if the coordinate of the previous term is selected as the reference coordinate to take the difference, and the relative difference is taken, the difference value takes a relatively small value, and high compression efficiency can be realized. Condition.

<機能的構成>
図8は、本実施例の座標圧縮装置における機能ブロックの一例を表す図である。この図にあるように、本実施例の「座標圧縮装置」(0800)は、上記実施例を基本として、「座標組受付部」(0801)と、「基準座標選択部」(0802)と、「差分座標取得部」(0803)と、「圧縮座標組出力部」(0804)と、「相対選択手段」(0805)と、を有する。なお、これらの構成要件に関する詳細な説明は、上記実施例にて記載済みなので省略する。
<Functional configuration>
FIG. 8 is a diagram illustrating an example of functional blocks in the coordinate compression apparatus of the present embodiment. As shown in this figure, the “coordinate compression device” (0800) of the present embodiment is based on the above-described embodiment, based on the “coordinate group reception unit” (0801), the “reference coordinate selection unit” (0802), A “difference coordinate acquisition unit” (0803), a “compressed coordinate set output unit” (0804), and a “relative selection unit” (0805). Note that a detailed description of these components is omitted since it has been described in the above embodiment.

そして、本実施例の座標圧縮装置の特徴点は、座標組受付部が「ルート組受付手段」(0806)をさらに有する点と、基準座標選択部が「隣接座標選択手段」(0807)をさらに有する点である。   The feature points of the coordinate compression apparatus of the present embodiment are that the coordinate group receiving unit further includes a “route group receiving unit” (0806), and the reference coordinate selecting unit further includes an “adjacent coordinate selecting unit” (0807). It is a point to have.

「ルート組受付手段」(0806)は、地図上のルートを、複数の座標を隣同士連続させた線として表現するために、当該複数の座標をルート組として受付ける機能を有し、例えば、CPUや主メモリ、I/O、ルート組受付プログラムなどで実現することができる。また「ルート」とは、ある地点から別の地点を結ぶ道路などの移動経路を示す地図上の線をいう。そして前述のようにルートは線であるので、そのルートを表現する座標点の組は「近接」し、かつ「連続」したものとなることを特徴とする。   The “route set receiving means” (0806) has a function of receiving a plurality of coordinates as a route set in order to express a route on a map as a line in which a plurality of coordinates are adjacent to each other. Or a main memory, an I / O, a route group reception program, or the like. A “route” refers to a line on a map that indicates a travel route such as a road connecting a point to another point. Since the route is a line as described above, the set of coordinate points representing the route is “close” and “continuous”.

「隣接座標選択手段」(0807)は、ルート組に含まれる複数の座標の中から、常に差分座標取得部での演算対象となる座標に隣接する座標を基準座標として選択する機能を有し、例えばCPUや主メモリ、隣接座標選択プログラムなどで実現できる。そして、前述のようにルートの座標組は「連続」したものであるため、基本的には隣接点との差分をとると、非隣接点同士の差分値と比較してその差分値は小さい値となる。   The “adjacent coordinate selection means” (0807) has a function of always selecting, as a reference coordinate, a coordinate adjacent to a coordinate to be calculated by the difference coordinate acquisition unit from a plurality of coordinates included in the route set. For example, it can be realized by a CPU, a main memory, an adjacent coordinate selection program, or the like. Since the coordinate set of the route is “continuous” as described above, basically, when the difference between the adjacent points is taken, the difference value is smaller than the difference value between the non-adjacent points. It becomes.

したがって、本実施例の座標圧縮装置ではさらに高い圧縮効率で、座標組を圧縮することができる。   Therefore, the coordinate compression apparatus of the present embodiment can compress the coordinate set with higher compression efficiency.

<処理の流れ>
図9は、本実施例の座標圧縮装置における処理の流れの一例を表すフローチャートである。なお、以下に示すステップは、上記のような計算機の各ハードウェア構成によって実行されるステップであっても良いし、媒体に記録され、計算機を制御するためのプログラムを構成する処理ステップであっても構わない。
<Process flow>
FIG. 9 is a flowchart illustrating an example of a processing flow in the coordinate compression apparatus of the present embodiment. The steps shown below may be steps executed by each hardware configuration of the computer as described above, or processing steps that constitute a program for controlling the computer that is recorded on a medium. It doesn't matter.

この図にあるように、まず、例えばユーザ入力やルート検索処理などで特定されるなどした地図上のルートを複数の座標を隣同士連続させた線として表現するために、当該複数の座標をルート組としてI/Oなどを介して受付ける(ステップS0901)。つづいて、取得したルート組に含まれる複数の座標の中から、例えば最初に取得された座標などを基準座標として選択し(ステップS0902)、基準座標に隣接する2番目の座標と基準座標との差分値を演算して、当該2番目の座標を表す差分座標を取得する(ステップS0903)。   As shown in this figure, first, in order to express a route on a map specified by, for example, user input or route search processing as a line in which a plurality of coordinates are adjacent to each other, the plurality of coordinates are routed. The set is accepted via I / O or the like (step S0901). Subsequently, from among the plurality of coordinates included in the acquired route set, for example, the first acquired coordinate or the like is selected as the reference coordinate (step S0902), and the second coordinate adjacent to the reference coordinate and the reference coordinate are selected. The difference value is calculated to obtain a difference coordinate representing the second coordinate (step S0903).

つづいて、今度は2番目の座標を基準座標として、その2番目の座標点に隣接する3番目の座標の差分値の演算を行い、当該3番目の座標を表す差分座標を取得する。そして、この処理を全てのルート組に含まれる座標に対して実行する(ステップS0904)まで繰返す。   Next, using the second coordinate as the reference coordinate, the difference value of the third coordinate adjacent to the second coordinate point is calculated, and the difference coordinate representing the third coordinate is obtained. Then, this process is repeated until the coordinates included in all the route groups are executed (step S0904).

そして、差分座標として表されない基準座標と差分座標とを一組に対して、例えば前述の絶対値化処理や2進数変換処理、符号ビットの付加処理、5ビット単位への分割処理、64進数変換処理など行い、データ量の削減された圧縮座標組を出力する(ステップS0905)。   Then, with respect to a set of reference coordinates and difference coordinates not represented as difference coordinates, for example, the above-described absolute value conversion processing, binary number conversion processing, sign bit addition processing, 5-bit division processing, and hexadecimal conversion Processing, etc. is performed, and the compressed coordinate set with the reduced data amount is output (step S0905).

<効果の簡単な説明>
以上のように本実施例の座標圧縮装置によって、ルートを示す「連続」した座標組に対して隣接点との差分をとることができる。したがって、本実施例の座標圧縮装置ではさらに高い圧縮効率で、座標組を圧縮することができる。
<Simple explanation of effect>
As described above, the coordinate compression apparatus according to the present embodiment can obtain a difference from an adjacent point with respect to a “continuous” coordinate set indicating a route. Therefore, the coordinate compression apparatus of the present embodiment can compress the coordinate set with higher compression efficiency.

≪実施例3≫
<概要>
本実施例は、上記実施例の座標圧縮装置をハードウェア、又は/及びソフトウェア的に組み込んだことを特徴とするルート検索装置である。
Example 3
<Overview>
The present embodiment is a route search apparatus in which the coordinate compression apparatus of the above embodiment is incorporated in hardware or / and software.

<機能的構成>
図10は、本実施例のルート検索装置における機能ブロックの一例を表す図である。この図にあるように、本実施例の「ルート検索装置」(1000)には、上記実施例2の座標圧縮装置が含まれ、したがって「座標組受付部」(1001)と、「基準座標選択部」(1002)と、「差分座標取得部」(1003)と、「圧縮座標組出力部」(1004)と、「相対選択手段」(1005)と、「ルート組受付手段」(1006)と、「隣接座標選択手段」(1007)と、を有する。なお、これらの構成要件に関する詳細な説明は、上記実施例にて記載済みなので省略する。
<Functional configuration>
FIG. 10 is a diagram illustrating an example of functional blocks in the route search apparatus according to the present embodiment. As shown in this figure, the “route search device” (1000) of the present embodiment includes the coordinate compression device of the second embodiment, and therefore, the “coordinate group receiving unit” (1001) and “reference coordinate selection”. Part "(1002)," difference coordinate acquisition part "(1003)," compressed coordinate set output part "(1004)," relative selection means "(1005), and" route set acceptance means "(1006) , “Adjacent coordinate selection means” (1007). Note that a detailed description of these components is omitted since it has been described in the above embodiment.

そして、本実施例のルート検索装置は、さらに「地点情報取得部」(1008)と、「ルート検索部」(1009)と、「ルート組出力部」(1010)と、を有する。   The route search apparatus according to the present embodiment further includes a “point information acquisition unit” (1008), a “route search unit” (1009), and a “route group output unit” (1010).

「地点情報取得部」(1008)は、複数の地点を示す地点情報を取得する機能を有し、CPUや主メモリ、I/O、地点情報取得プログラムなどによって実現できる。「地点情報」とは、地点を示す情報をいい、例えば緯度経度情報やその他の地図上の位置を示す座標情報、あるいはそれら地点情報と関連付けられたランドマーク名や住所名などが挙げられる。そしてこの地点情報取得部は、具体的には、通常のルート検索装置と同様に、例えばGPSによる測位情報や、ユーザによる地図上の点やランドマーク名の指定入力などの情報に応じて複数の地点を示す地点情報を取得する、という具合である。   The “point information acquisition unit” (1008) has a function of acquiring point information indicating a plurality of points, and can be realized by a CPU, a main memory, an I / O, a point information acquisition program, and the like. “Point information” refers to information indicating a point, and includes, for example, latitude / longitude information, coordinate information indicating a position on a map, or a landmark name or an address name associated with the point information. And this point information acquisition part is specifically, like a normal route search apparatus, for example according to information, such as positioning information by GPS, designation input of a point on a map and a landmark name by a user, etc. That is, the point information indicating the point is acquired.

「ルート検索部」(1009)は、取得した地点情報に基づき前記複数の地点を結ぶルートを検索する機能を有し、例えばCPUや主メモリ、ルート検索プログラムなどによって実現することができる。具体的には、通常のルート検索装置と同様に、例えばダイクストラ法やその他のルート検索アルゴリズムを利用して、複数の地点を結ぶルートを検索する、という具合である。   The “route search unit” (1009) has a function of searching for a route connecting the plurality of points based on the acquired point information, and can be realized by, for example, a CPU, a main memory, a route search program, or the like. Specifically, as in a normal route search device, for example, a route connecting a plurality of points is searched using a Dijkstra method or another route search algorithm.

「ルート組出力部」(1010)は、検索されたルートを示す複数の座標をルート組受付手段に対して出力する機能を有し、例えばCPUや主メモリ、I/O、ルート組出力プログラムなどによって実現することができる。このようにして、本実施例のルート検索装置では、例えばユーザが指定入力などした複数の地点を結ぶルートを検索し、その検索結果を示す連続した複数の座標からなるルート組のデータ量を、高い圧縮率で圧縮することができる。   The “route set output unit” (1010) has a function of outputting a plurality of coordinates indicating the searched route to the route set receiving means. For example, a CPU, main memory, I / O, route set output program, etc. Can be realized. In this way, in the route search device of this embodiment, for example, a route connecting a plurality of points designated by the user is searched, and the data amount of a route set including a plurality of continuous coordinates indicating the search result is obtained. It is possible to compress at a high compression rate.

<処理の流れ>
図11は、本実施例のルート検索装置における処理の流れの一例を表すフローチャートである。なお、以下に示すステップは、上記のような計算機の各ハードウェア構成によって実行されるステップであっても良いし、媒体に記録され、計算機を制御するためのプログラムを構成する処理ステップであっても構わない。
<Process flow>
FIG. 11 is a flowchart illustrating an example of a processing flow in the route search apparatus according to the present embodiment. The steps shown below may be steps executed by each hardware configuration of the computer as described above, or processing steps that constitute a program for controlling the computer that is recorded on a medium. It doesn't matter.

この図にあるように、まず、例えばGUIを介したユーザからの指定入力などに応じて、複数の地点情報を取得する(ステップS1101)と、例えばダイクストラ法に基づくアルゴリズムなどにしたがって、取得した複数の地点を結ぶ、複数の座標を隣同士連続させた線として表現したルートを検索する(ステップS1102)。そして、そのルート検索によって特定されたルートを示す複数の座標をルート組として出力する(ステップS1103)。そして出力されたルート組を取得し(ステップS1104)、その中から、例えば最初に取得された座標などを基準座標として選択し(ステップS1105)、基準座標に隣接する2番目の座標と基準座標との差分値を演算して、当該2番目の座標を表す差分座標を取得する(ステップS1106)。   As shown in this figure, first, a plurality of pieces of point information are acquired in accordance with, for example, a designation input from a user via a GUI (step S1101). For example, according to an algorithm based on the Dijkstra method, A route that connects a plurality of coordinates and is expressed as a line in which a plurality of coordinates are continuously adjacent to each other is searched (step S1102). Then, a plurality of coordinates indicating the route specified by the route search are output as a route set (step S1103). Then, the output route set is acquired (step S1104), for example, the first acquired coordinate or the like is selected as the reference coordinate (step S1105), the second coordinate adjacent to the reference coordinate, the reference coordinate, To obtain a difference coordinate representing the second coordinate (step S1106).

つづいて、今度は2番目の座標を基準座標として、その2番目の座標点に隣接する3番目の座標の差分値の演算を行い、当該3番目の座標を表す差分座標を取得する。そして、この処理を全てのルート組に含まれる座標に対して実行する(ステップS1107)まで繰返す。   Next, using the second coordinate as the reference coordinate, the difference value of the third coordinate adjacent to the second coordinate point is calculated, and the difference coordinate representing the third coordinate is obtained. Then, this process is repeated until the coordinates included in all the route groups are executed (step S1107).

そして、差分座標として表されない基準座標と差分座標とを一組に対して、例えば前述の絶対値化処理や2進数変換処理、符号ビットの付加処理、5ビット単位への分割処理、64進数変換処理など行い、データ量の削減された圧縮座標組を出力する(ステップS1108)。   Then, with respect to a set of reference coordinates and difference coordinates not represented as difference coordinates, for example, the above-described absolute value conversion processing, binary number conversion processing, sign bit addition processing, 5-bit division processing, and hexadecimal conversion Processing, etc. is performed, and a compressed coordinate set with a reduced data amount is output (step S1108).

<効果の簡単な説明>
以上のように、本実施例のルート検索装置によって、例えばユーザが指定入力などした複数の地点を結ぶルートを検索し、その検索結果を示す連続した複数の座標からなるルート組のデータ量を、高い圧縮率で圧縮することができる。
<Simple explanation of effect>
As described above, the route search device of the present embodiment searches for a route connecting a plurality of points specified by the user, for example, and the data amount of a route set composed of a plurality of continuous coordinates indicating the search result is obtained. It is possible to compress at a high compression rate.

≪実施例4≫
<概要>
本実施例は、図12にあるように、上記実施例にて説明したルート検索装置と、そのルート検索装置に対してルート検索をリクエストし、またそのレスポンス(検索結果)を示す圧縮座標組を受信する(複数の)端末装置と、からなることを特徴とするナビゲーションシステムである。
Example 4
<Overview>
In this embodiment, as shown in FIG. 12, the route search apparatus described in the above embodiment and a compressed coordinate set indicating a request for route search to the route search apparatus and a response (search result) are provided. A navigation system characterized by comprising (a plurality of) receiving terminal devices.

<機能的構成>
図13は、本実施例のナビゲーションシステムを構成する各装置の機能ブロックの一例を表す図である。この図にあるように、本実施例のナビゲーションシステムは、「ルート検索装置」(1300)と、「端末装置」(1310)と、からなる。
<Functional configuration>
FIG. 13 is a diagram illustrating an example of a functional block of each device constituting the navigation system of the present embodiment. As shown in this figure, the navigation system of the present embodiment includes a “route search device” (1300) and a “terminal device” (1310).

そして、「ルート検索装置」は、上記実施例を基本として図示しない「座標組受付部」と、「基準座標選択部」と、「差分座標取得部」と、「圧縮座標組出力部」と、「相対選択手段」と、「ルート組受付手段」と、「隣接座標選択手段」と、「地点情報取得部」と、「ルート検索部」と、「ルート組出力部」と、を有する。なお、これらの構成要件に関する詳細な説明は、上記実施例にて記載済みなので省略する。   Then, the “route search device” includes a “coordinate group reception unit”, a “reference coordinate selection unit”, a “difference coordinate acquisition unit”, a “compressed coordinate group output unit” (not shown) based on the above embodiment, It has “relative selection means”, “route set accepting means”, “adjacent coordinate selection means”, “point information acquisition section”, “route search section”, and “route set output section”. Note that a detailed description of these components is omitted since it has been described in the above embodiment.

そして、さらにこのルート検索装置は、「地点情報受信部」(1301)と、「圧縮座標組返信部」(1302)と、を有する。   The route search apparatus further includes a “point information receiving unit” (1301) and a “compressed coordinate set reply unit” (1302).

「地点情報受信部」(1301)は、端末装置から送信された前記地点情報を受信する機能を有し、CPUや主メモリ、I/O、地点情報受信プログラムなどで実現することができる。具体的には、例えばインターネットなどの通信回線網を介して、端末装置に対して地点情報入力用の地図などを含むGUI用データを送信する。そして、当該GUIを利用して入力され、HTTPリクエストとして送信されてきた地点情報を受信する、という具合である。   The “point information receiving unit” (1301) has a function of receiving the point information transmitted from the terminal device, and can be realized by a CPU, a main memory, an I / O, a point information receiving program, and the like. Specifically, for example, GUI data including a map for inputting point information is transmitted to the terminal device via a communication network such as the Internet. And the point information input using the said GUI and transmitted as an HTTP request is received.

「圧縮座標組返信部」(1302)は、前記受信した地点情報に基づく圧縮座標組を端末装置に返信する機能を有し、例えばCPUや主メモリ、I/O、圧縮座標組返信プログラムなどで実現することができる。具体的には、上記実施例にて記載したような処理により受信した地点情報からルート検索を実行し、検索されたルートを示す座標の組に対して圧縮座標組を生成する処理を実行する。そして、例えば地点情報受信部で受信した地点情報を含むHTTPリクエストへのレスポンスとして、そのリクエストの送信元の端末装置に対して生成した圧縮座標組を返信する、という具合である。   The “compressed coordinate set reply unit” (1302) has a function of returning a compressed coordinate set based on the received point information to the terminal device. For example, the CPU, main memory, I / O, compressed coordinate set reply program, etc. Can be realized. Specifically, a route search is executed from the point information received by the process described in the above embodiment, and a process of generating a compressed coordinate set for the set of coordinates indicating the searched route is executed. For example, as a response to the HTTP request including the point information received by the point information receiving unit, the generated compressed coordinate group is returned to the terminal device that has transmitted the request.

また、圧縮座標組の返信先として、例えば前記地点情報入力のためのGUIなどにて返信先の端末装置を指定する情報が予め入力されていれば、当該返信先指定情報にしたがった別の端末装置を返信先として処理を行っても良い。   In addition, if information specifying a reply destination terminal device is input in advance as a reply destination of the compressed coordinate set, for example, using the GUI for inputting the point information, another terminal according to the reply destination designation information Processing may be performed using the device as a reply destination.

以上が、本実施例のナビゲーションシステムを構成する「ルート検索装置」の構成要件の説明である。続いて、同じく本実施例のナビゲーションシステムを構成する「端末装置」について図13を用いて説明する。なお、「端末装置」とは、エンドユーザの利用する装置(P2P型のシステムにおいては全ユーザの利用装置)をいい、例えばデスクトップPC(パーソナルコンピュータ)やノートPC、スマートフォン、携帯電話などが挙げられる。   This completes the description of the configuration requirements of the “route search device” that constitutes the navigation system of the present embodiment. Next, a “terminal device” that also constitutes the navigation system of the present embodiment will be described with reference to FIG. The “terminal device” refers to a device used by an end user (a device used by all users in a P2P type system), such as a desktop PC (personal computer), a notebook PC, a smartphone, a mobile phone, and the like. .

そして、この図13にあるように「端末装置」(1310)は、「地点情報入力受付部」(1311)と、「地点情報送信部」(1312)と、「圧縮座標組受信部」(1313)と、「伸張部」(1314)と、「復元部」(1315)と、を有する。   As shown in FIG. 13, the “terminal device” (1310) includes a “point information input receiving unit” (1311), a “point information transmitting unit” (1312), and a “compressed coordinate set receiving unit” (1313). ), An “extension unit” (1314), and a “restoration unit” (1315).

「地点情報入力受付部」(1311)は、地点情報の入力を受付ける機能を有し、例えばCPUや主メモリ、入力デバイス、そしてGUIを含む地点情報入力受付プログラムなどが挙げられる。なお、「地点情報」とは、地点を示す情報をいい、例えばルート検索の際の出発地、目的地及び経由地等の地点を示す情報が挙げられる。そしてこの地点情報入力受付部では、具体的に、例えば端末装置のディスプレイ上に地図画像を表示し、ユーザが入力デバイスで指定した地図上のカーソル位置を入力された地点情報として受付ける方法などが挙げられる。あるいは、「東京駅」などランドマーク名や住所名などを、プルダウンメニューなどを利用して選択入力したり、テキスト入力欄を利用してフリー入力したりする方法なども挙げられる。   The “point information input receiving unit” (1311) has a function of receiving an input of point information, and examples thereof include a CPU, a main memory, an input device, and a point information input receiving program including a GUI. Note that “point information” refers to information indicating a point, for example, information indicating points such as a departure point, a destination, and a transit point in route search. In this point information input receiving unit, specifically, for example, a method of displaying a map image on the display of the terminal device and receiving the cursor position on the map designated by the user with the input device as the input point information is cited. It is done. Alternatively, a method of selecting and inputting a landmark name or address name such as “Tokyo Station” using a pull-down menu or a free input using a text input field may be used.

「地点情報送信部」(1312)は、受付けた地点情報を前記ルート検索装置に送信する機能を有し、例えばCPUや主メモリ、I/O、地点情報送信プログラムなどで実現することができる。   The “point information transmission unit” (1312) has a function of transmitting the received point information to the route search device, and can be realized by, for example, a CPU, a main memory, an I / O, a point information transmission program, or the like.

「圧縮座標組受信部」(1313)は、送信した地点情報に応じて返信される圧縮座標組を受信する機能を有し、例えばCPUや主メモリ、I/O、圧縮座標組受信プログラムなどで実現することができる。   The “compressed coordinate set receiving unit” (1313) has a function of receiving a compressed coordinate set returned according to the transmitted point information. For example, the CPU, main memory, I / O, compressed coordinate set receiving program, etc. Can be realized.

「伸張部」(1314)は、受信した圧縮座標組を元の基準座標と差分座標の組に伸張する機能を有し、例えばCPUや主メモリ、伸張プログラムなどによって実現できる。具体的には、例えば上記実施例の圧縮座標組出力部にて説明した処理と逆の処理、すなわち64進数値で表されている圧縮座標組であれば、(1)2進数値への変換処理、(2)6ビット単位で最後の符合を参照した終端判断処理、(3)プラスかマイナスかを示す符号ビットの削除処理、(4)10進数値への変換処理、(5)削除した符合ビットに応じたプラス又はマイナスの符号付加処理などを行うと良い。そして、この伸張処理によって、例えば「482sitgkC2MViBc5ARmZGVqpglEDmtUb」という圧縮座標組が、「35675287、+153、+301、+350、・・・」といった(差分座標として表されない)基準座標と差分値のデータに変換される、という具合である。   The “decompression unit” (1314) has a function of decompressing the received compressed coordinate set to the original reference coordinate and differential coordinate set, and can be realized by, for example, a CPU, a main memory, an expansion program, or the like. Specifically, for example, if the processing is the reverse of the processing described in the compressed coordinate set output unit of the above embodiment, that is, if the compressed coordinate set is represented by a hexadecimal value, (1) conversion to a binary value Processing, (2) termination determination processing referring to the last sign in 6-bit units, (3) deletion processing of sign bit indicating positive or negative, (4) conversion processing to decimal value, (5) deletion A plus or minus sign addition process according to the sign bit may be performed. Then, by this decompression process, for example, a compression coordinate set of “482sitgkC2MViBc5ARmZGVqpglEDmtUb” is converted into reference coordinate and difference value data (not represented as difference coordinates) such as “356675287, +153, +301, +350,. That's it.

「復元部」(1315)は、基準値と差分値の組から複数の座標の組を復元する機能を有し、例えばCPUや主メモリ、復元プログラムなどによって実現できる。具体的には、「35675287、+153、+301、+350、・・・」という差分値を含み表された座標の組を、「35.675287、35.675440、35.675741、35.676091、・・・」という全ての点が緯度経度で表される座標の組に復元する、という具合である。   The “restoring unit” (1315) has a function of restoring a plurality of coordinate sets from a set of reference values and difference values, and can be realized by, for example, a CPU, a main memory, a restoration program, or the like. Specifically, a set of coordinates including a difference value of “35675287, +153, +301, +350,...” Is expressed as “35.675287, 35.675440, 35.675741, 35.676091,. All the points “” are restored to a set of coordinates represented by latitude and longitude.

このようにして、本実施例のナビゲーションシステムでは、端末装置からの入力受付に応じて行ったルート検索結果を示す複数の座標を、データ量を削減した圧縮座標組としてインターネット網などを介して簡単に送受信することができる。   As described above, in the navigation system of the present embodiment, a plurality of coordinates indicating the route search result performed in response to the input reception from the terminal device can be easily converted as a compressed coordinate set with a reduced data amount via the Internet network or the like. Can be sent and received.

なお、例えばユーザAがユーザBにルートを教える場合など、地点情報を送信する端末装置と、それに基づいて返信された圧縮座標組を伸張、復元し地図上などに表示する端末装置とは別体の装置であっても良い。すなわち本実施例のナビゲーションシステムは、ユーザAの端末装置がルート検索装置に地点情報を送信し、その結果返信された圧縮座標組をユーザBの端末装置に転送して、そこで伸張部および復元部の処理が実行される、という構成であっても良い。   It should be noted that, for example, when user A teaches user B the route, the terminal device that transmits the point information and the terminal device that expands and restores the compressed coordinate set returned based on the terminal information and displays it on a map or the like are separate. It may be a device. That is, in the navigation system of this embodiment, the terminal device of the user A transmits the point information to the route search device, and the compressed coordinate set returned as a result is transferred to the terminal device of the user B, where the decompression unit and the restoration unit It may be configured that the process is executed.

<処理の流れ>
図14は、本実施例のナビゲーションシステムにおける処理の流れの一例を表すフローチャートである。なお、以下に示すステップは、上記のような計算機の各ハードウェア構成によって実行されるステップであっても良いし、媒体に記録され、計算機を制御するためのプログラムを構成する処理ステップであっても構わない。
<Process flow>
FIG. 14 is a flowchart illustrating an example of a process flow in the navigation system of the present embodiment. The steps shown below may be steps executed by each hardware configuration of the computer as described above, or processing steps that constitute a program for controlling the computer that is recorded on a medium. It doesn't matter.

この図にあるように、まず、端末装置にてGUIなどを介して複数の地点情報の入力を受付ける(ステップS1411)と、端末装置はルート検索装置に対して受付けた複数の地点情報を送信する(ステップS1412)。   As shown in this figure, first, when an input of a plurality of pieces of point information is received at the terminal device via a GUI or the like (step S1411), the terminal device transmits the plurality of pieces of point information received to the route search device. (Step S1412).

ルート検索装置では、端末装置から送信された複数の地点情報を受信し、取得する(ステップS1401)と、例えばダイクストラ法に基づくアルゴリズムなどにしたがって、取得した複数の地点を結ぶ、複数の座標を隣同士連続させた線として表現したルートを検索する(ステップS1402)。そして、そのルート検索によって特定されたルートを示す当該複数の座標を出力し(ステップS1403)、取得する(ステップS1404)。そしてその中から、例えば最初に取得された座標などを基準座標として選択し(ステップS1405)、基準座標に隣接する2番目の座標と基準座標との差分値を演算して、当該2番目の座標を表す差分座標を取得する(ステップS1406)。   When the route search device receives and acquires a plurality of pieces of point information transmitted from the terminal device (step S1401), for example, according to an algorithm based on the Dijkstra method, a plurality of coordinates connecting the plurality of points acquired are adjacent. A route expressed as a continuous line is searched (step S1402). And the said some coordinate which shows the route specified by the route search is output (step S1403), and it acquires (step S1404). Then, for example, the first acquired coordinate or the like is selected as the reference coordinate (step S1405), the difference value between the second coordinate adjacent to the reference coordinate and the reference coordinate is calculated, and the second coordinate is calculated. Is obtained (step S1406).

つづいて、今度は2番目の座標を基準座標として、その2番目の座標点に隣接する3番目の座標の差分値の演算を行い、当該3番目の座標を表す差分座標を取得する。そして、この処理を全てのルート組に含まれる座標に対して実行する(ステップS1407)まで繰返す。そして、差分座標として表されない基準座標と差分座標とを一組に対して、例えば前述の絶対値化処理や2進数変換処理、符号ビットの付加処理、5ビット単位への分割処理、64進数変換処理など行い、データ量の削減された圧縮座標組を出力し(ステップS1408)、端末装置に対して返信する(ステップS1409)。   Next, using the second coordinate as the reference coordinate, the difference value of the third coordinate adjacent to the second coordinate point is calculated, and the difference coordinate representing the third coordinate is obtained. Then, this process is repeated until the coordinates included in all the route groups are executed (step S1407). Then, with respect to a set of reference coordinates and difference coordinates not represented as difference coordinates, for example, the above-described absolute value conversion processing, binary number conversion processing, sign bit addition processing, 5-bit division processing, and hexadecimal conversion Processing, etc. is performed, and the compressed coordinate set with the reduced data amount is output (step S1408) and returned to the terminal device (step S1409).

端末装置では、返信された圧縮座標組を受信する(ステップS1413)。そして、受信した圧縮座標組に対して伸張処理、例えば64進数値から2進数値への変換処理や終端判断処理、符号ビットの削除処理、10進数値への変換処理、プラス又はマイナスの符号付加処理などを実行し、基準座標と差分とで表される座標組を取得する(ステップS1414)。そして、取得した基準座標と差分とから、地図上の位置を表す複数の座標組を復元する(ステップS1415)。   The terminal device receives the returned compressed coordinate set (step S1413). Then, expansion processing is performed on the received compressed coordinate set, for example, conversion processing from a hexadecimal value to a binary value, termination determination processing, code bit deletion processing, conversion to a decimal value, plus or minus sign addition A process etc. are performed and the coordinate group represented by a reference | standard coordinate and a difference is acquired (step S1414). Then, a plurality of coordinate sets representing positions on the map are restored from the acquired reference coordinates and differences (step S1415).

<効果の簡単な説明>
以上のように、本実施例のナビゲーションシステムによって、端末装置からの入力受付に応じて行ったルート検索結果を示す複数の座標を、データ量を削減した圧縮座標組としてインターネット網などを介して簡単に送受信することができる。
<Simple explanation of effect>
As described above, with the navigation system of this embodiment, a plurality of coordinates indicating the route search result performed in response to the input reception from the terminal device can be easily converted as a compressed coordinate set with a reduced data amount via the Internet network or the like. Can be sent and received.

0200 座標圧縮装置
0201 座標組受付部
0202 基準座標選択部
0203 差分座標取得部
0204 圧縮座標組出力部
0200 Coordinate compression device 0201 Coordinate group reception unit 0202 Reference coordinate selection unit 0203 Difference coordinate acquisition unit 0204 Compressed coordinate group output unit

Claims (10)

地図上の位置を表す複数の座標を一組として座標組を受付ける座標組受付部と、
取得した座標組に含まれる複数の座標の中から基準座標を選択する基準座標選択部と、
座標組に含まれる基準座標と他の座標との差分演算を行い、当該他の座標を差分座標として取得する差分座標取得部と、
所定の座標を示す絶対的基準座標を、前記絶対的基準座標を識別するための識別符号と関連付けて保持する絶対的基準座標保持部と、
前記関連付けて保持されている絶対的基準座標と識別符号とを取得する絶対的基準座標取得部と、
前記座標組に含まれる基準座標と前記絶対的基準座標との差分演算を行い、当該基準座標も差分座標として取得する第二差分座標取得部と、
前記識別符号と前記全差分座標とを一組とし座標組を、前記受付部にて受付けた座標組に対応する圧縮座標組として出力する圧縮座標組出力部と、
を有する座標圧縮装置。
A coordinate group accepting unit that accepts a coordinate group as a set of a plurality of coordinates representing a position on the map;
A reference coordinate selection unit for selecting a reference coordinate from a plurality of coordinates included in the acquired coordinate set;
A difference coordinate acquisition unit that performs a difference calculation between the reference coordinates included in the coordinate set and other coordinates, and acquires the other coordinates as a difference coordinate;
An absolute reference coordinate holding unit that holds absolute reference coordinates indicating predetermined coordinates in association with an identification code for identifying the absolute reference coordinates;
An absolute reference coordinate acquisition unit for acquiring the absolute reference coordinate and the identification code held in association with each other;
A second difference coordinate acquisition unit that performs a difference calculation between a reference coordinate included in the coordinate set and the absolute reference coordinate, and acquires the reference coordinate as a difference coordinate;
And the coordinate sets of which the one set the identification code and the total difference coordinates, the compression set of coordinates output unit for outputting as a compressed set of coordinates corresponding to the set of coordinates accepted at the reception portion,
A coordinate compression apparatus.
前記絶対的基準座標保持部は、複数の絶対的基準座標を保持するとともに、当該絶対的基準座標で示される位置を含む所定範囲の領域を示す領域識別情報とさらに関連付けて保持する領域保持手段を有し、  The absolute reference coordinate holding unit holds a plurality of absolute reference coordinates, and further holds a region holding means for holding the absolute reference coordinate further in association with region identification information indicating a region of a predetermined range including the position indicated by the absolute reference coordinates. Have
前記絶対的基準座標取得部は、前記受付けた座標組と前記保持されている領域識別情報とに基づいて、座標組を含む領域の絶対的基準座標を取得する領域別取得手段を有する請求項1に記載の座標圧縮装置。  The absolute reference coordinate acquisition unit includes an area-specific acquisition unit that acquires an absolute reference coordinate of an area including a coordinate set based on the received coordinate set and the held area identification information. The coordinate compression apparatus described in 1.
前記基準座標選択部は、前記基準座標として、前記取得した座標組に含まれる複数の座標を、階差的な差分演算となるよう順番に選択する相対選択手段を有し、
前記第二差分座標取得部は、前記基準座標選択部で最初に選択された基準座標と前記絶対的基準座標との差分演算のみを行う請求項1または2に記載の座標圧縮装置。
The reference coordinate selection unit, as the reference coordinates, we have a relative selection means for selecting a plurality of coordinates included in the acquired coordinate set, in order to be a differencing specific difference operation,
The second difference coordinate acquiring unit, the coordinate compression apparatus according to claim 1 or 2 carried out only difference operation between the first selected reference coordinate the absolutely reference coordinates in the reference coordinate selection unit.
前記座標組受付部は、地図上のルートを、複数の座標を隣同士連続させた線として表現するために、当該複数の座標をルート組として受付けるルート組受付手段を有し、
前記基準座標選択部の前記相対的選択手段は、前記ルート組に含まれる複数の座標の中から常に前記差分座標取得部での演算対象となる座標に隣接する座標を前記基準座標として順番に選択する請求項に記載の座標圧縮装置。
The coordinate set accepting unit has a route set accepting unit for accepting the plurality of coordinates as a route set in order to express the route on the map as a line in which a plurality of coordinates are adjacent to each other.
The relative selectivity means of the reference coordinate selection unit sequentially selects the coordinates adjacent to the coordinates always the calculation target in the difference coordinate acquiring unit from a plurality of coordinates included in the route pair as the reference coordinates The coordinate compression apparatus according to claim 3 .
請求項に記載の座標圧縮装置を含むルート検索装置であって、
複数の地点を示す地点情報を取得する地点情報取得部と、
取得した地点情報が示す前記複数の地点を結ぶルートを検索するルート検索部と、
検索されたルートを示す複数の座標を前記ルート組受付手段に対して出力するルート組出力部と、
を有するルート検索装置。
A route search device including the coordinate compression device according to claim 4 ,
A point information acquisition unit for acquiring point information indicating a plurality of points;
A route search unit for searching for a route connecting the plurality of points indicated by the acquired point information;
A route pair output unit for outputting a plurality of coordinates indicating the searched route to the route pair accepting means,
Route search device having
請求項に記載のルート検索装置と、端末装置と、からなるナビゲーションシステムであって、
前記ルート検索装置が、
端末装置から送信された前記地点情報を受信し、前記地点情報取得部に引き渡す地点情報受信部と、
前記受信した地点情報に基づいて前記座標圧縮装置から出力された圧縮座標組を前記端末装置に返信する圧縮座標組返信部と、を有し、
前記端末装置が、
前記識別符号とその絶対的基準座標とを関連付けたテーブルデータを保持するテーブルデータ保持部と、
前記地点情報の入力を受付ける地点情報入力受付部と、
受付けた地点情報を前記ルート検索装置に送信する地点情報送信部と、
送信した地点情報に応じて返信される圧縮座標組を受信する圧縮座標組受信部と、
受信した圧縮座標組を、当該圧縮座標組に含まれる識別符号をキーとして特定される絶対的基準座標に基づいて元の基準座標と差分座標の組に伸張する伸張部と、
この基準座標と差分座標の組から複数の座標の組を復元する復元部と、
を有するナビゲーションシステム。
A navigation system comprising the route search device according to claim 5 and a terminal device,
The route search device is
A spot information receiving unit that receives the spot information transmitted from the terminal device and delivers the spot information to the spot information acquisition unit ;
Anda compression set of coordinates returning unit for returning to the terminal device a compression set of coordinates output from said coordinate compressing device based on the said received point information,
The terminal device is
A table data holding unit that holds table data that associates the identification code with its absolute reference coordinates;
A point information input receiving unit for receiving the input of the point information;
A point information transmission unit that transmits the received point information to the route search device;
A compressed coordinate set receiving unit that receives a compressed coordinate set returned according to the transmitted point information;
A decompression unit that decompresses the received compressed coordinate set to a set of original reference coordinates and difference coordinates based on the absolute reference coordinates specified using the identification code included in the compressed coordinate set as a key ;
A restoration unit for restoring a plurality of sets of coordinates from this set of reference coordinates and differential coordinates,
A navigation system.
所定の座標を示す絶対的基準座標を、前記絶対的基準座標を識別するための識別符号と関連付けて保持する絶対的基準座標保持部を有する座標圧縮装置の動作方法であって、
地図上の位置を表す複数の座標を一組として座標組を受付ける座標組受付ステップと、
取得した座標組に含まれる複数の座標の中から基準座標を選択する基準座標選択ステップと、
座標組に含まれる基準座標と他の座標との差分演算を行い、当該他の座標を差分座標として取得する差分座標取得ステップと、
前記関連付けて保持されている絶対的基準座標と識別符号とを取得する絶対的基準座標取得ステップと、
前記座標組に含まれる基準座標と前記絶対的基準座標との差分演算を行い、当該基準座標も差分座標として取得する第二差分座標取得ステップと、
前記識別符号と前記全差分座標とを一組とし座標組を、前記座標組受付ステップにて受付けた座標組に対応する圧縮座標組として出力する圧縮座標組出力ステップと、
を計算機に実行させる座標圧縮装置の動作方法。
An operation method of a coordinate compression apparatus having an absolute reference coordinate holding unit for holding an absolute reference coordinate indicating a predetermined coordinate in association with an identification code for identifying the absolute reference coordinate,
A coordinate set accepting step for accepting a coordinate set with a plurality of coordinates representing a position on the map as a set;
A reference coordinate selection step of selecting a reference coordinate from a plurality of coordinates included in the acquired coordinate set;
A difference coordinate acquisition step of performing a difference calculation between the reference coordinates included in the coordinate set and other coordinates, and acquiring the other coordinates as a difference coordinate;
An absolute reference coordinate acquisition step of acquiring the absolute reference coordinate and the identification code held in association with each other;
A second difference coordinate acquisition step of performing a difference calculation between the reference coordinates included in the coordinate set and the absolute reference coordinates, and acquiring the reference coordinates as a difference coordinate;
Coordinate sets of which the one set and the total difference coordinate with the identification code, a compression set of coordinates output step of outputting as a compressed set of coordinates corresponding to the set of coordinates accepted by the set of coordinates accepting step,
A method of operating a coordinate compression apparatus that causes a computer to execute.
前記絶対的基準座標保持部は、複数の絶対的基準座標を保持するとともに、当該絶対的基準座標で示される位置を含む所定範囲の領域を示す領域識別情報とさらに関連付けて保持する領域保持手段を有するとともに、  The absolute reference coordinate holding unit holds a plurality of absolute reference coordinates, and further holds a region holding means for holding the absolute reference coordinate further in association with region identification information indicating a region of a predetermined range including the position indicated by the absolute reference coordinates. And having
前記絶対的基準座標取得ステップが、前記受付けた座標組と前記保持されている領域識別情報とに基づいて、座標組を含む領域の絶対的基準座標を取得するステップである請求項7に記載の座標圧縮装置の動作方法。  The absolute reference coordinate acquisition step is a step of acquiring an absolute reference coordinate of a region including the coordinate set based on the received coordinate set and the held region identification information. Operation method of coordinate compression apparatus.
前記基準座標選択ステップが、前記基準座標として、前記取得した座標組に含まれる複数の座標を、階差的な差分演算となるよう順番に選択するステップであり、  The reference coordinate selection step is a step of selecting, as the reference coordinates, a plurality of coordinates included in the acquired coordinate set in order so as to be a stepwise difference calculation,
前記第二差分座標取得ステップが、前記基準座標選択ステップで最初に選択された基準座標と絶対的基準座標との差分演算のみ行うステップである請求項7または8に記載の座標圧縮装置の動作方法。  The operation method of the coordinate compression apparatus according to claim 7 or 8, wherein the second difference coordinate acquisition step is a step of performing only a difference calculation between the reference coordinate first selected in the reference coordinate selection step and the absolute reference coordinate. .
請求項9に記載の座標圧縮装置の動作方法で動作する座標圧縮装置を含むルート検索装置の動作方法と、前記識別符号とその絶対的基準座標とを関連付けたテーブルデータを保持するテーブルデータ保持部を備える端末装置の動作方法と、を含むナビゲーションシステムの動作方法であって、
前記ルート検索装置の動作方法において、
前記座標組受付ステップが、地図上のルートを、複数の座標を隣同士連続させた線として表現するために、当該複数の座標をルート組として受付けるステップであり、
前記基準座標選択ステップが、ルート組に含まれる複数の座標の中から常に差分座標取得ステップでの演算対象となる座標に隣接する座標を基準座標として選択するステップであるとともに、
複数の地点を示す地点情報を取得する地点情報取得ステップと、
取得した地点情報に基づき前記複数の地点を結ぶルートを検索するルート検索ステップと、
検索されたルートを示す複数の座標をルート組受付ステップに対して出力するルート組出力ステップと、
端末装置から送信された前記地点情報を受信する地点情報受信ステップと、
前記受信した地点情報に基づいて前記座標圧縮装置の動作方法によって出力された圧縮座標組を前記端末装置に返信する圧縮座標組返信ステップと、をさらに計算機に実行させ、
前記端末装置の動作方法が、
地点情報の入力を受付ける地点情報入力受付ステップと、
受付けた地点情報を前記ルート検索装置に送信する地点情報送信ステップと、
送信した地点情報に応じて返信される圧縮座標組を受信する圧縮座標組受信ステップと、
受信した圧縮座標組を、当該圧縮座標組に含まれる識別符号をキーとして特定される絶対的基準座標に基づいて元の基準座標と差分座標の組に伸張する伸張ステップと、
この基準座標と差分座標の組から複数の座標の組を復元する復元ステップと、
を計算機に実行させるナビゲーションシステムの動作方法。
An operation method of a route search device including a coordinate compression device that operates according to the operation method of the coordinate compression device according to claim 9, and a table data holding unit that holds table data in which the identification code and its absolute reference coordinates are associated with each other. and a method of operating a terminal device including a method of operating a navigation system including,
In the operation method of the route search device,
The coordinate set accepting step is a step of accepting the plurality of coordinates as a route set in order to express a route on the map as a line in which a plurality of coordinates are adjacent to each other.
The reference coordinate selection step is a step of selecting, as a reference coordinate, a coordinate that is always adjacent to a coordinate to be calculated in the difference coordinate acquisition step from a plurality of coordinates included in the route set.
A point information acquisition step for acquiring point information indicating a plurality of points;
A route search step for searching for a route connecting the plurality of points based on the acquired point information;
A route set output step for outputting a plurality of coordinates indicating the searched route to the route set receiving step;
A point information receiving step for receiving the point information transmitted from the terminal device;
A compression set of coordinates reply step of the returned compression set of coordinates output by the operating method of the coordinate compressing device based on the said received point information to the terminal device, is performed in a further computer,
The operation method of the terminal device is:
A point information input receiving step for receiving point information input;
A point information transmission step of transmitting the received point information to the route search device;
A compressed coordinate set receiving step for receiving a compressed coordinate set returned according to the transmitted point information;
A decompression step of decompressing the received compressed coordinate set to a set of original reference coordinates and difference coordinates based on an absolute reference coordinate specified using an identification code included in the compressed coordinate set as a key ;
A restoration step of restoring a plurality of sets of coordinates from this set of reference coordinates and differential coordinates,
Of the navigation system that causes the computer to execute the operation.
JP2009093577A 2009-04-08 2009-04-08 Compression device, route search device, navigation system, operation method of compression device, operation method of route search device, and operation method of navigation device Expired - Fee Related JP4836289B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009093577A JP4836289B2 (en) 2009-04-08 2009-04-08 Compression device, route search device, navigation system, operation method of compression device, operation method of route search device, and operation method of navigation device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009093577A JP4836289B2 (en) 2009-04-08 2009-04-08 Compression device, route search device, navigation system, operation method of compression device, operation method of route search device, and operation method of navigation device

Publications (2)

Publication Number Publication Date
JP2010245913A JP2010245913A (en) 2010-10-28
JP4836289B2 true JP4836289B2 (en) 2011-12-14

Family

ID=43098434

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009093577A Expired - Fee Related JP4836289B2 (en) 2009-04-08 2009-04-08 Compression device, route search device, navigation system, operation method of compression device, operation method of route search device, and operation method of navigation device

Country Status (1)

Country Link
JP (1) JP4836289B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018051648A1 (en) * 2016-09-16 2018-03-22 ソニーセミコンダクタソリューションズ株式会社 Communication system, transmitting device, receiving device, transmitting device control method, receiving device control method, and program
CN111488408A (en) * 2019-01-25 2020-08-04 阿里巴巴集团控股有限公司 Method and device for organizing road network prediction tree, medium and terminal

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002174530A (en) * 2000-12-07 2002-06-21 Auto Network Gijutsu Kenkyusho:Kk Navigation system
JP2005338193A (en) * 2004-05-24 2005-12-08 Matsushita Electric Ind Co Ltd Method for transmitting positional information of digital map, positional information transmitter, and positional information receiver
JP2008292248A (en) * 2007-05-23 2008-12-04 Denso Corp Route information generation device

Also Published As

Publication number Publication date
JP2010245913A (en) 2010-10-28

Similar Documents

Publication Publication Date Title
CN104221008B (en) Map segment data are prefetched along route
JP6638267B2 (en) Geographic coordinate encoding device, method, and program, geographic coordinate decoding device, method, and program, terminal device using geographic coordinate encoding device
USRE41983E1 (en) Method of organizing and compressing spatial data
US6393149B2 (en) Method and system for compressing data and a geographic database formed therewith and methods for use thereof in a navigation application program
US20070139411A1 (en) Methods and systems for downloading and viewing maps
US9719790B2 (en) Mapping uncertain geometries to graticules
US20130095892A1 (en) Multiple views of a geographic area on a mobile device
KR20140102726A (en) Method of pre-fetching map data for rendering and offline routing
CN107092623B (en) Interest point query method and device
JP2008191075A (en) Position specifying method for deformation map, position specifying system for the deformation map, position specifying method for measurement map, and position specifying system for measurement map
JP3660287B2 (en) Map data distribution device, map data reception device, map data distribution method, and map data reception method
JP5275349B2 (en) Information processing apparatus, information creation apparatus, information processing method, information creation method, information processing program, information creation program, and recording medium
JP4836289B2 (en) Compression device, route search device, navigation system, operation method of compression device, operation method of route search device, and operation method of navigation device
CN111797184A (en) Information display method, device, equipment and medium
JP2006521033A (en) Navigation system and method using mobile communication terminal
JP2008186446A (en) Real-time lossless compression of geographic data
KR100650274B1 (en) Navigation System Using Mobile And Method Thereof
JP2021047184A (en) Method, apparatus, device and computer readable storage medium to be used in navigation
JP6606436B2 (en) Information visualization system
JP4536115B2 (en) Route display device, route display method, route display program, and recording medium
JP2016170270A (en) Map display system and map display method
KR102000683B1 (en) Position indication apparatus using grid and combination of words
JP4752972B2 (en) Map information processing device
JP7033112B2 (en) Content control device, content control system, content control method, and content control program
JP7200022B2 (en) Mapping device, method and program

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110610

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110614

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110815

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: 20110905

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: 20110926

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

Free format text: PAYMENT UNTIL: 20141007

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4836289

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

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees