[go: up one dir, main page]

JP2001175662A - Position information description method, position information processing apparatus and method, and data recording medium - Google Patents

Position information description method, position information processing apparatus and method, and data recording medium

Info

Publication number
JP2001175662A
JP2001175662A JP35480499A JP35480499A JP2001175662A JP 2001175662 A JP2001175662 A JP 2001175662A JP 35480499 A JP35480499 A JP 35480499A JP 35480499 A JP35480499 A JP 35480499A JP 2001175662 A JP2001175662 A JP 2001175662A
Authority
JP
Japan
Prior art keywords
position information
latitude
longitude
file
index
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP35480499A
Other languages
Japanese (ja)
Inventor
Shiro Miyagi
史朗 宮城
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.)
Sony Corp
Original Assignee
Sony 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 Sony Corp filed Critical Sony Corp
Priority to JP35480499A priority Critical patent/JP2001175662A/en
Publication of JP2001175662A publication Critical patent/JP2001175662A/en
Pending legal-status Critical Current

Links

Landscapes

  • Navigation (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Traffic Control Systems (AREA)
  • Instructional Devices (AREA)

Abstract

(57)【要約】 【課題】 位置情報と対応するアイコンを地図上に表示
する処理を短時間に行うことを可能とする。 【解決手段】 13で示す10行目および11行目の部
分にPOI情報毎に検索用のインデックスが記述されて
いる。検索用のインデックスのタグには、位置の情報
(緯度、経度)、情報のカテゴリ、移動体か非移動体の
区別、および測地系が含まれる。緯度、経度は、桁数が
固定であり、また、度表示に固定している。POI情報
は、14で示す次の11行の部分に記述されている。対
象の代表位置が位置で表現されている。位置は、緯度と
経度で記述される。インデックスに記述したものと同一
の位置が記述されている。メモリカードから読み込んだ
位置情報ファイル中のインデックスを検索し、位置のテ
ーブルが作成される。その位置に対応して地図上にアイ
コンが表示される。
(57) [Summary] [PROBLEMS] To enable a process of displaying an icon corresponding to position information on a map in a short time. SOLUTION: A search index is described for each POI information in a portion of a 10th line and an 11th line indicated by 13. The tags of the search index include position information (latitude and longitude), information categories, distinction between mobile and non-mobile objects, and geodetic systems. The latitude and longitude have a fixed number of digits, and are also fixed in degrees. The POI information is described in the portion of the next 11 lines indicated by 14. The representative position of the object is represented by the position. The position is described by latitude and longitude. The same position as that described in the index is described. An index in the position information file read from the memory card is searched, and a position table is created. An icon is displayed on the map corresponding to the position.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】この発明は、言語、記述方法
が予め規定されているデータ形式によって位置情報を取
り扱う場合に対して適用可能な位置情報記述方法、位置
情報処理装置および方法、並びにデータ記録媒体に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a position information description method, a position information processing apparatus and method, and data recording applicable to a case where position information is handled in a data format in which a language and a description method are defined in advance. Regarding the medium.

【0002】[0002]

【従来の技術】位置情報に関して、階層構造化されたフ
ォーマットの一つとして、POIX(Point Of Interest
eXchange language) が提案されている。POIXは、
モバイル標準化検討委員会(MOSTEC:Mobile Info
rmation Standard TEchnical Commitee)において規定さ
れた、インターネット上で位置情報を交換することを目
的として作成されたデータフォーマットである。POI
Xは、XML(eXtensible Markup Language)をベースに
したマークアップ言語であり、タグを使って階層構造化
してデータを記述する。階層構造については、POIX
において規定されている。位置情報とは、対象の位置お
よび位置関連の情報を意味する。
2. Description of the Related Art Regarding position information, POIX (Point Of Interest) is one of the hierarchically structured formats.
eXchange language) has been proposed. POIX is
Mobile Standardization Study Committee (MOSTEC: Mobile Info
This is a data format created for the purpose of exchanging location information on the Internet, as defined in the rmation Standard Technical Committee). POI
X is a markup language based on XML (eXtensible Markup Language), and describes data in a hierarchical structure using tags. For the hierarchical structure, see POIX
Stipulated in The position information means the position of the target and information related to the position.

【0003】[0003]

【発明が解決しようとする課題】POIXの場合、定型
化されているので、位置情報を記述することは、比較的
容易である。一方、POIXのデータの内容を解析する
には、データ内のツリー構造を解析する必要があり、マ
イクロコンピュータ(マイコン)の処理量が増大する。
例えば地図上にアイコンを表示することによって、対象
の位置の存在を示すようなアプリケーションを考える
と、位置の緯度、経度情報を取得するまでの処理時間が
長くなり、アイコンを表示するまでの時間が長くなり、
操作性が低下する問題点があった。特に、カーナビゲー
ション等の車載機器、ディジタルスチルカメラ等の携帯
機器で使用されているマイコンは、CPU、ROM/R
AM容量の制約があり、その処理能力は、それほど高く
ないので、地図上にアイコンが表示されるまでの時間が
長くなったり、表示が不可能となるおそれもある。
In the case of POIX, since it is standardized, it is relatively easy to describe position information. On the other hand, in order to analyze the contents of POIX data, it is necessary to analyze a tree structure in the data, which increases the processing amount of a microcomputer.
For example, considering an application that indicates the existence of a target position by displaying an icon on a map, the processing time required to obtain the latitude and longitude information of the position is longer, and the time required to display the icon is longer. Become longer,
There was a problem that operability was reduced. In particular, microcomputers used in in-vehicle devices such as car navigation systems and mobile devices such as digital still cameras include CPUs, ROM / R
Since there is a limitation on the AM capacity and the processing capacity is not so high, there is a possibility that the time until the icon is displayed on the map becomes long or the icon cannot be displayed.

【0004】したがって、この発明の目的は、処理能力
が低いマイコンを使用した場合でも、位置情報の地点の
緯度、経度を迅速に知ることを可能とするようにした位
置情報記述方法、位置情報処理装置および方法、並びに
データ記録媒体を提供することにある。
SUMMARY OF THE INVENTION Accordingly, an object of the present invention is to provide a position information description method and a position information processing method capable of promptly knowing the latitude and longitude of a position information point even when a microcomputer having a low processing capability is used. An object is to provide an apparatus and a method, and a data recording medium.

【0005】[0005]

【課題を解決するための手段】上述した課題を解決する
ために、請求項1の発明は、言語、記述の形式が予め規
定されているデータ形式に基づいて作成され、対象位置
の緯度、経度情報を含む位置情報データに対して、少な
くとも緯度、経度情報をインデックスとして識別される
ように重複して記述することを特徴とする位置情報記述
方法である。
In order to solve the above-mentioned problems, a first aspect of the present invention is to create a language and a description format based on a predetermined data format, and to provide a latitude and longitude of a target position. A position information description method characterized in that at least latitude and longitude information are redundantly described in position information data including information so as to be identified as an index.

