JP5098189B2 - Facility search program - Google Patents

Facility search program Download PDF

Info

Publication number
JP5098189B2
JP5098189B2 JP2006060929A JP2006060929A JP5098189B2 JP 5098189 B2 JP5098189 B2 JP 5098189B2 JP 2006060929 A JP2006060929 A JP 2006060929A JP 2006060929 A JP2006060929 A JP 2006060929A JP 5098189 B2 JP5098189 B2 JP 5098189B2
Authority
JP
Japan
Prior art keywords
facility
character
search
character string
mesh
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
JP2006060929A
Other languages
Japanese (ja)
Other versions
JP2007241516A (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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2006060929A priority Critical patent/JP5098189B2/en
Publication of JP2007241516A publication Critical patent/JP2007241516A/en
Application granted granted Critical
Publication of JP5098189B2 publication Critical patent/JP5098189B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Description

本発明は、ナビゲーションシステムにおける施設検索プログラムに関する。   The present invention relates to a facility search program in a navigation system.

車両等での移動時などに、現在位置またはある地点から最も近い特定の施設を知りたい場合、カーナビ等のナビゲーションシステムを使いそれを求めている。
図11及び図12は、従来の検索システムを説明する図である。
When traveling with a vehicle or the like, when a user wants to know a specific facility closest to the current position or a certain point, a navigation system such as a car navigation system is used.
11 and 12 are diagrams for explaining a conventional search system.

例えば、図11において、現在位置をM1とし、ある検索範囲内のうち最寄りの施設を知りたい場合を考える。
従来、カーナビ等に使われるデータベースにおいて、各施設の位置情報は、図12のような緯度経度を数値変換した値として、施設情報DB(データベース)に格納されている。ある地点を中心に最も近い施設を検索する場合、まず現在位置である地点M1の位置情報として、GPS(Global Positioning System)などから得た緯度経度情報を数値変換し、算出する。地点M1を中心としたある範囲を検索範囲(この例では、緯度x1〜x2、経度y1〜y2)とし、その範囲内にある施設を抽出する。この例では、施設F1〜F7が該当する。そして、地点M1と各施設の距離を演算して求め、演算結果から最も距離が近い施設を最寄りの施設としていた。
For example, in FIG. 11, let us consider a case where the current position is M1 and it is desired to know the nearest facility within a certain search range.
Conventionally, in a database used for car navigation or the like, location information of each facility is stored in a facility information DB (database) as a value obtained by numerically converting latitude and longitude as shown in FIG. When searching for a facility closest to a certain point as a center, first, latitude / longitude information obtained from GPS (Global Positioning System) or the like is calculated as the position information of the point M1, which is the current position. A certain range centering on the point M1 is set as a search range (latitudes x1 to x2 and longitudes y1 to y2 in this example), and facilities within the range are extracted. In this example, facilities F1 to F7 are applicable. Then, the distance between the point M1 and each facility is obtained by calculation, and the closest facility is determined as the nearest facility from the calculation result.

特許文献1には、ナビゲーションシステムにおいて、セルマトリクス(メッシュ)から所定数の集合セル(区画群)を集め、少なくとも一つのPOI(施設)を持つ集合セル配列(複数の区画群)を形成し、所定位置からの距離に基づいて集合セル配列を中の集合セル(区画群)をソートし、ソートされた集合セルのPOIの距離レベルに基づいて特定のPOIを検索する発明が開示されている。
特開2000−61503号公報
In Patent Document 1, in a navigation system, a predetermined number of aggregate cells (partition groups) are collected from a cell matrix (mesh), and an aggregate cell array (a plurality of compartment groups) having at least one POI (facility) is formed. An invention is disclosed in which a set cell (partition group) in the set cell array is sorted based on the distance from a predetermined position, and a specific POI is searched based on the POI distance level of the sorted set cell.
JP 2000-61503 A

しかしながら、現在位置からの最寄りの施設を求める場合、従来の方法では検索範囲の全ての施設と現在位置との距離を求め、もっとも値の小さいものを最寄りの施設としているため、全ての施設との距離計算が必要となり、施設が多くなると演算による負荷が増大していた。また、ナビゲーションシステムの利用において、現在位置から最も近い施設を知りたい場合の他に、例えば進行方向の道路沿いに施設があるか等、任意の検索範囲に施設があるかを知りたい場合がある。この場合、任意の形の検索範囲内の施設を検索するには、複数回の検索を行うか、検索条件を複雑にする必要がある等、検索が非常に困難であった。   However, when finding the nearest facility from the current location, the conventional method finds the distance between all the facilities in the search range and the current location, and uses the smallest value as the nearest facility. Distance calculation is required, and the calculation load increases as the number of facilities increases. In addition, when using the navigation system, in addition to finding the nearest facility from the current position, there are cases where it is desired to know whether there is a facility in an arbitrary search range, such as whether there is a facility along the road in the traveling direction. . In this case, in order to search for a facility within an arbitrary search range, it is very difficult to search, for example, it is necessary to search a plurality of times or to make search conditions complicated.

本発明は、上記問題を鑑みてなされたもので、素早い検索が可能で処理の負荷が少ない検索プログラムを提供することを目的とする。   The present invention has been made in view of the above problems, and an object of the present invention is to provide a search program that can perform a quick search and has a low processing load.

本発明は、上記課題を解決するため、下記のような構成を採用した。
すなわち、本発明の一態様によれば、本発明のプログラムは、コンピュータに、メッシュ状に区切られた地図データと施設の緯度経度情報とに基づいて、該施設がメッシュ状に区切られた地図データのどの位置のメッシュの区画に属するかを算出する手順と、該施設が属するメッシュの区画の地図データ内での位置を、メッシュの区画の配列を文字列として表す文字列で表す手順と、該施設の位置情報を前記文字列として格納する手順と、を実行させることを特徴とする。
The present invention employs the following configuration in order to solve the above problems.
That is, according to one aspect of the present invention, the program according to the present invention allows a computer to execute map data in which the facility is partitioned into a mesh based on the map data partitioned in a mesh and the latitude and longitude information of the facility. A procedure for calculating which position of the mesh belongs to the section of the mesh, a position in the map data of the section of the mesh to which the facility belongs, a procedure for representing the arrangement of the section of the mesh as a character string, And a procedure for storing facility location information as the character string.

本発明のプログラムは、前記施設が存在するか否かを検索する範囲である検索範囲の指定に基づき、該検索範囲を該検索範囲が含むメッシュの区画の位置を表す文字列として作成する検索条件生成手順と、前記文字列として表された該施設の位置が、前記検索条件生成手段により作成された検索範囲に含まれるか否かを、該施設の位置を表す文字列と前記検索範囲を表す文字列のパターンマッチングをすることにより行う文字列パターンマッチング手順をさらに備えることもできる。   The program of the present invention creates a search condition for creating a search string as a character string indicating the position of a mesh section included in the search range based on the specification of a search range that is a range for searching whether or not the facility exists. The generation procedure and whether or not the location of the facility represented as the character string is included in the search range created by the search condition generation unit, the character string representing the location of the facility and the search range A character string pattern matching procedure performed by performing pattern matching of character strings may be further provided.

また、本発明のプログラムは、前記検索条件生成手順は、波紋状に検索範囲を広くする複数の検索条件を作成してもよい。   In the program of the present invention, the search condition generation procedure may create a plurality of search conditions that widen the search range in a ripple pattern.

本発明によれば、最寄りの施設を素早く検索することができ、処理の負荷も少なく、また任意の範囲の施設を容易に検索することができる。   According to the present invention, the nearest facility can be quickly searched, the processing load is small, and facilities in an arbitrary range can be easily searched.

以下、図面を参照しながら、本発明の第一の実施の形態を説明する。
図1は、本発明の実施の形態のシステム構成図である。
検索を行う利用者は、カーナビゲーションシステム、パーソナルコンピュータ、または携帯端末などの端末10からインターネット等の通信網20を介して、サービス提供者の提供するデータセンター30に検索要求を送信する。
Hereinafter, a first embodiment of the present invention will be described with reference to the drawings.
FIG. 1 is a system configuration diagram of an embodiment of the present invention.
A user who performs a search transmits a search request from the terminal 10 such as a car navigation system, a personal computer, or a portable terminal to the data center 30 provided by the service provider via the communication network 20 such as the Internet.

データセンター30は、検索要求送受信装置40で検索要求を受信し、利用者の現在位置の緯度経度、検索範囲などの情報を施設検索システム50に渡す。施設検索システム50は、施設検索プログラム51と施設情報DB52を用いて検索を行い、その結果を利用者の端末10に送信する。   The data center 30 receives the search request by the search request transmission / reception device 40 and passes information such as the latitude and longitude of the current position of the user and the search range to the facility search system 50. The facility search system 50 performs a search using the facility search program 51 and the facility information DB 52 and transmits the result to the user terminal 10.

以下、本発明の実施の形態における施設の緯度経度情報を文字列として格納する方法について図2〜図5を参照して説明する。
図2は、施設の緯度経度情報を文字列として施設情報DBに格納する処理のフローチャートである。
Hereinafter, a method for storing the latitude and longitude information of a facility as a character string according to an embodiment of the present invention will be described with reference to FIGS.
FIG. 2 is a flowchart of processing for storing latitude and longitude information of a facility as a character string in the facility information DB.

図3は、本発明の第一の実施の形態で用いられる地図および施設を表す図である。
図4は、図3の地図をメッシュで区切ったものである。
図5(a)は、施設の位置を文字列で表したものであり、図5(b)は、図5(a)のデータを文字列として格納した施設情報DBを表す図である。
FIG. 3 is a diagram showing a map and facilities used in the first embodiment of the present invention.
FIG. 4 is a map obtained by dividing the map of FIG. 3 with a mesh.
FIG. 5A shows the position of the facility as a character string, and FIG. 5B shows the facility information DB storing the data of FIG. 5A as a character string.

まず、図2を参照すると、ステップ201において、施設の位置情報を格納しているデータベースから施設の緯度経度情報を読み出す。施設の緯度経度情報は、従来と同様の緯度経度を数値変換したものである。なお、施設の緯度経度情報は、従来と同様の緯度経度を数値変換したものでなくとも、施設の位置を表す位置データであれば良い。また、緯度経度情報は外部から送られてきたものを受信しても良い。   First, referring to FIG. 2, in step 201, the latitude / longitude information of the facility is read from the database storing the location information of the facility. The latitude / longitude information of the facility is obtained by numerically converting the same latitude / longitude as before. Note that the latitude / longitude information of the facility may be position data representing the location of the facility, even if the latitude / longitude as in the conventional case is not numerically converted. The latitude / longitude information may be received from the outside.

ステップ202において、緯度経度の値が、メッシュ状に区切られた地図のメッシュのどの区画に属するかを算出する。これは、例えばメッシュの区画と緯度経度の範囲を対応させたテーブルに基づいて決められる。   In step 202, it is calculated to which section of the mesh of the map the latitude and longitude values are divided into meshes. This is determined based on, for example, a table in which mesh sections are associated with latitude and longitude ranges.

ステップ203において、施設が含まれるメッシュの区画の値を“1”、それ以外を“0”とし、それらを結合したものをその施設の緯度経度情報として施設情報DBに格納する。すなわち、メッシュ状に区切られた地図内において、施設が含まれるメッシュの区画の位置を、地図内の各メッシュ区画単位で文字列で表すようにする。施設が含まれていないメッシュ区画は“0”で表し、施設が含まれているメッシュ区画を“1”で表すと、メッシュ状に区切られた地図は、“0”と“1”が2次元に配列された文字列で表されることになる。このように、文字列は“1”および“0”の組み合わせでも、他の情報の組み合わせでも良い。   In step 203, the value of the mesh section including the facility is set to “1”, the others are set to “0”, and the combined value is stored in the facility information DB as latitude / longitude information of the facility. That is, in the map divided into mesh shapes, the position of the mesh section including the facility is represented by a character string for each mesh section in the map. A mesh section that does not include facilities is represented by “0”, and a mesh section that includes facilities is represented by “1”. A map divided into meshes is two-dimensional. It will be represented by a character string arranged in. Thus, the character string may be a combination of “1” and “0” or a combination of other information.

具体的には、以下ようになる。
まず、図4のように、図3の地図全体をメッシュで区切り、各メッシュ区画を特定する番号を振る。図4の場合には、x方向とy方向に順番に番号を振り、各メッシュ区画は、x方向の番号と、y方向の番号の組み合わせで特定されることになる。例えば、メッシュの区画の境界がどの緯度経度にあるかを予め知っておけば、メッシュの区画と緯度経度の範囲の対応が分かり、メッシュの区画の番号と緯度経度の範囲を対応させたテーブルの作成が可能となる。このようなテーブルは、メッシュ状に区切られた地図データとして、各施設がメッシュの区画のどの位置に存在するかを算出するために用いられ、データベース等に予め格納しておいてもよい。メッシュ状に区切られた地図データはテーブルでなくとも、緯度経度の値をメッシュの区画の番号に変換するための式でもよい。次に、地図上の各施設(F1〜F7)がメッシュの区画のどの番号に属するかを算出する。
Specifically, it is as follows.
First, as shown in FIG. 4, the entire map of FIG. 3 is divided by meshes, and numbers specifying each mesh section are assigned. In the case of FIG. 4, numbers are assigned in order in the x direction and the y direction, and each mesh section is specified by a combination of a number in the x direction and a number in the y direction. For example, if you know in advance which latitude and longitude the boundary of the mesh section is, you can see the correspondence between the mesh section and the latitude and longitude range, Can be created. Such a table is used as map data divided in a mesh shape to calculate where each facility is located in a mesh section, and may be stored in advance in a database or the like. The map data divided into meshes may not be a table, but may be an expression for converting latitude and longitude values into mesh section numbers. Next, to which number of mesh sections each facility (F1 to F7) on the map belongs is calculated.

例えば、施設F1はx方向(経度)の19番、y方向(緯度)の19番に存在することになる。そして、図5(a)に示すように、施設が含まれるメッシュの区画の値を“1”、それ以外を“0”とし、それらを結合し1つの文字列としたものを図5(b)に示すように緯度経度情報として施設情報DBに格納する。例えば、施設F1はx方向の19番、y方向の19番に存在するので、x方向(経度)の位置を示すデータは“0”が18個続き、19番目に“1”、その後“0”が続く1つの文字列として表される。y方向(緯度)のデータも同様である。   For example, the facility F1 exists at the 19th position in the x direction (longitude) and the 19th position in the y direction (latitude). Then, as shown in FIG. 5A, the value of the section of the mesh including the facility is “1”, the others are “0”, and these are combined into one character string as shown in FIG. ) And stored in the facility information DB as latitude and longitude information. For example, since the facility F1 exists at the 19th position in the x direction and the 19th position in the y direction, the data indicating the position in the x direction (longitude) continues with 18 “0”, “1” at the 19th, and then “0” "Is represented as one character string followed by". The same applies to the data in the y direction (latitude).

以上のようにして、各施設の緯度経度情報が文字列として施設情報DBに格納される。
格納する場合には、文字列をランレングス法を用いて格納しても良い。
次に、利用者の現在位置から最寄りの施設を検索する方法について、図6〜図8を参照して説明する。
As described above, the latitude and longitude information of each facility is stored in the facility information DB as a character string.
In the case of storing, the character string may be stored using a run length method.
Next, a method for searching for the nearest facility from the current position of the user will be described with reference to FIGS.

図6は、本発明の第一の実施の形態の施設検索プログラムのフローチャートである。
図7は、本発明の第一の実施の形態の検索処理を説明するための図である。
図8は、本発明の第一の実施の形態の検索処理の流れを示す図である。
FIG. 6 is a flowchart of the facility search program according to the first embodiment of this invention.
FIG. 7 is a diagram for explaining search processing according to the first embodiment of this invention.
FIG. 8 is a diagram showing the flow of search processing according to the first embodiment of this invention.

まず、図6を参照する。利用者が最寄りの施設の検索を行おうとすると、利用者の端末から各種情報とともに施設検索要求が送信される。
ステップ601において、利用者からの施設検索要求を受け付け、利用者の現在位置の緯度経度、検索範囲などの情報を受信する。本発明の第一の実施の形態においては、検索範囲の中心は利用者の現在位置としているが、任意の位置とすることも可能である。
First, referring to FIG. When the user tries to search for the nearest facility, a facility search request is transmitted together with various information from the user's terminal.
In step 601, a facility search request is received from the user, and information such as the latitude and longitude of the current position of the user and the search range is received. In the first embodiment of the present invention, the center of the search range is the current position of the user, but may be an arbitrary position.

