JP6689793B2 - Map data generation device, method, and program - Google Patents

Map data generation device, method, and program Download PDF

Info

Publication number
JP6689793B2
JP6689793B2 JP2017135068A JP2017135068A JP6689793B2 JP 6689793 B2 JP6689793 B2 JP 6689793B2 JP 2017135068 A JP2017135068 A JP 2017135068A JP 2017135068 A JP2017135068 A JP 2017135068A JP 6689793 B2 JP6689793 B2 JP 6689793B2
Authority
JP
Japan
Prior art keywords
feature
map data
graphic information
information
data
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.)
Active
Application number
JP2017135068A
Other languages
Japanese (ja)
Other versions
JP2019015932A (en
Inventor
誠 武藤
誠 武藤
瀬下 仁志
仁志 瀬下
繁 千葉
繁 千葉
伸章 廣嶋
伸章 廣嶋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2017135068A priority Critical patent/JP6689793B2/en
Publication of JP2019015932A publication Critical patent/JP2019015932A/en
Application granted granted Critical
Publication of JP6689793B2 publication Critical patent/JP6689793B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Instructional Devices (AREA)
  • Processing Or Creating Images (AREA)

Description

本発明は、地図データ生成装置、方法、及びプログラムに関する。   The present invention relates to a map data generation device, method, and program.

従来、地図データに含まれるポリゴンを簡略化する技術が提案されている(例えば、特許文献1参照)。この技術では、ポリゴンを構成する外形の線分を延長して得られる延長線分により、当該外形の一部を短絡させることでポリゴンの簡略化が行われる。   Conventionally, a technique for simplifying polygons included in map data has been proposed (for example, see Patent Document 1). In this technique, a polygon is simplified by short-circuiting a part of the outline with an extended line segment obtained by extending a line segment of the outline forming the polygon.

特開2005−283687号公報JP, 2005-283867, A

ところで、前述したポリゴンを簡略化する技術は、地形図のような多様な地物が単一の平面に配置されている地図データに対しては有効であった。しかしながら、近年の地図データは、例えば、以下の2つの特徴を備えている。
特徴1:地物の種類(例.道路、建屋等)毎にまとめられており、地図データに含まれる各地物には、地物の種類を表す「レイヤID」が付与される。
特徴2:地物には、地物の形状を表す図形データだけではなく、店舗の名称や営業時間等の地物に付随する属性情報が付与される。
By the way, the technique of simplifying the polygon described above is effective for map data in which various features such as a topographic map are arranged on a single plane. However, recent map data has, for example, the following two features.
Feature 1: The features are grouped by type of feature (eg, road, building, etc.), and each feature included in the map data is given a “layer ID” indicating the type of feature.
Feature 2: Not only graphic data representing the shape of the feature but also attribute information associated with the feature such as the name of the store and the business hours is added to the feature.

このように情報の量が増大した地図データを利用して、地図配信及び地図描画を行うと、通信量の増加及び地図を描画する端末の処理負荷が増大し、利用者の利便性が低下するという問題があった。この問題を解決するために、地図データのデータ量を低減することが考えられるが、従来技術では以下の通り、この問題が解決できない。   When map distribution and map drawing are performed using map data with an increased amount of information in this way, the amount of communication increases and the processing load on the terminal that draws the map increases, and user convenience decreases. There was a problem. In order to solve this problem, it is conceivable to reduce the amount of map data, but the conventional technique cannot solve this problem as follows.

上記特徴1に起因して、複数種類の地物を同時に表示する場合、重ね合わせた結果として重複する地物については、一方を上面、他方を下面として表示させることが考えられる。しかしながら、この結果として隠れている部分の図形データも地図データに含まれるため、無駄な通信量や描画処理が発生してしまう。   Due to the above feature 1, when a plurality of types of features are displayed at the same time, it is conceivable to display one feature as an upper face and the other feature as a lower face for overlapping features as a result of overlapping. However, as a result of this, since the graphic data of the hidden portion is also included in the map data, useless communication volume and drawing processing occur.

また、上記特徴1に起因して、特定の要求及びサービスにとっては不要な種類の地物データも地図データに含まれるため、無駄な通信量が発生してしまう。また、上記特徴2に起因して、特定の要求及びサービスにとっては必要な種類の地物データであっても、当該要求及びサービスに不要な属性データも地物データに含まれるため、無駄な通信量が発生してしまう。   Further, due to the above-mentioned feature 1, the feature data of a type unnecessary for a specific request and service is also included in the map data, resulting in a wasteful communication amount. Further, due to the characteristic 2, even if the feature data of a type required for a specific request and service is included in the feature data, attribute data unnecessary for the request and service is included in the feature data. The amount will be generated.

また、上記特徴1に起因して、集合住宅地における家具、及び屋内の柱等の同一の地物が一定の規則性の元に配置される場合がある(例.地下道において一定間隔に配置された柱等)。例えば、大量の柱が存在するような場合、同一の地物が大量に地図データに含まれるため、無駄な通信量や描画処理が発生する。   Further, due to the above-mentioned feature 1, the same features such as furniture in an apartment building and indoor columns may be arranged under a certain regularity (eg, arranged at regular intervals in an underground passage). Pillars). For example, when there are a large number of pillars, a large amount of the same feature is included in the map data, resulting in unnecessary communication volume and drawing processing.

本発明は、上記の点に鑑みてなされたものであり、出力する地図データのデータ量を低減することができる地図データ生成装置、方法、及びプログラムを提供することを目的とする。   The present invention has been made in view of the above points, and an object of the present invention is to provide a map data generation device, method, and program capable of reducing the data amount of map data to be output.

上記目的を達成するために、第1の発明に係る地図データ生成装置は、地物の種類に対応するレイヤIDと、地物の形状及び地図内の位置を表す図形情報とを含む地物データを、各地物について含む地図データを取得する取得部と、各レイヤIDに対して予め定められた重ね合わせ順序に基づいて、手前側のレイヤIDの地物データの図形情報によって隠れる図形情報を含む地物データを、前記地図データから削除する削減部と、前記削減部により得られた地図データを出力する出力部と、を含んで構成されている。   In order to achieve the above-mentioned object, a map data generation device according to a first aspect of the present invention is feature data including a layer ID corresponding to a feature type and graphic information indicating the shape of a feature and a position in a map. And the graphic information hidden by the graphic information of the feature data of the layer ID on the front side on the basis of an acquisition unit that acquires map data including each feature and a predetermined overlay order for each layer ID. It is configured to include a reduction unit that deletes the feature data from the map data, and an output unit that outputs the map data obtained by the reduction unit.

第2の発明に係る地図データ生成方法は、地物の種類に対応するレイヤIDと、地物の形状及び地図内の位置を表す図形情報とを含む地物データを、各地物について含む地図データを取得し、各レイヤIDに対して予め定められた重ね合わせ順序に基づいて、手前側のレイヤIDの地物データの図形情報によって隠れる図形情報を含む地物データを、前記地図データから削除し、削除する処理を経た地図データを出力する。   A map data generating method according to a second aspect of the present invention is map data including feature data including a layer ID corresponding to a feature type and graphic information indicating a feature shape and a position in a map, for each feature. And delete the feature data including the graphic information hidden by the graphic information of the feature data of the layer ID on the front side from the map data, based on the predetermined stacking order for each layer ID. , Output the map data that has undergone the process of deleting.

第1の発明及び第2の発明によれば、手前側に表示される地物に隠れる地物に関するデータを削除することにより、出力する地図データのデータ量を低減することができる。   According to the first invention and the second invention, the data amount of the map data to be output can be reduced by deleting the data regarding the feature hidden by the feature displayed on the front side.