【0006】請求項5の発明は、緯度、経度情報を取得
する手段と、言語、記述の形式が予め規定されているデ
ータ形式に基づいて、取得された緯度、経度情報が記述
されると共に、少なくとも緯度、経度情報がインデック
スとして識別されるように重複して記述された位置情報
ファイルを作成する手段と、位置情報ファイルを外部に
出力する出力手段とからなることを特徴とする位置情報
処理装置である。
According to a fifth aspect of the present invention, the acquired latitude and longitude information is described based on a means for acquiring the latitude and longitude information, and the acquired latitude and longitude information based on a data format in which a language and a description format are defined in advance. A position information processing apparatus comprising: means for creating a position information file in which at least latitude and longitude information are identified so as to be identified as an index; and output means for outputting the position information file to the outside. It is.

【0007】請求項12の発明は、言語、記述の形式が
予め規定されているデータ形式に基づいて、取得された
緯度、経度情報が記述されると共に、少なくとも緯度、
経度情報がインデックスとして識別されるように重複し
て記述された位置情報ファイルを作成し、位置情報ファ
イルを外部に出力することを特徴とする位置情報処理方
法である。
According to a twelfth aspect of the present invention, the acquired latitude and longitude information are described based on a data format in which a language and a description format are specified in advance, and at least the latitude and longitude information are described.
This is a position information processing method characterized by creating a position information file redundantly described so that longitude information is identified as an index, and outputting the position information file to the outside.

【0008】請求項13の発明は、言語、記述の形式が
予め規定されているデータ形式に基づいて、対象位置の
緯度、経度情報が記述されると共に、少なくとも緯度、
経度情報がインデックスとして識別されるように重複し
て記述された位置情報ファイルを受け取る手段と、イン
デックスを検索し、対象位置の緯度、経度情報のテーブ
ルを作成し、テーブルを参照して対象位置の存在を示す
アイコンを地図上に表示する制御手段とからなることを
特徴とする位置情報処理装置である。
According to a thirteenth aspect of the invention, the latitude and longitude information of the target position are described based on a data format in which a language and a description format are specified in advance.
Means for receiving a position information file redundantly described so that the longitude information is identified as an index, searching the index, creating a table of latitude and longitude information of the target position, referring to the table, and A position information processing apparatus comprising: control means for displaying an icon indicating presence on a map.

【0009】請求項14の発明は、言語、記述の形式が
予め規定されているデータ形式に基づいて、緯度、経度
情報が記述されると共に、少なくとも緯度、経度情報が
インデックスとして識別されるように重複して記述され
た位置情報ファイルが記録されたデータ記録媒体であ
る。
According to a fourteenth aspect of the present invention, the latitude and longitude information are described based on a data format in which a language and a description format are specified in advance, and at least the latitude and longitude information are identified as an index. This is a data recording medium on which a position information file described redundantly is recorded.

【0010】この発明では、予め規定されているデータ
形式で記述された対象位置の緯度、経度と同一の緯度、
経度をインデックスとして重複して持つので、対象位置
の存在を示すアイコンを表示するような場合に、処理時
間を短縮化することができる。
According to the present invention, the same latitude and longitude as the latitude and longitude of the target position described in a data format defined in advance,
Since the longitude is used as an index, the processing time can be reduced when an icon indicating the existence of the target position is displayed.

【0011】[0011]

【発明の実施の形態】以下、この発明の一実施形態につ
いて説明する。一実施形態は、GPS(Global Position
ing System) 機能を備えたディジタルスチルカメラに対
してこの発明を適用したものである。図1は、本実施形
態のシステム構成を示し、101がCCD(Charge Cou
pled Device)を示す。CCD101は、図示しないレン
ズ部を介された被写体像を撮像信号として出力する。撮
像信号が画像処理回路102に供給される。
DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the present invention will be described below. One embodiment is a GPS (Global Position).
The present invention is applied to a digital still camera having a function of a digital camera. FIG. 1 shows a system configuration of the present embodiment, where 101 is a CCD (Charge Cou
pled Device). The CCD 101 outputs a subject image passed through a lens unit (not shown) as an imaging signal. The imaging signal is supplied to the image processing circuit 102.

【0012】画像処理回路102は、カメラ信号処理
部、メモリコントローラ、画像圧縮/伸張部、表示用バ
ッファ、D/A変換器等から構成されている。カメラ信
号処理部には、クランプ回路、輝度信号処理回路、輪郭
補正回路、欠陥補償回路、自動絞り制御回路、自動焦点
制御回路、自動ホワイトバランス補正回路等が含まれ
る。メモリコントローラに対して表示用バッファメモリ
およびデータ伝送路109が接続される。表示バッファ
メモリの出力がD/A変換器を介して画像表示装置10
3に供給される。
The image processing circuit 102 includes a camera signal processing unit, a memory controller, an image compression / decompression unit, a display buffer, a D / A converter, and the like. The camera signal processing unit includes a clamp circuit, a luminance signal processing circuit, a contour correction circuit, a defect compensation circuit, an automatic aperture control circuit, an automatic focus control circuit, an automatic white balance correction circuit, and the like. The display buffer memory and the data transmission path 109 are connected to the memory controller. The output of the display buffer memory is supplied to the image display device 10 via the D / A converter.
3 is supplied.

【0013】画像圧縮/伸張部は、例えばJPEG(Jo
int Photographic Experts Group)によって画像データ
を圧縮し、また、圧縮画像データを伸張する。画像表示
装置103は、カメラと一体に設けられたLCD(Liqu
id Crystal Display) で構成されたものである。外部に
接続したテレビモニタを画像表示装置103として使用
しても良い。画像処理回路102からの画像信号が画像
表示装置103に供給されることによって、撮影中の画
像が表示され、また、メモリカード108から読み出さ
れた画像(地図データ、撮影画像)、対象位置の存在を
示すアイコン等が表示される。
The image compression / decompression unit is, for example, a JPEG (Jo
Int Photographic Experts Group) compresses image data and decompresses compressed image data. The image display device 103 includes an LCD (Liquor) provided integrally with the camera.
id Crystal Display). An externally connected television monitor may be used as the image display device 103. By supplying the image signal from the image processing circuit 102 to the image display device 103, the image being captured is displayed, and the image (map data, captured image) read from the memory card 108, An icon or the like indicating presence is displayed.