ステップ602において、利用者の現在位置の属する区画(メッシュの区画の番号)を算出する。これは、図2の処理と同様に、例えば、メッシュの区画の番号と緯度経度の範囲を対応させたテーブルから求めることができる。   In step 602, a section (mesh section number) to which the current position of the user belongs is calculated. Similar to the processing of FIG. 2, this can be obtained from, for example, a table in which mesh section numbers are associated with latitude and longitude ranges.

ステップ603において、ステップ602において算出した現在位置を中心として、範囲(1)の区画群にある施設を検索するための文字列を生成する。範囲(1)の区画群にある施設を検索するための文字列は、現在位置を中心として範囲(1)のメッシュの区画の値を“1”、それ以外を“0”とし、それらを一つに結合したものである。次に範囲(2)にある施設を検索するための文字列を生成し、同様に範囲(n)まで繰り返す。ここで、nはステップ601において受信した検索範囲である。本発明の第一の実施の形態においては、n=4としている。   In step 603, a character string for searching for facilities in the section group of the range (1) is generated with the current position calculated in step 602 as the center. The character string for searching for facilities in the section group of the range (1) is set to “1” for the mesh section of the range (1) with the current position as the center, and to “0” for the others. It is a combination of two. Next, a character string for searching for a facility in the range (2) is generated, and the processing is similarly repeated up to the range (n). Here, n is the search range received in step 601. In the first embodiment of the present invention, n = 4.

図7に対応させて説明すると、利用者の現在位置はM1であり、メッシュの区画の番号では(13、12)に存在する。そして、M1を中心とする範囲(1)の区画群は、M1の周りの3×3メッシュ区画群であり、メッシュの区画の番号ではx方向は12〜14、y方向は11〜13である。M1を中心とする範囲(2)の区画群は、M1の周りの5×5メッシュ区画群であり、メッシュの区画の番号ではx方向は11〜15、y方向は10〜14である。同様に、M1を中心とする範囲(4)の区画群までそれぞれ異なる斜線で表されている。   Referring to FIG. 7, the current position of the user is M1, and the mesh division number is (13, 12). The partition group in the range (1) centered on M1 is a 3 × 3 mesh partition group around M1, and the mesh direction number is 12 to 14 in the x direction and 11 to 13 in the y direction. . The partition group in the range (2) centered on M1 is a 5 × 5 mesh partition group around M1, and the mesh partition number is 11-15 in the x direction and 10-14 in the y direction. Similarly, the section groups in the range (4) centered on M1 are represented by different oblique lines.

範囲(1)の区画群にある施設を検索するための文字列は図8の801に対応する。同様に802〜803はそれぞれ範囲(2)〜(4)の区画群にある施設を検索するための文字列を表す。すなわち、範囲(1)を示す文字列は、x方向は、12〜14までの文字が“1”で、他の文字が“0”の文字列となり、y方向は、11〜13までの文字が“1”で、他の文字が“0”の文字列となる。範囲(2)〜(4)についても同様である。   A character string for searching for a facility in the section group of the range (1) corresponds to 801 in FIG. Similarly, reference numerals 802 to 803 denote character strings for searching for facilities in the group of sections (2) to (4), respectively. That is, the character string indicating the range (1) is a character string in which the characters from 12 to 14 in the x direction are “1” and the other characters are “0”, and the characters from 11 to 13 in the y direction. Is “1” and the other characters are “0”. The same applies to the ranges (2) to (4).

ステップ604において、ステップ603で作成された文字列を検索条件805として、施設情報DB806を検索し、その結果を返す。ここで施設の検索は、文字列のパターンマッチングにより検索する。詳しく述べると、例えば、M1を中心とする範囲(3)の区画群に施設があるか調べる場合、検索条件の文字列は803のようになるが、これと施設情報DB806にある施設の緯度経度を表す各施設の文字列とのパターンマッチングを行う。範囲(3)の区画群に施設F1があるか否かを調べるには、文字列803と、施設F1の緯度経度情報を表す文字列807のx方向の文字列とy方向のそれぞれの文字列とで、各メッシュ区画ごとに各メッシュの区画の値の論理積をとる。そうすると、それぞれの文字列において、各メッシュの区画の値が共に“1”であるかないかでx方向、y方向それぞれについて、施設F1が範囲(3)の中にあるか否かが分かる。そして、論理積をとった結果、x方向、y方向の文字列の両方について、施設F1の緯度経度情報を示す文字列の“1”が、範囲(3)を示す文字列の“1”に含まれている場合、施設F1は範囲(3)の区画群にあると分かる。   In step 604, the facility information DB 806 is searched using the character string created in step 603 as the search condition 805, and the result is returned. Here, the facility is searched by pattern matching of character strings. More specifically, for example, when checking whether there is a facility in the section group (3) centered on M1, the search condition character string is 803, and this is the latitude and longitude of the facility in the facility information DB 806. Perform pattern matching with the character string of each facility that represents. In order to check whether or not the facility F1 is in the section group in the range (3), the character string 803 and the character string in the x direction and the character string in the y direction of the character string 807 representing the latitude and longitude information of the facility F1 The logical product of the values of each mesh section is obtained for each mesh section. Then, in each character string, whether or not the facility F1 is in the range (3) in each of the x direction and the y direction can be determined depending on whether the values of the sections of each mesh are both “1”. As a result of the logical product, “1” of the character string indicating the latitude / longitude information of the facility F1 becomes “1” of the character string indicating the range (3) for both the character strings in the x direction and the y direction. If it is included, it can be seen that the facility F1 is in the division group of the range (3).

具体的には、例えば、文字列803と807でパターンマッチングを行った場合、x方向およびy方向の文字列の各メッシュの区画の値の論理積をとると、x方向、y方向ともに各メッシュの区画の値で共に“1”の箇所がないので、範囲(3)の区画群に施設F1は存在しないことが分かる。   Specifically, for example, when pattern matching is performed with the character strings 803 and 807, each of the meshes in both the x direction and the y direction can be obtained by calculating the logical product of the values of the respective mesh sections of the character strings in the x direction and the y direction. Since there is no portion of “1” in the value of the section, it can be understood that the facility F1 does not exist in the section group of the range (3).

例えば、範囲(3)の区画群に施設F4があるか調べるにあたり、文字列803と810でパターンマッチングを行った場合、x方向およびy方向の文字列の各メッシュの区画の値の論理積をとると、y方向の14番目に共に“1”があるが、x方向には共通する“1”の箇所がないため、範囲(3)の区画群に施設F4は存在しないが分かる。   For example, when the pattern matching is performed with the character strings 803 and 810 to check whether the facility F4 is in the section group of the range (3), the logical product of the values of the sections of each mesh of the character strings in the x direction and the y direction is calculated. As a result, there are both “1” s in the 14th direction in the y direction, but there is no common “1” part in the x direction, so it can be seen that the facility F4 does not exist in the partition group in the range (3).

例えば、範囲(3)の区画群に施設F6があるか調べるにあたり、文字列803と812でパターンマッチングを行った場合、x方向およびy方向の文字列の各メッシュの区画の値の論理積をとると、x方向の16番目、y方向の9番目に共に“1”があるので、範囲(3)の区画群に施設F6が存在することが分かる。   For example, when pattern matching is performed with the character strings 803 and 812 to check whether the facility F6 is in the section group of the range (3), the logical product of the values of the sections of each mesh of the character strings in the x direction and the y direction is calculated. Then, since there is “1” in both the 16th in the x direction and the 9th in the y direction, it can be seen that the facility F6 exists in the partition group in the range (3).

上記のような検索を、例えば範囲(1)の区画群に施設があるかを調べる場合、文字列801を用いて、各施設の緯度経度情報の文字列807〜813に対してそれぞれ行う。
ステップ604において、ステップ603で作成された文字列を検索条件805として、施設情報DB806を検索するが、本発明の第一の実施の形態においては、複数の検索条件を範囲(1)の条件から順に優先順位を高く(重み付け)して、一斉に検索を行う。そのために、本発明の第一の実施の形態においては、データベースエンジンとして「Shunsaku」(登録商標)を用いる。
For example, when it is determined whether or not there is a facility in the section group of the range (1), the above-described search is performed on the character strings 807 to 813 of the latitude / longitude information of each facility using the character string 801.
In step 604, the facility information DB 806 is searched using the character string created in step 603 as the search condition 805. In the first embodiment of the present invention, a plurality of search conditions are searched from the condition of range (1). Search in batches with higher priority (weighting) in order. Therefore, in the first embodiment of the present invention, “Shunsaku” (registered trademark) is used as the database engine.

Shunsakuとは、データの多様性や変化に柔軟に対応し、情報活用基盤を提供するXML型データベースエンジンである。本発明の第一の実施の形態においては、Shunsakuの特性として、下記を利用する。
(1)高度検索技術
OR条件やNOT条件を組み合わせた複雑な検索条件でも一定のスピードで検索するSIGMA検索技術(一方向逐次処理による高速文字列照合アルゴリズム)と複数のアプリケーションから検索要求が一度に集中しても安定したレスポンスを発揮するハイトラフィック技術を採用することで、パターン検索、文字列検索、ワード検索などの目的のデータ検索に合う検索式を指定することが可能な特性。
(2)サーバ追加(スケールアウト)で検索性能を均一化
検索用のデータを複数台サーバ(サーチサーバ)に分散配置し、並列で検索処理を実行可能な特性。
Shunsaku is an XML database engine that flexibly responds to data diversity and changes and provides an information utilization platform. In the first embodiment of the present invention, the following are used as the characteristics of Shhunsaku.
(1) Advanced search technology SIGMA search technology (high-speed character string matching algorithm using one-way sequential processing) that searches at a constant speed even with complex search conditions combining OR conditions and NOT conditions, and search requests from multiple applications at once By adopting high-traffic technology that provides stable response even when concentrated, it is possible to specify a search expression that suits the target data search such as pattern search, character string search, and word search.
(2) Uniform search performance by adding servers (scale-out) Characteristic that enables search processing to be executed in parallel by distributing search data to multiple servers (search servers).

Shunsakuについては、日経BP企画編著、「革新のXML型データベースエンジン「Shunsaku」」、2004年3月24日、日経BP企画、に詳しく記載されている。   Shunsaku is described in detail in Nikkei BP Planning Edition, “Innovative XML Database Engine“ Shunsaku ””, March 24, 2004, Nikkei BP Planning.