第3の発明に係る地図データ生成装置は、地物の種類に対応するレイヤIDと、属性名及び属性値を含む属性情報とを含む地物データを、各地物について含む地図データを取得する取得部と、指定されたレイヤIDの地物データと、指定された属性名及び属性値の組み合わせを有する地物データと、指定された属性名を含む属性情報との少なくとも1つを前記地図データから削除する削減部と、前記削減部により得られた地図データを出力する出力部と、を含んで構成されている。   A map data generation device according to a third aspect of the present invention obtains map data including feature data including a layer ID corresponding to a feature type and attribute information including an attribute name and an attribute value for each feature. From the map data, at least one of a part, feature data of a specified layer ID, feature data having a combination of a specified attribute name and attribute value, and attribute information including a specified attribute name It includes a reduction unit to be deleted and an output unit that outputs the map data obtained by the reduction unit.

第4の発明に係る地図データ生成方法は、取得部が、地物の種類に対応するレイヤIDと、属性名及び属性値を含む属性情報とを含む地物データを、各地物について含む地図データを取得し、削減部が、指定されたレイヤIDの地物データと、指定された属性名及び属性値の組み合わせを有する地物データと、指定された属性名を含む属性情報との少なくとも1つを前記地図データから削除し、出力部が、削除する処理を経た地図データを出力する。   In the map data generating method according to the fourth aspect, the acquisition unit includes map data including feature data including a layer ID corresponding to a feature type and attribute information including an attribute name and an attribute value for each feature. And the reduction unit acquires at least one of the feature data having the specified layer ID, the feature data having a combination of the specified attribute name and the attribute value, and the attribute information including the specified attribute name. Is deleted from the map data, and the output unit outputs the map data that has undergone the deleting process.

第3の発明及び第4の発明によれば、指定されたレイヤIDの地物データと、指定された属性名及び属性値の組み合わせを有する地物データと、指定された属性名を含む属性情報との少なくとも1つを削除することにより、出力する地図データのデータ量を低減することができる。   According to the third and fourth inventions, the feature data having the specified layer ID, the feature data having the combination of the specified attribute name and the attribute value, and the attribute information including the specified attribute name. By deleting at least one of the above, it is possible to reduce the data amount of the map data to be output.

第5の発明に係る地図データ生成装置は、地物の種類に対応するレイヤIDと、地物の形状及び地図内の位置を表す図形情報とを含む地物データを、各地物について含む地図データを取得する取得部と、各レイヤIDに対し、予め定められた規則性を持って繰り返し配置された地物を特定する特定部と、前記特定部により特定された、繰り返し配置された地物の地物データの図形情報を、地物の形状及び前記規則性を表す情報に置き換えるか、又は前記繰り返し配置された地物の地物データを前記地図データから削除する削減部と、前記削減部により得られた地図データを出力する出力部と、を含んで構成されている。   A map data generation device according to a fifth aspect of the present invention is map data including feature data including a layer ID corresponding to a feature type and graphic information indicating a shape of a feature and a position in a map for each feature. And an identifying unit that identifies, for each layer ID, a feature that is repeatedly arranged with a predetermined regularity, and a feature that is repeatedly arranged that is identified by the identifying unit. The reduction unit that replaces the graphic information of the feature data with information indicating the shape of the feature and the regularity, or deletes the feature data of the repeatedly arranged features from the map data, and the reduction unit. And an output unit for outputting the obtained map data.

第6の発明に係る地図データ生成方法は、取得部が、地物の種類に対応するレイヤIDと、地物の形状及び地図内の位置を表す図形情報とを含む地物データを、各地物について含む地図データを取得し、特定部が、各レイヤIDに対し、予め定められた規則性を持って繰り返し配置された地物を特定し、削減部が、特定された、繰り返し配置された地物の地物データの図形情報を、地物の形状及び前記規則性を表す情報に置き換えるか、又は前記繰り返し配置された地物の地物データを前記地図データから削除し、出力部が、置き換える処理、又は削除する処理を経た地図データを出力する。   In the map data generation method according to a sixth aspect, the acquisition unit obtains the feature data including a layer ID corresponding to the feature type and graphic information indicating the shape of the feature and the position in the map, and the feature data. , The specifying unit specifies, for each layer ID, the features repeatedly arranged with a predetermined regularity, and the reducing unit specifies the repeatedly arranged places. The graphic information of the feature data of the object is replaced with information indicating the shape of the feature and the regularity, or the feature data of the repeatedly arranged features is deleted from the map data and replaced by the output unit. The map data that has been processed or deleted is output.

第5の発明及び第6の発明によれば、繰り返し配置された地物の地物データの図形情報を、地物の形状及び規則性を表す情報に置き換えるか、又は削除することにより、出力する地図データのデータ量を低減することができる。   According to the fifth invention and the sixth invention, the graphic information of the feature data of the repeatedly arranged features is replaced with information representing the shape and regularity of the feature, or the feature information is output. The amount of map data can be reduced.

また、本発明のプログラムは、コンピュータを、上記の地図データ生成装置の各部として機能させるためのプログラムである。   Further, the program of the present invention is a program for causing a computer to function as each unit of the above map data generation device.

以上説明したように、本発明の地図データ生成装置、方法、及びプログラムによれば、出力する地図データのデータ量を低減することができる、という効果が得られる。   As described above, according to the map data generating device, method, and program of the present invention, it is possible to reduce the amount of map data to be output.

第1の実施の形態に係る地図データ生成装置のブロック図である。It is a block diagram of the map data generation device concerning a 1st embodiment. 各実施の形態に係る入力用の地図データの一例を示す図である。It is a figure which shows an example of the map data for input which concerns on each embodiment. 各実施の形態に係る表示階層設定データの一例を示す図である。It is a figure which shows an example of the display hierarchy setting data which concerns on each embodiment. 第1の実施の形態に係る地図データ生成処理の処理ルーチンを示すフローチャートである。It is a flow chart which shows a processing routine of map data generation processing concerning a 1st embodiment. 各実施の形態に係るマスク図形の一例を示す図である。It is a figure which shows an example of the mask figure which concerns on each embodiment. 第1の実施の形態に係る配信用の地図データの一例を示す図である。It is a figure which shows an example of the map data for distribution which concerns on 1st Embodiment. 通行可能エリアを削除する処理を説明するための図である。It is a figure for demonstrating the process which deletes a passable area. 第1の実施の形態の変形例に係る置換処理の処理ルーチンを示すフローチャートである。9 is a flowchart showing a processing routine of replacement processing according to a modification of the first embodiment. 図形情報の置換処理を説明するための図である。It is a figure for demonstrating the replacement process of figure information. 第2の実施の形態に係る地図データ生成装置のブロック図である。It is a block diagram of a map data generation device according to a second embodiment. 第2及び第3の実施の形態に係る地物削除条件データの一例を示す図である。It is a figure which shows an example of the feature deletion condition data which concerns on 2nd and 3rd embodiment. 第2及び第3の実施の形態に係る属性削除条件データの一例を示す図である。It is a figure which shows an example of the attribute deletion condition data which concerns on 2nd and 3rd embodiment. 第2の実施の形態に係る地図データ生成処理の処理ルーチンを示すフローチャートである。It is a flow chart which shows a processing routine of map data generation processing concerning a 2nd embodiment. 第2の実施の形態に係る配信用の地図データの一例を示す図である。It is a figure which shows an example of the map data for distribution which concerns on 2nd Embodiment. 第3の実施の形態に係る地図データ生成装置のブロック図である。It is a block diagram of a map data generation device concerning a 3rd embodiment. 線分を検出する処理を説明するための図である。It is a figure for demonstrating the process which detects a line segment. 繰り返し地物を特定する処理を説明するための図である。It is a figure for demonstrating the process which repeatedly specifies a feature. 繰り返し地物を特定する処理を説明するための図である。It is a figure for demonstrating the process which repeatedly specifies a feature. 繰り返しパタン情報を説明するための図である。It is a figure for demonstrating repetition pattern information. 第3の実施の形態に係る地図データ生成処理の処理ルーチンを示すフローチャートである。It is a flow chart which shows a processing routine of map data generation processing concerning a 3rd embodiment. 繰り返し地物をまとめることによるデータ量の低減を説明するための図である。It is a figure for demonstrating reduction of the amount of data by repeatedly putting together a feature. 繰り返し地物を画像に置き換える処理を説明するための図である。It is a figure for demonstrating the process which replaces a repeated feature with an image.

以下、図面を参照して本発明の実施の形態を詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

<第1の実施の形態>
<地図データ生成装置の構成>
第1の実施の形態に係る地図データ生成装置の構成について説明する。本実施の形態に係る地図データ生成装置10は、CPUと、RAMと、後述する処理ルーチンを実行するためのプログラムや各種データを記憶したROMと、を含むコンピュータで構成することができる。地図データ生成装置10は、機能的には図1に示すように、取得部12、削減部14、及び出力部16を含む。また、地図データ生成装置10の所定の記憶領域には、入力用の地図データ20及び表示階層設定データ22が記憶される。
<First Embodiment>
<Configuration of map data generation device>
The configuration of the map data generation device according to the first embodiment will be described. The map data generation device 10 according to the present embodiment can be configured by a computer including a CPU, a RAM, and a ROM that stores a program for executing a processing routine described later and various data. The map data generation device 10 functionally includes an acquisition unit 12, a reduction unit 14, and an output unit 16 as illustrated in FIG. 1. Further, input map data 20 and display hierarchy setting data 22 are stored in a predetermined storage area of the map data generating device 10.

図2に、地図データ20の一例を示す。図2に示すように、地図データ20は、地物を識別するための番号と、地物の種類に対応するレイヤIDと、地物の形状及び地図内の位置を表す図形情報と、地物に付随する情報を示す属性情報とを含む地物データを、各地物について含む。図形情報列には、例えば、地物の形状が多角形である場合には、多角形の各頂点の座標が記憶される。また、図2の例では、属性情報として、地物データを作成した作成者及び地物データの共用状況が記憶されているが、これに限定されない。属性情報として、地物に付随する他の属性を表す情報が記憶されてもよい。   FIG. 2 shows an example of the map data 20. As shown in FIG. 2, the map data 20 includes a number for identifying a feature, a layer ID corresponding to the feature type, graphic information indicating the shape of the feature and a position in the map, and a feature. Feature data including attribute information indicating information associated with the feature is included for each feature. For example, when the shape of the feature is a polygon, the coordinate of each vertex of the polygon is stored in the graphic information sequence. Moreover, in the example of FIG. 2, the creator who created the feature data and the sharing status of the feature data are stored as the attribute information, but the attribute information is not limited to this. Information representing other attributes associated with the feature may be stored as the attribute information.

また、図3に、表示階層設定データ22の一例を示す。図3に示すように、表示階層設定データ22は、各レイヤIDに対して予め定められた重ね合わせ順序を含む。本実施の形態では、地図データ20に従って地図を表示装置に表示した場合に、重ね合わせ順序の数字が小さい種類の地物は、重ね合わせ順序が大きい種類の地物の上に重ねられて(すなわち、手前側に)表示されることを表している。すなわち、例えば、柱とフロアとの少なくとも一部の領域が重複する場合、フロアにおける柱と重複する領域は、柱の対応する領域に隠れることを表す。   Further, FIG. 3 shows an example of the display hierarchy setting data 22. As shown in FIG. 3, the display layer setting data 22 includes a predetermined stacking order for each layer ID. In the present embodiment, when a map is displayed on the display device in accordance with the map data 20, features of a type having a small overlay order are overlaid on top of features of a large overlay order (that is, , On the front side) is displayed. That is, for example, when at least a part of the areas of the pillar and the floor overlap, the area of the floor that overlaps the pillar is hidden by the corresponding area of the pillar.

取得部12は、地図データ20を取得する。なお、地図データ20が外部の装置に記憶されており、取得部12がネットワークを介して外部の装置から地図データ20を取得してもよい。削減部14は、取得部12により取得された地図データ20の各地物データについて、表示階層設定データ22の重ね合わせ順序に基づいて、手前側のレイヤIDの地物データの図形情報によって隠れる図形情報を含む地物データを削除する。   The acquisition unit 12 acquires the map data 20. The map data 20 may be stored in an external device, and the acquisition unit 12 may acquire the map data 20 from the external device via the network. The reduction unit 14 hides the feature data of the map data 20 acquired by the acquisition unit 12 based on the overlapping order of the display layer setting data 22 by the graphic information of the feature data of the layer ID on the front side. Delete the feature data including.

出力部16は、削減部14による処理を経た地図データ20を、配信用の地図データ24として出力する。なお、出力部16は、地図データ24を、不揮発性の記憶部に出力してもよいし、ネットワークを介して他の装置に出力(送信)してもよい。   The output unit 16 outputs the map data 20 processed by the reduction unit 14 as map data 24 for distribution. The output unit 16 may output the map data 24 to a non-volatile storage unit or may output (transmit) it to another device via a network.

<地図データ生成装置の作用>
次に、本実施の形態に係る地図データ生成装置10の作用について説明する。他の装置から、地図データの配信要求が地図データ生成装置10に入力されると、地図データ生成装置10によって図4に示す地図データ生成処理ルーチンが実行される。
<Operation of map data generation device>
Next, the operation of the map data generation device 10 according to this embodiment will be described. When a map data distribution request is input to the map data generation device 10 from another device, the map data generation device 10 executes the map data generation processing routine shown in FIG.

ステップS10では、取得部12は、地図データ20を取得する。ステップS12では、削減部14は、初期化処理として、カウンタ用の変数iに1を代入し、空のマスク図形データを生成する。ステップS14では、削減部14は、表示階層設定データ22を参照し、重ね合わせ順序がiのレイヤIDを取得する。そして、削減部14は、ステップS10で取得された地図データ20を参照し、取得したレイヤIDに対応する地物の図形をマスクするマスク図形をマスク図形データが示すマスク図形に結合する。なお、削減部14は、取得したレイヤIDに対応する地物が地図データ20に複数ある場合は、複数の地物の各々をマスクするマスク図形を結合したマスク図形をマスク図形データが示すマスク図形に結合する。   In step S10, the acquisition unit 12 acquires the map data 20. In step S12, the reduction unit 14 substitutes 1 into the variable i for the counter as initialization processing to generate empty mask graphic data. In step S14, the reduction unit 14 refers to the display layer setting data 22 and acquires the layer ID whose superposition order is i. Then, the reduction unit 14 refers to the map data 20 acquired in step S10, and combines the mask graphic for masking the graphic of the feature corresponding to the acquired layer ID with the mask graphic indicated by the mask graphic data. In addition, when the map data 20 has a plurality of features corresponding to the acquired layer ID, the reduction unit 14 indicates a mask figure indicated by the mask figure data, which is a mask figure combining mask figures for masking each of the plurality of features. Bind to.

ステップS16では、削減部14は、表示階層設定データ22を参照し、重ね合わせ順序が(i+1)のレイヤIDを取得する。そして、削減部14は、直前のステップS14で生成されたマスク図形データに基づいて、ステップS10で取得された地図データ20から、取得したレイヤIDの地物であって、かつその地物の全領域が、マスク図形データが示すマスク図形に包含される地物を削除する。   In step S16, the reduction unit 14 refers to the display layer setting data 22 and acquires the layer ID whose superposition order is (i + 1). Then, the reduction unit 14 is the feature of the layer ID acquired from the map data 20 acquired in step S10 based on the mask graphic data generated in the immediately preceding step S14, and all of the feature. The feature whose area is included in the mask graphic indicated by the mask graphic data is deleted.

ステップS18では、削減部14は、変数iの値が表示階層設定データ22の重ね合わせ順序の最大値−1であるか否かを判定する。この判定が否定判定となった場合は、処理はステップS20に移行する。ステップS20では、削減部14は、変数iの値に1を加算する。ステップS20の処理が終了すると、処理はステップS14に戻る。   In step S18, the reduction unit 14 determines whether or not the value of the variable i is the maximum value −1 of the superposition order of the display hierarchy setting data 22. If this determination is negative, the process proceeds to step S20. In step S20, the reduction unit 14 adds 1 to the value of the variable i. When the process of step S20 ends, the process returns to step S14.

ここで、図5を参照して、変数iの値が1〜3の各々であるときのステップS14の直前でのマスク図形データが示すマスク図形について説明する。図5の左側に示すように、変数iが1のときに、ステップS14の直前ではマスク図形データは空に初期化されているため、マスク図形は存在しない。次に、ステップS14では、重ね合わせ順序が1の柱をマスクするマスク図形が生成される。また、ステップS16では、重ね合わせ順序がi+1=2のフロアの地物がマスク図形に包含されないため、フロアの地物は削除されない。そして、ステップS20で変数iが2となり、処理はステップS14に戻る。すなわち、図5の中央部に示すように、変数iが2のときに、ステップS14の直前では、柱をマスクするマスク図形が生成されている。   Here, with reference to FIG. 5, the mask graphic indicated by the mask graphic data immediately before step S14 when the value of the variable i is 1 to 3 will be described. As shown on the left side of FIG. 5, when the variable i is 1, the mask graphic data does not exist because the mask graphic data is initialized to empty immediately before step S14. Next, in step S14, a mask figure that masks the pillars having the superposition order of 1 is generated. Further, in step S16, since the feature of the floor whose superposition order is i + 1 = 2 is not included in the mask graphic, the feature of the floor is not deleted. Then, the variable i becomes 2 in step S20, and the process returns to step S14. That is, as shown in the central portion of FIG. 5, when the variable i is 2, a mask figure for masking the pillar is generated immediately before step S14.

次に、ステップS14で、重ね合わせ順序が2のフロアをマスクするマスク図形が前回のステップS14で生成された柱をマスクするマスク図形に結合されたマスク図形が生成される。また、ステップS16では、重ね合わせ順序がi+1=3の通行可能エリアの地物がマスク図形に包含されないため、通行可能エリアの地物は削除されない。そして、ステップS20で変数iが3となり、処理はステップS14に戻る。すなわち、図5の右側に示すように、変数iが3のときに、ステップS14の直前では、柱及びフロアをマスクするマスク図形が生成される。   Next, in step S14, a mask figure in which the mask figure for masking the floor whose superposition order is 2 is combined with the mask figure for masking the pillar generated in the previous step S14 is generated. Further, in step S16, since the features in the passable area whose superposition order is i + 1 = 3 are not included in the mask graphic, the features in the passable area are not deleted. Then, the variable i becomes 3 in step S20, and the process returns to step S14. That is, as shown on the right side of FIG. 5, when the variable i is 3, a mask figure for masking the pillar and the floor is generated immediately before step S14.

以上のステップS14〜ステップS20の処理が、ステップS18の判定が肯定判定となるまで繰り返して実行される。   The above steps S14 to S20 are repeatedly executed until the determination of step S18 becomes affirmative.

一方、ステップS18の判定が肯定判定となった場合は、処理はステップS22に移行する。ステップS22で、出力部16は、以上の処理を経た地図データ20を、配信用の地図データ24として出力する。ステップS22の処理が終了すると、地図データ生成処理ルーチンが終了する。   On the other hand, if the determination in step S18 is affirmative, the process proceeds to step S22. In step S22, the output unit 16 outputs the map data 20 that has undergone the above processing as the map data 24 for distribution. When the processing of step S22 ends, the map data generation processing routine ends.

図6に、地図データ24の一例を示す。なお、図6は、図7に示すように、図2に示した地図データ20において、重ね合わせ順序が3の通行可能エリアの全領域が、重ね合わせ順序が2のフロアに包含されることにより、番号が5の通行可能エリアの地物データが削除された場合の地図データ24を示している。また、錯綜を回避するために、図6では削除済みのデータに対して取り消し線を付して図示している。   FIG. 6 shows an example of the map data 24. Note that, as shown in FIG. 7, the map data 20 shown in FIG. 2 includes the entire passable area having a stacking order of 3 included in the floor having a stacking order of 2, as shown in FIG. , The map data 24 when the feature data of the passable area with the number 5 is deleted. Further, in order to avoid complication, in FIG. 6, the deleted data is shown with a strikethrough line.

以上説明したように、本実施の形態によれば、手前側に表示される地物に隠れる地物に関するデータを削除することにより、配信する地図データのデータ量を低減することができ、通信量を削減できる。また、無駄な描画処理の発生を防ぐことができる。   As described above, according to the present embodiment, the data amount of map data to be distributed can be reduced by deleting the data related to the feature hidden by the feature displayed on the front side. Can be reduced. Further, it is possible to prevent wasteful drawing processing.

なお、上記第1の実施の形態において、重ね合わせ順序に従って手前側に表示される地物に一部が隠れる地物における隠れない部分の図形情報の情報量が元の図形情報の情報量よりも小さい場合に、元の図形情報を上記隠れない部分の図形情報に置き換える形態としてもよい。この形態例では、例えば、上記地図データ生成処理ルーチンのステップS16とステップS18との間で、図8に示す置換処理ルーチンが実行される。なお、この置換処理ルーチンは、マスク図形データが示すマスク図形と一部重複する領域を有する地物の各々について実行される。   In the first embodiment, the information amount of the graphic information of the non-hidden portion of the feature which is partially hidden by the feature displayed on the front side in the overlapping order is smaller than the information amount of the original graphic information. When the size is small, the original graphic information may be replaced with the graphic information of the non-hidden portion. In this embodiment, for example, the replacement processing routine shown in FIG. 8 is executed between step S16 and step S18 of the map data generation processing routine. It should be noted that this replacement processing routine is executed for each of the features having an area that partially overlaps the mask figure indicated by the mask figure data.

ステップS30で、削減部14は、地図データ20の図形情報を用いて、マスク図形と重複する部分を取り除いた図形を作成する。ステップS32で、削減部14は、ステップS30で作成した図形の頂点数が、元の図形の頂点数よりも減ったか否かを判定する。この判定が肯定判定となった場合は、処理はステップS34に移行する。   In step S30, the reduction unit 14 uses the graphic information of the map data 20 to create a graphic in which a portion overlapping the mask graphic is removed. In step S32, the reduction unit 14 determines whether or not the number of vertices of the figure created in step S30 is smaller than the number of vertices of the original figure. If this determination is affirmative, the process proceeds to step S34.

ステップS34では、削減部14は、処理対象の地物の図形情報を、ステップS32で作成した図形を表す図形情報に置き換える。ステップS34の処理が終了すると、置換処理ルーチンが終了する。   In step S34, the reduction unit 14 replaces the graphic information of the feature to be processed with the graphic information representing the graphic created in step S32. When the process of step S34 ends, the replacement process routine ends.

一方、ステップS32の判定が否定判定となった場合は、ステップS34の処理は実行されずに、置換処理ルーチンが終了する。例えば、図9に示す例では、処理対象の地物の元の頂点数(=4)よりも、ステップS30の処理により作成された図形の頂点数(=6)の方が増えているため、ステップS32の判定が否定判定となり、ステップS34の処理は実行されない。   On the other hand, if the determination in step S32 is negative, the process of step S34 is not executed and the replacement process routine ends. For example, in the example shown in FIG. 9, since the number of vertices (= 6) of the figure created by the process of step S30 is larger than the original number of vertices (= 4) of the feature to be processed, The determination of step S32 is negative, and the process of step S34 is not executed.

この形態例では、全てではなく一部が隠れる地物についても図形情報を低減できるため、地図データのデータ量をより低減することができる。   In this form example, the graphic information can be reduced even for a part of the feature that is partially hidden, so that the amount of map data can be further reduced.

<第2の実施の形態>
次に、第2の実施の形態について説明する。なお、第1の実施の形態と同様の構成となる部分については、同一の符号を付して説明を省略する。
<Second Embodiment>
Next, a second embodiment will be described. In addition, about the part which becomes the same structure as 1st Embodiment, the same code | symbol is attached | subjected and description is abbreviate | omitted.

<地図データ生成装置の構成>
図10に示すように、本実施の形態に係る地図データ生成装置110は、CPUと、RAMと、後述する処理ルーチンを実行するためのプログラムや各種データを記憶したROMと、を含むコンピュータで構成することができる。地図データ生成装置110は、機能的には図10に示すように、取得部12、削減部114、及び出力部16を含む。また、地図データ生成装置110の所定の記憶領域には、入力用の地図データ20、表示階層設定データ22、地物削除条件データ26、及び属性削除条件データ28が記憶される。
<Configuration of map data generation device>
As shown in FIG. 10, the map data generation device 110 according to the present embodiment is configured by a computer including a CPU, a RAM, and a ROM that stores a program for executing a processing routine described below and various data. can do. The map data generation device 110 functionally includes an acquisition unit 12, a reduction unit 114, and an output unit 16 as illustrated in FIG. 10. Further, input map data 20, display hierarchy setting data 22, feature deletion condition data 26, and attribute deletion condition data 28 are stored in a predetermined storage area of the map data generation device 110.

図11に、地物削除条件データ26の一例を示す。図11に示すように、地物削除条件データ26は、地図データ20から地物データを削除するための条件を示すデータを含む。図11に示すように、本実施の形態では、地物データを削除するための条件として、レイヤID、及び属性情報における属性名と属性値との組み合わせを適用している。   FIG. 11 shows an example of the feature deletion condition data 26. As shown in FIG. 11, the feature deletion condition data 26 includes data indicating a condition for deleting the feature data from the map data 20. As shown in FIG. 11, in the present embodiment, the combination of the layer ID and the attribute name and attribute value in the attribute information is applied as the condition for deleting the feature data.

図12に、属性削除条件データ28の一例を示す。図12に示すように、属性削除条件データ28は、地図データ20から属性情報を削除するための条件を示すデータを含む。図12に示すように、本実施の形態では、属性情報を削除するための条件として、属性名を適用している。   FIG. 12 shows an example of the attribute deletion condition data 28. As shown in FIG. 12, the attribute deletion condition data 28 includes data indicating a condition for deleting the attribute information from the map data 20. As shown in FIG. 12, in the present embodiment, the attribute name is applied as the condition for deleting the attribute information.

削減部114は、第1の実施の形態に係る削減部14が有する機能に加えて、以下の機能を有する。本実施の形態に係る削減部114は、地物削除条件データ26を参照し、地物削除条件データ26に格納された削除条件を満たす地物データを地図データ20から削除する。また、本実施の形態に係る削減部114は、属性削除条件データ28を参照し、属性削除条件データ28に格納された削除条件を満たす属性情報を地図データ20から削除する。   The reduction unit 114 has the following functions in addition to the functions of the reduction unit 14 according to the first embodiment. The reduction unit 114 according to the present embodiment refers to the feature deletion condition data 26 and deletes the feature data satisfying the deletion condition stored in the feature deletion condition data 26 from the map data 20. Further, the reduction unit 114 according to the present embodiment refers to the attribute deletion condition data 28, and deletes the attribute information stored in the attribute deletion condition data 28 that satisfies the deletion condition from the map data 20.

<地図データ生成装置の作用>
次に、本実施の形態に係る地図データ生成装置110の作用について説明する。他の装置から、地図データの配信要求が地図データ生成装置110に入力されると、地図データ生成装置110によって図13に示す地図データ生成処理ルーチンが実行される。なお、図13における図4と同一の処理を実行するステップについては、図4と同一のステップ番号を付して説明を省略する。
<Operation of map data generation device>
Next, the operation of the map data generation device 110 according to this embodiment will be described. When a map data distribution request is input to the map data generation device 110 from another device, the map data generation device 110 executes the map data generation processing routine shown in FIG. Note that steps in FIG. 13 that execute the same processing as in FIG. 4 are assigned the same step numbers as in FIG. 4, and description thereof is omitted.

ステップS11では、削減部114は、地物削除条件データ26を参照し、地物削除条件データ26に格納された削除条件を満たす地物データを地図データ20から削除する。ステップS21では、削減部114は、属性削除条件データ28を参照し、属性削除条件データ28に格納された削除条件を満たす属性情報を地図データ20から削除する。   In step S11, the reduction unit 114 refers to the feature deletion condition data 26 and deletes the feature data satisfying the deletion condition stored in the feature deletion condition data 26 from the map data 20. In step S21, the reduction unit 114 refers to the attribute deletion condition data 28 and deletes the attribute information that satisfies the deletion condition stored in the attribute deletion condition data 28 from the map data 20.

図14に、地図データ24の一例を示す。図14に示すように、図11に示した地物削除条件データ26に従って、ステップS11の処理により、属性情報に「共用状況」が「共用停止中」という情報が含まれる番号が2の地物データ、及びレイヤIDが「進入不可能エリア」である番号が3の地物データが地図データ20から削除される。また、図14に示すように、図12に示した属性削除条件データ28に従って、ステップS21の処理により、地図データ20の属性情報から属性名が「作成者」である情報が削除される。   FIG. 14 shows an example of the map data 24. As shown in FIG. 14, according to the feature deletion condition data 26 shown in FIG. 11, by the process of step S11, the feature whose number “2” is included in the attribute information “Shared status” is “Stopped sharing” is 2 The data and the feature data having the layer ID “inaccessible area” and the number 3 are deleted from the map data 20. Further, as shown in FIG. 14, according to the attribute deletion condition data 28 shown in FIG. 12, the information having the attribute name “creator” is deleted from the attribute information of the map data 20 by the process of step S21.

以上説明したように、本実施の形態によれば、指定された削除条件に従って、配信する地図データのデータ量を低減することができ、通信量を削減できる。   As described above, according to the present embodiment, the data amount of map data to be distributed can be reduced according to the designated deletion condition, and the communication amount can be reduced.

<第3の実施の形態>
次に、第3の実施の形態について説明する。なお、第2の実施の形態と同様の構成となる部分については、同一の符号を付して説明を省略する。
<Third Embodiment>
Next, a third embodiment will be described. In addition, about the part which becomes the same structure as 2nd Embodiment, the same code | symbol is attached | subjected and description is abbreviate | omitted.

<地図データ生成装置の構成>
図15に示すように、本実施の形態に係る地図データ生成装置210は、CPUと、RAMと、後述する処理ルーチンを実行するためのプログラムや各種データを記憶したROMと、を含むコンピュータで構成することができる。地図データ生成装置210は、機能的には図15に示すように、取得部12、特定部13、削減部214、及び出力部16を含む。また、地図データ生成装置210の所定の記憶領域には、入力用の地図データ20、表示階層設定データ22、地物削除条件データ26、及び属性削除条件データ28が記憶される。
<Configuration of map data generation device>
As shown in FIG. 15, the map data generation device 210 according to the present embodiment is configured by a computer including a CPU, a RAM, and a ROM that stores a program for executing a processing routine described later and various data. can do. The map data generation device 210 functionally includes an acquisition unit 12, an identification unit 13, a reduction unit 214, and an output unit 16 as illustrated in FIG. 15. Further, in a predetermined storage area of the map data generation device 210, input map data 20, display hierarchy setting data 22, feature deletion condition data 26, and attribute deletion condition data 28 are stored.

特定部13は、地図データ20に含まれる地物の中から、各レイヤIDに対し、予め定められた規則性を持って繰り返し配置された地物(以下、「繰り返し地物」という)を特定する。本実施の形態では、特定部13は、同じレイヤIDの地物毎に、同一直線上に等間隔で配置されている地物を繰り返し地物として特定する。以下、図16〜図19を参照して、特定部13が繰り返し地物を特定する処理について説明する。   The identifying unit 13 identifies, from among the features included in the map data 20, features that are repeatedly arranged with a predetermined regularity for each layer ID (hereinafter, referred to as “repeating features”). To do. In the present embodiment, the identifying unit 13 repeatedly identifies, for each feature having the same layer ID, features that are arranged at equal intervals on the same straight line as a feature. Hereinafter, with reference to FIGS. 16 to 19, a process in which the specifying unit 13 repeatedly specifies a feature will be described.

まず、図16に示すように、特定部13は、地図データ20に含まれる地物の位置の集合に対し、線分を検出する処理を行う。本実施の形態では、特定部13は、線分の検出に、例えば、Random Sample Consensus等の既知の手法を用いる。次に、図17に示すように、特定部13は、検出した線分がX軸に一致するように、XY平面上で地物を回転する。また、特定部13は、地物の位置の集合からランダムに2点(p1(x1、y1)、p2(x2、y2))を選択し、以下の(1)式、(2)式に従って、dx、dyを計算する。
dx=x1−x2・・・(1)
dy=y1−y2・・・(2)
First, as shown in FIG. 16, the identifying unit 13 performs a process of detecting a line segment for a set of feature positions included in the map data 20. In the present embodiment, the identifying unit 13 uses a known method such as Random Sample Consensus for detecting the line segment. Next, as shown in FIG. 17, the identifying unit 13 rotates the feature on the XY plane so that the detected line segment matches the X axis. Further, the specifying unit 13 randomly selects two points (p1 (x1, y1), p2 (x2, y2)) from the set of the position of the feature, and according to the following formulas (1) and (2), Calculate dx and dy.
dx = x1-x2 (1)
dy = y1-y2 (2)

そして、図18に示すように、特定部13は、地物の位置の集合において、以下の(3)式で定義されるP(nx、ny)と一致する地物の集合(M)を算出し、算出した地物の集合(M)について、以下の(4)式に従ってスコアSを算出する。なお、(3)式におけるnx、nyは整数である。また、(4)式における地物iの重要度は、地物の属性や属性値(例えば、大きさ、高さ等)によって算出される値である。また、(4)式におけるsize(M)は、集合(M)に含まれる地物の個数である。
P(nx、ny)=(x1+nx×dx、y1+ny×dy)・・・(3)

Then, as shown in FIG. 18, the specifying unit 13 calculates a set (M) of features that matches P (nx, ny) defined by the following expression (3) in the set of positions of the features. Then, for the calculated feature set (M), the score S is calculated according to the following equation (4). Note that nx and ny in the formula (3) are integers. Further, the importance of the feature i in the expression (4) is a value calculated by the feature or attribute value (for example, size, height, etc.) of the feature. Also, size (M) in the equation (4) is the number of features included in the set (M).
P (nx, ny) = (x1 + nx × dx, y1 + ny × dy) (3)

特定部13は、ランダムに選択する2点を異ならせて、地物の集合(M)及びスコアSを算出する処理を地図データ20に含まれる地物の位置の集合における全ての2点の組み合わせについて行い、スコアSが最大となる集合(M)を求める。そして、特定部13は、地図データ20に含まれる地物から、求めた集合(M)と一致する地物を繰り返し地物と特定する。また、図19に示すように、特定部13は、繰り返し地物と特定した地物の最も左上に位置する地物の形状と位置情報、繰り返し地物の列数と行数、繰り返し地物の回転角、及び繰り返し領域を、繰り返しパタン情報として算出する。すなわち、繰り返しパタン情報には、1つの繰り返し地物の形状、及び位置情報を含む繰り返し配置の規則性に関する情報が含まれる。なお、図19では、特定部により繰り返し地物として特定された地物を破線の円形で表している。   The specifying unit 13 performs a process of calculating the set (M) of features and the score S by making two points randomly selected different from each other and combining all two points in the set of positions of features included in the map data 20. For a set (M) having the maximum score S. Then, the specifying unit 13 repeatedly specifies, from the features included in the map data 20, the features that match the obtained set (M) as the repeated features. Further, as illustrated in FIG. 19, the specifying unit 13 determines the shape and position information of the top left feature of the feature identified as the repeated feature, the number of columns and rows of the repeated feature, and the repeated feature. The rotation angle and the repeating area are calculated as the repeating pattern information. That is, the repetitive pattern information includes information on the shape of one repetitive feature and the regularity of repetitive arrangement including position information. Note that, in FIG. 19, the feature repeatedly identified as the feature by the identifying unit is represented by a dashed circle.

削減部214は、第2の実施の形態に係る削減部114が有する機能に加えて、以下の機能を有する。本実施の形態に係る削減部214は、地図データ20における特定部13により特定された繰り返し地物の各々の地物データを1つの地物データにまとめ、当該1つの地物データの図形情報に、繰り返し地物の繰り返しパタン情報を格納する。   The reduction unit 214 has the following functions in addition to the functions of the reduction unit 114 according to the second embodiment. The reduction unit 214 according to the present embodiment collects the feature data of each repetitive feature specified by the specifying unit 13 in the map data 20 into one feature data and converts it into the graphic information of the one feature data. , Repeating pattern information of repeating features is stored.

<地図データ生成装置の作用>
次に、本実施の形態に係る地図データ生成装置210の作用について説明する。他の装置から、地図データの配信要求が地図データ生成装置210に入力されると、地図データ生成装置210によって図20に示す地図データ生成処理ルーチンが実行される。なお、図20における図13と同一の処理を実行するステップについては、図13と同一のステップ番号を付して説明を省略する。
<Operation of map data generation device>
Next, the operation of the map data generation device 210 according to this embodiment will be described. When a map data distribution request is input to the map data generation device 210 from another device, the map data generation device 210 executes the map data generation processing routine shown in FIG. Note that steps in FIG. 20 that execute the same processing as in FIG. 13 are assigned the same step numbers as in FIG. 13, and description thereof is omitted.

ステップS301では、特定部13は、前述したように、地図データ20に含まれる地物から、繰り返し地物を特定し、特定した繰り返し地物の繰り返しパタン情報を算出する。ステップS302では、削減部214は、地図データ20におけるステップS301で特定された繰り返し地物の各々の地物データを1つの地物データにまとめ、当該1つの地物データの図形情報に、ステップS301で算出された繰り返しパタン情報を格納する。   In step S301, as described above, the identifying unit 13 identifies the repeating feature from the features included in the map data 20 and calculates the repeating pattern information of the identified repeating feature. In step S302, the reduction unit 214 puts together the feature data of each of the repeated features specified in step S301 in the map data 20 into one feature data, and adds the feature information of the one feature data to step S301. The repetitive pattern information calculated in step 3 is stored.

以上説明したように、本実施の形態によれば、図21に示すように、入力用の地図データ20の繰り返し地物の各々の地物データが、配信用の地図データ24では1つの地物データにまとめられるため、配信する地図データのデータ量を低減することができ、通信量を削減できる。   As described above, according to the present embodiment, as shown in FIG. 21, each feature data item of the repeating feature of the input map data 20 is one feature item in the distribution map data 24. Since the data is collected, the amount of map data to be distributed can be reduced and the communication amount can be reduced.

なお、上記第3の実施の形態において、図22に示すように、地図データ20における繰り返し地物の形状を示す情報を、当該地物を表すアイコン画像等の地物に対して予め定められた画像に置き換えてもよい。なお、上記(4)式に示したように、地物の重要度が低いほどスコアSが大きい値となる。そして、特定部13は、地図データ20に含まれる地物の中から、スコアSが最大となる集合(M)と一致する地物を繰り返し地物と特定しているため、繰り返し地物は重要度が比較的低い地物となる。そこで、削減部214は、地図データ20における特定部13により特定された繰り返し地物の地物データを削除してもよい。   Note that, in the third embodiment, as shown in FIG. 22, information indicating the shape of a repeating feature in the map data 20 is predetermined for a feature such as an icon image representing the feature. It may be replaced with an image. Note that, as shown in the above formula (4), the lower the importance of the feature, the larger the score S. Then, the identifying unit 13 identifies, from the features included in the map data 20, the features that match the set (M) having the maximum score S as the repeated features, and thus the repeated features are important. The feature is relatively low. Therefore, the reduction unit 214 may delete the feature data of the repeated feature identified by the identification unit 13 in the map data 20.

なお、本発明は、上述した各実施の形態に限定されるものではなく、この発明の要旨を逸脱しない範囲内で様々な変形や応用が可能である。   The present invention is not limited to the above-described embodiments, and various modifications and applications are possible without departing from the gist of the present invention.

例えば、生成した地図データを配信する場合を例に説明したが、これに限定されるものではなく、配信以外の目的で、生成した地図データを出力してもよい。   For example, although the case where the generated map data is distributed has been described as an example, the present invention is not limited to this, and the generated map data may be output for a purpose other than distribution.

また、上記各実施の形態では、地図データ生成装置10、110、210の各機能部を、プログラムを実行することによって実現する場合を例に説明したが、これに限定されない。地図データ生成装置10、110、210の各機能部を、FPGA(Field-Programmable Gate Array)等のハードウェアで実現してもよいし、ハードウェアとソフトウェアとの組み合わせで実現してもよい。   Further, although cases have been described with the above embodiment as examples where the functional units of the map data generation devices 10, 110, and 210 are realized by executing programs, the present invention is not limited to this. Each functional unit of the map data generation device 10, 110, 210 may be realized by hardware such as FPGA (Field-Programmable Gate Array), or may be realized by a combination of hardware and software.

また、本願明細書中において、プログラムが予めインストールされている実施形態として説明したが、当該プログラムを、コンピュータ読み取り可能な記録媒体に格納して提供することも可能であるし、ネットワークを介して提供することも可能である。   Further, in the specification of the present application, the embodiment in which the program is pre-installed has been described, but the program can be stored in a computer-readable recording medium and provided, or provided via a network. It is also possible to do so.

10、110、210 地図データ生成装置
12 取得部
13 特定部
14、114、214 削減部
16 出力部
20、24 地図データ
22 表示階層設定データ
26 地物削除条件データ
28 属性削除条件データ
10, 110, 210 Map data generation device 12 Acquisition unit 13 Identification unit 14, 114, 214 Reduction unit 16 Output unit 20, 24 Map data 22 Display hierarchy setting data 26 Feature deletion condition data 28 Attribute deletion condition data

Claims (7)

地物の種類に対応するレイヤIDと、地物の形状及び地図内の位置を表す図形情報とを含む地物データを、各地物について含む地図データを取得する取得部と、
各レイヤIDに対して予め定められた重ね合わせ順序に基づいて、手前側のレイヤIDの地物データの図形情報によって全てが隠れる図形情報を含む地物データを、前記地図データから削除し、前記手前側のレイヤIDの地物データの図形情報によって一部が隠れる図形情報については、隠れない部分の図形情報の情報量が元の図形情報の情報量よりも小さい場合に、前記元の図形情報を前記隠れない部分の図形情報に置き換える削減部と、
前記削減部により得られた地図データを出力する出力部と、
を含む地図データ生成装置。
An acquisition unit that acquires map data including feature data including layer IDs corresponding to the types of features and shape information of the features and graphic information indicating positions in the map, and each feature.
Based on a predetermined overlay order for each layer ID, and feature data including graphic information all hidden by the graphic information of the feature data of the front side of the layer ID, delete from the map data, the Regarding the graphic information part of which is hidden by the graphic information of the feature data of the layer ID on the front side, when the information amount of the graphic information of the non-hidden portion is smaller than the information amount of the original graphic information, the original graphic information And a reduction unit that replaces with the graphic information of the non-hidden portion ,
An output unit that outputs the map data obtained by the reduction unit,
A map data generation device including.
前記図形情報は、前記地物の各頂点の座標であり、  The graphic information is the coordinates of each vertex of the feature,
前記図形情報の情報量は、前記図形情報が表す頂点数であり、  The information amount of the graphic information is the number of vertices represented by the graphic information,
前記削減部は、前記手前側のレイヤIDの地物データの図形情報によって一部が隠れる図形情報については、隠れない部分の図形情報が表す頂点数が元の図形情報が表す頂点数よりも小さい場合に、前記元の図形情報を前記隠れない部分の図形情報に置き換える  For the graphic information part of which is hidden by the graphic information of the feature data of the layer ID on the front side, the reducing unit has a smaller number of vertices represented by the graphic information of the non-hidden portion than the number of vertices represented by the original graphic information. In this case, the original graphic information is replaced with the graphic information of the non-hidden portion.
請求項1に記載の地図データ生成装置。  The map data generation device according to claim 1.
地物の種類に対応するレイヤIDと、地物の形状及び地図内の位置を表す図形情報とを含む地物データを、各地物について含む地図データを取得する取得部と、
各レイヤIDに対し、予め定められた規則性を持って繰り返し配置され、かつ地物の重要度が低いほど大きい値として算出されるスコアが最大となる集合と一致する地物を、繰り返し地物として特定する特定部と、
前記特定部により特定された前記繰り返し地物の地物データの図形情報を、地物の形状及び前記規則性を表す情報に置き換えるか、又は前記繰り返し地物の地物データを前記地図データから削除する削減部と、
前記削減部により得られた地図データを出力する出力部と、
を含む地図データ生成装置。
An acquisition unit that acquires map data including feature data including layer IDs corresponding to the types of features and shape information of the features and graphic information indicating positions in the map, and each feature.
For each layer ID, a feature that is repeatedly arranged with a predetermined regularity and that coincides with a set having a maximum score that is calculated as a larger value as the importance of the feature is lower is repeated feature. A specific part that specifies as
The graphical information of the feature data of the Repetition rate land object identified by the identification unit, to replace the information representative of the shape and the regularity of the feature, or said feature data of the Repetition rate earth material A reduction unit that deletes from the map data,
An output unit that outputs the map data obtained by the reduction unit,
A map data generation device including.
前記削減部は、前記特定部により特定された前記繰り返し地物の地物データの図形情報を、地物の形状及び前記規則性を表す情報に置き換えたうえで、前記地物の形状を前記地物に対して予め定められた画像に置き換える請求項3に記載の地図データ生成装置。 The reduction unit, the graphic information of the feature data of the Repetition rate land object specified by the specifying unit, after replacing the information representative of the shape and the regularity of features, the shape of the feature The map data generation device according to claim 3, wherein a predetermined image for the feature is replaced. 取得部が、地物の種類に対応するレイヤIDと、地物の形状及び地図内の位置を表す図形情報とを含む地物データを、各地物について含む地図データを取得し、
削減部が、各レイヤIDに対して予め定められた重ね合わせ順序に基づいて、手前側のレイヤIDの地物データの図形情報によって全てが隠れる図形情報を含む地物データを、前記地図データから削除し、前記手前側のレイヤIDの地物データの図形情報によって一部が隠れる図形情報については、隠れない部分の図形情報の情報量が元の図形情報の情報量よりも小さい場合に、前記元の図形情報を前記隠れない部分の図形情報に置き換え、
出力部が、削除する処理及び置き換える処理を経た地図データを出力する
地図データ生成方法。
The acquisition unit acquires the map data including the feature data including the layer ID corresponding to the feature type and the feature shape and the graphic information indicating the position in the map, for each feature,
From the map data, the reduction unit extracts feature data including graphic information that is completely hidden by the graphic information of the feature data of the layer ID on the front side, based on a predetermined stacking order for each layer ID. Regarding the graphic information which is deleted and is partially hidden by the graphic information of the feature data of the layer ID on the front side, when the information amount of the graphic information of the non-hidden portion is smaller than the information amount of the original graphic information, Replace the original graphic information with the non-hidden graphic information,
A map data generation method in which an output unit outputs map data that has undergone deletion processing and replacement processing .
取得部が、地物の種類に対応するレイヤIDと、地物の形状及び地図内の位置を表す図形情報とを含む地物データを、各地物について含む地図データを取得し、
特定部が、各レイヤIDに対し、予め定められた規則性を持って繰り返し配置され、かつ地物の重要度が低いほど大きい値として算出されるスコアが最大となる集合と一致する地物を、繰り返し地物として特定し、
削減部が、特定された前記繰り返し地物の地物データの図形情報を、地物の形状及び前記規則性を表す情報に置き換えるか、又は前記繰り返し地物の地物データを前記地図データから削除し、
出力部が、置き換える処理、又は削除する処理を経た地図データを出力する
地図データ生成方法。
The acquisition unit acquires the map data including the feature data including the layer ID corresponding to the feature type and the feature shape and the graphic information indicating the position in the map, for each feature,
The specifying unit determines a feature that is repeatedly arranged for each layer ID with a predetermined regularity , and that matches a set with a maximum score that is calculated as a larger value as the importance of the feature is lower. , Repeatedly identified as a feature ,
The reduction unit, the graphic information of the feature data of the Repetition rate land was identified, or replaced with information representing the shape and the regularity of features, or the feature data of the Repetition rate earth material Delete from map data,
A map data generation method in which an output unit outputs map data that has undergone replacement processing or deletion processing.
コンピュータを、請求項1〜請求項4の何れか1項に記載の地図データ生成装置の各部として機能させるためのプログラム。   A program for causing a computer to function as each unit of the map data generation device according to any one of claims 1 to 4.
JP2017135068A 2017-07-10 2017-07-10 Map data generation device, method, and program Active JP6689793B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017135068A JP6689793B2 (en) 2017-07-10 2017-07-10 Map data generation device, method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017135068A JP6689793B2 (en) 2017-07-10 2017-07-10 Map data generation device, method, and program

Publications (2)

Publication Number Publication Date
JP2019015932A JP2019015932A (en) 2019-01-31
JP6689793B2 true JP6689793B2 (en) 2020-04-28

Family

ID=65359052

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017135068A Active JP6689793B2 (en) 2017-07-10 2017-07-10 Map data generation device, method, and program

Country Status (1)

Country Link
JP (1) JP6689793B2 (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3402590B2 (en) * 2000-09-25 2003-05-06 国際航業株式会社 Multi-scale map creation system, recording medium, and multi-scale map
JP4012799B2 (en) * 2002-10-22 2007-11-21 株式会社日立製作所 Map information provision system
JP3819366B2 (en) * 2003-02-07 2006-09-06 富士通株式会社 Map data providing method and map data providing program
JP4812011B2 (en) * 2006-06-09 2011-11-09 株式会社ナビタイムジャパン Navigation system, route search server, terminal device, and map display method
JP5087602B2 (en) * 2009-11-12 2012-12-05 株式会社日立製作所 Indoor space data creation support system and indoor space data creation support method

Also Published As

Publication number Publication date
JP2019015932A (en) 2019-01-31

Similar Documents

Publication Publication Date Title
JP3747404B2 (en) Graphics image creating apparatus, method and program thereof
JP6869249B2 (en) Methods and systems for generating and selectively outputting two types of ink vector data
US20120208636A1 (en) Methods, Server System and Browser Clients for Providing a Game Map of a Browser-Based Online Multi-Player Game
JP2016521391A (en) Contextual local image recognition dataset
CN111133472B (en) Method and apparatus for infrastructure design using 3D reality data
KR101566167B1 (en) Method for Rendering of Object using Geomorphic data in 3D space information
KR101953133B1 (en) Apparatus and method for rendering
EP3252628A1 (en) Selection control method, selection control device, and selection control program
JP6689793B2 (en) Map data generation device, method, and program
JP2007108202A (en) Ground image display system
CN113064535B (en) Vernier display method and device for two-dimensional chart, electronic equipment and storage medium
JP2020184267A (en) Three-dimensional cad device and three-dimensional cad program
KR101769129B1 (en) Interaction method for chart to chart in a dashboard that is implemented in an online environment
JP2020077270A (en) Method for generating 3D object arranged in virtual reality space
JP2022037082A (en) Information processing device, information processing method, and program
JP6837022B2 (en) Network management equipment, network management methods and network management programs
JP2017059067A (en) Client device, and data display program
JP6597143B2 (en) Display processing method, display processing program, and display processing apparatus
JP5427978B1 (en) Node placement apparatus, node placement method, and program
JP7111922B1 (en) Information processing device and information processing method
CN111383310B (en) Picture splitting method and device
JP6148194B2 (en) Image processing device
TW200825982A (en) Method for image rendering
CN109389678B (en) Method, device and equipment for determining operation focus coordinates
JP2017072977A (en) Computer program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20181115

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190820

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190917

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20191010

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20200331

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200408

R150 Certificate of patent or registration of utility model

Ref document number: 6689793

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150