【0014】データ伝送路109に対しては、DRAM
(Dynamic Random Access Memory)104、制御マイコン
106、メモリカードコントローラ107が接続されて
いる。メモリカードコントローラ107によってメモリ
カード108に対するデータの書き込み/読み出しがな
される。メモリカード108は、フラッシュメモリ、バ
ッファメモリ、メモリコントローラが内蔵され、スチル
カメラ本体に対して着脱自在とされたものである。記録
媒体としては、メモリカードに限定されるものではな
く、フロッピーディスク、書き換え可能な光ディスク等
を使用しても良い。さらに、記録媒体に限らず、インタ
ーネット等の通信ネットワークを介して外部例えば他の
パソコン端末に送信するようにしても良い。
For the data transmission path 109, a DRAM
(Dynamic Random Access Memory) 104, a control microcomputer 106, and a memory card controller 107 are connected. The memory card controller 107 writes / reads data to / from the memory card 108. The memory card 108 has a built-in flash memory, buffer memory, and memory controller, and is detachable from the still camera body. The recording medium is not limited to a memory card, but may be a floppy disk, a rewritable optical disk, or the like. Further, the information may be transmitted to an external device such as another personal computer terminal via a communication network such as the Internet without being limited to the recording medium.

【0015】制御用マイコン106に対して操作部11
0が接続される。操作部110は、シャッターボタン、
動作モードを指定するスイッチ等の撮影者が操作する各
種のスイッチを含む。また、制御マイコン106には、
GPSユニット105からの位置情報(現在位置の緯
度、経度)が供給される。GPSユニット105は、複
数のGPS衛星からの電波を受信することによって、現
在位置の緯度、経度を演算する。GPSユニット105
は、一例として1秒間隔で有効な緯度、経度情報を発生
する。
An operation unit 11 for the control microcomputer 106
0 is connected. The operation unit 110 includes a shutter button,
It includes various switches operated by the photographer, such as a switch for designating an operation mode. Further, the control microcomputer 106 includes:
Position information (latitude and longitude of the current position) from the GPS unit 105 is supplied. The GPS unit 105 calculates the latitude and longitude of the current position by receiving radio waves from a plurality of GPS satellites. GPS unit 105
Generates valid latitude and longitude information at one second intervals as an example.

【0016】撮影者が操作部110のシャッターボタン
を押すと、CCD101で撮像された画像信号が画像処
理回路102に供給され、カメラ信号処理がされた後の
画像データが画像処理回路102内のメモリコントロー
ラの制御によってDRAM104に記憶される。また、
シャッターボタンを押した時に、現在位置(すなわち、
撮影地点)の緯度、経度をGPSユニット105が測位
し、緯度、経度情報がGPSユニット105から制御マ
イコン106を通じてDRAM104に記憶される。
When the photographer presses the shutter button of the operation unit 110, an image signal picked up by the CCD 101 is supplied to the image processing circuit 102, and the image data after the camera signal processing is stored in a memory in the image processing circuit 102. The data is stored in the DRAM 104 under the control of the controller. Also,
When you press the shutter button, the current position (that is,
The GPS unit 105 measures the latitude and longitude of the imaging point), and the latitude and longitude information is stored in the DRAM 104 from the GPS unit 105 through the control microcomputer 106.

【0017】原画像データがDRAM104に格納され
ると、マイコン106の制御によって原画像データが画
像処理回路102内の画像圧縮/伸張部によって圧縮さ
れる。圧縮画像データ(JPEGデータ)がDRAM1
04に格納される。この場合、原画像データの格納され
ている領域とは、別の領域に圧縮画像データが格納され
る。そして、マイコン106によってDRAM104か
ら読み出された圧縮画像データがメモリカードコントロ
ーラ107を介してメモリカード108に書き込まれ
る。
When the original image data is stored in the DRAM 104, the original image data is compressed by an image compression / decompression unit in the image processing circuit 102 under the control of the microcomputer 106. Compressed image data (JPEG data) is DRAM1
04. In this case, the compressed image data is stored in an area different from the area where the original image data is stored. Then, the compressed image data read from the DRAM 104 by the microcomputer 106 is written to the memory card 108 via the memory card controller 107.

【0018】メモリカード108に記憶されている静止
画等の画像を再生する時には、メモリカードコントロー
ラ107を経由して圧縮画像データをメモリカード10
8から読み出し、画像処理回路102内の画像圧縮/伸
張部によって伸張する。伸張した画像データをDRAM
104に書き込む。そして、DRAM104に格納され
ている画像データを画像処理回路102を介して画像表
示装置103に表示する。
When reproducing an image such as a still image stored in the memory card 108, the compressed image data is transferred to the memory card 10 via the memory card controller 107.
8 and decompressed by an image compression / decompression unit in the image processing circuit 102. Decompressed image data to DRAM
Write to 104. Then, the image data stored in the DRAM 104 is displayed on the image display device 103 via the image processing circuit 102.

【0019】メモリカード108は、一例として図2に
示すファイル構成を有する。ディレクトリとしては、静
止画用ディレクトリ(DCIM)、動画用ディレクトリ
(MOxxxnn)、ボイス用ディレクトリ(VOIC
E)、制御用ディレクトリ(AVCTL)、音楽用ディ
レクトリ(HIFI)、位置情報用ディレクトリ(PO
SITION)とが存在する。各ディレクトリに対して
サブディレクトリが規定されている。例えば静止画用デ
ィレクトリ(DCIM)には、msdcf等のサブディ
レクトリが規定され、例えばディジタルスチルカメラで
撮影し、JPEGで圧縮した1枚の画像であれば、サブ
ディレクトリmsdcfに対してdsc00001.j
pgのファイル名と拡張子とが付加される。
The memory card 108 has a file configuration shown in FIG. 2 as an example. The directories include a still image directory (DCIM), a moving image directory (MOxxxn), and a voice directory (VOIC).
E), control directory (AVCTL), music directory (HIFI), location information directory (PO
SITION). A subdirectory is defined for each directory. For example, a sub-directory such as msdcf is defined in the still image directory (DCIM). For example, if a single image is captured by a digital still camera and compressed by JPEG, dsc00001. j
The file name and extension of the pg are added.

【0020】位置情報用ディレクトリのサブディレクト
リとして、Poix(位置情報データ),Route
(経路データ),track(軌跡データ),MAP
(地図データ)等が規定されている。Poixの下に、
例えばディジタルスチルカメラで撮影した時の撮影地点
の位置情報であれば、dsc0001.poi等のファ
イル名を持つ位置情報ファイルが存在する。拡張子po
iがPOIXに準拠した位置情報ファイルであることを
示す。位置情報ファイルは、1つの位置情報が1つのフ
ァイルに対応する。また、サブディレクトリMAPに属
する1つのMAPファイルは、1または複数の地図のデ
ータからなる。地図のデータは、カーナビゲーションシ
ステム、地図データベース等からメモリカード108に
ダウンロードされる。
Poix (location information data) and Route are subdirectories of the location information directory.
(Route data), track (track data), MAP
(Map data) and the like. Under Poix,
For example, if it is position information of a photographing point when photographing with a digital still camera, dsc0001. There is a position information file having a file name such as poi. Extension po
Indicates that i is a position information file conforming to POIX. In the position information file, one position information corresponds to one file. One MAP file belonging to the subdirectory MAP includes one or more map data. The map data is downloaded to the memory card 108 from a car navigation system, a map database, or the like.

【0021】このようなメモリカード108のファイル
構造は、予め所要のプログラムがインストールされてい
る制御用マイコン106が分かっており、メモリカード
108に対して撮影した静止画データを書き込む時に、
書き込む静止画データにファイル名が付けられる。ま
た、メモリカード108から所望の静止画データを読み
出す時には、その静止画データのファイル名が指定され
る。
The file structure of the memory card 108 is known by the control microcomputer 106 in which a required program is installed in advance, and when writing photographed still image data to the memory card 108,
A file name is given to the still image data to be written. When reading desired still image data from the memory card 108, the file name of the still image data is specified.

【0022】さらに、上述したように、シャッターボタ
ンを押した時にDRAM104に取り込まれた撮影地点
の緯度、経度情報は、制御用マイコン106によって、
POIXに準拠したデータ形式の位置情報ファイルに変
換され、メモリカード108にサブディレクトリPoi
xのファイルとして記録される。位置情報ファイルに
は、後述するように、リンクすべき例えば静止画ファイ
ルを記述することができる。したがって、撮影画像のフ
ァイルと、撮影地点の位置情報とをリンクさせることが
できる。
Further, as described above, the latitude and longitude information of the photographing point taken into the DRAM 104 when the shutter button is pressed is obtained by the control microcomputer 106.
It is converted into a position information file in a data format conforming to POIX, and stored in the memory card 108 in a subdirectory Poi.
x file. As will be described later, for example, a still image file to be linked can be described in the position information file. Therefore, the file of the photographed image and the position information of the photographing point can be linked.

【0023】図3は、制御マイコン106において作成
されるPOIXに準拠したデータ(位置情報ファイル)
の一例を示す。図3の例では、11で示す最初の3行の
部分に使用するPOIXのバージョン番号が記述されて
いる。また、本出願人の提案による拡張(sonypoix) を
含むことが示され、そのバージョン番号も記述されてい
る。12で示す次の5行の部分が型情報(format)の要素
を記述した部分である。型情報には、記述されているP
OIXで使用されている測地系(datum) が(tokyo:日本
測地系) であることが示され、また、使用されている座
標系(unit)が(degree:度)であることが示され、さら
に、情報作成日時(time)が1999年10月20日10
時35分47秒+09:00(タイムゾーン)であるこ
とが示されている。POIXにおいて、要素は、型情報
に限らず、高度、移動体移動状態、移動方向、軌跡座標
点列、対象の名称、対象の説明、対象へのアクセス方
法、導入地点、到着地点、導入地点から到着地点までの
経路、連絡先等が規定されている。
FIG. 3 shows POIX-compliant data (positional information file) created by the control microcomputer 106.
An example is shown below. In the example of FIG. 3, the version number of the POIX to be used is described in the first three lines indicated by 11. It is also shown to include an extension (sonypoix) proposed by the applicant, and its version number is also described. The next five lines indicated by 12 are the parts in which the elements of the type information (format) are described. In the type information, the described P
It is shown that the datum used in OIX is (tokyo: Japanese Geodetic System), and that the coordinate system (unit) used is (degree: degree), Furthermore, the information creation date and time (time) is 10 October 20, 1999.
It is indicated that the time is 35: 47 + 9: 00 (time zone). In POIX, the elements are not limited to type information, but include altitude, moving body moving state, moving direction, track coordinate point sequence, target name, target description, target access method, introduction point, arrival point, and introduction point. The route to the arrival point, contact information, etc. are specified.

【0024】13で示す10行目および11行目の部分
に後続のPOI(Point Of Interest) 要素毎に検索用の
インデックス(index pos) が記述されている。このよう
に、対象位置の情報(緯度、経度)と重複して位置情報
を持つインデックスを記述する点がこの発明の特徴であ
る。
In the portions of the tenth and eleventh lines indicated by 13, a search index (index pos) is described for each subsequent POI (Point Of Interest) element. As described above, the feature of the present invention is that the index having the position information is described so as to overlap with the information (latitude and longitude) of the target position.

【0025】検索用のインデックスのタグには、位置の
情報(緯度、経度)、情報のカテゴリ(category)、移動
体か非移動体の区別、および測地系が含まれる。図3の
例は、位置が北緯35.62222度、東経139.7
4528度であり、カテゴリコードが14000000
であり、非移動体(fix) であり、測地系が日本測地系(t
okyo) である。緯度、経度は、桁数が固定であり、ま
た、POIXのフォーマットでは、度表示と度分秒表示
とが選択できるが、インデックスでは、度表示に固定し
ている。このように、桁数および表示形式を固定してい
ることによって、インデックスの読み取りや、装置の内
部形式への変換を高速に行うことができる。
The tags of the search index include position information (latitude and longitude), information category, distinction between moving and non-moving objects, and geodetic system. In the example of FIG. 3, the position is 35.62222 degrees north latitude and 139.7 degrees east longitude.
4528 degrees and category code of 1400000
, Is a non-moving object (fix), and the geodetic system is the Japanese geodetic system (t
okyo). The latitude and longitude have a fixed number of digits. In the POIX format, a degree display and a degree minute second display can be selected, but in the index, the degree display is fixed. By fixing the number of digits and the display format in this way, it is possible to read an index and convert the index into an internal format at high speed.

【0026】POI情報は、14で示す次の11行の部
分に記述されている。すなわち、対象の代表位置(poin
t) が位置(pos) で表現されている。位置は、緯度(lat)
と経度(lon) で記述される。上述のインデックスに記
述したものと同一の位置が記述されている。(image re
f) として、POIにリンクされるイメージファイルの
リンク場所、ファイル名が記述されている。ファイル名
は、上述したメモリカードのディレクトリ構造に準拠し
ている。(comment) は、POIにリンクされるイメージ
に対してのコメントの文字列が表されている。図3の例
では、イメージを得たディジタルスチルカメラの型式名
が示されている。
The POI information is described in the following eleven lines indicated by reference numeral 14. That is, the representative position (point
t) is represented by position (pos). Position is latitude (lat)
And longitude (lon). The same position as that described in the above-mentioned index is described. (image re
f) describes the link location and file name of the image file linked to the POI. The file name conforms to the directory structure of the memory card described above. (comment) indicates a character string of a comment for the image linked to the POI. In the example of FIG. 3, the model name of the digital still camera from which the image was obtained is shown.

【0027】さらに、15で示す次の行の(category)
は、POIのカテゴリを表す。16で示すさらに次の行
(gpstime) は、GPS衛星から送られてくる時間情報を
受信した日時を示す。カテゴリは、図4に示すように、
4バイトのコードで、16進表記の数字を文字列として
表記する。カテゴリコードの先頭の1バイトによって、
カテゴリの大分類が表現される。図3中のカテゴリコー
ドの(14000000)は、撮影(記録)場所の位置
情報である。カテゴリコードを使用することによって、
カテゴリ毎にアイコンの形状を異ならせることができ
る。
Further, the (category) of the next line indicated by 15
Represents the category of the POI. The next line indicated by 16
(gpstime) indicates the date and time when the time information sent from the GPS satellite was received. The categories are as shown in FIG.
A hexadecimal number is represented as a character string in a 4-byte code. By the first byte of the category code,
A large classification of the category is expressed. The category code (14000000) in FIG. 3 is position information of a shooting (recording) place. By using category codes,
The shape of the icon can be different for each category.

【0028】上述したこの発明の一実施形態において、
地図画像を表示し、その地図上に撮影地点等のアイコン
を表示するときの処理について、以下に説明する。図5
および図8のフローチャートに示される処理は、制御マ
イコン106によってなされるものである。
In one embodiment of the present invention described above,
A process for displaying a map image and displaying an icon such as a shooting point on the map will be described below. FIG.
The processing shown in the flowchart of FIG. 8 is performed by the control microcomputer 106.

【0029】図5における開始のステップS11は、電
源をオンとした時、メモリカード108をカメラ本体に
装着した時、または地図表示モードが指定された時に対
応する。このステップS11において、メモリカードコ
ントローラ107を介してメモリカード108から地図
画像データが読み込まれ、DRAM104に記憶され
る。地図画像データは、DRAM104から読み出さ
れ、画像処理回路102を介して画像表示装置103に
供給され、画像表示装置103に表示される。
The start step S11 in FIG. 5 corresponds to when the power is turned on, when the memory card 108 is mounted on the camera body, or when the map display mode is designated. In step S11, map image data is read from the memory card 108 via the memory card controller 107 and stored in the DRAM 104. The map image data is read from the DRAM 104, supplied to the image display device 103 via the image processing circuit 102, and displayed on the image display device 103.

【0030】次のステップS12において、メモリカー
ド108に記憶され、Poixのサブディレクトリを有
する位置情報ファイル(図3参照)がメモリカードコン
トローラ107を介して読み込まれ、DRAM104に
記憶される。制御マイコン106がDRAM104に記
憶された位置情報ファイルから検索用インデックスを検
索する(ステップS13)。具体的には、図3中の部分
13に記述されているindex のタグを検索する。ステッ
プS14では、検索されたインデックスタグから緯度、
経度を含む情報を取得し、テーブルに書き込む。テーブ
ルは、制御用マイコン106内のメモリ上に作成され
る。
In the next step S12, a position information file (see FIG. 3) stored in the memory card 108 and having a Poix subdirectory is read via the memory card controller 107 and stored in the DRAM 104. The control microcomputer 106 searches a search index from the position information file stored in the DRAM 104 (step S13). Specifically, the tag of index described in the portion 13 in FIG. 3 is searched. In step S14, the latitude,
Obtain information including longitude and write it to the table. The table is created on a memory in the control microcomputer 106.

【0031】ステップS15では、位置情報ファイルが
残っているかどうかが決定される。若し、位置情報ファ
イルが残っている場合には、ステップS12に処理が戻
る。全ての位置情報ファイルに対しての処理が終了する
と、テーブル作成処理が終了する(ステップS16)。
このようにして、メモリカード108に記憶されている
すべての位置情報ファイルに関するテーブルが作成され
る。なお、ステップS12において、メモリカード10
8から全ての位置情報ファイルを読み込むことも可能で
あり、その場合には、ステップS15で、位置情報ファ
イルが残っていると決定された時に、処理がステップS
14に戻るようになされる。
In step S15, it is determined whether or not a position information file remains. If the position information file remains, the process returns to step S12. When the processing for all the position information files is completed, the table creation processing ends (step S16).
In this way, tables for all the position information files stored in the memory card 108 are created. In step S12, the memory card 10
8, it is also possible to read all the position information files. In this case, if it is determined in step S15 that the position information files remain, the process proceeds to step S15.
14 is returned.

【0032】図6は、上述した処理によって作成される
テーブルの一例を示す。位置情報ファイル中のインデッ
クスから取得された緯度、経度、カテゴリコードと、位
置情報ファイルのファイル名とがそれぞれが1地点に対
応する各行に書かれている。図6中のカテゴリコードの
(01000000)は、レジャースポットを意味し、
カテゴリコードの(02000000)は、飲食店を意
味する。また、位置情報ファイルのファイル名中の(ds
c) は、ディジタルスチルカメラでシャッターを押すご
とに取り込まれた位置情報を表し、ファイル名中の(na
v) は、カーナビゲーションからダウンロードした位置
情報を表す。拡張子poi は、POIXに準拠したファイ
ルであることを表す。
FIG. 6 shows an example of a table created by the above-described processing. The latitude, longitude, and category code obtained from the index in the position information file and the file name of the position information file are written on each line corresponding to one point. The category code (01000000) in FIG. 6 means a leisure spot,
The category code (0200000) means a restaurant. Also, (ds) in the file name of the location information file
c) indicates the position information captured each time the shutter is pressed on the digital still camera.
v) represents the location information downloaded from the car navigation. The extension poi indicates that the file is a POIX-compliant file.

【0033】テーブルの作成が完了すると、テーブルに
リストアップされている緯度、経度が画像表示装置10
3に表示されている地図上に表示可能かどうかを調べ
る。これは、図7に示すように、上辺21、下辺22、
左辺23および右辺24で囲まれた地図の表示領域内
に、リストアップされている緯度、経度が表示可能かど
うかを図8に示すフローチャートに従って検査する処理
である。
When the creation of the table is completed, the latitude and longitude listed in the table are displayed on the image display device 10.
It is checked whether it can be displayed on the map displayed in 3. This is, as shown in FIG. 7, the upper side 21, the lower side 22,
This is a process for checking whether or not the listed latitude and longitude can be displayed in the map display area surrounded by the left side 23 and the right side 24 according to the flowchart shown in FIG.

【0034】図8中の開始のステップS21に続いて、
ステップS22では、緯度(テーブルにリストアップさ
れている緯度)が上辺21の緯度より小さいかどうかが
決定される。ステップS22に続くステップS23で
は、緯度が下辺22の緯度より大きいかどうかが決定さ
れる。ステップS23に続くステップS24では、経度
が右辺24の経度より小さいかどうかが決定される。ス
テップS24に続くステップS25では、経度が左辺2
3の経度より大きいかどうかが決定される。
Following the start step S21 in FIG.
In step S22, it is determined whether the latitude (the latitude listed in the table) is smaller than the latitude of the upper side 21. In step S23 following step S22, it is determined whether the latitude is greater than the latitude of the lower side 22. In step S24 following step S23, it is determined whether the longitude is smaller than the longitude of the right side 24. In step S25 following step S24, the longitude is
It is determined whether it is greater than three longitudes.

【0035】以上のステップS22、S23、S24お
よびS25の判断の結果が全て肯定の場合に、テーブル
にリストアップされている緯度、経度が地図上に表示す
ることが可能と決定され、ステップS26において、地
図上の該当の位置にアイコンを表示する。若し、そうで
なければ、ステップS26の処理がスキップされる。す
なわち、アイコンが表示されず、ステップS27におい
て、テーブルにデータが残っているかどうかが決定され
る。残っていない場合には、処理が終了する。テーブル
のデータが残っているならば、ステップS22から次の
データに対して上述したのと同様の処理が繰り返され
る。
If the results of the determinations in steps S22, S23, S24 and S25 are all affirmative, it is determined that the latitude and longitude listed in the table can be displayed on the map, and in step S26 , And display an icon at the corresponding location on the map. If not, the process of step S26 is skipped. That is, no icon is displayed, and it is determined in step S27 whether data remains in the table. If not, the process ends. If table data remains, the same processing as described above is repeated for the next data from step S22.

【0036】図9は、この一実施形態において、画像表
示装置103上に表示される地図画像の一例を示す。図
9中で、黒い四角で示すのがテーブルにリストアップさ
れている緯度、経度のデータに対応するアイコンであ
る。アイコンの形状は、他の形状でも良く、また、カテ
ゴリコードに応じて異なった形状としても良い。
FIG. 9 shows an example of a map image displayed on the image display device 103 in this embodiment. In FIG. 9, black squares indicate icons corresponding to latitude and longitude data listed in the table. The shape of the icon may be another shape, or may be different depending on the category code.

【0037】上述した位置情報のテーブルを一旦作成す
れば、地図情報を切り替えた場合でも、図5中で、テー
ブルを作成する処理(ステップS12〜ステップS1
5)を省略することができる。
Once the above-described position information table is created, even if the map information is switched, the table creation processing (steps S12 to S1) in FIG.
5) can be omitted.

【0038】なお、上述した一実施形態は、位置を取得
する手段として、GPSを使用しているが、GPS以外
に移動体電話の位置情報サービス等の他の手段を用いて
も良く、また、ユーザが表示装置に表示されている地図
から現在位置を指定しても良い。さらに、位置を取得す
る手段を持たないでも良く、データ記録媒体から読み込
まれた位置情報からアイコンを表示するためのテーブル
を作成することもできる。よりさらに、地図データベー
スに対して通信ネットワークを介してアクセスすること
によって位置情報、地図情報を取得し、取得した位置情
報に対して検索用のインデックスを付加するようにして
も良い。
In the above-described embodiment, the GPS is used as a means for acquiring the position. However, other means such as a position information service of a mobile phone may be used in addition to the GPS. The user may specify the current position from the map displayed on the display device. Further, a means for acquiring a position may not be provided, and a table for displaying icons can be created from position information read from a data recording medium. Furthermore, the location information and the map information may be acquired by accessing the map database via a communication network, and a search index may be added to the acquired location information.

【0039】上述した一実施形態は、ディジタルスチル
カメラに対してこの発明を適用した例であるが、例えば
メモリカード等のデータ記録媒体によって位置情報を交
換する機能を有する機器に対しても、上述したのと同様
の処理機能を持たせることが可能である。例えばカーナ
ビゲーションシステム、携帯型ナビゲーションシステム
等において表示されている地図画像上にレジャースポッ
ト、飲食店等の位置を示すアイコンを表示することがで
きる。さらに、この発明は、位置情報を所定のデータ形
式で記述するものであれば、POIX以外のデータフォ
ーマットに対しても適用できる。
Although the above-described embodiment is an example in which the present invention is applied to a digital still camera, the present invention is also applicable to a device having a function of exchanging position information with a data recording medium such as a memory card. It is possible to provide the same processing function as described above. For example, icons indicating positions of leisure spots, restaurants, and the like can be displayed on a map image displayed in a car navigation system, a portable navigation system, or the like. Further, the present invention can be applied to data formats other than POIX as long as the position information is described in a predetermined data format.

【0040】[0040]

【発明の効果】以上の説明から明らかなように、この発
明によれば、階層構造に基づいて記述されている対象位
置の位置を重複して、検索用のインデックスに記述する
ので、データの階層構造を解析することなく、位置を知
ることができる。それによって、迅速にある位置(地
点)の緯度、経度を知ることができ、その位置のアイコ
ンを地図上に表示するようなアプリケーションの実行速
度を速くすることができる。特に、CPUの能力、メモ
リ容量の制限がある車載用機器、携帯用機器等におい
て、その効果が大きい。
As is apparent from the above description, according to the present invention, the position of the target position described based on the hierarchical structure is redundantly described in the search index. The position can be known without analyzing the structure. As a result, the latitude and longitude of a certain position (point) can be quickly known, and the execution speed of an application that displays an icon of the position on a map can be increased. In particular, the effect is large in in-vehicle equipment, portable equipment, and the like in which the capacity of the CPU and the memory capacity are limited.

【図面の簡単な説明】[Brief description of the drawings]

【図1】この発明の一実施形態のブロック図である。FIG. 1 is a block diagram of one embodiment of the present invention.

【図2】この発明の一実施形態におけるメモリカードの
ファイル構成を示す略線図である。
FIG. 2 is a schematic diagram illustrating a file configuration of a memory card according to an embodiment of the present invention.

【図3】この発明の一実施形態におけるPOIXに準拠
した位置情報のデータの一例を示す略線図である。
FIG. 3 is a schematic diagram illustrating an example of position information data conforming to POIX according to an embodiment of the present invention.

【図4】この発明の一実施形態におけるカテゴリコード
の規定を示す略線図である。
FIG. 4 is a schematic diagram illustrating the definition of a category code according to an embodiment of the present invention.

【図5】この発明の一実施形態においてテーブルを作成
する処理を説明するためのフローチャートである。
FIG. 5 is a flowchart illustrating processing for creating a table according to an embodiment of the present invention.

【図6】作成されたテーブルの一例を示す略線図であ
る。
FIG. 6 is a schematic diagram illustrating an example of a created table.

【図7】この発明の一実施形態におけるアイコンを表示
する処理を説明するための略線図である。
FIG. 7 is a schematic diagram illustrating a process of displaying an icon according to an embodiment of the present invention.

【図8】この発明の一実施形態におけるアイコンを表示
する処理を説明するためのフローチャートである。
FIG. 8 is a flowchart illustrating a process of displaying an icon according to an embodiment of the present invention.

【図9】表示される地図画像の一例を示す略線図であ
る。
FIG. 9 is a schematic diagram illustrating an example of a displayed map image.

【符号の説明】[Explanation of symbols]

13・・・検索用インデックスが記述された部分、14
・・・位置が記述された部分、103・・・画像表示装
置、104・・・DRAM、105・・・GPSユニッ
ト、106・・・制御マイコン、108・・・メモリカ
ード
13... Where the search index is described, 14
... A portion where a position is described, 103... An image display device, 104... A DRAM, 105... A GPS unit, 106.

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) G06F 15/419 320 Fターム(参考) 2C032 HB03 HB11 HB22 HB25 HC11 HC23 HC32 HD04 2F029 AB07 AC02 AC14 5B075 ND07 ND35 PQ02 PQ69 UU13 5H180 CC04 FF05 FF22 FF33 9A001 BB03 DD13 HH27 JJ03 JJ11 JJ31 JZ25 JZ78 KZ42 ──────────────────────────────────────────────────続 き Continued on the front page (51) Int.Cl. 7 Identification symbol FI Theme coat ゛ (Reference) G06F 15/419 320 F term (Reference) 2C032 HB03 HB11 HB22 HB25 HC11 HC23 HC32 HD04 2F029 AB07 AC02 AC14 5B075 ND07 ND35 PQ02 PQ69 UU13 5H180 CC04 FF05 FF22 FF33 9A001 BB03 DD13 HH27 JJ03 JJ11 JJ31 JZ25 JZ78 KZ42

Claims (14)

【特許請求の範囲】[Claims] 【請求項1】 言語、記述の形式が予め規定されている
データ形式に基づいて作成され、対象位置の緯度、経度
情報を含む位置情報データに対して、少なくとも上記緯
度、経度情報をインデックスとして識別されるように重
複して記述することを特徴とする位置情報記述方法。
1. A language and description format are created based on a data format defined in advance, and at least the latitude and longitude information is identified as an index with respect to position information data including the latitude and longitude information of a target position. A position information description method characterized in that the position information is described in duplicate so as to be described.
【請求項2】 請求項1において、 上記データ形式が階層構造を有し、上記インデックスを
階層の浅い位置に記述することを特徴とする位置情報記
述方法。
2. The position information description method according to claim 1, wherein the data format has a hierarchical structure, and the index is described at a shallow position in the hierarchy.
【請求項3】 請求項1において、 上記インデックスとして、さらに対象位置の種類を示す
コードを記述することを特徴とする位置情報記述方法。
3. The position information description method according to claim 1, wherein a code indicating a type of the target position is further described as the index.
【請求項4】 請求項1において、 上記データ形式がタグによって区別される要素を規定す
るものであって、上記対象位置が上記要素の一つとして
規定されていることを特徴とする位置情報記述方法。
4. The position information description according to claim 1, wherein the data format defines an element to be distinguished by a tag, and the target position is defined as one of the elements. Method.
【請求項5】 緯度、経度情報を取得する手段と、 言語、記述の形式が予め規定されているデータ形式に基
づいて、取得された上記緯度、経度情報が記述されると
共に、少なくとも上記緯度、経度情報がインデックスと
して識別されるように重複して記述された位置情報ファ
イルを作成する手段と、 上記位置情報ファイルを外部に出力する出力手段とから
なることを特徴とする位置情報処理装置。
5. A means for acquiring latitude and longitude information, and the acquired latitude and longitude information are described based on a data format in which a language and a description format are defined in advance. A position information processing apparatus comprising: means for creating a position information file redundantly described so that longitude information is identified as an index; and output means for outputting the position information file to the outside.
【請求項6】 請求項5において、 現在位置の上記緯度、経度情報を取得することを特徴と
する位置情報処理装置。
6. The position information processing apparatus according to claim 5, wherein said latitude and longitude information of a current position is obtained.
【請求項7】 請求項6において、 さらに、画像記録手段を有し、 画像ファイルと、画像記録地点の上記緯度、経度情報の
位置情報ファイルを作成することを特徴とする位置情報
処理装置。
7. The position information processing apparatus according to claim 6, further comprising an image recording unit, wherein the position information file includes an image file and the position information file of the latitude and longitude information of the image recording point.
【請求項8】 請求項5において、 上記出力手段がデータ記録媒体に対して上記位置情報フ
ァイルを書き込むことを特徴とする位置情報処理装置。
8. The position information processing apparatus according to claim 5, wherein the output means writes the position information file to a data recording medium.
【請求項9】 請求項6において、 上記出力手段がデータ記録媒体に対して、上記画像ファ
イルおよび上記位置情報ファイルを書き込むことを特徴
とする位置情報処理装置。
9. The position information processing apparatus according to claim 6, wherein the output means writes the image file and the position information file to a data recording medium.
【請求項10】 請求項5において、 上記出力手段がネットワークを介して上記位置情報ファ
イルを送信することを特徴とする位置情報処理装置。
10. The position information processing apparatus according to claim 5, wherein the output means transmits the position information file via a network.
【請求項11】 請求項6において、 上記出力手段がネットワークを介して上記画像ファイル
および上記位置情報ファイルを送信することを特徴とす
る位置情報処理装置。
11. The position information processing apparatus according to claim 6, wherein the output means transmits the image file and the position information file via a network.
【請求項12】 言語、記述の形式が予め規定されてい
るデータ形式に基づいて、取得された緯度、経度情報が
記述されると共に、少なくとも上記緯度、経度情報がイ
ンデックスとして識別されるように重複して記述された
位置情報ファイルを作成し、 上記位置情報ファイルを外部に出力することを特徴とす
る位置情報処理方法。
12. An acquired latitude and longitude information is described based on a data format in which a language and a description format are prescribed in advance, and at least the latitude and longitude information are duplicated so as to be identified as an index. Creating a position information file described as described above, and outputting the position information file to the outside.
【請求項13】 言語、記述の形式が予め規定されてい
るデータ形式に基づいて、対象位置の緯度、経度情報が
記述されると共に、少なくとも上記緯度、経度情報がイ
ンデックスとして識別されるように重複して記述された
位置情報ファイルを受け取る手段と、 上記インデックスを検索し、上記対象位置の緯度、経度
情報のテーブルを作成し、上記テーブルを参照して上記
対象位置の存在を示すアイコンを地図上に表示する制御
手段とからなることを特徴とする位置情報処理装置。
13. Based on a data format in which a language and a description format are defined in advance, the latitude and longitude information of the target position is described, and at least the latitude and longitude information are overlapped so as to be identified as an index. Means for receiving the location information file described as above, searching the index, creating a table of the latitude and longitude information of the target location, and referring to the table to display an icon indicating the existence of the target location on a map. And a control means for displaying the position information on the position information processing apparatus.
【請求項14】 言語、記述の形式が予め規定されてい
るデータ形式に基づいて、緯度、経度情報が記述される
と共に、少なくとも上記緯度、経度情報がインデックス
として識別されるように重複して記述された位置情報フ
ァイルが記録されたデータ記録媒体。
14. Latitude and longitude information are described based on a data format in which a language and a description format are prescribed in advance, and at least the latitude and longitude information are redundantly described so as to be identified as an index. A data recording medium on which the recorded position information file is recorded.
JP35480499A 1999-12-14 1999-12-14 Position information description method, position information processing apparatus and method, and data recording medium Pending JP2001175662A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP35480499A JP2001175662A (en) 1999-12-14 1999-12-14 Position information description method, position information processing apparatus and method, and data recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP35480499A JP2001175662A (en) 1999-12-14 1999-12-14 Position information description method, position information processing apparatus and method, and data recording medium

Publications (1)

Publication Number Publication Date
JP2001175662A true JP2001175662A (en) 2001-06-29

Family

ID=18440025

Family Applications (1)

Application Number Title Priority Date Filing Date
JP35480499A Pending JP2001175662A (en) 1999-12-14 1999-12-14 Position information description method, position information processing apparatus and method, and data recording medium

Country Status (1)

Country Link
JP (1) JP2001175662A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8115764B2 (en) 2003-08-01 2012-02-14 Sony Corporation Map display system, map data processing apparatus, map display apparatus, and map display method
EP2570942A2 (en) 2011-09-15 2013-03-20 Fujitsu Limited Information management method and information management apparatus
KR101474353B1 (en) * 2007-11-23 2014-12-23 삼성전자주식회사 Method and apparatus for sharing landmark information of a location service using a Java record management system
US20150134247A1 (en) * 2002-08-05 2015-05-14 Sony Corporation Electronic guide system, contents server for electronic guide system, portable electronic guide device, and information processing method for electronic guide system
US9716801B2 (en) 2015-01-09 2017-07-25 Brother Kogyo Kabushiki Kaisha Information processing device editing map acquired from server
US10504258B2 (en) 2015-01-09 2019-12-10 Brother Kogyo Kabushiki Kaisha Information processing device editing map acquired from server
CN111854778A (en) * 2019-09-09 2020-10-30 北京嘀嘀无限科技发展有限公司 Method and system for evaluating rationality of geographic position description

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150134247A1 (en) * 2002-08-05 2015-05-14 Sony Corporation Electronic guide system, contents server for electronic guide system, portable electronic guide device, and information processing method for electronic guide system
US9605973B2 (en) * 2002-08-05 2017-03-28 Sony Corporation Electronic guide system, contents server for electronic guide system, portable electronic guide device, and information processing method for electronic guide system
US8115764B2 (en) 2003-08-01 2012-02-14 Sony Corporation Map display system, map data processing apparatus, map display apparatus, and map display method
KR101157581B1 (en) 2003-08-01 2012-06-19 소니 가부시키가이샤 Map display system, map data working device, map displaying device, and map displaying method
KR101474353B1 (en) * 2007-11-23 2014-12-23 삼성전자주식회사 Method and apparatus for sharing landmark information of a location service using a Java record management system
EP2570942A2 (en) 2011-09-15 2013-03-20 Fujitsu Limited Information management method and information management apparatus
US8849792B2 (en) 2011-09-15 2014-09-30 Fujitsu Limited Information management method and information management apparatus
US9716801B2 (en) 2015-01-09 2017-07-25 Brother Kogyo Kabushiki Kaisha Information processing device editing map acquired from server
US10504258B2 (en) 2015-01-09 2019-12-10 Brother Kogyo Kabushiki Kaisha Information processing device editing map acquired from server
CN111854778A (en) * 2019-09-09 2020-10-30 北京嘀嘀无限科技发展有限公司 Method and system for evaluating rationality of geographic position description
CN111854778B (en) * 2019-09-09 2022-05-17 北京嘀嘀无限科技发展有限公司 Method and system for evaluating rationality of geographic position description

Similar Documents

Publication Publication Date Title
JP4366801B2 (en) Imaging device
JP4274656B2 (en) Camera device and subject name display method
EP1879373B1 (en) System with automatic file name generation and method therefor
CN101874195B (en) Map display device, map display method, and imaging device
JP2002352218A (en) File name setting system, electronic camera and information processing device
US20080040034A1 (en) Route searching device
WO2002052841A1 (en) Information processor, information processing method, machine-readable recording medium with control information on control of information processor recorded therein, and image processor
JPH10336238A (en) Information processing system, mobile terminal, server, and data processing method
US7184611B2 (en) Data recording apparatus and method, data reproducing apparatus and method, data recording and reproducing apparatus and method, and map image data format
JP2001175662A (en) Position information description method, position information processing apparatus and method, and data recording medium
JP2003110902A (en) Device, method and program for photographing image
US20080177738A1 (en) Map data processing method and apparatus
JP2009130697A (en) Station information acquisition system, portable terminal, station information providing server, station information acquisition method, station information acquisition program, and recording medium
US20080291315A1 (en) Digital imaging system having gps function and method of storing information of imaging place thereof
JP2010164402A (en) Information collecting device, mobile terminal device, information center, and navigation system
JPH09252454A (en) Image recording and playback device
JP2024062828A (en) Client device, client device control method, and server device
JP3847539B2 (en) Image information processing device
JP4826645B2 (en) Information processing apparatus and information processing method
JP2009244239A (en) Location information display, video recording device, and location information input system
KR100906855B1 (en) Data recording device and method
JP2009110288A (en) Image classification apparatus and image classification method
KR100723922B1 (en) Digital recording device having a GPS function and a method for setting the location information thereof
JP2006085588A (en) Image storage device
JP2002251134A (en) Image service system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060314

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090218

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090303

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090507

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20090602