これにより、複数の検索条件による検索を一度に行うことができ、効率的な検索が可能となる。
上記のような方法で、各条件に対する検索を行うことにより、それぞれの検索結果814が得られる。すると、範囲(1)および(2)の区画群には施設は存在せず、範囲(3)の区画群に施設F6、範囲(4)の区画群に施設F4が存在することが分かる。このように、現在位置を中心に波紋状に検索範囲を広げていくことで、最寄りの施設を発見することができる。
As a result, a search based on a plurality of search conditions can be performed at once, and an efficient search becomes possible.
Each search result 814 is obtained by performing a search for each condition by the method as described above. Then, it can be seen that there are no facilities in the partition groups in the ranges (1) and (2), the facility F6 in the partition group in the range (3), and the facility F4 in the partition group in the range (4). In this way, the nearest facility can be found by expanding the search range in a ripple pattern centering on the current position.

ステップ605において、範囲(1)の区画群に施設が含まれているか否かをチェックし、含まれていた場合、ステップ609に進む。含まれていなかった場合、ステップ606に進む。ステップ606では、範囲(2)の区画群に施設が含まれているか否かをチェックし、含まれていた場合、ステップ609に進む。含まれていなかった場合、ステップ607に進む。以下同様に、範囲(n)の区画群に施設が含まれているかまでチェックする。前述のように本発明の第一の実施の形態においてはn=4としている。   In step 605, it is checked whether or not the facility is included in the section group of the range (1). If it is included, the process proceeds to step 609. If not included, the process proceeds to step 606. In step 606, it is checked whether or not the facility is included in the section group of the range (2). If it is included, the process proceeds to step 609. If not included, the process proceeds to step 607. Similarly, it is checked whether or not the facility is included in the division group in the range (n). As described above, n = 4 in the first embodiment of the present invention.

ステップ609において、最寄りの施設の検索結果を利用者に返す。もし、同一区画群内に複数の施設があった場合、複数の施設を検索結果として返す。ただし、メッシュの区画のサイズが大きいと施設の位置の精度が落ち、また、検索範囲の設定が荒くなるので、最寄りの施設の位置の正確性が失われる。しかし、メッシュの区画のサイズをより細かくすることで、従来の距離計算による最寄りの施設の検索結果に近い精度を出すことが可能である。1件も施設が含まれていない場合は検索結果を「要求範囲内には施設がない」とする。   In step 609, the search result of the nearest facility is returned to the user. If there are a plurality of facilities in the same partition group, the plurality of facilities are returned as a search result. However, if the size of the mesh section is large, the accuracy of the location of the facility is lowered, and the setting of the search range becomes rough, so the accuracy of the location of the nearest facility is lost. However, by making the size of the mesh section finer, it is possible to obtain an accuracy close to the search result of the nearest facility by the conventional distance calculation. If no facility is included, the search result is “no facility within the requested range”.

以上のようにして、最寄りの施設が求められる。このように、文字列パターンマッチングにより検索すると、各施設との距離の演算の必要がないため、最寄りの施設を素早く検索することができ、処理の負荷も少なくできる。   As described above, the nearest facility is required. Thus, when searching by character string pattern matching, it is not necessary to calculate the distance to each facility, so the nearest facility can be searched quickly and the processing load can be reduced.

次に第二の実施の形態について、図9及び図10を参照して説明する。
第一の実施の形態においては、現在位置を中心に波紋状に検索範囲を大きくしていき、最寄りの施設を発見したが、第二の実施の形態においては任意の形の検索範囲において施設があるかないかを調べる。
Next, a second embodiment will be described with reference to FIGS.
In the first embodiment, the search range is enlarged in a ripple shape centering on the current position, and the nearest facility is found. In the second embodiment, the facility is in the search range of an arbitrary form. Find out if there is any.

図9は、本発明の第二の実施の形態の検索処理を説明するための図である。
図10は、本発明の第二の実施の形態の検索処理の流れを示す図である。
第二の実施の形態においても、システムや施設情報DBなどは第一の実施の形態と同じである。そして、施設の緯度経度情報も同様に文字列で格納されている。
FIG. 9 is a diagram for explaining the search processing according to the second embodiment of this invention.
FIG. 10 is a diagram showing a flow of search processing according to the second embodiment of this invention.
Also in the second embodiment, the system and facility information DB are the same as those in the first embodiment. The latitude and longitude information of the facility is also stored as a character string.

例えば、検索範囲は利用者が端末上で範囲を指定することにより決定される。
図9において、x方向のメッシュの区画の番号で8〜9番、y方向のメッシュの区画の番号で7〜17番の2×11のメッシュ区画の範囲と、x方向のメッシュの区画の番号で10〜20番、y方向のメッシュの区画の番号で7〜8番の11×2のメッシュ区画の範囲に施設があるかを検索したい場合を説明する。上記のそれぞれの範囲を範囲(1)および(2)とし、図9において、それぞれ異なる斜線で表されている。
For example, the search range is determined by the user specifying the range on the terminal.
In FIG. 9, the range of 2 × 11 mesh sections, which is the number of mesh sections 8 to 9 in the x direction, and the number of mesh sections 7 to 17 in the y direction, and the number of mesh sections in the x direction. A case will be described where it is desired to search whether there is a facility in the range of the 11 × 2 mesh section of No. 10 to No. 20 and the mesh section number of 7 to 8 in the y direction. The above ranges are defined as ranges (1) and (2), and are represented by different oblique lines in FIG.

施設検索プログラムは、範囲(1)および(2)に施設があるか検索するための文字列を生成する。範囲(1)を検索するための文字列は、x方向は範囲(1)のx方向のメッシュの区画の番号8〜9の値を“1”とし、それ以外を“0”としたものを結合したもの。y方向は範囲(1)のy方向のメッシュの区画の番号7〜17の値を“1”とし、それ以外を“0”としたものを結合したものである。これは図10の文字列1001に対応する。範囲(2)を検索するための文字列についても同様に作成され、文字列1002のようになる。   The facility search program generates a character string for searching whether there are facilities in the ranges (1) and (2). The character string for searching the range (1) is the one in which the value of the mesh division numbers 8 to 9 in the x direction in the range (1) is “1” in the x direction and “0” is set otherwise. Combined. The y direction is obtained by combining the values of the mesh sections 7 to 17 in the y direction in the range (1) with “1” and other values “0”. This corresponds to the character string 1001 in FIG. A character string for searching the range (2) is created in the same manner, and becomes a character string 1002.

そして範囲(1)および(2)に施設があるか否かを文字列1001および1002を検索条件1003とし、施設情報DB1004の各施設の緯度経度情報を表す文字列と文字列パターンマッチングを行うことにより検索する。これは第一の実施の形態と同様である。   Then, the character strings 1001 and 1002 are used as the search condition 1003 to determine whether or not there are facilities in the ranges (1) and (2), and character string pattern matching is performed with character strings representing latitude and longitude information of each facility in the facility information DB 1004. Search by. This is the same as in the first embodiment.

すると検索結果1005により、範囲(1)に施設F4、範囲(2)に施設F7があることが分かる。
以上のように、検索したい範囲に対応した文字列を作成し、文字列パターンマッチングにより検索を行うことで、容易に任意の範囲について検索を行うことができる。
Then, the search result 1005 indicates that the facility F4 is in the range (1) and the facility F7 is in the range (2).
As described above, by creating a character string corresponding to a range to be searched and performing a search by character string pattern matching, it is possible to easily search for an arbitrary range.

以上、本発明の実施の形態を、図面を参照しながら説明してきたが、本発明が適用される施設検索システムは、その機能が実行されるのであれば、上述の実施の形態に限定されることなく、単体の装置であっても、複数の装置からなるシステムあるいは統合装置であっても、LAN、WAN等のネットワークを介して処理が行なわれるシステムであってもよい。   As mentioned above, although embodiment of this invention has been described referring drawings, the facility search system to which this invention is applied is limited to the above-described embodiment as long as the function is executed. Instead, a single device, a system composed of a plurality of devices, an integrated device, or a system in which processing is performed via a network such as a LAN or a WAN may be used.

また、バスに接続されたCPU、ROMやRAMのメモリ、入力装置、出力装置、外部記録装置、媒体駆動装置、ネットワーク接続装置で構成されるシステムでも実現できる。すなわち、前述してきた実施の形態のシステムを実現するソフトェアのプログラムコードを記録したROMやRAMのメモリ、外部記録装置、可搬記録媒体を、施設検索システムに供給し、その施設検索システムのコンピュータがプログラムコードを読み出し実行することによっても、達成されることは言うまでもない。   It can also be realized by a system including a CPU, a ROM or RAM memory connected to a bus, an input device, an output device, an external recording device, a medium driving device, and a network connection device. That is, a ROM or RAM memory, an external recording device, or a portable recording medium that records the program code of the software that realizes the system of the above-described embodiment is supplied to the facility search system, and the computer of the facility search system Needless to say, this can also be achieved by reading and executing the program code.

この場合、可搬記録媒体等から読み出されたプログラムコード自体が本発明の新規な機能を実現することになり、そのプログラムコードを記録した可搬記録媒体等は本発明を構成することになる。   In this case, the program code itself read from the portable recording medium or the like realizes the novel function of the present invention, and the portable recording medium or the like on which the program code is recorded constitutes the present invention. .

プログラムコードを供給するための可搬記録媒体としては、例えば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM、CD−R、DVD−ROM、DVD−RAM、磁気テープ、不揮発性のメモリーカード、ROMカード、電子メールやパソコン通信等のネットワーク接続装置(言い換えれば、通信回線)を介して記録した種々の記録媒体などを用いることができる。   Examples of portable recording media for supplying program codes include flexible disks, hard disks, optical disks, magneto-optical disks, CD-ROMs, CD-Rs, DVD-ROMs, DVD-RAMs, magnetic tapes, and non-volatile memories. Various recording media recorded through a network connection device (in other words, a communication line) such as a card, a ROM card, electronic mail or personal computer communication can be used.

また、コンピュータ(情報処理装置)がメモリ上に読み出したプログラムコードを実行することによって、前述した実施の形態の機能が実現される他、そのプログラムコードの指示に基づき、コンピュータ上で稼動しているOSなどが実際の処理の一部または全部を行ない、その処理によっても前述した実施の形態の機能が実現される。   Further, the computer (information processing apparatus) executes the program code read out on the memory, thereby realizing the functions of the above-described embodiment and operating on the computer based on the instruction of the program code. The OS or the like performs part or all of the actual processing, and the functions of the above-described embodiments are also realized by the processing.

さらに、可搬型記録媒体から読み出されたプログラムコードやプログラム(データ)提供者から提供されたプログラム(データ)が、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPUなどが実際の処理の一部または全部を行ない、その処理によっても前述した実施の形態の機能が実現され得る。
すなわち、本発明は、以上に述べた実施の形態に限定されるものではなく、本発明の要旨を逸脱しない範囲内で種々の構成または形状を取ることができる。
Furthermore, a program code read from a portable recording medium or a program (data) provided by a program (data) provider is provided in a function expansion board inserted into a computer or a function expansion unit connected to a computer. The CPU of the function expansion board or function expansion unit performs part or all of the actual processing based on the instruction of the program code, and the function of the above-described embodiment is also performed by the processing. Can be realized.
That is, the present invention is not limited to the embodiment described above, and can take various configurations or shapes without departing from the gist of the present invention.

(付記1) コンピュータに、
メッシュ状に区切られた地図データと施設の緯度経度情報とに基づいて、該施設がメッシュ状に区切られた地図データのどの位置のメッシュの区画に属するかを算出する順と、
該施設が属するメッシュの区画の地図データ内での位置を、メッシュの区画の配列を文字列として表す文字列で表す手順と、
該施設の位置情報を前記文字列として格納する手順と、
を実行させるためのプログラム。
(付記2) 前記施設が存在するか否かを検索する範囲である検索範囲の指定に基づき、該検索範囲を該検索範囲が含むメッシュの区画の位置を表す文字列として作成する検索条件生成手順と、
前記文字列として表された該施設の位置が、前記検索条件生成手段により作成された検索範囲に含まれるか否かを、該施設の位置を表す文字列と前記検索範囲を表す文字列のパターンマッチングをすることにより行う文字列パターンマッチング手順をさらに備える請求項1記載のプログラム。
(付記3) 前記検索条件生成手順は、波紋状に検索範囲を広くする複数の検索条件を作成することを特徴とする付記2記載のプログラム。
(付記4) 前記文字列は2値データに基づく文字列であることを特徴とする付記1乃至3記載のプログラム。
(付記5) 前記文字列パターンマッチング手順により、該施設が前記複数の検索範囲に含まれていた場合、前記複数の検索範囲の内、優先順位の高い検索範囲に含まれる該施設の情報を送信する手順をさらに備える付記1乃至4記載のプログラム。
(付記6) 前記検索範囲は、任意の範囲の検索範囲であることを特徴とする付記2記載のプログラム。
(付記7) コンピュータに、
メッシュ状に区切られた地図データと施設の位置データとに基づいて、該施設がメッシュ状に区切られた地図データのどの位置のメッシュの区画に属するかを算出する手順と、
該施設が属するメッシュの区画の地図データ内での位置を、メッシュの区画の配列を文字列として表す文字列で表す手順と、
該施設の位置情報を前記文字列として格納する手順と、
を実行させるためのプログラム。
(付記8)メッシュ状に区切られた地図データと施設の緯度経度情報とに基づいて、該施設がメッシュ状に区切られた地図データのどの位置のメッシュの区画に属するかを算出するステップと、
該施設が属するメッシュの区画の地図データ内での位置を、メッシュの区画の配列を文字列として表す文字列で表すステップと、
該施設の位置情報を前記文字列として格納するステップと、
を備える施設検索方法。
(付記9) 前記施設が存在するか否かを検索する範囲である検索範囲の指定に基づき、該検索範囲を該検索範囲が含むメッシュの区画の位置を表す文字列として作成するステップと、
前記文字列として表された該施設の位置が、検索範囲に含まれるか否かを、該施設の位置を表す文字列と前記検索範囲を表す文字列のパターンマッチングをすることにより行う文字列パターンマッチング手段をさらに備える付記8記載の施設検索方法。
(付記10)検索範囲に基づき検索条件を文字列として作成するステップは、波紋状に検索範囲を広くする複数の検索条件を作成することを特徴とする付記9記載の施設検索方法。
(Supplementary note 1)
Based on the map data partitioned in a mesh shape and the latitude and longitude information of the facility, the order in which the facility belongs to the mesh section of the map data partitioned in the mesh shape,
A procedure for representing the position of the mesh section to which the facility belongs in the map data by a character string representing the arrangement of the mesh section as a character string;
A procedure for storing the location information of the facility as the character string;
A program for running
(Additional remark 2) Based on designation | designated of the search range which is the range which searches whether the said facility exists, the search condition generation procedure which produces this search range as a character string showing the position of the division of the mesh which this search range contains When,
Whether the location of the facility represented as the character string is included in the search range created by the search condition generation unit, a character string representing the location of the facility and a character string pattern representing the search range The program according to claim 1, further comprising a character string pattern matching procedure performed by matching.
(Additional remark 3) The said search condition production | generation procedure produces the some search condition which makes a search range wide in a ripple shape, The program of Additional remark 2 characterized by the above-mentioned.
(Additional remark 4) The said character string is a character string based on binary data, The program of Additional remark 1 thru | or 3 characterized by the above-mentioned.
(Supplementary Note 5) When the facility is included in the plurality of search ranges by the character string pattern matching procedure, information on the facility included in the search range having a higher priority is transmitted from the plurality of search ranges. The program according to appendixes 1 to 4, further comprising:
(Additional remark 6) The said search range is a search range of arbitrary ranges, The program of Additional remark 2 characterized by the above-mentioned.
(Appendix 7)
Based on the map data partitioned in a mesh and the location data of the facility, a procedure for calculating which position of the mesh section of the map data the facility belongs to is meshed;
A procedure for representing the position of the mesh section to which the facility belongs in the map data by a character string representing the arrangement of the mesh section as a character string;
A procedure for storing the location information of the facility as the character string;
A program for running
(Supplementary Note 8) Based on the map data partitioned in a mesh shape and the latitude and longitude information of the facility, calculating the mesh belonging to the position of the mesh data in the map data partitioned in the mesh shape;
Expressing the position in the map data of the mesh section to which the facility belongs by a character string representing the arrangement of the mesh section as a character string;
Storing the location information of the facility as the character string;
A facility search method comprising:
(Additional remark 9) Based on designation | designated of the search range which is a range which searches whether the said facility exists, creating the said search range as a character string showing the position of the division of the mesh which this search range includes;
Whether or not the location of the facility represented as the character string is included in the search range by performing pattern matching between the character string representing the location of the facility and the character string representing the search range The facility search method according to appendix 8, further comprising matching means.
(Supplementary note 10) The facility retrieval method according to supplementary note 9, wherein the step of creating the search condition as a character string based on the search range creates a plurality of search conditions that widen the search range in a ripple pattern.

本発明の実施の形態のシステム構成図である。It is a system configuration figure of an embodiment of the invention. 施設の緯度経度情報を文字列として施設情報DBに格納する処理のフローチャートである。It is a flowchart of the process which stores the latitude longitude information of a facility as a character string in facility information DB. 本発明の第一の実施の形態で用いられる地図および施設を表す図である。It is a figure showing the map and plant | facility used by 1st embodiment of this invention. 図3の地図をメッシュで区切ったものである。3 is a map obtained by dividing the map of FIG. 3 with a mesh. (a)は施設の位置を文字で表したものであり、(b)は図5(a)のデータを文字列として格納した施設情報DBを表す図である。(A) represents the location of the facility in characters, and (b) is a diagram representing the facility information DB storing the data of FIG. 5 (a) as a character string. 本発明の第一の実施の形態の施設検索プログラムのフローチャートである。It is a flowchart of the facility search program of 1st embodiment of this invention. 本発明の第一の実施の形態の検索処理を説明するための図である。It is a figure for demonstrating the search process of 1st embodiment of this invention. 本発明の第一の実施の形態の検索処理の流れを示す図である。It is a figure which shows the flow of the search process of 1st embodiment of this invention. 本発明の第二の実施の形態の検索処理を説明するための図である。It is a figure for demonstrating the search process of 2nd embodiment of this invention. 本発明の第二の実施の形態の検索処理の流れを示す図である。It is a figure which shows the flow of the search process of 2nd embodiment of this invention. 従来の検索処理を説明するための図である。It is a figure for demonstrating the conventional search process. 従来の施設情報DBの各施設の緯度経度情報を表す図である。It is a figure showing the latitude longitude information of each facility of conventional facility information DB.

符号の説明Explanation of symbols

10 端末
20 通信網
10 terminal 20 communication network

Claims (2)

コンピュータに、
メッシュ状に区切られた地図データと施設の緯度経度情報とに基づいて、該施設がメッシュ状に区切られた地図データのどの位置のメッシュの区画に属するかを算出する手順と、
該施設が属するメッシュの区画の地図データ内での位置を、x方向において該施設が属するメッシュの区画を第1の文字、該施設が属さないメッシュの区画を第2の文字とし、該第1の文字および該第2の文字を結合した該施設の前記x方向の位置を示す施設位置x方向文字列とy方向において該施設が属するメッシュの区画を前記第1の文字、該施設が属さないメッシュの区画を前記第2の文字とし、前記第1の文字および前記第2の文字を結合した該施設の前記y方向の位置を示す施設位置y方向文字列を組み合わせて表す文字列で表す手順と、
前記施設の位置を表す文字列として前記施設位置x方向文字列および前記施設位置y方向文字列を格納する手順と、
前記施設が存在するか否かを検索する範囲である検索範囲の指定に基づき、該検索範囲を前記x方向において該検索範囲が含むメッシュの区画の位置を前記第1の文字、該検索範囲が含まれないメッシュの区画の位置を前記第2の文字とし、該第1の文字および該第2の文字を結合した前記x方向の検索範囲を示す検索範囲x方向文字列と前記y方向において該検索範囲が含むメッシュの区画の位置を前記第1の文字、該検索範囲が含まれないメッシュの区画の位置を前記第2の文字とし、該第1の文字および該第2の文字を結合した前記y方向の検索範囲を示す検索範囲y方向文字列として作成する検索条件生成手順と、
前記文字列として表された該施設の位置が、前記検索条件生成手段により作成された検索範囲に含まれるか否かを、該施設の前記x方向の位置を表す前記施設位置x方向文字列の各文字と前記x方向の前記検索範囲を表す前記検索範囲x方向文字列の各文字、および該施設の前記y方向の位置を表す前記施設位置y方向文字列の各文字と前記y方向の前記検索範囲を表す前記検索範囲y方向文字列の各文字とが一致するか否か判定するパターンマッチングをすることにより行う文字列パターンマッチング手順と、
を実行させるためのプログラム。
On the computer,
Based on the map data partitioned in a mesh shape and the latitude and longitude information of the facility, a procedure for calculating which position of the mesh section of the map data the facility belongs to the mesh shape,
The position of the mesh section to which the facility belongs in the map data is defined as the first character for the mesh section to which the facility belongs in the x direction, the second character for the mesh section to which the facility does not belong, and the first character. The first character and the facility do not belong to the facility position x-direction character string indicating the position of the facility in the x direction and the mesh section to which the facility belongs in the y direction. Parcels mesh with the second character, represented by the first character and a character string representing a combination of a facility location y direction string indicating the y-position of the facility that combines the second letter Procedure and
Storing the facility position x-direction character string and the facility position y-direction character string as a character string representing the position of the facility ;
Based on the designation of a search range that is a range for searching whether or not the facility exists, the first character indicates the position of the mesh section included in the search range in the x direction, and the search range includes the search range. The position of the section of the mesh not included is the second character, the search range x-direction character string indicating the search range in the x-direction combining the first character and the second character, and the y-direction The position of the mesh section included in the search range is the first character, the position of the mesh section not including the search range is the second character, and the first character and the second character are combined. A search condition generation procedure for creating a search range y-direction character string indicating the search range in the y-direction ;
Whether or not the location of the facility represented as the character string is included in the search range created by the search condition generation unit, the facility position x-direction character string representing the location of the facility in the x-direction . each character in the search range x direction string representing the search range of the x-direction and each character, and the y-direction of the each character of the facility location y direction string representing the y-position of the facility A character string pattern matching procedure performed by performing pattern matching to determine whether or not each character of the search range y-direction character string representing the search range matches;
A program for running
前記検索条件生成手順は、波紋状に検索範囲を広くする複数の検索条件を作成することを特徴とする請求項記載のプログラム。 The search condition generating procedure, according to claim 1, wherein the program characterized by creating a plurality of search conditions to widen the search to ripple shape.
JP2006060929A 2006-03-07 2006-03-07 Facility search program Expired - Fee Related JP5098189B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006060929A JP5098189B2 (en) 2006-03-07 2006-03-07 Facility search program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006060929A JP5098189B2 (en) 2006-03-07 2006-03-07 Facility search program

Publications (2)

Publication Number Publication Date
JP2007241516A JP2007241516A (en) 2007-09-20
JP5098189B2 true JP5098189B2 (en) 2012-12-12

Family

ID=38587019

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006060929A Expired - Fee Related JP5098189B2 (en) 2006-03-07 2006-03-07 Facility search program

Country Status (1)

Country Link
JP (1) JP5098189B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5169919B2 (en) * 2009-03-06 2013-03-27 セイコーエプソン株式会社 Electronic equipment, time difference data acquisition method, data structure of time difference data
JP5678691B2 (en) 2011-01-28 2015-03-04 富士通株式会社 SEARCH CONTROL DEVICE, SEARCH CONTROL PROGRAM, AND SEARCH CONTROL METHOD
JP6528341B1 (en) * 2017-12-19 2019-06-12 株式会社プロモスト INFORMATION PROCESSING APPARATUS, INFORMATION PROCESSING METHOD, AND PROGRAM
WO2020148844A1 (en) * 2019-01-17 2020-07-23 株式会社プロモスト Information processing device, information processing method, and program

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04267477A (en) * 1991-02-22 1992-09-24 Kyushu Nippon Denki Software Kk Range retrieving system by mesh coding of address
JP2584564B2 (en) * 1992-04-15 1997-02-26 住友電気工業株式会社 Vehicle position detection device
JP3518933B2 (en) * 1995-06-05 2004-04-12 株式会社日立製作所 Structured document search method
JP2002183149A (en) * 2000-12-12 2002-06-28 Denso Corp Method and device for specifying spot, method and device for displaying map, spot reporting method, printed matter, computer-readable recoding medium, and unique code output method
JP3866075B2 (en) * 2001-10-15 2007-01-10 日本電信電話株式会社 How to provide location-dependent information

Also Published As

Publication number Publication date
JP2007241516A (en) 2007-09-20

Similar Documents

Publication Publication Date Title
CN110502599B (en) Map data query method and device and computer readable storage medium
US8090745B2 (en) K-nearest neighbor search method, k-nearest neighbor search program, and k-nearest neighbor search device
CN104567894B (en) For providing the apparatus and method of map datum and its system
EP3951321A1 (en) Method and system for rapid generation of reference driving route, terminal and storage medium
CN102693266B (en) Search for method, the navigation equipment and method of generation index structure of database
CN102203729A (en) Determining user similarities based on location histories
US20120310523A1 (en) Customizable route planning
US20200334246A1 (en) Information processing device, combination condition generation method, and combination condition generation program
US11307049B2 (en) Methods, apparatuses, systems, and storage media for storing and loading visual localization maps
JP4226491B2 (en) Search data update system and navigation device
JP5098189B2 (en) Facility search program
CN103164529B (en) A kind of anti-k nearest neighbor query method based on Voronoi diagram
CN114930122B (en) Method and processor circuit for updating digital road map
CN113868351A (en) Address clustering method and device, electronic equipment and storage medium
Safar et al. Optimized skyline queries on road networks using nearest neighbors
WO2010004612A1 (en) Information processing apparatus, information generating apparatus, information processing method, information generation method, information processing program, information generating program, and recording medium
CN116663491B (en) Method, equipment and medium for covering group condition constraint statement based on BDD solving function
JP5132694B2 (en) DATA GENERATION DEVICE, DATA GENERATION METHOD, AND ROUTE SEARCH DEVICE
JP5008137B2 (en) Word vector generation device, word vector generation method, program, and recording medium recording the program
CN112416852B (en) Ring interconnection structure route determination method and device
US20130262512A1 (en) Data management apparatus and data management method
US10145695B2 (en) Method and apparatus for determining a route and correction values for heuristic values
Kaur et al. On solving partition driven standard cell placement problem using firefly-based metaheuristic approach
CN116777095B (en) Route planning method, device, equipment and medium
Huang et al. Processing continuous K-nearest skyline query with uncertainty in spatio-temporal databases

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080704

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20101007

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20101019

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20101220

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110705

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110902

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20120424

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120723

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

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20120730

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

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

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

Free format text: PAYMENT UNTIL: 20151005

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 5098189

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees