WO2011039820A1 - Information processing apparatus and information processing method - Google Patents

Information processing apparatus and information processing method Download PDF

Info

Publication number
WO2011039820A1
WO2011039820A1 PCT/JP2009/005085 JP2009005085W WO2011039820A1 WO 2011039820 A1 WO2011039820 A1 WO 2011039820A1 JP 2009005085 W JP2009005085 W JP 2009005085W WO 2011039820 A1 WO2011039820 A1 WO 2011039820A1
Authority
WO
WIPO (PCT)
Prior art keywords
series data
unit
time
geographic information
map
Prior art date
Application number
PCT/JP2009/005085
Other languages
French (fr)
Japanese (ja)
Inventor
杉田馨
山内康晋
土井美和子
高倉潤也
Original Assignee
株式会社 東芝
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 株式会社 東芝 filed Critical 株式会社 東芝
Priority to PCT/JP2009/005085 priority Critical patent/WO2011039820A1/en
Publication of WO2011039820A1 publication Critical patent/WO2011039820A1/en

Links

Images

Classifications

    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09BEDUCATIONAL OR DEMONSTRATION APPLIANCES; APPLIANCES FOR TEACHING, OR COMMUNICATING WITH, THE BLIND, DEAF OR MUTE; MODELS; PLANETARIA; GLOBES; MAPS; DIAGRAMS
    • G09B29/00Maps; Plans; Charts; Diagrams, e.g. route diagram
    • G09B29/003Maps
    • G09B29/006Representation of non-cartographic information on maps, e.g. population distribution, wind direction, radiation levels, air and sea routes
    • G09B29/007Representation of non-cartographic information on maps, e.g. population distribution, wind direction, radiation levels, air and sea routes using computer methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/29Geographical information databases

Abstract

Provided are an information processing apparatus and information processing method which facilitate comparison among time-series data on regions. An element-number limiting unit (103) searches a geographic information storage unit (102) for geographic information elements that match a display condition (301), searches a time-series data storage unit (104) for time-series data that match the display condition (301), and limits both the level of detail of a map to be displayed and the number of time-series data elements to be displayed as graphs, the time-series data storage unit (104) being configured to store therein time-series data elements which have been associated with geographic information elements. On the basis of the display condition (301), a time-series data arrangement sequence determining unit (107) determines a sequence in which to arrange graphs to be drawn by a graph drawing unit (111) which represent the time-series data on the respective regions.

Description

情報処理装置および情報処理方法Information processing apparatus and information processing method
 本発明は、情報処理装置および情報処理方法に関する。 The present invention relates to an information processing apparatus and an information processing method.
 各地域の時系列データを処理し、グラフとして地図上に表示する情報処理システムがある(例えば、非特許文献1)。このような情報処理システムは、時系列データベースに格納された気温や人口等の時系列データと、市区町村データベースに格納された地図データから、ユーザの要求に合致する情報を取り出す。時系列データの値に応じて地図上に色分けして表示する。各時系列データの値の時間変化を表示したい場合には、横軸を時間軸とし、縦軸を量とし、折れ線グラフや棒グラフによって各時系列データの値の時刻変化を表示する。 There is an information processing system that processes time-series data of each region and displays it as a graph on a map (for example, Non-Patent Document 1). Such an information processing system extracts information that matches a user's request from time-series data such as temperature and population stored in the time-series database and map data stored in the municipal database. Color-coded on the map according to the time-series data value. When it is desired to display the time change of each time series data value, the horizontal axis is the time axis, the vertical axis is the quantity, and the time change of each time series data value is displayed by a line graph or bar graph.
 上述した情報処理システムでは、時系列データの値に応じて地図上に色分けして表示するため、値が近い場合等は色の比較が行いづらい。地図上の各地点に棒グラフを表示する場合、各地点の棒グラフの原点が一致せず、各地域の時系列データの比較が行いづらい。 In the information processing system described above, colors are displayed on a map according to time-series data values, so it is difficult to compare colors when the values are close. When displaying a bar graph at each point on the map, the origin of the bar graph at each point does not match, making it difficult to compare time series data of each region.
 本発明は、各地域の時系列データの比較が行いやすい情報処理装置および情報処理方法を提供することを目的とする。 An object of the present invention is to provide an information processing apparatus and an information processing method that can easily compare time-series data in each region.
 上記課題を解決するために、本発明の情報処理装置は、地図を表示するために必要な地理情報要素を格納する地理情報格納部と、前記地理情報要素に関連付けられた時系列データ要素を格納する時系列データ格納部と、前記地理情報要素と前記時系列データ要素の表示条件を受け付ける受付部と、前記表示条件に基づき、前記地理情報格納部から前記表示条件に適合する前記地理情報要素を検索し、前記時系列データ格納部から前記表示条件に適合する前記時系列データ要素を検索し、前記地理情報格納部から抽出する前記地理情報要素の数と、前記時系列データ格納部から抽出する前記時系列データ要素の数とを制限する要素数上限値を決定する要素数制限部と、前記要素数上限値に基づき、前記地理情報格納部から前記地理情報要素を抽出する地理情報抽出部と、前記地理情報要素を地図として表示部に描画する地図描画部と、前記要素数上限値に基づき、前記時系列データ格納部から前記時系列データ要素を抽出する時系列データ抽出部と、前記地理情報要素に基づき、前記時系列データの配列順序を決定する時系列データ配列順序決定部と、前記配列順序に従って、前記時系列データをグラフとして表示部に描画するグラフ描画部とを備えることを特徴とし、本発明の情報処理方法は、地図を表示するために必要な地理情報要素を格納し、前記地理情報要素に関連付けられた時系列データ要素を格納し、前記地理情報要素と前記時系列データ要素の表示条件を受け付け、前記表示条件に基づき、前記表示条件に適合する前記地理情報要素を検索し、前記表示条件に適合する前記時系列データ要素を検索し、前記地理情報要素の数と、前記時系列データ要素の数とを制限する要素数上限値を決定し、前記要素数上限値に基づき、前記地理情報要素を抽出し、前記地理情報要素を地図として表示部に描画し、前記要素数上限値に基づき、前記時系列データ要素を抽出し、前記地理情報要素に基づき、前記時系列データの配列順序を決定し、前記配列順序に従って、前記時系列データをグラフとして表示部に描画する
ことを特徴とする。
In order to solve the above problems, an information processing apparatus according to the present invention stores a geographic information storage unit that stores a geographic information element necessary for displaying a map, and a time-series data element associated with the geographic information element. A time series data storage unit, a receiving unit that receives display conditions of the geographic information element and the time series data element, and the geographic information element that matches the display condition from the geographic information storage unit based on the display condition. Search, search the time series data element that matches the display condition from the time series data storage unit, and extract from the time series data storage unit the number of the geographic information elements to be extracted from the geographic information storage unit Based on the element number upper limit value and an element number upper limit value for limiting the number of time series data elements, the geographic information element is extracted from the geographic information storage unit. A geographic information extraction unit, a map drawing unit that renders the geographic information elements as a map on a display unit, and time-series data that extracts the time-series data elements from the time-series data storage unit based on the element number upper limit value An extraction unit; a time-series data arrangement order determination unit that determines an arrangement order of the time-series data based on the geographic information element; and a graph drawing unit that draws the time-series data as a graph on the display unit according to the arrangement order The information processing method of the present invention stores geographic information elements necessary for displaying a map, stores time-series data elements associated with the geographic information elements, and stores the geographic information. The display condition of the element and the time series data element is received, and based on the display condition, the geographic information element that matches the display condition is searched, and the display condition is satisfied. Search the time series data elements, determine the element number upper limit value that limits the number of the geographic information elements and the number of time series data elements, and extract the geographic information elements based on the element number upper limit value And drawing the geographic information elements as a map on the display unit, extracting the time series data elements based on the upper limit number of elements, determining the arrangement order of the time series data based on the geographic information elements, According to the arrangement order, the time series data is drawn as a graph on a display unit.
 本発明により、各地域の時系列データの比較が行いやすい情報処理装置および情報処理方法を提供することができる。 According to the present invention, it is possible to provide an information processing apparatus and an information processing method that can easily compare time-series data of each region.
本発明の第1の実施の形態に係る情報処理装置のブロック図である。1 is a block diagram of an information processing apparatus according to a first embodiment of the present invention. 第1の実施の形態に係る情報処理装置のハードウェアの構成を示すブロック図である。It is a block diagram which shows the structure of the hardware of the information processing apparatus which concerns on 1st Embodiment. 受付部101が受け付ける表示条件301を示す図である。It is a figure which shows the display conditions 301 which the reception part 101 receives. 第1の実施の形態に係る情報処理装置の表示部209に表示される画像の一例を表す図である。It is a figure showing an example of the image displayed on the display part 209 of the information processing apparatus which concerns on 1st Embodiment. 地理情報格納部102に格納されている地理情報要素の構成を表す図である。3 is a diagram illustrating a configuration of geographic information elements stored in a geographic information storage unit 102. FIG. 時系列データ格納部104に格納されている時系列データの一部を表す図である。4 is a diagram illustrating a part of time-series data stored in a time-series data storage unit 104. FIG. 要素数制限部103の処理工程を表すフローチャートである。10 is a flowchart illustrating a processing process of an element number limiting unit 103. 時系列データ配列順序決定部107によって決定される配列順序に従って表示部209に表示される地図と時系列データのグラフの一例を表す図である。It is a figure showing an example of the map and time series data graph which are displayed on the display part 209 according to the arrangement | sequence order determined by the time series data arrangement | sequence order determination part 107. FIG. 時系列データ配列順序決定部107の処理工程を表すフローチャートである。10 is a flowchart showing processing steps of a time-series data arrangement order determination unit 107. グラフ描画部111が描画するグラフを表す図である。It is a figure showing the graph which the graph drawing part 111 draws. 第2の実施の形態に係る情報処理装置の概観を例示する模式図である。It is a schematic diagram which illustrates the external appearance of the information processing apparatus which concerns on 2nd Embodiment. 第2の実施の形態に係る情報処理装置のブロック図である。It is a block diagram of the information processing apparatus which concerns on 2nd Embodiment. 第2の実施の形態に係る情報処理装置のハードウェアの構成を示すブロック図である。It is a block diagram which shows the structure of the hardware of the information processing apparatus which concerns on 2nd Embodiment. 第2の実施の形態に係る情報処理装置に表示される地図とグラフを例示する図である。It is a figure which illustrates the map and graph which are displayed on the information processing apparatus which concerns on 2nd Embodiment. 本発明の第3の実施の形態に係る情報処理装置の概観を例示する模式図である。It is a schematic diagram which illustrates the general view of the information processing apparatus which concerns on the 3rd Embodiment of this invention.
 以下、本発明の実施の形態について図面を参照して詳細に説明する。 Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
 本願明細書と各図において、既出の図に関して前述したものと同様の要素には同一の符号を付して詳細な説明は適宜省略する。 In the present specification and drawings, the same elements as those described above with reference to the previous drawings are denoted by the same reference numerals, and detailed description thereof is omitted as appropriate.
 (第1の実施の形態)
 図1は、本発明の第1の実施の形態に係る情報処理装置のブロック図である。本実施の形態に係る情報処理装置は、受付部101と、表示条件保存部150と、地理情報格納部102と、要素数制限部103と、時系列データ格納部104と、地理情報抽出部105と、時系列データ配列順序決定部107と、時系列データ抽出部108と、地図描画部109と、地図上グラフ描画部110と、グラフ描画部111と、表示部209とを備える。
(First embodiment)
FIG. 1 is a block diagram of an information processing apparatus according to the first embodiment of the present invention. The information processing apparatus according to the present embodiment includes a reception unit 101, a display condition storage unit 150, a geographic information storage unit 102, an element number restriction unit 103, a time-series data storage unit 104, and a geographic information extraction unit 105. A time-series data arrangement order determination unit 107, a time-series data extraction unit 108, a map drawing unit 109, an on-map graph drawing unit 110, a graph drawing unit 111, and a display unit 209.
地理情報格納部102は、地図を表示するために必要な地理情報要素を格納する。 The geographic information storage unit 102 stores geographic information elements necessary for displaying a map.
時系列データ格納部104は、地理情報要素に関連付けられた時系列データ要素を格納する。 The time series data storage unit 104 stores time series data elements associated with geographic information elements.
受付部101は、地理情報要素と時系列データ要素の表示条件301を受け付ける。 The accepting unit 101 accepts a display condition 301 for a geographic information element and a time series data element.
表示条件保存部150は、受付部101が受け付けた表示条件301を保存する。 The display condition storage unit 150 stores the display condition 301 received by the reception unit 101.
要素数制限部103は、表示条件301に基づき、地理情報格納部102から前記表示条件301に適合する地理情報要素を検索し、時系列データ格納部104から表示条件301に適合する時系列データ要素を検索し、地理情報格納部102から抽出する地理情報要素の数と、時系列データ格納部104から抽出する時系列データ要素の数とを制限する。 Based on the display condition 301, the element number limiting unit 103 searches the geographic information storage unit 102 for a geographic information element that matches the display condition 301, and the time-series data element that matches the display condition 301 from the time-series data storage unit 104. And the number of geographic information elements extracted from the geographic information storage unit 102 and the number of time-series data elements extracted from the time-series data storage unit 104 are limited.
地理情報抽出部105は、要素数制限部103からの制限に基づき、地理情報格納部102から地理情報要素を抽出する。 The geographic information extraction unit 105 extracts geographic information elements from the geographic information storage unit 102 based on the restriction from the element number restriction unit 103.
地図描画部109は、地理情報要素を地図として表示部209に描画する。 The map drawing unit 109 draws geographic information elements on the display unit 209 as a map.
時系列データ抽出部108は、要素数制限部103からの制限に基づき、時系列データ格納部104から時系列データ要素を抽出する。 The time-series data extraction unit 108 extracts time-series data elements from the time-series data storage unit 104 based on the restriction from the element number restriction unit 103.
地図上グラフ描画部110は、時系列データをグラフとして地図上に描画する。 The on-map graph drawing unit 110 draws time-series data as a graph on the map.
時系列データ配列順序決定部107は、地理情報要素に基づき、時系列データの配列順序106を決定する。 The time-series data arrangement order determination unit 107 determines the arrangement order 106 of the time-series data based on the geographic information element.
グラフ描画部111は、配列順序106に従って、前記時系列データをグラフとして表示部に描画する。 The graph drawing unit 111 draws the time series data as a graph on the display unit according to the arrangement order 106.
 本願明細書で述べるグラフには、表も含まれる。 The graph described in the present specification includes a table.
 図2は、本発明の第1の実施の形態に係る情報処理装置のハードウェアの構成を示すブロック図である。図1に示す情報処理装置の各部は、情報処理部201と、入力装置210と、表示部209とにより実現される。情報処理部201は、プロセッサ202と、主記憶装置(RAM)203と、補助記憶装置205とを備える。入力装置210には、例えば、マウス207やキーボード208等が用いられる。 FIG. 2 is a block diagram showing a hardware configuration of the information processing apparatus according to the first embodiment of the present invention. Each unit of the information processing apparatus illustrated in FIG. 1 is realized by the information processing unit 201, the input device 210, and the display unit 209. The information processing unit 201 includes a processor 202, a main storage device (RAM) 203, and an auxiliary storage device 205. For example, a mouse 207, a keyboard 208, or the like is used as the input device 210.
 プロセッサ202は、受付部101と、要素数制限部103と、地理情報抽出部105と、時系列データ配列順序決定部107と、時系列データ抽出部108と、地図描画部109と、地図上グラフ描画部110と、グラフ描画部111とを備える。 The processor 202 includes a receiving unit 101, an element number limiting unit 103, a geographic information extracting unit 105, a time series data arrangement order determining unit 107, a time series data extracting unit 108, a map drawing unit 109, a graph on a map A drawing unit 110 and a graph drawing unit 111 are provided.
 地理情報格納部102と、時系列データ格納部104と、表示条件保存部150とは、それぞれ、補助記憶装置205に備えられている。 The geographic information storage unit 102, the time-series data storage unit 104, and the display condition storage unit 150 are provided in the auxiliary storage device 205, respectively.
 本実施の形態に係る情報処理装置で実行されるプログラムは、補助記憶装置205から主記憶装置203に読み出され、プロセッサ202で実行される。主記憶装置203には、実行されるプログラムのパラメータや計算結果が記憶される。 The program executed by the information processing apparatus according to this embodiment is read from the auxiliary storage device 205 to the main storage device 203 and executed by the processor 202. The main storage device 203 stores parameters of the program to be executed and calculation results.
 図1の受付部101は、操作者の指定により、表示部209に表示する地図とグラフの表示条件301を受け付ける。受け付けた表示条件301は、表示条件保存部150に保存される。 1 accepts a map and graph display condition 301 to be displayed on the display unit 209 according to an operator's specification. The received display condition 301 is stored in the display condition storage unit 150.
 表示条件301は、操作者が入力装置210(マウス207等)を用いて、表示部209上で指定する。 The display condition 301 is designated on the display unit 209 by the operator using the input device 210 (such as the mouse 207).
 図3は、受付部101が受け付ける表示条件301を示す図である。 FIG. 3 is a diagram showing display conditions 301 received by the receiving unit 101.
 図3に示すように、表示条件301は、地図表示範囲302と、地図表示詳細度303と、時系列データ表示範囲304と、時系列データ表示詳細度305と、時系列データ配列順序106と、グラフ形式308とを含む。 As shown in FIG. 3, the display condition 301 includes a map display range 302, a map display detail level 303, a time series data display range 304, a time series data display detail level 305, a time series data arrangement order 106, And a graph format 308.
 受付部101は、表示条件301を要素数制限部103に出力する。 The receiving unit 101 outputs the display condition 301 to the element number limiting unit 103.
 図4は、本実施の形態に係る情報処理装置の表示部209に表示される画像の一例を表す図である。表示部209に表示される全体画像701は、地図および地図上グラフを表示する第1の領域702と、時系列データのグラフを表示する第2の領域703とを含む。全体画像701は、さらにグラフィカルユーザインターフェース(GUI)704を含んでも良い。 FIG. 4 is a diagram illustrating an example of an image displayed on the display unit 209 of the information processing apparatus according to the present embodiment. The entire image 701 displayed on the display unit 209 includes a first area 702 that displays a map and a graph on the map, and a second area 703 that displays a graph of time-series data. The overall image 701 may further include a graphical user interface (GUI) 704.
 第1の領域702に表示される地図は、2D表示の地図(図4(a)地図705)と、3D表示の地図(図4(b)地図706)とを含む。 The map displayed in the first area 702 includes a 2D display map (FIG. 4 (a) map 705) and a 3D display map (FIG. 4 (b) map 706).
 地図上グラフとは、時系列データを第1の領域702の地図上に表示したグラフである。例えば、図4(a)において、地域A707の時系列データを表す地図上棒グラフA740は、第1の領域702の地域A707上に表示される。 The graph on the map is a graph in which time-series data is displayed on the map in the first area 702. For example, in FIG. 4A, a map bar graph A740 representing time-series data of the area A707 is displayed on the area A707 of the first area 702.
 地図表示範囲302は、地図の表示範囲を指定する。2Dの地図を表示する場合、地図表示範囲302は、表示領域に含まれる地図における頂点の座標(経度,緯度)の内、一点の座標(経度,緯度)と、その一点と対角にある一点の座標(経度,緯度)とを指定する。例えば、左上隅の座標と、右下隅の座標とを指定する。3Dの地図を表示する場合、地図表示範囲302は、地図に対する視点位置(経度,緯度,高度)と、視点方向を表す3次元の単位ベクトルと、画角を表す角度を指定する。地図表示詳細度303は、地図上に表示する地図の詳細度を指定する。例えば、地図表示詳細度303は、日本地図において、県単位で地図を表示するか、市単位で地図を表示するか等ということを指定する。時系列データ表示範囲304は、表示する時系列データの時刻の範囲を指定する。時系列データ表示詳細度305は、時系列データのグラフについて、時刻の刻み間隔を指定する。 The map display range 302 designates a map display range. In the case of displaying a 2D map, the map display range 302 includes one coordinate (longitude, latitude) and one point diagonally opposite to the coordinates (longitude, latitude) of the vertices in the map included in the display area. Specify the coordinates (longitude, latitude). For example, the coordinates of the upper left corner and the coordinates of the lower right corner are designated. When displaying a 3D map, the map display range 302 designates a viewpoint position (longitude, latitude, altitude) with respect to the map, a three-dimensional unit vector representing the viewpoint direction, and an angle representing the angle of view. The map display detail level 303 designates the detail level of the map to be displayed on the map. For example, the map display detail level 303 designates whether to display a map on a prefecture basis or a map on a city basis in a Japanese map. The time series data display range 304 designates a time range of time series data to be displayed. The time series data display detail level 305 designates a time interval for a time series data graph.
 グラフ配列順序106は、後述する時系列データ配列順序決定部107が決定する配列順序を指定する。 The graph array order 106 designates an array order determined by a time-series data array order determining unit 107 described later.
 グラフ形式308は、後述する第2の領域703に表示されるグラフの形式を指定する。 The graph format 308 specifies the format of the graph displayed in the second area 703 described later.
 図5は、地理情報格納部102に格納されている地理情報要素の構成を表す図である。 FIG. 5 is a diagram illustrating the configuration of the geographic information elements stored in the geographic information storage unit 102.
 地理情報格納部102は、例えば、地方、都道府県、市区、町村というように、地図における広い地域から狭い地域までの各地域をノードに対応させ、広い地域を上位階層とする複数の階層を持つ木構造のデータベースを有する。子ノードの地域は、親ノードの地域に含まれる。 The geographic information storage unit 102 associates each region from a wide region to a narrow region in the map with a node, such as a region, a prefecture, a city, a town, and a plurality of layers having a wide region as an upper layer. Has a tree-structured database. The area of the child node is included in the area of the parent node.
 各ノードには、地域を示す地域ID、レイヤ番号、地理情報を一意に配列するための通し番号、地域名称、座標(経度,緯度,高度)を持つ点列で表される境界形状、その地域の境界形状の代表座標(経度,緯度,高度)といった、地図を表示するために必要な情報である、地理情報要素が関連付けられている。 Each node has an area ID indicating the area, a layer number, a serial number for uniquely arranging geographical information, an area name, a boundary shape represented by a point sequence having coordinates (longitude, latitude, altitude), Geographic information elements, which are information necessary for displaying a map, such as representative coordinates (longitude, latitude, altitude) of the boundary shape are associated with each other.
 代表座標とは、その地域の位置を代表する座標である。代表座標は、例えば、地域の境界形状の幾何学的重心の座標や、地域の境界形状に外接する四角形の対角線の交点の座標や、地域の境界形状の内接円の中心の座標等がある。 The representative coordinates are the coordinates that represent the position of the area. The representative coordinates include, for example, the coordinates of the geometric center of gravity of the boundary shape of the region, the coordinates of the intersection of the diagonal lines of the rectangle circumscribing the boundary shape of the region, the coordinates of the center of the inscribed circle of the boundary shape of the region, etc. .
 例えば、図5において、ノード404には、地域Cの地理情報要素499が関連付けられている。 For example, in FIG. 5, the geographic information element 499 of the region C is associated with the node 404.
 図5における例では、最上位階層として、地図の全領域が関連付けられたルートノード401が存在する。ルートノードの子ノードには、ノード402やノード403が存在する。ノード402の子ノードには、ノード404やノード405が存在する。ノード405の子ノードにはノード406やノード407が存在する。 In the example in FIG. 5, there is a root node 401 associated with all areas of the map as the highest hierarchy. Nodes 402 and 403 exist as child nodes of the root node. Nodes 404 and 405 exist as child nodes of the node 402. Nodes 406 and 407 exist as child nodes of the node 405.
 各ノードには、階層の順位を表すレイヤ番号が定義される。レイヤ番号は整数である。図5における例では、ルートノード401の子ノードである、ノード402やノード403には、レイヤ番号“1”が定義される。ノード402の子ノードである、ノード404やノード405には、レイヤ番号“2”が定義される。ノード405の子ノードである、ノード406やノード407には、レイヤ番号“3”が定義される。 • Each node is defined with a layer number that represents the rank of the hierarchy. The layer number is an integer. In the example in FIG. 5, the layer number “1” is defined for the nodes 402 and 403 that are child nodes of the root node 401. A layer number “2” is defined in the node 404 and the node 405 that are child nodes of the node 402. A layer number “3” is defined in the nodes 406 and 407, which are the child nodes of the node 405.
 本実施の形態では、レイヤ番号はルートノードの子ノードが属する階層のレイヤ番号を“1”として、各階層のレイヤ番号を定義しているが、これに限らなくても良い。例えば、ルートノードの子ノードが属する階層のレイヤ番号を“2”として、各階層のレイヤ番号を定義することもできる。 In this embodiment, the layer number is defined with the layer number of the hierarchy to which the child node of the root node belongs as “1”. However, the layer number is not limited to this. For example, the layer number of each layer can be defined by setting the layer number of the layer to which the child node of the root node belongs to “2”.
 地理情報格納部102が格納するノードやレイヤの数は、図5に示した例に限られず、任意に決めることができる。 The number of nodes and layers stored in the geographic information storage unit 102 is not limited to the example shown in FIG. 5 and can be arbitrarily determined.
 図6は、時系列データ格納部104に格納されている時系列データの一部を表す図である。図6に示すように、時系列データ格納部104は、各地域の時系列データの値の時刻変化が記録されている。時系列データとは、例えば、人口や気温等がある。 FIG. 6 is a diagram showing a part of time-series data stored in the time-series data storage unit 104. As shown in FIG. 6, the time-series data storage unit 104 records the time change of the value of the time-series data in each region. Examples of time series data include population and temperature.
 図6の例に限らず、時系列データ格納部104は、任意の数の時系列データを格納することができる。 6 is not limited to the example in FIG. 6, the time-series data storage unit 104 can store an arbitrary number of time-series data.
 要素数制限部103は、受付部101が出力する表示条件301を受け付け、地理情報格納部102と時系列データ格納部104を検索することにより、表示部209にグラフとして表示する時系列データの要素数を制限する。 The element number limiting unit 103 receives the display condition 301 output from the receiving unit 101, searches the geographic information storage unit 102 and the time series data storage unit 104, and thereby displays elements of time series data displayed as a graph on the display unit 209. Limit the number.
 時系列データの要素数とは、時系列データを持つ地域の数である。 The number of elements in time series data is the number of regions with time series data.
 図7は、要素数制限部103の処理工程を表すフローチャートである。 FIG. 7 is a flowchart showing the processing steps of the element number limiting unit 103.
要素数制限部103は、第2の領域703の水平方向又は鉛直方向の画素数から、第2の領域703に表示可能な時系列データの要素数を決定する。 The element limit unit 103 determines the number of elements of time-series data that can be displayed in the second area 703 from the number of pixels in the horizontal or vertical direction of the second area 703.
 例えば、第2の領域703に棒グラフを表示する場合、要素数制限部103は、第2の領域703の水平方向の画素数αと、棒グラフ1本の水平方向の画素数βと、隣り合う棒グラフの間の水平方向の画素数γとを用いて、式1により、要素数上限値gを決定する(S601)。
Figure JPOXMLDOC01-appb-M000001
For example, when displaying a bar graph in the second region 703, the element number limiting unit 103 causes the horizontal number of pixels α in the second region 703, the number of horizontal pixels in one bar graph β, and an adjacent bar graph. The upper limit number g of elements is determined by Equation 1 using the horizontal pixel number γ between the two (S601).
Figure JPOXMLDOC01-appb-M000001
 要素数上限値gとは、グラフとして表示する時系列データの要素数の最大値を表す。 The element number upper limit g represents the maximum number of elements of time series data displayed as a graph.
 棒グラフ1本の水平方向の画素数βと、隣り合う棒グラフの間の水平方向の画素数γは、操作者が任意に指定することができる。 The operator can arbitrarily specify the horizontal pixel number β of one bar graph and the horizontal pixel number γ between adjacent bar graphs.
 要素数制限部103は、地理情報格納部102から、地図表示範囲302に含まれる地域の中で、最も大きいレイヤ番号rを検索する(S602)。 The number-of-elements limiting unit 103 searches the geographic information storage unit 102 for the largest layer number r in the region included in the map display range 302 (S602).
 要素数制限部103は、時系列データ格納部104から、レイヤ番号がrである地域の時系列データの要素数bを求める(S603)。 The number-of-elements restricting unit 103 obtains the number of elements b of the time-series data of the region whose layer number is r from the time-series data storage unit 104 (S603).
 要素数制限部103は、要素数bが要素数上限値g以下であるかを判定する(S604)。 The element number limiting unit 103 determines whether the element number b is equal to or less than the element number upper limit g (S604).
 要素数bが要素数上限値g以下である場合、要素数制限部103は、レイヤ番号rを最大レイヤ番号として、地理情報抽出部105と時系列データ抽出部108に出力し(S605)、処理を終了する。 When the element number b is less than or equal to the element number upper limit value g, the element number restriction unit 103 outputs the layer number r as the maximum layer number to the geographic information extraction unit 105 and the time-series data extraction unit 108 (S605), and processing Exit.
 要素数bが要素数上限値gより大きい場合、要素数制限部103は、レイヤ番号rを1減らし、rを更新する(S606)。 When the element number b is larger than the element number upper limit value g, the element number restriction unit 103 decreases the layer number r by 1 and updates r (S606).
 要素数制限部103は、更新したrが0であるかを判定する(S607)。更新したrが0である場合、要素数制限部103は、エラーを表示部209に出力し(S608)、処理を終了する。更新したrが0でない場合は、S603のステップの処理に戻る。 The number-of-elements limiting unit 103 determines whether the updated r is 0 (S607). If the updated r is 0, the number-of-elements limiting unit 103 outputs an error to the display unit 209 (S608) and ends the process. If the updated r is not 0, the process returns to step S603.
 以上の処理により、要素数制限部103は、第2の領域703にグラフとして表示される時系列データの要素数を制限する。 Through the above processing, the element number restriction unit 103 restricts the number of elements of time-series data displayed as a graph in the second area 703.
 地理情報抽出部105は、要素数制限部103から出力された地図表示範囲302と、地図表示詳細度303と、最大レイヤ番号rを受け付ける。 The geographic information extraction unit 105 receives the map display range 302, the map display detail level 303, and the maximum layer number r output from the element number restriction unit 103.
 地理情報抽出部105は、地図表示範囲302を受け付け、第1の領域702に表示する地図の地理情報要素を地理情報格納部102から読み出す。 The geographic information extraction unit 105 receives the map display range 302 and reads the geographic information element of the map displayed in the first area 702 from the geographic information storage unit 102.
 地理情報抽出部105は、最大レイヤ番号r以下のレイヤ番号を持つ地域の地理情報要素を地理情報格納部102から読み出す。地理情報抽出部105は、読み出した地理情報要素を時系列データ配列順序決定部107と、地図描画部109と、地図上グラフ描画部110に出力する。 The geographic information extraction unit 105 reads, from the geographic information storage unit 102, geographic information elements of regions having layer numbers equal to or smaller than the maximum layer number r. The geographic information extraction unit 105 outputs the read geographic information elements to the time-series data arrangement order determination unit 107, the map drawing unit 109, and the on-graph graph drawing unit 110.
 例えば、2Dの地図を表示する場合、地理情報抽出部105は、要素数制限部103から、表示する地図の左上端の座標(経度,緯度)と右下端の座標(経度,緯度)を地図表示範囲302として受け付ける。要素数制限部103は、地図表示範囲302に含まれ、最大レイヤ番号r以下のレイヤ番号を持つ地域の地理情報要素を地理情報格納部102から読み出す。地理情報抽出部105は、読み出した地理情報要素を時系列データ配列順序決定部107と、地図描画部109と、地図上グラフ描画部110に出力する。 For example, when displaying a 2D map, the geographic information extraction unit 105 displays, from the element number limiting unit 103, the upper left coordinates (longitude, latitude) and lower right coordinates (longitude, latitude) of the map to be displayed. Accept as range 302. The number-of-elements restriction unit 103 reads out from the geographic information storage unit 102 the geographic information elements of the regions that are included in the map display range 302 and have a layer number equal to or smaller than the maximum layer number r. The geographic information extraction unit 105 outputs the read geographic information elements to the time-series data arrangement order determination unit 107, the map drawing unit 109, and the on-graph graph drawing unit 110.
 3Dの地図を表示する場合、地理情報抽出部105は、要素数制限部103から、表示する地図に対する視点位置座標(経度,緯度,高さ)と、視点方向を表す3次元の単位ベクトルと、画角とを地図表示範囲302として受け付ける。地理情報抽出部105は、視点位置座標と、視点方向を表す3次元の単位ベクトルと、画角と、視点位置から既定の前方クリップ面までとの距離と、視点位置から既定の後方クリップ面までとの距離とから求まる視錐台の範囲内に含まれ、最大レイヤ番号r以下のレイヤ番号を持つ地域の地理情報要素を地理情報格納部102から読み出す。地理情報抽出部105は、読み出した地理情報要素を時系列データ配列順序決定部107と、地図描画部109と、地図上グラフ描画部110に出力する。 When displaying a 3D map, the geographic information extraction unit 105 receives, from the element number limiting unit 103, viewpoint position coordinates (longitude, latitude, height) with respect to the map to be displayed, a three-dimensional unit vector representing the viewpoint direction, An angle of view is received as the map display range 302. The geographic information extraction unit 105 includes a viewpoint position coordinate, a three-dimensional unit vector representing the viewpoint direction, an angle of view, a distance from the viewpoint position to the default front clip plane, and from the viewpoint position to the default rear clip plane. The geographical information element of the region that is included in the range of the view frustum obtained from the distance to the region and has the layer number equal to or smaller than the maximum layer number r is read from the geographical information storage unit 102. The geographic information extraction unit 105 outputs the read geographic information elements to the time-series data arrangement order determination unit 107, the map drawing unit 109, and the on-graph graph drawing unit 110.
 地図描画部109は、地理情報抽出部105から出力された各地域の地理情報要素の境界形状を、アフィン変換(2D地図表示の場合)、または、透視投影変換(3D地図表示の場合)し、地図を描画する。 The map drawing unit 109 performs affine transformation (in the case of 2D map display) or perspective projection transformation (in the case of 3D map display) on the boundary shape of the geographic information element of each region output from the geographic information extraction unit 105, Draw a map.
 地図描画部109は、描画した地図を表示部209に出力する。 The map drawing unit 109 outputs the drawn map to the display unit 209.
 時系列データ抽出部108は、要素数制限部103から出力された地図表示範囲302と、最大レイヤ番号rを受け付ける。 The time series data extraction unit 108 receives the map display range 302 and the maximum layer number r output from the element number restriction unit 103.
 時系列データ抽出部108は、時系列データ表示範囲304と、時系列データ表示詳細度305を受け付ける。 The time series data extraction unit 108 receives the time series data display range 304 and the time series data display detail level 305.
 時系列データ抽出部108は、地図表示範囲302に代表座標が含まれ、かつ、レイヤ番号が最大レイヤ番号r以下である地域を地理情報格納部102から検出し、時系列データ格納部104から、その地域の時系列データを読み出す。読み出される時系列データの表示範囲は時系列データ表示範囲304により指定される。読み出される時系列データの時刻の間隔は、時系列データ表示詳細度305により指定される。 The time series data extraction unit 108 detects an area in which the representative coordinates are included in the map display range 302 and the layer number is equal to or less than the maximum layer number r from the geographic information storage unit 102, and from the time series data storage unit 104, Read the time series data of the area. The display range of the read time series data is designated by the time series data display range 304. The time interval of the read time series data is specified by the time series data display detail level 305.
 最大レイヤ番号rより大きいレイヤ番号を持つ地域の時系列データは、その地域の属する上位階層の地域(レイヤ番号がr以下)の時系列データに含まれる。例えば、図5において、時系列データが人口で、最大レイヤ番号rが2で、地域Dに地域Eと地域Fが属する場合、時系列データ抽出部108は、地域Dの人口を読み出すが、地域Eと地域Fの人口は読み出さない。この時、地域Dの人口は、地域Eと地域Fの人口の合計値とする。 The time series data of a region having a layer number larger than the maximum layer number r is included in the time series data of the upper layer region (the layer number is r or less) to which the region belongs. For example, in FIG. 5, when the time-series data is population, the maximum layer number r is 2, and the regions E and F belong to the region D, the time-series data extraction unit 108 reads the population of the region D. The population of E and region F is not read. At this time, the population of region D is the total of the populations of region E and region F.
 時系列データが気温の場合は、合計値ではなく、平均値としても良い。または、地域Eや地域Fの気温を地域Dの気温としても良い。 When the time series data is temperature, it may be an average value instead of a total value. Alternatively, the temperature of region E or region F may be the temperature of region D.
 時系列データ抽出部108は、読み出した時系列データを地図上グラフ描画部110と、グラフ描画部111に出力する。 The time series data extraction unit 108 outputs the read time series data to the on-map graph drawing unit 110 and the graph drawing unit 111.
 時系列データ配列順序決定部107は、地理情報要素抽出部105が出力した各地域の地理情報要素を受け付ける。 The time-series data arrangement order determination unit 107 receives the geographic information element of each region output from the geographic information element extraction unit 105.
 時系列データ配列順序決定部107は、グラフ描画部111が描画する各地域の時系列データのグラフの配列順序を、表示条件301のグラフ配列順序106に基づいて決定する。 The time-series data arrangement order determination unit 107 determines the arrangement order of the time-series data graphs of each region drawn by the graph drawing unit 111 based on the graph arrangement order 106 of the display condition 301.
 グラフ配列順序106は、時系列データ配列順序決定部107が決定する配列順序を指定する。 The graph arrangement order 106 designates the arrangement order determined by the time series data arrangement order determination unit 107.
 時系列データ配列順序決定部107は、決定した配列順序をグラフ描画部111に出力する。 The time series data arrangement order determination unit 107 outputs the determined arrangement order to the graph drawing unit 111.
 時系列データ配列順序決定部107は、受け付けた各地域の地理情報要素の代表座標をアフィン変換(2D地図表示の場合)、または、透視投影変換(3D地図表示の場合)し、表示部位置座標(x,y)を求める。表示部位置座標とは、表示部209上のスクリーン座標系720における、各地域の地理情報要素の代表座標である。 The time-series data array order determining unit 107 performs affine transformation (in the case of 2D map display) or perspective projection transformation (in the case of 3D map display) on the representative coordinates of the received geographic information elements in each region, and displays the position coordinates of the display unit Find (x, y). The display unit position coordinates are representative coordinates of geographic information elements in each area in the screen coordinate system 720 on the display unit 209.
 配列順序は、地図の表示に対応付けない順序(以下、順序1)と、地図の表示に対応付ける順序(以下、順序2)がある。 The arrangement order includes an order not associated with the map display (hereinafter referred to as order 1) and an order associated with the map display (hereinafter referred to as order 2).
 順序1とは、例えば、地域名称の五十音順、地域名称のJISコード順、地域ID順、代表座標の経度の順等、地図の表示に対応付けず、操作者があらかじめ指定する配列順序である。 The order 1 is, for example, an arrangement order designated in advance by the operator without being associated with the map display, such as the alphabetical order of the area names, the JIS code order of the area names, the area ID order, the longitude order of the representative coordinates, etc. It is.
 順序2とは、各地域の表示部位置座標に対応付けて、時系列データ配列順序決定部107が自動的に決定する配列順序である。例えば、第1の領域702に表示される各地域を表示部位置座標のy座標が大きい順に配列する順序(以下、順序2a)や、以下に示す順序2b等がある。 The order 2 is an arrangement order automatically determined by the time-series data arrangement order determination unit 107 in association with the display unit position coordinates of each region. For example, there are an order in which the areas displayed in the first area 702 are arranged in descending order of the y coordinate of the display unit position coordinates (hereinafter, order 2a), the order 2b shown below, and the like.
 順序2bとは、同一の親ノードの地域(親地域)に属する地域ごとの集合を作る。親地域の表示部位置座標のy座標が大きい順に各集合を配列する。各集合において、表示部位置座標のy座標が大きい順に各地域を配列する。この配列を最終的な配列順序(順序2b)とする。 In order 2b, a set for each region belonging to the same parent node region (parent region) is created. Each set is arranged in descending order of the y-coordinate of the display unit position coordinates of the parent area. In each set, the regions are arranged in descending order of the y coordinate of the display unit position coordinates. This arrangement is the final arrangement order (order 2b).
 順序2では、表示部位置座標のy座標が大きい順を例としたが、この順に限られない。例えば、表示部位置座標のx座標が小さい順、x座標が大きい順、y座標が小さい順等としても良い。 In order 2, the order in which the y coordinate of the display unit position coordinate is large is taken as an example, but the order is not limited to this. For example, the display unit position coordinates may be in the ascending order of x coordinates, the order of increasing x coordinates, the order of decreasing y coordinates, or the like.
 図8は、時系列データ配列順序決定部107によって決定される配列順序に従って表示部209に表示される地図と時系列データのグラフの一例を表す図である。図8(a)(b)において、地図706はある視点位置から見た3D表示の地図である。図8(c)において、地図708は、地図706とは異なる視点位置から見た3D表示の地図である。地図706には、表示部位置座標のy座標が大きい順に、地域C、地域E、地域A、地域D、地域Bが表示されている。地図708には、表示部位置座標のy座標が大きい順に、地域E、地域C、地域D、地域A、地域Bが表示されている。 FIG. 8 is a diagram illustrating an example of a map and a graph of time series data displayed on the display unit 209 in accordance with the arrangement order determined by the time series data arrangement order determination unit 107. 8A and 8B, a map 706 is a 3D display map viewed from a certain viewpoint position. In FIG. 8C, a map 708 is a 3D display map viewed from a different viewpoint position from the map 706. On the map 706, the region C, the region E, the region A, the region D, and the region B are displayed in descending order of the y coordinate of the display unit position coordinates. Area E, area C, area D, area A, and area B are displayed on the map 708 in descending order of the y coordinate of the display unit position coordinates.
 グラフ配列順序106が、「地域ID順に配列する」を指定した場合、図8(a)に示したように、第2の領域703上で棒グラフは、第1の領域702上における、地図706および地図708の表示に関わらず、地域ID順に、地域A、地域B、地域C、地域D、地域Eの順で配列される。 When “arrange in order of area ID” is designated as the graph arrangement order 106, as shown in FIG. 8A, the bar graph on the second area 703 and the map 706 on the first area 702 and Regardless of the display of the map 708, the areas A, B, C, D, and E are arranged in the order of the area ID.
 グラフ配列順序106が、順序2の「表示部位置座標のy座標が大きい順に配列する」を指定し、第1の領域702上に表示されている地図が地図706である場合、図8(b)に示したように、第2の領域703上で棒グラフは、表示部位置座標のy座標が大きい順に、地域C、地域E、地域A、地域D、地域Bの順で配列される。 When the graph arrangement order 106 designates the order 2 “arrange in the order of the y coordinate of the display unit position coordinates” and the map displayed on the first area 702 is the map 706, FIG. ), The bar graphs are arranged in the order of region C, region E, region A, region D, region B in descending order of the y-coordinate of the display unit position coordinates on the second region 703.
 グラフ配列順序106が、「表示部位置座標のy座標が大きい順に配列する」を指定し、第1の領域702上に表示されている地図が地図708である場合、図8(c)に示したように、第2の領域703上で棒グラフは、表示部位置座標のy座標が大きい順に、地域E、地域C、地域D、地域A、地域Bの順で配列される。 When the graph arrangement order 106 designates “arrange in order from the largest y coordinate of the display unit position coordinates” and the map displayed on the first area 702 is a map 708, it is shown in FIG. As described above, on the second region 703, the bar graphs are arranged in the order of region E, region C, region D, region A, region B in descending order of the y coordinate of the display unit position coordinates.
 図9は、時系列データ配列順序決定部107の処理工程の一例を表すフローチャートである。 FIG. 9 is a flowchart showing an example of processing steps of the time-series data arrangement order determination unit 107.
時系列データ配列順序決定部107は、グラフ配列順序106において順序1が指定されたか、順序2が指定されたかを判定する(S1101)。 The time-series data array order determination unit 107 determines whether order 1 is specified in the graph array order 106 or order 2 is specified (S1101).
 順序1が指定された場合、時系列データ配列順序決定部107は、配列順序を順序1の配列と決定する(S1111)。時系列データ配列順序決定部107は、決定結果をグラフ描画部111に出力し(S1112)、処理を終了する。 When the order 1 is designated, the time-series data array order determination unit 107 determines the array order as the array of order 1 (S1111). The time series data arrangement order determination unit 107 outputs the determination result to the graph drawing unit 111 (S1112), and ends the process.
 順序2が指定された場合、時系列データ配列順序決定部107は、2Dの地図を表示するか、3Dの地図を表示するかを判定する(S1102)。 When the order 2 is designated, the time-series data arrangement order determining unit 107 determines whether to display a 2D map or a 3D map (S1102).
 2Dの地図を表示すると判定した場合、時系列データ配列順序決定部107は、地理情報抽出部105から出力された各地域の地理情報要素の代表座標をアフィン変換し、表示部位置座標を求める(S1103)。 When it is determined that a 2D map is to be displayed, the time-series data arrangement order determination unit 107 affine-transforms the representative coordinates of the geographic information elements of each region output from the geographic information extraction unit 105 to obtain the display unit position coordinates ( S1103).
 3Dの地図を表示すると判定した場合、時系列データ配列順序決定部107は、地理情報抽出部105から出力された各地域の地理情報要素の代表座標を透視投影変換し、表示部位置座標を求める(S1104)。 When it is determined that a 3D map is to be displayed, the time-series data arrangement order determination unit 107 performs perspective projection conversion on the representative coordinates of the geographic information elements output from the geographic information extraction unit 105 to obtain the display unit position coordinates. (S1104).
 時系列データ配列順序決定部107は、方法2aが指定されたか、方法2bが指定されたかを判定する(S1105)。 The time-series data arrangement order determination unit 107 determines whether the method 2a is specified or the method 2b is specified (S1105).
 方法2aが指定されたと判定した場合、時系列データ配列順序決定部107は、表示部位置座標のy座標が大きい順を配列順序と決定する。(S1106)。 When it is determined that the method 2a is designated, the time-series data arrangement order determination unit 107 determines the order in which the y-coordinates of the display unit position coordinates are larger as the arrangement order. (S1106).
 方法2bが指定されたと判定した場合、時系列データ配列順序決定部107は、同一の親ノードの地域(親地域)に属する地域ごとの集合を作る(S1107)。時系列データ配列順序決定部107は、地理情報抽出部105から出力された各地域の親地域の表示部位置座標を求める(S1108)。時系列データ配列順序決定部107は、親地域の表示部位置座標のy座標が大きい順に各集合を配列する(S1109)。時系列データ配列順序決定部107は、各集合において、表示部位置座標のy座標が大きい順に各地域を配列する(S1110)。 If it is determined that the method 2b is designated, the time-series data arrangement order determination unit 107 creates a set for each region belonging to the region (parent region) of the same parent node (S1107). The time-series data arrangement order determination unit 107 obtains the display unit position coordinates of the parent region of each region output from the geographic information extraction unit 105 (S1108). The time-series data arrangement order determination unit 107 arranges the sets in descending order of the y-coordinates of the display unit position coordinates of the parent area (S1109). The time-series data arrangement order determination unit 107 arranges the regions in order of increasing y-coordinate of the display unit position coordinate in each set (S1110).
 時系列データ配列順序決定部107は、決定結果をグラフ描画部111に出力し(S1112)、処理を終了する。 The time series data array order determination unit 107 outputs the determination result to the graph drawing unit 111 (S1112), and ends the process.
 図9に示した処理工程は、2階層の地域について行う処理工程である。3階層以上の地域について処理を行う場合は、S1107からS1110までのステップを、すべての階層が完了するまで繰り返す。 The processing process shown in FIG. 9 is a processing process performed for a two-level area. When processing is performed for areas with three or more layers, the steps from S1107 to S1110 are repeated until all layers are completed.
 地図上グラフ描画部110は、地理情報抽出部105から出力された各地域の地理情報要素の代表座標を表示部位置座標に変換する。 The on-map graph drawing unit 110 converts the representative coordinates of the geographic information elements of each region output from the geographic information extraction unit 105 into display unit position coordinates.
 地図上グラフ描画部110は、各地域の時系列データのグラフの原点と、表示部位置座標とを一致させるように、地図上グラフを描画する。 The on-map graph drawing unit 110 draws the on-map graph so that the origin of the time-series data graph of each region matches the display unit position coordinates.
 地図上グラフ描画部110は、描画した地図上グラフを表示部209に出力する。 The on-map graph drawing unit 110 outputs the drawn on-map graph to the display unit 209.
 グラフ描画部111は、時系列データ配列順序決定部107から出力された配列順序に従って、時系列データ抽出部から出力された時系列データのグラフを第2の領域703に描画する。 The graph drawing unit 111 draws the graph of the time series data output from the time series data extraction unit in the second area 703 according to the arrangement order output from the time series data arrangement order determination unit 107.
 図10は、グラフ描画部111が描画するグラフを表す図である。 FIG. 10 is a diagram illustrating a graph drawn by the graph drawing unit 111.
グラフ描画部111が第2の領域703に描画するグラフ形式は、例えば、ある時刻における各地域の時系列データを表す2D棒グラフと、ある地域の時系列データの時刻変化を表す2D折れ線グラフと、各地域の時系列データの時刻変化を表す3D棒グラフと、3D折れ線グラフ等がある。これら以外にも、円グラフ、面グラフ、表といった、統計図表全般が含まれる。 The graph format that the graph drawing unit 111 draws in the second region 703 includes, for example, a 2D bar graph that represents time series data of each region at a certain time, a 2D line graph that represents time changes of the time series data of a certain region, and There are 3D bar graphs and 3D line graphs representing time changes of time series data in each region. In addition to these, general statistical charts such as pie charts, area charts, and tables are also included.
 グラフ描画部111は、描画したグラフを表示部209に出力する。 The graph drawing unit 111 outputs the drawn graph to the display unit 209.
 表示部209は、地図描画部109から出力された地理情報要素の境界形状を第1の領域702に地図として表示する。 The display unit 209 displays the boundary shape of the geographic information element output from the map drawing unit 109 in the first area 702 as a map.
 表示部209は、地図上グラフ描画部110から出力された地図上グラフを第1の領域702に表示する。 The display unit 209 displays the on-map graph output from the on-map graph drawing unit 110 in the first area 702.
 表示部209は、グラフ描画部110から出力されたグラフを第2の領域703に表示する。 The display unit 209 displays the graph output from the graph drawing unit 110 in the second area 703.
 表示部209は、受付部101が決定する表示条件301を設定、変更するためのGUI704を表示する。 The display unit 209 displays a GUI 704 for setting and changing the display condition 301 determined by the receiving unit 101.
 操作者は、入力装置210(マウス207等)により、第1の領域702や、第2の領域703や、GUI704上で、表示条件301を指定する。これにより、受付部101は、要素数制限部103に表示条件301を出力する。 The operator designates the display condition 301 on the first area 702, the second area 703, and the GUI 704 with the input device 210 (mouse 207 or the like). As a result, the receiving unit 101 outputs the display condition 301 to the element number limiting unit 103.
 操作者が、第1の領域702やGUI704で、地図表示範囲302等の表示条件301を変更すると、受付部101が出力する表示条件301が更新される。地図描画部109が描画する境界形状が更新され、第1の領域702に表示される。地図上グラフ描画部110が描画する地図上グラフが更新され、第1の領域702に表示される。グラフ描画部110が描画するグラフが更新され、第2の領域703に表示される。 When the operator changes the display condition 301 such as the map display range 302 in the first area 702 or the GUI 704, the display condition 301 output by the receiving unit 101 is updated. The boundary shape drawn by the map drawing unit 109 is updated and displayed in the first area 702. The on-map graph drawn by the on-map graph drawing unit 110 is updated and displayed in the first area 702. The graph drawn by the graph drawing unit 110 is updated and displayed in the second area 703.
 例えば、第1の領域702に表示されている地図を構成する地域のうち、レイヤ番号2の地域の時系列データの要素数が「10」、レイヤ番号3の地域の時系列データの要素数が「50」であり、要素数制限部103が決定する要素数上限値gが「25」である場合、第2に領域703には、レイヤ番号2の地域の時系列データのグラフが表示される。 For example, among the regions constituting the map displayed in the first region 702, the number of elements of the time series data of the region of layer number 2 is “10”, and the number of elements of the time series data of the region of layer number 3 is If “50” and the element number upper limit g determined by the element number limiting unit 103 is “25”, secondly, the area 703 displays a graph of time-series data of the region of layer number 2. .
 操作者が第1の領域702やGUI704で、地図表示範囲302を縮小(ズームアップ)することにより、第1の領域702に表示されている地図を構成する地域のうち、レイヤ番号2の地域の時系列データの要素数が「4」、レイヤ番号3の地域の時系列データの要素数が「20」となったとする。 When the operator reduces (zooms up) the map display range 302 in the first area 702 or the GUI 704, the area of the layer number 2 among the areas constituting the map displayed in the first area 702 is displayed. It is assumed that the number of elements of the time series data is “4” and the number of elements of the time series data in the region of layer number 3 is “20”.
 地図描画部109は、描画する境界形状を更新し、指定された表示範囲の地図を第1の領域702に描画する。 The map drawing unit 109 updates the boundary shape to be drawn, and draws the map in the designated display range in the first area 702.
 地図上グラフ描画部110は、描画する地図上グラフを更新し、指定された表示範囲の地図を構成する地域の時系列データの地図上グラフを第1の領域702に描画する。 The on-map graph drawing unit 110 updates the on-map graph to be drawn, and draws the on-map graph of the time series data of the area constituting the map in the designated display range in the first region 702.
 グラフ描画部110は、描画するグラフを更新し、レイヤ番号3の地域の時系列データのグラフを第2に領域703に描画する。 The graph drawing unit 110 updates the graph to be drawn, and draws the time-series data graph of the region of layer number 3 in the region 703 second.
 操作者は、表示部209で、GUI704の操作、地図やグラフの操作、選択によってグラフ形式308を指定することにより、第2の領域703に表示されるグラフ形式を任意に切り替えることができる。 The operator can arbitrarily switch the graph format displayed in the second area 703 by designating the graph format 308 by the operation of the GUI 704, the operation of the map or the graph, or the selection on the display unit 209.
 例えば、図10(a)に示すように、第1の領域702上に、地域A、地域B、地域C、地域D、地域Eの時系列データを表す地図上グラフが表示され、第2の領域703上に、地域A、地域B、地域C、地域D、地域Eの時系列データを表す棒グラフ1201が表示されている場合、操作者がマウス207等を用いて、第1の領域702上の地域Aの地図上棒グラフAを表示部209上で選択すると、受付部101が出力するグラフ形式308が変更され、表示部209の第2の領域703には、図10(b)に示すように、地域Aの時系列データの時刻変化を表す2D折れ線グラフ1202が表示される。 For example, as shown in FIG. 10A, on the first area 702, a graph on a map representing time series data of the area A, the area B, the area C, the area D, and the area E is displayed. When the bar graph 1201 representing the time series data of the region A, the region B, the region C, the region D, and the region E is displayed on the region 703, the operator uses the mouse 207 or the like to display the region 703 on the first region 702. If the bar A on the map A of the area A is selected on the display unit 209, the graph format 308 output by the receiving unit 101 is changed, and the second area 703 of the display unit 209 is displayed in the second area 703 as shown in FIG. In addition, a 2D line graph 1202 representing the time change of the time series data of the region A is displayed.
 例えば、図10(b)に示すように、第2の領域703上に地域Aの時系列データの時刻変化を表す2D折れ線グラフ1202が表示されている場合、操作者がマウス207等を用いて、時刻tにおける時系列データ点1250を表示部209上で選択すると、受付部101が出力するグラフ形式308が変更され、表示部209の第2の領域703には、図10(a)に示すように、時刻tにおける各地域の時系列データを表す2D棒グラフ1201が表示される。 For example, as shown in FIG. 10B, when a 2D line graph 1202 representing the time change of the time series data of the area A is displayed on the second area 703, the operator uses the mouse 207 or the like. When the time series data point 1250 at time t 1 is selected on the display unit 209, the graph format 308 output by the reception unit 101 is changed, and the second area 703 of the display unit 209 is displayed in FIG. As shown, a 2D bar graph 1201 representing time series data of each region at time t 1 is displayed.
 例えば、図10(a)に示すように、第2の領域703上に、地域A、地域B、地域C、地域D、地域Eの棒グラフ1201が表示されている場合、操作者がGUI704上でグラフ形式308を変更することにより、受付部101が出力するグラフ形式308が変更され、表示部209の第2の領域703には、図10(c)に示すように、各地域の時系列データの時刻変化を表す3D折れ線グラフ1203が表示される。 For example, as illustrated in FIG. 10A, when the bar graph 1201 of the region A, the region B, the region C, the region D, and the region E is displayed on the second region 703, the operator By changing the graph format 308, the graph format 308 output by the reception unit 101 is changed, and the second area 703 of the display unit 209 has time series data of each region as shown in FIG. A 3D line graph 1203 representing the time change of is displayed.
 これにより、操作者は地図表示と照らし合わせて、時系列データの比較を容易に行うことができる。 This allows the operator to easily compare the time series data against the map display.
 ここに述べた例は一例であり、本発明の情報処理装置および情報処理方法では、上述した様々な統計図表を第2の領域703上で切り替えて表示することが可能である。 The example described here is merely an example, and in the information processing apparatus and information processing method of the present invention, the various statistical charts described above can be switched and displayed on the second area 703.
 本実施の形態により、各地域の時系列データの比較が行いやすい情報処理装置および情報処理方法を提供することができる。 According to this embodiment, it is possible to provide an information processing apparatus and an information processing method that make it easy to compare time-series data in each region.
 (第2の実施の形態)
 図11は、本発明の第2の実施の形態に係る情報処理装置の概観を例示する模式図である。
(Second Embodiment)
FIG. 11 is a schematic view illustrating an overview of an information processing apparatus according to the second embodiment of the invention.
 本実施の形態に係る情報処理装置1301は、3組の表示部とタッチパネルの組を備える。 The information processing apparatus 1301 according to this embodiment includes three sets of display units and a touch panel.
 表示部1309aにはタッチパネル1310aが重畳される。表示部1309bにはタッチパネル1310bが重畳される。表示部1309cにはタッチパネル1310cが重畳される。 The touch panel 1310a is superimposed on the display unit 1309a. A touch panel 1310b is superimposed on the display portion 1309b. A touch panel 1310c is superimposed on the display portion 1309c.
 図12は、本実施の形態の情報処理装置のブロック図である。 FIG. 12 is a block diagram of the information processing apparatus according to the present embodiment.
本実施の形態は、第1の実施の形態と異なり、タッチパネルを用いて表示変更受付部1321へ入力する。本実施の形態は、第1の実施の形態と異なり、地図描画部109からの出力と、地図上グラフ描画部110からの出力とが、表示部1309aに入力され、グラフ描画部111からの出力は、表示部1309b、1309cとに入力される。 In the present embodiment, unlike the first embodiment, an input is made to the display change receiving unit 1321 using a touch panel. In the present embodiment, unlike the first embodiment, the output from the map drawing unit 109 and the output from the on-map graph drawing unit 110 are input to the display unit 1309a and output from the graph drawing unit 111. Is input to the display units 1309b and 1309c.
 図13は、本実施の形態に係る情報処理装置のハードウェアの構成を示すブロック図である。 FIG. 13 is a block diagram showing a hardware configuration of the information processing apparatus according to the present embodiment.
本実施の形態に係る情報処理装置1301は、第1の実施の形態に係る情報処理装置におけるマウス207とキーボード208とが、タッチパネル1310a、1310b、1310cに置換されている。第1の実施の形態に係る情報処理装置における表示部209が表示部1309a、1309b、1309cに置換されている。 In the information processing device 1301 according to this embodiment, the mouse 207 and the keyboard 208 in the information processing device according to the first embodiment are replaced with touch panels 1310a, 1310b, and 1310c. The display unit 209 in the information processing apparatus according to the first embodiment is replaced with display units 1309a, 1309b, and 1309c.
 本実施の形態に係る情報処理装置1301は、タッチパネル1310a、タッチパネル1310b、タッチパネル1310cを第1の実施の形態における入力装置210とする。 The information processing apparatus 1301 according to the present embodiment uses the touch panel 1310a, the touch panel 1310b, and the touch panel 1310c as the input device 210 in the first embodiment.
 図14は、本実施の形態に係る情報処理装置に表示される地図とグラフを例示する図である。 FIG. 14 is a diagram illustrating a map and a graph displayed on the information processing apparatus according to the present embodiment.
 表示部1309aは、地図描画部109から出力された地理情報要素の境界形状を地図705として表示する。 The display unit 1309 a displays the boundary shape of the geographic information element output from the map drawing unit 109 as a map 705.
 表示部1309aは、地図上グラフ描画部110から出力された地図上グラフを表示する。 The display unit 1309a displays the on-map graph output from the on-map graph drawing unit 110.
 表示部1309bは、グラフ描画部111から出力されたグラフを表示する。 The display unit 1309b displays the graph output from the graph drawing unit 111.
 表示部1309cは、グラフ描画部111から出力されたグラフを表示する。 The display unit 1309c displays the graph output from the graph drawing unit 111.
 操作者は、タッチパネル1310a、タッチパネル1310b、タッチパネル1310cへのタッチによって地図やグラフを操作、選択することにより、第1の実施の形態と同様に、ある時刻における各地域の時系列データを表すグラフと、ある地域の時系列データの時刻変化を表すグラフとを、表示部1309b上および表示部1309c上で任意に切り替えることができる。 An operator operates and selects a map and a graph by touching the touch panel 1310a, the touch panel 1310b, and the touch panel 1310c, and a graph representing time series data of each region at a certain time as in the first embodiment. The graph representing the time change of the time-series data in a certain area can be arbitrarily switched on the display portion 1309b and the display portion 1309c.
 本実施の形態により、各地域の時系列データの比較が行いやすい情報処理装置および情報処理方法を提供することができる。また、タッチパネルにより、操作性の高い情報処理装置を提供することができる。 According to this embodiment, it is possible to provide an information processing apparatus and an information processing method that make it easy to compare time-series data in each region. In addition, an information processing device with high operability can be provided by using the touch panel.
 (第3の実施の形態)
 図15は、本発明の第3の実施の形態に係る情報処理装置の概観を例示する模式図である。
(Third embodiment)
FIG. 15 is a schematic view illustrating an overview of an information processing apparatus according to the third embodiment of the invention.
 図15に示すように、本実施の形態に係る情報処理装置1501は、第2に実施の形態に係る情報処理装置1301をテーブル型ディスプレイ1512上に、移動可能に設置された情報処理装置である。テーブル型ディスプレイ1512には、地図描画部109が描画することが可能な地図の全領域1513が表示される。テーブル型ディスプレイ1512は、情報処理装置1301のテーブル型ディスプレイ1512上での位置を検出するセンサを持つ。操作者が、情報処理装置1301をテーブル型ディスプレイ1512上のある位置に設置すると、情報処理装置1301が設置された範囲の地図が、表示部1309aに表示される。 As illustrated in FIG. 15, the information processing apparatus 1501 according to the present embodiment is an information processing apparatus in which the information processing apparatus 1301 according to the second embodiment is movably installed on a table-type display 1512. . The table type display 1512 displays the entire map area 1513 that can be drawn by the map drawing unit 109. The table type display 1512 has a sensor for detecting the position of the information processing apparatus 1301 on the table type display 1512. When the operator installs the information processing apparatus 1301 at a certain position on the table type display 1512, a map of a range where the information processing apparatus 1301 is installed is displayed on the display unit 1309a.
 本実施の形態により、各地域の時系列データの比較が行いやすい情報処理装置および情報処理方法を提供することができる。タッチパネルおよびテーブル型ディスプレイにより、操作性高い情報処理装置を提供することができる。 According to this embodiment, it is possible to provide an information processing apparatus and an information processing method that make it easy to compare time-series data in each region. An information processing apparatus with high operability can be provided by the touch panel and the table type display.
101,1321 受付部
102 地理情報格納部
103 要素数制限部
104 時系列データ格納部
105 地理情報抽出部
106 時系列データ配列順序
107 時系列データ配列順序決定部
108 時系列データ抽出部
109 地図描画部
110 地図上グラフ描画部
111 グラフ描画部
150 表示条件保存部
201 情報処理部
202 プロセッサ
203 主記憶装置
205 補助記憶装置
207 マウス
208 キーボード
209 表示部
210 入力装置
301 表示条件
302 地図表示範囲
303 地図表示詳細度
304 時系列データ表示範囲
305 時系列データ表示詳細度
308 グラフ形式
401 ルートノード
402、403、404、405、406、407 ノード
499 地域Cの地理情報要素
701 全体画像
702 第1の領域
703 第2の領域
704 グラフィカルユーザインターフェース
705 地図(2D表示)
706、708 地図(3D表示)
707 地域A
720 スクリーン座標系
740 地図上棒グラフA
1201 棒グラフ
1202 2D折れ線グラフ
1203 3D折れ線グラフ
1250 時系列データ点
1301、1501 情報処理装置
1309a 表示部1
1309b 表示部2
1309c 表示部3
1310a タッチパネル1
1310b タッチパネル2
1310c タッチパネル3
1512 テーブル型ディスプレイ
1513 地図の全領域
101, 1321 Reception unit 102 Geographic information storage unit 103 Element number limiting unit 104 Time series data storage unit 105 Geographic information extraction unit 106 Time series data arrangement order 107 Time series data arrangement order determination unit 108 Time series data extraction unit 109 Map drawing unit 110 Graph drawing unit on map 111 Graph drawing unit 150 Display condition storage unit 201 Information processing unit 202 Processor 203 Main storage device 205 Auxiliary storage device 207 Mouse 208 Keyboard 209 Display unit 210 Input device 301 Display condition 302 Map display range 303 Map display details Degree 304 Time series data display range 305 Time series data display level of detail 308 Graph format 401 Root node 402, 403, 404, 405, 406, 407 Node 499 Geographic information element 701 of area C Whole image 702 First area 703 Second of Frequency 704 graphical user interface 705 maps (2D display)
706, 708 Map (3D display)
707 Region A
720 Screen coordinate system 740 Bar A on the map
1201 Bar graph 1202 2D line graph 1203 3D line graph 1250 Time- series data points 1301 and 1501 Information processing device 1309a Display unit 1
1309b Display unit 2
1309c Display unit 3
1310a Touch panel 1
1310b Touch panel 2
1310c Touch panel 3
1512 Table type display 1513 All areas of the map

Claims (5)

  1. 地図を表示するために必要な地理情報要素を格納する地理情報格納部と、
    前記地理情報要素に関連付けられた時系列データ要素を格納する時系列データ格納部と、
    前記地理情報要素と前記時系列データ要素との表示条件を受け付ける受付部と、
    前記表示条件に基づき、前記地理情報格納部から前記表示条件に適合する前記地理情報要素を検索し、前記時系列データ格納部から前記表示条件に適合する前記時系列データ要素を検索し、前記地理情報格納部から抽出する前記地理情報要素の数と、前記時系列データ格納部から抽出する前記時系列データ要素の数とを制限する要素数上限値を決定する要素数制限部と、
    前記要素数上限値に基づき、前記地理情報格納部から前記地理情報要素を抽出する地理情報抽出部と、
    前記地理情報要素を地図として表示部に描画する地図描画部と、
    前記要素数上限値に基づき、前記時系列データ格納部から前記時系列データ要素を抽出する時系列データ抽出部と、
    前記地理情報要素に基づき、前記時系列データの配列順序を決定する時系列データ配列順序決定部と、
    前記配列順序に従って、前記時系列データをグラフとして表示部に描画するグラフ描画部と
    を備えることを特徴とする情報処理装置。
    A geographic information storage for storing the geographic information elements required to display the map;
    A time-series data storage unit that stores a time-series data element associated with the geographic information element;
    A receiving unit for receiving display conditions of the geographic information element and the time-series data element;
    Based on the display condition, the geographic information element that matches the display condition is searched from the geographic information storage unit, the time series data element that matches the display condition is searched from the time series data storage unit, and the geography An element number limiting unit that determines an element number upper limit value that limits the number of geographic information elements extracted from the information storage unit and the number of time series data elements extracted from the time series data storage unit;
    A geographic information extraction unit that extracts the geographic information element from the geographic information storage unit based on the element number upper limit;
    A map drawing unit for drawing the geographic information element as a map on a display unit;
    A time-series data extraction unit that extracts the time-series data elements from the time-series data storage unit based on the element number upper limit value;
    A time-series data arrangement order determination unit for determining an arrangement order of the time-series data based on the geographic information elements;
    An information processing apparatus comprising: a graph drawing unit that draws the time-series data as a graph on a display unit according to the arrangement order.
  2. 前記地理情報格納部は、
    地図を構成する広い領域から狭い領域に至る各段階の地域をノードに対応付けた木構造を有し、
    子ノードは親ノードより狭い領域を表す地域を含み、同一階層の地域にはレイヤ番号が付され、下位階層のレイヤ番号は上位階層のレイヤ番号より大きいことを特長とし、
    前記要素数制限部は、前記レイヤ番号を用いて、前記要素数上限値を決定することを特徴とする、請求項1記載の情報処理装置。
    The geographic information storage unit
    It has a tree structure that associates each step area from the wide area to the narrow area that composes the map with the node,
    The child node includes a region that represents an area narrower than the parent node, the layer number is assigned to the region of the same hierarchy, the layer number of the lower hierarchy is larger than the layer number of the upper hierarchy,
    The information processing apparatus according to claim 1, wherein the element number restriction unit determines the element number upper limit value using the layer number.
  3. 前記時系列データ配列順序決定部は、
    各地域の表示部における位置に対応付けて、前記時系列データのグラフの配列順序を決定することを特徴とする、請求項2記載の情報処理装置。
    The time series data arrangement order determining unit
    The information processing apparatus according to claim 2, wherein an arrangement order of the graph of the time series data is determined in association with a position on a display unit of each region.
  4. 前記グラフ描画部は、操作者からの要求に応じて、時系列データの時刻変化を表すグラフと、ある時刻における各地域の時系列データを表すグラフとを切り替えて、表示部に描画することを特徴とする請求項3記載の情報処理装置。 In response to a request from the operator, the graph drawing unit switches between a graph representing time change of time series data and a graph representing time series data of each region at a certain time, and draws on the display unit. The information processing apparatus according to claim 3.
  5. 地図を表示するために必要な地理情報要素を格納し、
    前記地理情報要素に関連付けられた時系列データ要素を格納し、
    前記地理情報要素と前記時系列データ要素の表示条件を受け付け、
    前記表示条件に基づき、前記表示条件に適合する前記地理情報要素を検索し、前記表示条件に適合する前記時系列データ要素を検索し、前記地理情報要素の数と、前記時系列データ要素の数とを制限する要素数上限値を決定し、
    前記要素数上限値に基づき、前記地理情報要素を抽出し、
    前記地理情報要素を地図として表示部に描画し、
    前記要素数上限値に基づき、前記時系列データ要素を抽出し、
    前記地理情報要素に基づき、前記時系列データの配列順序を決定し、
    前記配列順序に従って、前記時系列データをグラフとして表示部に描画する
    ことを特徴とする情報処理方法。
    Stores the geographic information elements needed to display the map,
    Storing time series data elements associated with the geographic information elements;
    Accepting display conditions of the geographic information element and the time series data element,
    Based on the display condition, the geographic information element that matches the display condition is searched, the time series data element that matches the display condition is searched, the number of the geographic information elements, and the number of the time series data elements And determine the upper limit of the number of elements that limit
    Based on the element number upper limit value, the geographic information element is extracted,
    Drawing the geographic information element on the display unit as a map;
    Based on the element number upper limit value, extract the time series data elements,
    Based on the geographic information element, determine the arrangement order of the time series data,
    An information processing method, wherein the time series data is drawn as a graph on a display unit in accordance with the arrangement order.
PCT/JP2009/005085 2009-10-01 2009-10-01 Information processing apparatus and information processing method WO2011039820A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2009/005085 WO2011039820A1 (en) 2009-10-01 2009-10-01 Information processing apparatus and information processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2009/005085 WO2011039820A1 (en) 2009-10-01 2009-10-01 Information processing apparatus and information processing method

Publications (1)

Publication Number Publication Date
WO2011039820A1 true WO2011039820A1 (en) 2011-04-07

Family

ID=43825677

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2009/005085 WO2011039820A1 (en) 2009-10-01 2009-10-01 Information processing apparatus and information processing method

Country Status (1)

Country Link
WO (1) WO2011039820A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014182624A (en) * 2013-03-19 2014-09-29 Toshiba Corp Data management device and method thereof and program
JP2017027409A (en) * 2015-07-23 2017-02-02 日本電信電話株式会社 Search processing device, database construction device, search processing method, database construction method, and program
JP2020166851A (en) * 2020-03-24 2020-10-08 株式会社クボタ Farming system and farming program
WO2021131133A1 (en) * 2019-12-25 2021-07-01 株式会社島津製作所 Magnetic sensing system and display method for magnetic sensing

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
ADVANCED WORKSTATION FACOM9450 SERIES ARISTOWN SHIYOSHA NO TEBIKI KIHONHEN, 1988, pages 86 - 104 *
IBM AIX RISC SYSTEM/6000TM CHIZU KIHON PROGRAM/ 6000 IF-MAP/6000 VER.3 LIBRARY REFERENCE-GUIDE, 1993 *
NIHONGO MS OS/2 PARISTOWN SETSUMEISHO (TOKEI CHIZU SAKUSEI MUKE CHIRI JOHO SYSTEM), 1993, pages 3 - 7 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014182624A (en) * 2013-03-19 2014-09-29 Toshiba Corp Data management device and method thereof and program
JP2017027409A (en) * 2015-07-23 2017-02-02 日本電信電話株式会社 Search processing device, database construction device, search processing method, database construction method, and program
WO2021131133A1 (en) * 2019-12-25 2021-07-01 株式会社島津製作所 Magnetic sensing system and display method for magnetic sensing
JPWO2021131133A1 (en) * 2019-12-25 2021-07-01
JP7259996B2 (en) 2019-12-25 2023-04-18 株式会社島津製作所 Magnetic sensing system and display method for magnetic sensing
JP2020166851A (en) * 2020-03-24 2020-10-08 株式会社クボタ Farming system and farming program

Similar Documents

Publication Publication Date Title
US8587617B2 (en) Apparatus and method for map zooming
US5546572A (en) Method for retrieving database of image information
CN101652741B (en) System and method for navigation of display data
JP5000781B1 (en) Image processing apparatus, image processing apparatus control method, program, and information storage medium
Zhu et al. A new reconstruction method for 3D buildings from 2D vector floor plan
CN103187002A (en) Method for generating electronic map
CN103534655A (en) Systems and methods for display of controls and related data within a structure
JP5299993B2 (en) Map display device and map display method
US20100302236A1 (en) Extensible map with pluggable modes
CN103020250A (en) Map display method and device of geographic information system (GIS)
WO2011039820A1 (en) Information processing apparatus and information processing method
US20080147660A1 (en) Method for Arranging Object Data in Electronic Maps
CN116301348A (en) Personalized tour layout method and system for museum exhibition hall
EP2843624B1 (en) Image processing device, image processing device control method, program, and information storage medium
US8250480B2 (en) Interactive navigation of a dataflow process image
US20110125803A1 (en) Usability evaluation apparatus, usability evaluation method, and program
Nusrat et al. Visualizing cartograms: Goals and task taxonomy
JP2009069403A (en) Map display system
KR100895773B1 (en) A database for link of Serch data in GIS system, a serch method
US11354837B2 (en) Geographic indexing
JP2000250403A (en) Method and device for deforming road form graphics, and recording medium where the method is recorded
JP5944692B2 (en) Map display device, map display method and program
JP3284367B2 (en) Configuration data extraction system
KR101102083B1 (en) System and method for diagramming geo-referenced data
JP4730033B2 (en) Display drawing creation program, method and apparatus

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09850011

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 09850011

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP