JP5738442B2 - Map drawing device, navigation device, and map drawing method - Google Patents

Map drawing device, navigation device, and map drawing method Download PDF

Info

Publication number
JP5738442B2
JP5738442B2 JP2013556117A JP2013556117A JP5738442B2 JP 5738442 B2 JP5738442 B2 JP 5738442B2 JP 2013556117 A JP2013556117 A JP 2013556117A JP 2013556117 A JP2013556117 A JP 2013556117A JP 5738442 B2 JP5738442 B2 JP 5738442B2
Authority
JP
Japan
Prior art keywords
target
attribute value
map
graphic
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
JP2013556117A
Other languages
Japanese (ja)
Other versions
JPWO2013114559A1 (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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Publication of JPWO2013114559A1 publication Critical patent/JPWO2013114559A1/en
Application granted granted Critical
Publication of JP5738442B2 publication Critical patent/JP5738442B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/36Input/output arrangements for on-board computers
    • G01C21/3667Display of a road map
    • G01C21/367Details, e.g. road map scale, orientation, zooming, illumination, level of detail, scrolling of road map or positioning of current position marker
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/20Drawing from basic elements, e.g. lines or circles

Description

本発明は、地図データの描画技術に関する。   The present invention relates to a map data drawing technique.

ナビゲーション装置等の地図描画装置では、描画ライブラリ(「グラフィックスライブラリ」とも称する)を利用して、画面に表示させる地図データの描画処理が実行される。具体的には、地図描画装置は、描画対象の図形(描画対象図形)の各頂点の座標情報、描画対象図形の輪郭の線種、および描画対象図形の塗りつぶしの色等の図形情報を描画データとして取得する。そして、地図描画装置は、描画ライブラリを利用して当該描画データに基づいて地図データを描画し、当該地図データを用いた画面表示を行う。   In a map drawing device such as a navigation device, drawing processing of map data to be displayed on a screen is executed using a drawing library (also referred to as “graphics library”). Specifically, the map drawing device draws graphic information such as the coordinate information of each vertex of the drawing target figure (drawing target figure), the line type of the outline of the drawing target figure, and the fill color of the drawing target figure. Get as. Then, the map drawing apparatus draws map data based on the drawing data using a drawing library, and performs screen display using the map data.

描画処理を実行させる描画ライブラリとしては、例えば、OpenGL(Open Graphics Library)が存在し、OpenGLは、複数の描画手法を有している。   For example, OpenGL (Open Graphics Library) exists as a drawing library for executing drawing processing, and OpenGL has a plurality of drawing methods.

複数の描画手法のうち、いずれの描画手法を採用して地図データを描画するかに関して、特許文献1では、描画データを分析して複数の描画手法の中から1の描画手法を選択する手法が提案されている。   Regarding which drawing method is used to draw map data among a plurality of drawing methods, Patent Document 1 discloses a method of analyzing drawing data and selecting one drawing method from a plurality of drawing methods. Proposed.

特開2010−072808号公報JP 2010-072808 A

しかしながら、特許文献1に記載の手法では、描画データの分析に時間を要し、描画処理を高速に行うことが出来ない場合があった。   However, in the method described in Patent Document 1, it takes time to analyze drawing data, and there are cases where drawing processing cannot be performed at high speed.

そこで、本発明は、描画処理を高速に行うことが可能な技術を提供することを目的とする。   Therefore, an object of the present invention is to provide a technique capable of performing drawing processing at high speed.

本発明に係る地図描画装置は、地図画像上のオブジェクトを表す図形を描画する際に用いる描画データ、および前記図形の描画手法を規定した描画属性値を含むオブジェクトデータを取得する取得手段と、前記図形を描画するための複数の描画手法を有する描画手段と、描画対象となる描画対象オブジェクトの前記描画属性情報に基づいて、前記複数の描画手法の中から、当該描画対象オブジェクトを表す描画対象図形を描画する際の描画手法を選択する選択手段とを備え、前記描画手段は、前記選択手段によって選択された描画手法を用いて、前記描画対象図形を描画し、前記描画手法は、1つの前記図形に対して複数存在する。 The map drawing apparatus according to the present invention includes drawing data used when drawing a graphic representing an object on a map image, and acquisition means for acquiring object data including drawing attribute values defining a drawing method of the graphic; Based on the drawing means having a plurality of drawing methods for drawing a figure and the drawing attribute information of the drawing target object to be drawn, the drawing target graphic representing the drawing target object from the plurality of drawing methods Selecting means for selecting a drawing technique when drawing the image, wherein the drawing means draws the drawing target figure using the drawing technique selected by the selection means, and the drawing technique includes one of the drawing techniques There are a plurality of figures .

また、本発明に係るナビゲーション装置は、地図画像上のオブジェクトを表す図形を描画する際に用いる描画データ、および前記図形の描画手法を規定した描画属性値を取得する取得手段と、前記図形を描画するための複数の描画手法を有する描画手段と、描画対象となる描画対象オブジェクトの前記描画属性情報に基づいて、前記複数の描画手法の中から、当該描画対象オブジェクトを表す描画対象図形を描画する際の描画手法を選択する選択手段と、前記選択手段によって選択された描画手法を用いて描画された図形を含む地図画像を表示部に出力する表示制御手段とを備え、前記描画手法は、1つの前記図形に対して複数存在する。 In addition, the navigation device according to the present invention includes an acquisition unit that acquires drawing data used when drawing a graphic representing an object on a map image, a drawing attribute value that defines a drawing method of the graphic, and draws the graphic. Based on the drawing means having a plurality of drawing methods and the drawing attribute information of the drawing target object to be drawn, the drawing target graphic representing the drawing target object is drawn from the plurality of drawing methods. Selection means for selecting a drawing technique at the time, and display control means for outputting a map image including a graphic drawn using the drawing technique selected by the selection means to a display unit, and the drawing technique includes: It is multiple exist for One of the graphic.

また、本発明に係る地図描画方法は、a)地図画像上のオブジェクトを表す図形を描画する際に用いる描画データ、および前記図形の描画手法を規定した描画属性値を取得する工程と、b)描画対象となる描画対象オブジェクトの描画属性値に基づいて、複数の描画手法の中から、当該描画対象オブジェクトを表す描画対象図形を描画する際の描画手法を選択する工程と、c)前記b)工程において選択された描画手法を用いて、前記描画対象図形を描画する工程とを備え、前記描画手法は、1つの前記図形に対して複数存在する。
The map drawing method according to the present invention includes: a) obtaining drawing data used when drawing a graphic representing an object on a map image, and drawing attribute values defining a drawing method of the graphic; b) A step of selecting a drawing method for drawing a drawing target graphic representing the drawing target object from a plurality of drawing methods based on the drawing attribute value of the drawing target object to be drawn; c) the above b) using the selected rendering method in step, and a step of drawing the drawing target figure, the drawing technique, be multiple exist for one of said graphic.

本発明によれば、描画処理を高速に行うことが可能になる。   According to the present invention, drawing processing can be performed at high speed.

第1実施形態に係るナビゲーション装置の構成を示す図である。It is a figure which shows the structure of the navigation apparatus which concerns on 1st Embodiment. 地図上に描かれる描画図形と、描画図形を描くために用いる描画データと、描画図形を描く際の描画手法を規定する描画属性値との関係を示す図である。It is a figure which shows the relationship between the drawing figure drawn on a map, the drawing data used in order to draw a drawing figure, and the drawing attribute value which prescribes | regulates the drawing method at the time of drawing a drawing figure. 地図描画装置の描画動作を示すフローチャートである。It is a flowchart which shows drawing operation | movement of a map drawing apparatus. 三角形分割描画処理を行う際の地図描画装置の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the map drawing apparatus at the time of performing a triangular division | segmentation drawing process. 三角形分割描画処理の具体例を説明するための図である。It is a figure for demonstrating the specific example of a triangular division | segmentation drawing process. ステンシル描画処理を行う際の地図描画装置の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the map drawing apparatus at the time of performing a stencil drawing process. ステンシル描画処理の具体例を説明するための図である。It is a figure for demonstrating the specific example of a stencil drawing process. 描画図形と当該描画図形の描画属性値との関係を示す図である。It is a figure which shows the relationship between a drawing figure and the drawing attribute value of the said drawing figure. 複数の描画属性値と、描画処理を行うハードウェアとの関係を示す図である。It is a figure which shows the relationship between several drawing attribute values and the hardware which performs a drawing process. 描画図形と当該描画図形の描画属性値との関係を示す図である。It is a figure which shows the relationship between a drawing figure and the drawing attribute value of the said drawing figure.

以下、各実施形態について図面を参照して説明する。   Each embodiment will be described below with reference to the drawings.

<1.第1実施形態>
[1−1.構成]
図1は、第1実施形態に係るナビゲーション装置1の構成を示す図である。図2は、地図上に描かれる描画図形と、描画図形を描く際に用いる描画データと、描画図形を描く際の描画手法を規定する描画属性値との関係を示す図である。本明細書で詳述されるナビゲーション装置1としては、例えば、車両に搭載されるカーナビゲーション装置、PDA(Personal Digital Assistants)等の携帯情報端末、或いは携帯電話が想定される。
<1. First Embodiment>
[1-1. Constitution]
FIG. 1 is a diagram illustrating a configuration of a navigation device 1 according to the first embodiment. FIG. 2 is a diagram illustrating a relationship between a drawing figure drawn on a map, drawing data used when drawing the drawing figure, and drawing attribute values that define a drawing method when drawing the drawing figure. As the navigation device 1 described in detail in this specification, for example, a car navigation device mounted on a vehicle, a portable information terminal such as a PDA (Personal Digital Assistants), or a mobile phone is assumed.

図1に示されるように、ナビゲーション装置1は、地図データを描画する地図描画装置10Aと、I/Oインタフェース13と、記憶装置14と、表示部15とを備えている。地図描画装置10Aは、I/Oインタフェース13を介して記憶装置14および表示部15と電気的に接続されている。   As shown in FIG. 1, the navigation device 1 includes a map drawing device 10 </ b> A that draws map data, an I / O interface 13, a storage device 14, and a display unit 15. The map drawing device 10 </ b> A is electrically connected to the storage device 14 and the display unit 15 via the I / O interface 13.

記憶装置14は、DVD−ROM等の光ディスクを記憶媒体とした光学ドライブ装置、不揮発性メモリ(例えばSSD、フラッシュ等)、リムーバブルメディア(SDカード等)またはハードディスク装置等で構成されている。記憶装置14には、地図を構成する各構成物(オブジェクト)の情報(「オブジェクトデータ」とも称する)140が記憶されている。   The storage device 14 includes an optical drive device using an optical disk such as a DVD-ROM as a storage medium, a nonvolatile memory (eg, SSD, flash, etc.), a removable medium (SD card, etc.), a hard disk device, or the like. The storage device 14 stores information (also referred to as “object data”) 140 of each component (object) constituting the map.

地図(ここでは地図画像)を構成するオブジェクトには、例えば、道路、建物、川、鉄道等の地物に対応したオブジェクトがあり、オブジェクトデータ140は、各オブジェクトを表す図形の描画データ141と、各オブジェクトに対応する図形を描く際の描画手法を規定する描画属性値142とを含んでいる。また、地図を構成するオブジェクトには、地物に対応したオブジェクト以外に、地物に対応しないオブジェクトも存在し、オブジェクトデータ140は、これらの地物に対応しないオブジェクトについても、図形の描画データ141と描画属性値142とを含んでいる。地物に対応しないオブジェクトとしては、県および市区町村の境界を示す境界線、国および州の境界を示す境界線、飛行機または船舶等の航路線、或いは等高線等を例示することができる。   The objects constituting the map (here, the map image) include objects corresponding to features such as roads, buildings, rivers, railroads, etc., and the object data 140 includes graphic drawing data 141 representing each object, And a drawing attribute value 142 that defines a drawing technique for drawing a graphic corresponding to each object. In addition to the objects corresponding to the features, there are objects that do not correspond to the features other than the objects corresponding to the features, and the object data 140 includes graphic drawing data 141 for objects that do not correspond to these features. And a drawing attribute value 142 are included. Examples of objects that do not correspond to features include boundary lines indicating boundaries between prefectures and municipalities, boundary lines indicating boundaries between countries and states, route lines such as airplanes or ships, and contour lines.

地図描画装置10Aは、このようなオブジェクトデータ140を記憶装置14から読み出し、オブジェクトデータ140に基づいて地図データを生成する。   The map drawing device 10 </ b> A reads out such object data 140 from the storage device 14 and generates map data based on the object data 140.

ここで、描画データ141について詳述する。描画データ141は、オブジェクトを表す図形の形状に関する情報であり、オブジェクトを表す図形を描画する際に用いられる。描画データ141は、描画対象となる図形の各頂点の座標情報(頂点データ)、描画図形の輪郭の線種、および描画図形の塗りつぶしの色等の情報を含んでいる。一方、描画属性値142は、各オブジェクトを表す図形を描画する際の描画手法を特定するための情報(描画属性情報)である。   Here, the drawing data 141 will be described in detail. The drawing data 141 is information related to the shape of the graphic representing the object, and is used when drawing the graphic representing the object. The drawing data 141 includes information such as coordinate information (vertex data) of each vertex of the figure to be drawn, the line type of the outline of the drawing figure, and the fill color of the drawing figure. On the other hand, the drawing attribute value 142 is information (drawing attribute information) for specifying a drawing technique when drawing a graphic representing each object.

例えば、図2に示されるように、描画図形の形状が「塗りつぶされた三角形」であった場合、当該描画図形BF1に対応する描画データBD1には、描画図形BF1の3つの頂点の各座標情報、描画図形BF1の輪郭の線種、描画図形BF1の塗りつぶしの色、および描画図形BF1がポリゴン(多角形)であることを示す情報が含まれる。また、描画図形BF1の描画属性値142は、標準描画手法を用いて描画することを示す値「1」となっている。   For example, as shown in FIG. 2, when the shape of the drawing figure is “filled triangle”, the drawing data BD1 corresponding to the drawing figure BF1 includes the coordinate information of the three vertices of the drawing figure BF1. , The outline line type of the drawing figure BF1, the fill color of the drawing figure BF1, and information indicating that the drawing figure BF1 is a polygon (polygon) are included. The drawing attribute value 142 of the drawing figure BF1 is a value “1” indicating that drawing is performed using the standard drawing method.

また、描画図形の形状が「凸多角形」であった場合、当該描画図形BF2に対応する描画データBD2には、描画図形BF2の頂点の各座標情報、描画図形BF2の輪郭の線種、描画図形BF2の塗りつぶしの色、および描画図形BF2がポリゴンであることを示す情報が含まれる。また、描画図形BF2の描画属性値142は、三角形分割描画手法を用いて描画することを示す値「3」となっている。   When the shape of the drawing figure is a “convex polygon”, the drawing data BD2 corresponding to the drawing figure BF2 includes the coordinate information of the vertex of the drawing figure BF2, the line type of the outline of the drawing figure BF2, the drawing Information indicating the fill color of the figure BF2 and the fact that the drawing figure BF2 is a polygon is included. The drawing attribute value 142 of the drawing figure BF2 is a value “3” indicating that drawing is performed using the triangulation drawing method.

また、描画図形の形状が「多頂点ポリゴン」であった場合、当該描画図形BF3に対応する描画データBD3には、描画図形BF3の頂点の各座標情報、描画図形BF3の輪郭の線種、描画図形BF3の塗りつぶしの色、および描画図形BF3がポリゴンであることを示す情報が含まれる。また、描画図形BF3の描画属性値142は、ステンシル描画手法を用いて描画することを示す値「4」となっている。   If the shape of the drawing figure is “multi-vertex polygon”, the drawing data BD3 corresponding to the drawing figure BF3 includes the coordinate information of the vertex of the drawing figure BF3, the line type of the outline of the drawing figure BF3, the drawing Information indicating that the fill color of the figure BF3 and that the drawing figure BF3 is a polygon is included. The drawing attribute value 142 of the drawing figure BF3 is a value “4” indicating that drawing is performed using the stencil drawing method.

また、描画図形の形状が「ポリライン」であった場合、当該描画図形BF4に対応する描画データBD4には、描画図形BF4の頂点の各座標情報、描画図形BF4の輪郭の線種が含まれる。また、描画図形BF4の描画属性値142は、線描画手法を用いて描画することを示す値「2」となっている。なお、ポリラインとは、一続きの線分または曲線で構成されるオブジェクトである。   When the shape of the drawing figure is “polyline”, the drawing data BD4 corresponding to the drawing figure BF4 includes the coordinate information of the vertices of the drawing figure BF4 and the line type of the outline of the drawing figure BF4. The drawing attribute value 142 of the drawing figure BF4 is a value “2” indicating that drawing is performed using a line drawing method. A polyline is an object composed of a continuous line segment or curve.

ナビゲーション装置1の構成説明(図1)に戻って、表示部15は、液晶ディスプレイ(LCD)または有機ELディスプレイを用いて構成され、地図描画装置10Aにおいて描画された地図データに基づく地図画像を画面上に表示する。   Returning to the description of the configuration of the navigation device 1 (FIG. 1), the display unit 15 is configured using a liquid crystal display (LCD) or an organic EL display, and displays a map image based on the map data drawn by the map drawing device 10A. Display above.

地図描画装置10Aは、オブジェクトデータ140に基づいてオブジェクトの描画処理を行い、地図データを生成する描画処理部11と、記憶部12とを備えている。   The map drawing apparatus 10 </ b> A includes a drawing processing unit 11 that performs drawing processing of an object based on the object data 140 and generates map data, and a storage unit 12.

描画処理部11は、CPU(Central Processing Unit)およびGPU(Graphics Processing Unit)のうち少なくとも1つで構成されている。描画処理部11は、記憶部12に記憶されたプログラム121を読み出して、当該プログラム121を実行することにより、各種機能部を実現する。   The drawing processing unit 11 includes at least one of a CPU (Central Processing Unit) and a GPU (Graphics Processing Unit). The drawing processing unit 11 implements various functional units by reading the program 121 stored in the storage unit 12 and executing the program 121.

具体的には、描画処理部11は、描画手法決定部111と、三角形分割部112と、ステンシル処理部113と、線描画部114と、標準描画部115と、マスク作成部116と、多角形描画部117と、表示制御部118とを機能的に実現する。各機能部は、CPUおよびGPUどちらでも実現可能であるが、ここでは、各機能部のうち、描画手法決定部111、三角形分割部112、標準描画部115がCPUで実現され、ステンシル処理部113、線描画部114、マスク作成部116、および多角形描画部117がGPUで実現されるものとする。なお、表示制御部118は、表示制御用のハードウェアで実現される。   Specifically, the drawing processing unit 11 includes a drawing method determining unit 111, a triangulation unit 112, a stencil processing unit 113, a line drawing unit 114, a standard drawing unit 115, a mask creating unit 116, a polygon, The drawing unit 117 and the display control unit 118 are functionally realized. Each functional unit can be realized by either a CPU or a GPU. Here, among the functional units, a drawing technique determining unit 111, a triangulation unit 112, and a standard drawing unit 115 are realized by a CPU, and a stencil processing unit 113. It is assumed that the line drawing unit 114, the mask creating unit 116, and the polygon drawing unit 117 are realized by a GPU. The display control unit 118 is realized by display control hardware.

描画手法決定部111は、描画対象となる描画対象オブジェクトを表す図形(描画対象図形)を描く際の描画手法を決定する。具体的には、描画手法決定部111は、記憶装置14からオブジェクトデータ140を取得する。そして、描画手法決定部111は、描画対象図形ごとに、描画対象図形ごとの描画属性値142に基づいて描画手法を決定する。   The drawing technique determination unit 111 determines a drawing technique for drawing a figure (drawing object figure) representing a drawing object to be drawn. Specifically, the drawing technique determination unit 111 acquires the object data 140 from the storage device 14. Then, the drawing method determination unit 111 determines a drawing method for each drawing target graphic based on the drawing attribute value 142 for each drawing target graphic.

地図描画装置10Aは、描画手法として、OpenGLを用いた三角形分割描画手法、ステンシル描画手法および線描画手法、並びに、OpenGLを用いた描画手法以外の他の標準的な描画手法(標準描画手法)を有している。描画手法決定部111は、描画対象図形の描画手法をこれらの描画手法の中から選択する選択手段として機能することになる。なお、各描画手法の詳細は、後述する。   The map drawing apparatus 10A uses, as drawing methods, a triangulation drawing method using OpenGL, a stencil drawing method and a line drawing method, and a standard drawing method (standard drawing method) other than the drawing method using OpenGL. Have. The drawing technique determination unit 111 functions as a selection unit that selects a drawing technique of a drawing target graphic from these drawing techniques. Details of each drawing method will be described later.

三角形分割部112は、OpenGLを利用するソフトウェア部位にて実現される機能部である。三角形分割部112は、描画対象図形における1つの頂点(注目点)から、スタックされた他の頂点に向けて対角線を引く処理を、頂点を変更しつつ繰り返すことによって、描画対象図形を複数の三角形に分割して描画対象領域を特定する。描画対象領域を示すデータは、多角形描画部117に出力される。なお、三角形分割部112からは、分割された各三角形に関するデータが描画対象領域を示すデータとして多角形描画部117に出力されることになる。   The triangulation unit 112 is a functional unit realized by a software part using OpenGL. The triangle dividing unit 112 repeats the process of drawing a diagonal line from one vertex (point of interest) in the drawing target graphic toward the other stacked vertices while changing the vertex, thereby changing the drawing target graphic into a plurality of triangles. The drawing target area is specified by dividing into two. Data indicating the drawing target area is output to the polygon drawing unit 117. It should be noted that the triangle dividing unit 112 outputs data related to each divided triangle to the polygon drawing unit 117 as data indicating the drawing target area.

ステンシル処理部113は、OpenGLを用いて実現される機能部である。ステンシル処理部113は、描画対象図形における或る頂点から他の各頂点に対して線分を引くことによって三角形を形成し、形成された各三角形の重なり回数に応じて描画対象領域を特定する。描画対象領域を示すデータは、ステンシルデータとしてマスク作成部116に出力される。   The stencil processing unit 113 is a functional unit realized using OpenGL. The stencil processing unit 113 forms a triangle by drawing a line segment from a certain vertex in the drawing target graphic to each of the other vertices, and specifies a drawing target region according to the number of overlaps of the formed triangles. Data indicating the drawing target area is output to the mask creating unit 116 as stencil data.

線描画部114は、OpenGLを用いて実現される機能部であり、描画対象図形としての線状の図形を線描画手法で、VRAM等のフレームメモリ(不図示)に描画する機能を有している。OpenGLを用いた線描画手法には、有限直線(線分)を用いて線状の図形を描く手法(「連続線描画手法」とも称する)と、複数の点を並べて線状の図形を描く手法(OpenGLで連続点を描画する手法、および、OpenGLを利用するソフトウェア部位から連続して点を与える手法の双方を、ここでは、「連続点描画手法」とも称する)とがある。描画手法決定部111は、線状の描画対象図形を、連続点描画手法を用いて描画するか、連続線描画手法を用いて描画するかを描画属性値142に基づいて選択する。   The line drawing unit 114 is a functional unit realized using OpenGL, and has a function of drawing a line figure as a drawing target figure in a frame memory (not shown) such as a VRAM by a line drawing method. Yes. Line drawing methods using OpenGL include drawing a line figure using a finite straight line (segment) (also called “continuous line drawing method”) and drawing a line figure by arranging multiple points. (Both the method of drawing continuous points with OpenGL and the method of giving points continuously from the software part using OpenGL are also referred to as “continuous point drawing method” herein). The drawing method determination unit 111 selects whether to draw a line drawing target figure using the continuous point drawing method or the continuous line drawing method based on the drawing attribute value 142.

標準描画部115は、OpenGL以外の標準的な描画ソフトウェアをCPU(またはGPU)で実行することによって実現される機能部、或いは、地図描画装置10Aに搭載される描画チップにおいて実現される処理部である。標準描画部115では、標準的な描画手法によって、描画対象図形がフレームメモリに描画される。当該標準描画手法によれば、三角形分割部112、ステンシル処理部113、および線描画部114において実現されるOpenGLを用いた描画手法に比べて、少ない演算量で描画対象図形を描くことができる。   The standard drawing unit 115 is a functional unit realized by executing standard drawing software other than OpenGL by a CPU (or GPU), or a processing unit realized in a drawing chip mounted on the map drawing apparatus 10A. is there. The standard drawing unit 115 draws the drawing target graphic in the frame memory by a standard drawing method. According to the standard drawing method, it is possible to draw a drawing target figure with a small amount of calculation, compared to a drawing method using OpenGL realized by the triangulation unit 112, the stencil processing unit 113, and the line drawing unit 114.

マスク作成部116は、ステンシル処理部113から入力されるステンシルデータに基づいて、マスクパターンを作成し、当該マスクパターンをステンシルバッファ119に格納する。   The mask creation unit 116 creates a mask pattern based on the stencil data input from the stencil processing unit 113 and stores the mask pattern in the stencil buffer 119.

ここでマスクパターンとは、図形の描画箇所を特定部分に制限するものである。このマスクパターンにより、図形全体の塗りつぶしを行ったとしても描画対象箇所のみを描画することができる。   Here, the mask pattern restricts the drawing part of the figure to a specific part. With this mask pattern, even if the entire figure is filled, only the drawing target portion can be drawn.

多角形描画部117は、フレームメモリに描画対象図形を描いて、地図データを生成する。より詳細には、多角形描画部117は、三角形分割部112から入力された描画対象領域を示すデータに基づいて、フレームメモリに、描画対象図形の輪郭を描くとともに、描画データ141に基づいて描画対象図形内の塗りつぶしを行う。また、多角形描画部117は、ステンシルバッファ119に格納されたマスクパターンおよび描画データ141を用いて、フレームメモリ上に描画対象図形を描く。   The polygon drawing unit 117 draws a drawing target figure in the frame memory and generates map data. More specifically, the polygon drawing unit 117 draws the outline of the drawing target graphic in the frame memory based on the data indicating the drawing target region input from the triangulation unit 112 and draws based on the drawing data 141. Fills the target figure. Further, the polygon drawing unit 117 draws a drawing target graphic on the frame memory using the mask pattern and the drawing data 141 stored in the stencil buffer 119.

表示制御部118は、表示部15における表示内容を制御する。具体的には、表示制御部118は、フレームメモリにおいて形成される地図データを用いて、地図画像の表示処理を行う。   The display control unit 118 controls display contents on the display unit 15. Specifically, the display control unit 118 performs map image display processing using map data formed in the frame memory.

[1−2.動作]
次に、地図描画装置10Aにおいて実行される描画動作について説明する。図3は、地図描画装置10Aの描画動作を示すフローチャートである。
[1-2. Operation]
Next, a drawing operation executed in the map drawing apparatus 10A will be described. FIG. 3 is a flowchart showing the drawing operation of the map drawing apparatus 10A.

図3に示されるように、まず、ステップSP1では、描画処理部11は、地図表示に必要なオブジェクトデータ140を記憶装置14から読み出して取得する。   As shown in FIG. 3, first, in step SP1, the drawing processing unit 11 reads out and acquires object data 140 necessary for map display from the storage device.

次のステップSP2では、描画手法決定部111は、描画対象オブジェクトの描画属性値142に基づいて、当該描画対象オブジェクトを表す図形を描く際の描画手法を決定する。   In the next step SP2, the drawing technique determination unit 111 determines a drawing technique for drawing a graphic representing the drawing target object based on the drawing attribute value 142 of the drawing target object.

描画属性値142として与えられる各値は、各描画手法と一対一に対応しており、描画手法決定部111は、描画対象オブジェクトの描画属性値142を用いて、描画対象図形を描画する際の描画手法を一意に特定することができる。   Each value given as the drawing attribute value 142 has a one-to-one correspondence with each drawing method, and the drawing method determination unit 111 uses the drawing attribute value 142 of the drawing target object to draw a drawing target graphic. A drawing method can be uniquely identified.

次のステップSP3では、ステップSP2で決定された描画手法を用いて、描画対象図形に関する描画処理が行われる。例えば、ステップSP2において、描画対象図形の描画手法として三角形分割描画手法が選択された場合、ステップSP3では、三角形分割描画手法を用いた描画処理が行われることになる。また、例えば、ステップSP2において、描画対象図形の描画手法として標準描画手法が選択された場合、ステップSP3では、標準描画手法を用いた描画処理が行われることになる。   In the next step SP3, the drawing process related to the drawing target graphic is performed using the drawing method determined in step SP2. For example, when the triangulation drawing technique is selected as the drawing technique for the drawing target graphic in step SP2, a drawing process using the triangulation drawing technique is performed in step SP3. For example, when the standard drawing technique is selected as the drawing technique for the drawing target graphic in step SP2, the drawing process using the standard drawing technique is performed in step SP3.

ステップSP3において描画処理が終了すると、動作工程は、ステップSP4に移行する。   When the drawing process ends in step SP3, the operation process moves to step SP4.

ステップSP4では、描画されていない未描画のオブジェクトがあるか否かが判定される。   In step SP4, it is determined whether there is an undrawn object that has not been drawn.

未描画のオブジェクトが存在しない場合、描画動作は終了する。   If there is no undrawn object, the drawing operation ends.

一方、未描画のオブジェクトが存在する場合、動作工程は、ステップSP1に移行され、未描画のオブジェクトを描画対象オブジェクトとしてステップSP1からステップSP4の各工程が再度実行される。ステップSP4の判定処理によって、未描画のオブジェクトがなくなるまで、ステップSP1からステップSP4の各工程が繰り返し実行されることになる。   On the other hand, when there is an undrawn object, the operation process moves to step SP1, and each process from step SP1 to step SP4 is executed again with the undrawn object as the drawing target object. Each process of step SP1 to step SP4 is repeatedly executed until there is no undrawn object by the determination process of step SP4.

[1−3.描画手法について]
ここで、本実施形態の地図描画装置10Aが備える三角形分割描画手法について説明する。図4は、三角形分割描画手法で描画処理(三角形分割描画処理)を行う際の地図描画装置10Aの動作を示すフローチャートである。図5は、三角形分割描画処理の具体例を説明するための図である。なお、図5では、描画対象図形として多角形が示されている。
[1-3. About drawing method]
Here, a triangulation drawing method provided in the map drawing apparatus 10A of the present embodiment will be described. FIG. 4 is a flowchart showing the operation of the map drawing apparatus 10A when performing drawing processing (triangular division drawing processing) using the triangulation drawing method. FIG. 5 is a diagram for explaining a specific example of the triangulation division drawing process. In FIG. 5, a polygon is shown as a drawing target graphic.

図4に示されるように、まず、ステップSP11では、描画対象図形における各頂点がY軸座標の降順でソートされる。例えば、図5では、描画対象となる多角形の各頂点が、頂点C,C,C,C,C,C,Cの順に並び換えられる。As shown in FIG. 4, first, in step SP11, each vertex in the drawing target graphic is sorted in descending order of the Y-axis coordinates. For example, in FIG. 5, the vertices of the polygon to be drawn are rearranged in the order of vertices C 1 , C 2 , C 3 , C 4 , C 5 , C 6 , and C 7 .

ステップSP12では、ソートされた各頂点の先頭から2頂点分の頂点がスタックされる。図5では、頂点Cおよび頂点Cがスタックされることになる。In step SP12, vertices corresponding to two vertices from the top of each sorted vertex are stacked. In Figure 5, so that the vertex C 1 and vertex C 2 are stacked.

ステップSP13では、ソートされた各頂点において、先頭から3番目の頂点が注目点Pに設定される。図5では、頂点Cが注目点Pに設定されることになる。In step SP13, among the sorted vertices, the third vertex from the top is set as the attention point Pn . In FIG. 5, the vertex C 3 is set to the attention point P 3 .

ステップSP14では、注目点Pnから、スタックされた頂点に対角線が引かれる。例えば、図5では、注目点P(頂点C)からスタックされている頂点Cに対角線が引かれることになる。In step SP14, a diagonal line is drawn from the attention point Pn to the stacked vertices. For example, in FIG. 5, a diagonal line is drawn from the attention point P 3 (vertex C 3 ) to the stacked vertex C 2 .

次のステップSP15では、描画対象図形内を全て三角形に分割したか否かが判定される。描画対象図形内が全て三角形に分割されていると判定された場合は、三角形分割描画処理は、終了する。一方、描画対象図形内が全て三角形に分割されていないと判定された場合は、動作工程は、ステップSP16に移行される。例えば、図5の例では、全て三角形に分割できていない多角形Cが存在するため、動作工程は、ステップSP16に移行されることになる。In the next step SP15, it is determined whether or not the entire drawing target graphic is divided into triangles. When it is determined that the entire drawing target figure is divided into triangles, the triangulation drawing process ends. On the other hand, when it is determined that the entire drawing target figure is not divided into triangles, the operation process proceeds to step SP16. For example, in the example of FIG. 5, since there is a polygon C 2 C 3 C 4 C 5 C 6 C 7 that cannot be divided into all triangles, the operation process is shifted to step SP16.

ステップSP16では、三角形に分割されなかった頂点がスタックされる。図5では、頂点C4,C5,C6,C7がスタックされることになる。   In step SP16, vertices that are not divided into triangles are stacked. In FIG. 5, vertices C4, C5, C6, and C7 are stacked.

ステップSP17では、注目点Pが1つずらされる。図5では、注目点Cを1つずらしてCに設定されることになる。In step SP17, the point of interest Pn is shifted by one. In Figure 5, it will be set the target point C 3 to shifted by one C 4.

そして、再度実行されるステップSP14では、新たな注目点Cから新たにスタックされた頂点C,C,Cに向けて描画対象図形の内側に形成することができる対角線が引かれることになる。Then, in step SP14 is executed again, the diagonal can be formed on the inside of the object shape toward the vertex C 5, C 6, C 7 newly stacked from a new point of interest C 4 is subtracted become.

ステップSP15では、描画対象図形内を全て三角形に分割したか否かが再度判定される。図5の例では、全て三角形に分割できていない多角形Cが存在するため、動作工程は、再度ステップSP16に移行される。In step SP15, it is determined again whether or not the entire drawing target graphic is divided into triangles. In the example of FIG. 5, since there is a polygon C 2 C 3 C 5 C 4 that cannot be divided into all triangles, the operation process moves to step SP16 again.

ステップSP16では、三角形に分割されなかった頂点C,Cがスタックされる。In step SP16, the vertices C 2 and C 3 that are not divided into triangles are stacked.

ステップSP17では、注目点Pが1つずらされる。図5では、注目点Cを1つずらしてCに設定される。In step SP17, the point of interest Pn is shifted by one. In Figure 5, is set the target point C 4 to C 5 are shifted by one.

ステップSP14では、新たな注目点Cから新たにスタックされた頂点C,Cに向けて多角形の内側に形成することができる対角線が引かれる。In step SP14, the retraction of the diagonal can be formed on the inner side of the polygon towards the new target point C 5 to the vertex C 2, C 3 newly stacked.

ステップSP15では、描画対象図形内を全て三角形に分割したか否かが再度判定され、図5の例では描画対象図形を全て三角形に分割できているため、三角形分割描画処理は、終了する。   In step SP15, it is determined again whether or not the entire drawing target figure has been divided into triangles. In the example of FIG. 5, since all the drawing target figures can be divided into triangles, the triangle division drawing process ends.

このように三角形分割描画処理では、描画対象図形内を全て三角形に分割することによって、描画対象領域を特定する。   In this way, in the triangle division drawing process, the drawing target area is specified by dividing the entire drawing target figure into triangles.

次に、地図描画装置10Aが備えるステンシル描画手法について説明する。図6は、ステンシル描画手法で描画処理(ステンシル描画処理)を行う際の地図描画装置10Aの動作を示すフローチャートである。図7は、ステンシル描画処理の具体例を説明するための図である。なお、図7では、描画対象図形として星形の多角形RF(RF1〜RF6)が示されている。図7中の6つの多角形RF1〜RF6は、ステンシル描画処理の進捗状況に応じた説明を行うためのものであり、これらの多角形RF1〜RF6は、同一の多角形RFである。   Next, a stencil drawing method provided in the map drawing apparatus 10A will be described. FIG. 6 is a flowchart showing the operation of the map drawing apparatus 10A when drawing processing (stencil drawing processing) is performed using the stencil drawing method. FIG. 7 is a diagram for explaining a specific example of the stencil drawing process. In FIG. 7, a star-shaped polygon RF (RF1 to RF6) is shown as a drawing target graphic. The six polygons RF1 to RF6 in FIG. 7 are for explaining according to the progress of the stencil drawing process, and these polygons RF1 to RF6 are the same polygon RF.

図6に示されるように、まず、ステップSP21では、描画対象図形の各頂点のうち先頭の頂点が開始点Pfとして登録される。例えば、図7では、多角形RFの各頂点のうち先頭の頂点Dが開始点Pfとして登録される。As shown in FIG. 6, first, in step SP21, the top vertex among the vertices of the drawing target graphic is registered as the start point Pf. For example, in Figure 7, the vertex D 1 leading out of the vertices of the polygon RF is registered as the start point Pf.

ステップSP22では、ステップSP21において登録された開始点Pfからその他の各頂点に対して線分を引くことによって、三角形が形成される。図7では、開始点Dからその他の各頂点D〜D10に対して線分が引かれる。これにより、多角形RFでは、三角形「D」(多角形RF1参照)、三角形「D」(多角形RF2参照)、三角形「D」(多角形RF3参照)、三角形「D」(多角形RF4参照)、三角形「D」(多角形RF5参照)、および三角形「D10」(多角形RF6参照)が形成されることになる。In step SP22, a triangle is formed by drawing a line segment from the start point Pf registered in step SP21 to each other vertex. In FIG. 7, a line segment is drawn from the start point D 1 to each of the other vertices D 2 to D 10 . Accordingly, in the polygon RF, the triangle “D 1 D 2 D 3 ” (see the polygon RF 1 ), the triangle “D 1 D 3 D 4 ” (see the polygon RF 2), the triangle “D 1 D 5 D 6 ” ( Referring polygon RF3), see triangle "D 1 D 6 D 7" (polygon RF4), triangle "D 1 D 8 D 9" (see polygonal RF5), and triangles "D 1 D 9 D 10" (multi A square RF6 is formed).

ステップSP23では、ステップSP22において形成された三角形が、奇数回重なった部分を描画対象領域として設定する。図7では、ステップSP22において形成された三角形が奇数回重なった部分、即ち三角形が偶数回重なった三角形「D」および「D10」である描画不可能領域を除いたその他全ての三角形が、描画対象領域として設定される。In step SP23, a portion where the triangle formed in step SP22 overlaps an odd number of times is set as a drawing target area. In FIG. 7, the non-renderable areas of the triangles formed in step SP22 that overlap the odd number of times, that is, the triangles “D 1 D 2 D 3 ” and “D 1 D 9 D 10 ” where the triangles overlap the even number of times. All the other triangles except the above are set as the drawing target area.

このようにステンシル描画処理では、ステップSP21からステップSP23の各工程を実行することにより、多角形RF6に示す星型の描画領域を得ることができる。   As described above, in the stencil drawing process, the star-shaped drawing region indicated by the polygon RF6 can be obtained by executing the steps SP21 to SP23.

以上のように、本実施形態の地図描画装置10Aは、地図画像上のオブジェクトを表す図形を描画する際に用いる描画データ141、および図形の描画手法を規定した描画属性値142を含むオブジェクトデータ140を取得する取得手段と、図形を描画するための複数の描画手法を有する描画手段と、描画対象となる描画対象オブジェクトの描画属性情報142に基づいて、複数の描画手法の中から、当該描画対象オブジェクトを表す描画対象図形を描画する際の描画手法を選択する描画手法決定部111とを備えている。そして、地図描画装置10Aは、描画手法決定部111によって選択された描画手法を用いて、描画対象図形を描画する。   As described above, the map drawing apparatus 10A according to the present embodiment includes object data 140 including drawing data 141 used when drawing a graphic representing an object on a map image and a drawing attribute value 142 defining a drawing method of the graphic. A plurality of drawing methods based on drawing means having a plurality of drawing methods for drawing a figure and drawing attribute information 142 of a drawing target object to be drawn. And a drawing method determination unit 111 that selects a drawing method for drawing a drawing target graphic representing an object. Then, the map drawing apparatus 10A draws the drawing target figure using the drawing method selected by the drawing method determination unit 111.

このような地図描画装置10Aによれば、描画属性値142に基づいて描画手法を選択することができるので、描画手法の選択に要する時間を短縮することが可能になり、ひいては描画処理の高速化を図ることができる。また、線状の描画対象図形の形状に応じた適切な描画手法を選択することができるので、描画に要する時間を短縮することが可能になり、描画処理の高速化を図ることができる。   According to such a map drawing apparatus 10A, since a drawing method can be selected based on the drawing attribute value 142, it is possible to reduce the time required for selecting the drawing method, and thus speed up the drawing process. Can be achieved. In addition, since an appropriate drawing method can be selected according to the shape of the linear drawing target figure, the time required for drawing can be shortened, and the drawing process can be speeded up.

<2.第2実施形態>
次に、第2実施形態について説明する。第2実施形態に係る地図描画装置10Bでは、描画手法決定部111における描画属性値を用いた描画手法の決定態様が異なる点以外は、第1実施形態の地図描画装置10Aとほぼ同様の構造および機能を有しており、共通する部分については同じ符号を付して説明を省略する。
<2. Second Embodiment>
Next, a second embodiment will be described. The map drawing apparatus 10B according to the second embodiment has substantially the same structure and structure as the map drawing apparatus 10A of the first embodiment, except that the drawing technique determination mode using the drawing attribute value in the drawing technique determination unit 111 is different. The common portions are denoted by the same reference numerals, and description thereof is omitted.

上述のように、地図描画装置10Bでは、描画手法決定部111における描画属性値を用いた描画手法の決定態様が第1実施形態の地図描画装置10Aとは異なる。具体的には、第2実施形態では、1の描画対象図形につき描画属性値が複数存在し、地図描画装置10Bは、自身に適合した描画属性値を用いて描画手法を選択する。図8は、描画図形と当該描画図形の描画属性値との関係を示す図である。図9は、複数の描画属性値と、描画処理を行うハードウェアとの関係を示す図である。   As described above, in the map drawing apparatus 10B, the drawing technique determination mode using the drawing attribute value in the drawing technique determination unit 111 is different from the map drawing apparatus 10A of the first embodiment. Specifically, in the second embodiment, there are a plurality of drawing attribute values for one drawing target graphic, and the map drawing apparatus 10B selects a drawing method using a drawing attribute value suitable for itself. FIG. 8 is a diagram illustrating a relationship between a drawing figure and a drawing attribute value of the drawing figure. FIG. 9 is a diagram illustrating a relationship between a plurality of drawing attribute values and hardware that performs drawing processing.

より詳細には、図8に示されるように、第2実施形態のオブジェクトデータ140は、描画対象図形の描画属性値として、複数(ここでは2つ)の描画属性値を有している場合がある。例えば、描画図形BF2の描画属性値としては、第1の描画属性値「3」と第2の描画属性値「1」とが存在する。値「3」は、三角形分割描画手法を用いて描画することを示す値であり、値「1」は標準描画手法を用いて描画することを示す値である。   More specifically, as shown in FIG. 8, the object data 140 of the second embodiment may have a plurality (two in this case) of drawing attribute values as drawing attribute values of the drawing target graphic. is there. For example, the drawing attribute value of the drawing figure BF2 includes a first drawing attribute value “3” and a second drawing attribute value “1”. The value “3” is a value indicating that drawing is performed using the triangulation drawing method, and the value “1” is a value indicating that drawing is performed using the standard drawing method.

三角形分割描画手法は、標準描画手法に比べて、多くの演算量を要する描画手法である。このため、三角形分割描画手法を用いて描画することを示す第1の描画属性値「3」は、描画処理能力の比較的高い地図描画装置(第1のハードウェア)用の描画属性値となる。一方、標準描画手法を用いて描画することを示す第2の描画属性値「1」は、描画処理能力の比較的低い地図描画装置(第2のハードウェア)用の描画属性値となる。   The triangulation drawing method is a drawing method that requires a large amount of calculation compared to the standard drawing method. Therefore, the first drawing attribute value “3” indicating that drawing is performed using the triangulation drawing method is a drawing attribute value for a map drawing apparatus (first hardware) having a relatively high drawing processing capability. . On the other hand, the second drawing attribute value “1” indicating that drawing is performed using the standard drawing technique is a drawing attribute value for a map drawing apparatus (second hardware) having a relatively low drawing processing capability.

地図描画装置10Bの描画手法決定部111は、描画対象図形の描画属性値が複数存在した場合、地図描画装置10Bにおいて描画処理を行うハードウェアの情報(ハードウェア情報)を取得する。そして、描画手法決定部111は、当該ハードウェア情報に基づいて、地図描画装置10Bに適合する描画属性値を、複数の描画属性値の中から選択する。   The drawing method determination unit 111 of the map drawing apparatus 10B acquires hardware information (hardware information) for performing drawing processing in the map drawing apparatus 10B when there are a plurality of drawing attribute values of the drawing target graphic. Then, the drawing technique determination unit 111 selects a drawing attribute value suitable for the map drawing apparatus 10B from a plurality of drawing attribute values based on the hardware information.

例えば、図9に示されるように、描画図形BF2の第1の描画属性値「3」がCPUとGPUとを備えた描画処理能力の比較的高い地図描画装置10Q用の描画属性値としてオブジェクトデータ140に含まれ、第2の描画属性値「1」がGPUを有さない描画処理能力の比較的低い地図描画装置10R用の描画属性値としてオブジェクトデータ140に含まれているものとする。   For example, as shown in FIG. 9, object data is used as a drawing attribute value for the map drawing apparatus 10Q having a relatively high drawing processing capability in which the first drawing attribute value “3” of the drawing figure BF2 includes a CPU and a GPU. 140, the second drawing attribute value “1” is included in the object data 140 as a drawing attribute value for the map drawing apparatus 10R having a relatively low drawing processing capability that does not have a GPU.

このとき、地図描画装置10Bが、描画処理能力の比較的高い第1地図描画装置10Qであった場合、描画手法決定部111は、第1の描画属性値「3」を選択し、当該第1の描画属性値を用いて描画手法を決定する。これにより、描画対象図形BF2は、三角形分割描画手法を用いて描画されることになる。   At this time, when the map drawing device 10B is the first map drawing device 10Q having a relatively high drawing processing capability, the drawing method determination unit 111 selects the first drawing attribute value “3”, and the first drawing attribute value “3” is selected. The drawing method is determined using the drawing attribute value. As a result, the drawing target figure BF2 is drawn using the triangulation drawing technique.

これに対して、地図描画装置10Bが、描画処理能力の比較的低い第2地図描画装置10Rであった場合、描画手法決定部111は、第2の描画属性値「1」を選択し、当該第2の描画属性値を用いて描画手法を決定する。これにより、描画対象図形BF2は、標準描画手法を用いて描画されることになる。   On the other hand, when the map drawing device 10B is the second map drawing device 10R having a relatively low drawing processing capability, the drawing method determination unit 111 selects the second drawing attribute value “1”, and A drawing technique is determined using the second drawing attribute value. As a result, the drawing target figure BF2 is drawn using the standard drawing method.

このように描画手法決定部111は、描画処理を行うハードウェアが描画処理能力の比較的高い第1のハードウェアであるか、或いは描画処理能力の比較的低い第2のハードウェアであるかを判定し、当該判定結果に基づいて、描画手法の選択に用いる描画属性値を決定する。そして、描画手法決定部111は、決定した描画属性値によって規定された描画手法を、描画対象図形を描画する際の描画手法として選択する。   As described above, the drawing method determination unit 111 determines whether the hardware for performing the drawing process is the first hardware having a relatively high drawing processing capability or the second hardware having a relatively low drawing processing capability. A determination is made, and a drawing attribute value used for selecting a drawing method is determined based on the determination result. Then, the drawing technique determination unit 111 selects the drawing technique defined by the determined drawing attribute value as a drawing technique for drawing the drawing target graphic.

これによれば、地図描画装置10Bの描画処理能力に応じた適切な描画手法を採用して、図形の描画を行うことができるので、描画に要する時間を短縮することが可能になり、描画処理の高速化を図ることができる。   According to this, since it is possible to draw a figure by adopting an appropriate drawing method according to the drawing processing capability of the map drawing apparatus 10B, it is possible to reduce the time required for drawing, and the drawing process Can be speeded up.

<3.第3実施形態>
次に、第3実施形態について説明する。第3実施形態に係る地図描画装置10Cでは、描画手法決定部111における描画属性値を用いた描画手法の決定態様が異なる点以外は、第1実施形態の地図描画装置10Aとほぼ同様の構造および機能を有しており、共通する部分については同じ符号を付して説明を省略する。
<3. Third Embodiment>
Next, a third embodiment will be described. The map drawing apparatus 10C according to the third embodiment has substantially the same structure and the same structure as the map drawing apparatus 10A of the first embodiment, except that the drawing technique determination mode using the drawing attribute value in the drawing technique determination unit 111 is different. The common portions are denoted by the same reference numerals, and description thereof is omitted.

上述のように、地図描画装置10Cでは、描画手法決定部111における描画属性値を用いた描画手法の決定態様が第1実施形態の地図描画装置10Aとは異なる。   As described above, in the map drawing apparatus 10C, the drawing technique determination mode using the drawing attribute value in the drawing technique determination unit 111 is different from the map drawing apparatus 10A of the first embodiment.

具体的には、第3実施形態では、三角形分割描画手法を採用することを規定する描画属性値が複数存在する。これら複数の描画属性値は、特定描画属性値とも称され、複雑な描画対象図形については、値の大きい特定描画属性値が割り当てられる。すなわち、描画対象図形が複雑になるにつれて、特定描画属性値の値が大きくなる。   Specifically, in the third embodiment, there are a plurality of drawing attribute values that stipulate that the triangulation drawing method is adopted. The plurality of drawing attribute values are also referred to as specific drawing attribute values, and a specific drawing attribute value having a large value is assigned to a complicated drawing target graphic. That is, as the drawing target figure becomes complex, the value of the specific drawing attribute value increases.

例えば、三角形分割描画手法を採用することを規定する複数の特定描画属性値が、「3」から「10」までの8個の整数で表されるとする。この場合、図10に示されるように、比較的単純な描画図形BF11の描画属性値には、特定描画属性値「3」が与えられ、比較的複雑な描画図形BF15の描画属性値には、特定描画属性値「10」が与えられる。   For example, it is assumed that a plurality of specific drawing attribute values that define the use of the triangulation drawing method are represented by eight integers from “3” to “10”. In this case, as shown in FIG. 10, the specific drawing attribute value “3” is given to the drawing attribute value of the relatively simple drawing figure BF11, and the drawing attribute value of the relatively complicated drawing figure BF15 is A specific drawing attribute value “10” is given.

地図描画装置10Cの描画手法決定部111は、描画対象図形の描画属性値が特定描画属性値であった場合、地図描画装置10Cにおいて描画処理を行うハードウェアの性能を数値化したハードウェア性能値を取得する。そして、描画手法決定部111は、当該ハードウェア性能値が描画対象図形の特定描画属性値以上のとき、特定描画属性値の規定に従って三角形分割描画手法を描画対象図形を描画する際の描画手法として選択する。これに対して、描画手法決定部111は、ハードウェア性能値が描画対象図形の特定描画属性値より小さいとき、特定描画属性値の規定に反してステンシル描画手法を描画対象図形を描画する際の描画手法として選択する。   The drawing method determination unit 111 of the map drawing apparatus 10C, when the drawing attribute value of the drawing target figure is a specific drawing attribute value, represents a hardware performance value obtained by quantifying the performance of the hardware that performs the drawing process in the map drawing apparatus 10C. To get. Then, when the hardware performance value is equal to or higher than the specific drawing attribute value of the drawing target graphic, the drawing method determining unit 111 uses the triangulation drawing method as a drawing method when drawing the drawing target graphic according to the definition of the specific drawing attribute value. select. On the other hand, when the hardware performance value is smaller than the specific drawing attribute value of the drawing target figure, the drawing method determining unit 111 uses the stencil drawing method to draw the drawing target figure against the definition of the specific drawing attribute value. Select as drawing method.

例えば、地図描画装置10Cのハードウェア性能値が「6」であった場合、当該ハードウェア性能値以下の特定描画属性値を有する描画図形BF11,BF12,BF13は、いずれも三角形分割描画手法を用いて描画されることになる。これに対して、ハードウェア性能値よりも大きい特定描画属性値を有する描画図形BF14,BF15は、どちらもステンシル描画手法を用いて描画されることになる。   For example, when the hardware performance value of the map drawing apparatus 10C is “6”, all of the drawing figures BF11, BF12, and BF13 having a specific drawing attribute value equal to or lower than the hardware performance value use the triangulation drawing method. Will be drawn. On the other hand, the drawing figures BF14 and BF15 having a specific drawing attribute value larger than the hardware performance value are both drawn using the stencil drawing method.

以上のように、描画処理を行うハードウェアの性能と描画対象図形の複雑度とを勘案して、描画手法を決定することによれば、ハードウェアの性能および描画対象図形の形状に応じた最適な描画手法を精度良く選択することが可能になる。このように、描画手法の選択精度が高まることにより、描画処理に要する時間を短縮することが可能になり、描画処理の高速化を図ることができる。   As described above, by determining the drawing method in consideration of the performance of the hardware that performs the drawing process and the complexity of the drawing target figure, it is optimal for the hardware performance and the shape of the drawing target figure. It is possible to select a suitable drawing method with high accuracy. As described above, since the accuracy of selecting the drawing technique is increased, the time required for the drawing process can be shortened, and the drawing process can be speeded up.

なお、ハードウェア性能値は、地図描画装置10CのCPUおよびGPUの各クロック数、および/またはCPUおよびGPUの種類等を変数とする関数であり、描画手法決定部111は、自装置のCPUおよびGPUの情報に基づいてハードウェア性能値を算出する。   Note that the hardware performance value is a function whose variables are the number of clocks of the CPU and the GPU of the map drawing apparatus 10C and / or the type of the CPU and the GPU, and the drawing method determination unit 111 includes the CPU and the CPU of the own apparatus. A hardware performance value is calculated based on the GPU information.

また、描画対象図形の複雑度は、例えば、描画対象図形の頂点の数に基づいて決定することができ、頂点数の多い描画対象図形は、複雑な図形となる。   The complexity of the drawing target graphic can be determined based on, for example, the number of vertices of the drawing target graphic, and the drawing target graphic having a large number of vertices is a complex graphic.

<4.変形例>
以上、実施の形態について説明したが、この発明は、上記に説明した内容に限定されるものではない。
<4. Modification>
Although the embodiments have been described above, the present invention is not limited to the contents described above.

例えば、上記各実施形態では、描画手法として三角形分割描画手法を有する地図描画装置10A,10Bを例示していたが、各実施形態の地図描画装置10A,10Bは、三角形分割描画手法に代えて、台形分割描画手法を有する態様にしてもよい。   For example, in each of the above-described embodiments, the map drawing devices 10A and 10B having the triangulation drawing method are illustrated as the drawing method, but the map drawing devices 10A and 10B of each embodiment are replaced with the triangulation drawing method. You may make it the aspect which has a trapezoid division | segmentation drawing method.

台形分割描画手法では、描画対象図形における1つの頂点(注目点)から、スタックされた他の頂点に向けて対角線を引く処理を、頂点を変更しつつ繰り返すことによって、描画対象図形を複数の台形に分割して描画対象領域が特定される。   In the trapezoidal split drawing method, the process of drawing a diagonal line from one vertex (point of interest) in the drawing target graphic toward the other stacked vertices is repeated while changing the vertices. The drawing target area is specified by dividing into two.

また、上記第2実施形態では、オブジェクトデータ140が、1の描画対象図形につき2つの描画属性値を有している場合を例示したが、描画属性値の数は、1の描画対象図形につき3つ以上であってもよい。   In the second embodiment, the case where the object data 140 has two drawing attribute values for one drawing target graphic is exemplified. However, the number of drawing attribute values is three for one drawing target graphic. There may be more than one.

例えば、オブジェクトデータ140の利用が想定される各地図描画装置のCPUおよびGPUの組合せ数に応じて描画属性値を設けてもよい。具体的には、オブジェクトデータ140が3種類の地図描画装置に利用され、当該3種類の地図描画装置それぞれにおいて、CPUおよびGPUの組合せが異なる場合を想定する。この場合、オブジェクトデータ140は、1の描画対象図形の描画属性値として、3種類の地図描画装置それぞれに適応する描画手法を規定した3つの描画属性値を有していてもよい。   For example, a drawing attribute value may be provided according to the number of combinations of CPUs and GPUs of each map drawing apparatus assumed to use the object data 140. Specifically, it is assumed that the object data 140 is used for three types of map drawing devices, and the combination of CPU and GPU is different in each of the three types of map drawing devices. In this case, the object data 140 may have three drawing attribute values that define drawing methods applicable to each of the three types of map drawing devices as drawing attribute values of one drawing target graphic.

この場合、地図描画装置10Bの描画手法決定部111は、地図描画装置10Bに設けられたCPUおよびGPUの情報を取得し、当該情報に基づいて、描画手法の選択に用いる描画属性値を、3つの描画属性値の中から選択することになる。   In this case, the drawing technique determination unit 111 of the map drawing apparatus 10B acquires information on the CPU and GPU provided in the map drawing apparatus 10B, and sets the drawing attribute value used for selecting the drawing technique based on the information to 3 One drawing attribute value is selected.

このような地図描画装置10Bによれば、地図描画装置10Bの描画処理能力に応じた適切な描画手法を採用して、図形の描画を行うことができるので、描画に要する時間を短縮することが可能になり、描画処理の高速化を図ることができる。   According to such a map drawing apparatus 10B, it is possible to draw a figure by employing an appropriate drawing method according to the drawing processing capability of the map drawing apparatus 10B, so that the time required for drawing can be shortened. Thus, the drawing process can be speeded up.

また、上記各実施形態では、OpenGLを用いた線描画手法に、連続点描画手法と連続線描画手法とが含まれる場合を例示したが、OpenGLを用いた線描画手法以外の標準線描画手法にも、連続点描画手法と連続線描画手法とが含まれる態様であってもよい。   In each of the above embodiments, the case where the line drawing method using OpenGL includes the continuous point drawing method and the continuous line drawing method is exemplified, but the standard line drawing method other than the line drawing method using OpenGL is used. Alternatively, the continuous point drawing method and the continuous line drawing method may be included.

本発明はその発明の範囲内において、各実施形態の自由な組み合わせ、或いは各実施形態の任意の構成要素の変形、もしくは各実施形態において任意の構成要素の省略が可能である。   Within the scope of the invention, the present invention can be freely combined with each embodiment, modified with any component in each embodiment, or omitted with any component in each embodiment.

1 ナビゲーション装置、10A,10B,10C 地図描画装置、11 描画処理部、12 記憶部、14 記憶装置、15 表示部、111 描画手法決定部、112 三角形分割部、114 線描画部、117 多角形描画部、118 表示制御部、140 オブジェクトデータ、141 描画データ、142 描画属性値   DESCRIPTION OF SYMBOLS 1 Navigation apparatus, 10A, 10B, 10C Map drawing apparatus, 11 Drawing process part, 12 Memory | storage part, 14 Memory | storage device, 15 Display part, 111 Drawing method determination part, 112 Triangulation part, 114 Line drawing part, 117 Polygon drawing Part, 118 display control part, 140 object data, 141 drawing data, 142 drawing attribute value

Claims (11)

地図画像上のオブジェクトを表す図形を描画する際に用いる描画データ、および前記図形の描画手法を規定した描画属性値を含むオブジェクトデータを取得する取得手段と、
前記図形を描画するための複数の描画手法を有する描画手段と、
描画対象となる描画対象オブジェクトの前記描画属性情報に基づいて、前記複数の描画手法の中から、当該描画対象オブジェクトを表す描画対象図形を描画する際の描画手法を選択する選択手段と、
を備え、
前記描画手段は、前記選択手段によって選択された描画手法を用いて、前記描画対象図形を描画し、
前記描画手法は、1つの前記図形に対して複数存在する地図描画装置。
Acquisition means for acquiring drawing data used when drawing a graphic representing an object on a map image and drawing attribute values defining a drawing method of the graphic;
Drawing means having a plurality of drawing methods for drawing the figure;
Based on the drawing attribute information of the drawing target object to be drawn, a selection means for selecting a drawing method for drawing a drawing target graphic representing the drawing target object from the plurality of drawing methods;
With
The drawing means draws the drawing target figure using the drawing method selected by the selection means ,
There are a plurality of map drawing apparatuses that exist for one figure .
前記描画手段は、前記複数の描画手法として、
前記描画対象図形としての多角形の図形を描画する際に用いる多角形描画手法、
および前記多角形描画手法に比べて少ない演算量で前記描画対象図形を描画可能な標準描画手法を有する請求項1に記載の地図描画装置。
The drawing means includes the plurality of drawing methods,
A polygon drawing method used when drawing a polygonal figure as the drawing target figure;
And map drawing device according to claim 1 having a standard drawing our method drawable the drawing object graphic with a small amount of calculation as compared with the polygon rendering our method.
前記描画手段は、前記複数の描画手法として、
前記描画対象図形としての線状の図形を描画する際に用いる線描画手法を有し、
前記線描画手法には、複数の点を並べて前記線状の図形を描く連続点描画手法と、有限直線を用いて前記線状の図形を描く連続線描画手法とが含まれる請求項に記載の地図描画装置。
The drawing means includes the plurality of drawing methods,
A line drawing technique used when drawing a line figure as the drawing target figure;
The said line drawing techniques, according to claim 1 that contains a continuous point drawing technique by arranging a plurality of points drawing shapes of the linear and continuous line drawing technique for drawing the wire-like shape using a finite straight line Map drawing device.
前記多角形描画手法には、
前記描画データに含まれる前記描画対象図形の頂点データに基づいて、前記描画対象図形を複数の三角形に分割して描画対象領域を特定することによって、前記描画対象図形を描画する三角形分割描画手法と、
前記頂点データに基づいて、前記描画対象図形における或る頂点から他の各頂点に対して線分を引いて三角形を形成し、形成された各三角形の重なり回数に応じて描画対象領域を特定することによって、前記描画対象図形を描画するステンシル描画手法と、
が含まれる請求項に記載の地図描画装置。
The polygon drawing method includes:
A triangulation drawing method for drawing the drawing target figure by dividing the drawing target figure into a plurality of triangles based on vertex data of the drawing target figure included in the drawing data and specifying a drawing target area; ,
Based on the vertex data, a line segment is drawn from one vertex in the drawing target graphic to each other vertex to form a triangle, and the drawing target region is specified according to the number of overlaps of each formed triangle. A stencil drawing method for drawing the drawing target figure,
The map drawing apparatus according to claim 2 , including:
前記描画属性値は、前記多角形描画手法および前記標準描画手法を特定するための値が存在する請求項2に記載の地図描画装置。 The drawing attribute value, the map drawing device according to claim 2, the values for identifying the standard drawing our method and our the polygon rendering our method is present. 前記描画属性値には、前記三角形分割描画手法、および前記ステンシル描画手法を特定するための2つの値が存在する請求項4に記載の地図描画装置。   The map drawing apparatus according to claim 4, wherein the drawing attribute value includes two values for specifying the triangulation drawing method and the stencil drawing method. 前記オブジェクトデータは、前記描画属性値として、第1のハードウェアにおいて描画を行うときの描画手法を示す第1描画属性値と、第2のハードウェアにおいて描画を行うときの描画手法を示す第2描画属性値とを前記図形ごとに含み、
前記取得手段は、前記第1描画属性値と前記第2描画属性値とを取得し、
前記選択手段は、前記図形の描画を行うハードウェアが前記第1のハードウェアであるか、或いは前記第2のハードウェアであるかを判定し、判定結果に基づいて、描画手法の選択に用いる描画属性値を、前記第1描画属性値および前記第2描画属性値のうちから選ぶ請求項1に記載の地図描画装置。
The object data includes, as the drawing attribute value, a first drawing attribute value indicating a drawing method when drawing is performed on first hardware, and a second drawing method indicating a drawing method when drawing is performed on second hardware. A drawing attribute value for each figure,
The acquisition means acquires the first drawing attribute value and the second drawing attribute value,
The selection unit determines whether the hardware for drawing the graphic is the first hardware or the second hardware, and uses it for selecting a drawing method based on the determination result. The map drawing apparatus according to claim 1, wherein a drawing attribute value is selected from the first drawing attribute value and the second drawing attribute value.
前記オブジェクトデータは、描画処理を行うCPUおよびGPUの組合せに適応する描画手法を規定した描画属性値を、前記組合せの数に応じて前記図形ごとに複数有し、
前記取得手段は、前記組合せの数に応じた各描画属性値を取得し、
前記選択手段は、前記図形の描画処理に使用するCPUおよびGPUの情報を取得し、当該情報に基づいて、描画手法の選択に用いる描画属性値を、前記各描画属性値の中から選ぶ請求項1に記載の地図描画装置。
The object data has a plurality of drawing attribute values for each figure depending on the number of the combinations, which define a drawing method adapted to a combination of a CPU and a GPU that perform drawing processing,
The acquisition means acquires each drawing attribute value according to the number of the combinations,
The said selection means acquires the information of CPU and GPU used for the drawing process of the said figure, and selects the drawing attribute value used for selection of a drawing method from each said drawing attribute value based on the said information The map drawing apparatus according to 1.
前記描画属性値には、前記三角形分割描画手法を採用することを示す特定描画属性値が複数存在し、
前記描画対象図形が複雑になるにつれて描画対象図形の描画属性値には、複数の前記特定描画属性値のうち、大きい値の特定描画属性値が割り当てられ、
前記選択手段は、描画を行うハードウェアの性能を数値化したハードウェア性能値を取得し、当該ハードウェア性能値が描画対象図形の特定描画属性値以上のとき、前記三角形分割描画手法を前記描画対象図形を描画する際の描画手法として選択し、ハードウェア性能値が描画対象図形の特定描画属性値より小さいとき、前記ステンシル描画手法を前記描画対象図形を描画する際の描画手法として選択する請求項1に記載の地図描画装置。
The drawing attribute value includes a plurality of specific drawing attribute values indicating that the triangulation drawing method is adopted,
As the drawing target figure becomes complex, a drawing attribute value of the drawing target figure is assigned a specific drawing attribute value having a larger value among the plurality of specific drawing attribute values,
The selection unit obtains a hardware performance value obtained by quantifying the performance of hardware that performs drawing, and when the hardware performance value is equal to or greater than a specific drawing attribute value of a drawing target graphic, the triangulation drawing method is used as the drawing method. The drawing method is selected as a drawing method for drawing the target graphic, and when the hardware performance value is smaller than the specific drawing attribute value of the drawing target graphic, the stencil drawing method is selected as a drawing method for drawing the drawing target graphic. Item 2. The map drawing device according to Item 1.
地図画像上のオブジェクトを表す図形を描画する際に用いる描画データ、および前記図形の描画手法を規定した描画属性値を取得する取得手段と、
前記図形を描画するための複数の描画手法を有する描画手段と、
描画対象となる描画対象オブジェクトの前記描画属性情報に基づいて、前記複数の描画手法の中から、当該描画対象オブジェクトを表す描画対象図形を描画する際の描画手法を選択する選択手段と、
前記選択手段によって選択された描画手法を用いて描画された図形を含む地図画像を表示部に出力する表示制御手段と、
を備え
前記描画手法は、1つの前記図形に対して複数存在するナビゲーション装置。
Obtaining means for obtaining drawing data used to draw a graphic representing an object on a map image, and a drawing attribute value defining a drawing method of the graphic;
Drawing means having a plurality of drawing methods for drawing the figure;
Based on the drawing attribute information of the drawing target object to be drawn, a selection means for selecting a drawing method for drawing a drawing target graphic representing the drawing target object from the plurality of drawing methods;
Display control means for outputting a map image including a graphic drawn using the drawing technique selected by the selection means to a display unit;
Equipped with a,
The drawing technique, the navigation device be multiple exist for one of said graphic.
a)地図画像上のオブジェクトを表す図形を描画する際に用いる描画データ、および前記図形の描画手法を規定した描画属性値を取得する工程と、
b)描画対象となる描画対象オブジェクトの描画属性値に基づいて、複数の描画手法の中から、当該描画対象オブジェクトを表す描画対象図形を描画する際の描画手法を選択する工程と、
c)前記b)工程において選択された描画手法を用いて、前記描画対象図形を描画する工程と、
を備え
前記描画手法は、1つの前記図形に対して複数存在する地図描画方法。
a) obtaining drawing data used when drawing a graphic representing an object on a map image, and drawing attribute values defining a drawing method of the graphic;
b) selecting a drawing method for drawing a drawing target graphic representing the drawing target object from among a plurality of drawing methods based on the drawing attribute value of the drawing target object to be drawn;
c) drawing the drawing target figure using the drawing method selected in the step b);
Equipped with a,
The drawing method, a map drawing how to more exist for one of said graphic.
JP2013556117A 2012-01-31 2012-01-31 Map drawing device, navigation device, and map drawing method Active JP5738442B2 (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2012/052104 WO2013114559A1 (en) 2012-01-31 2012-01-31 Map drawing device, navigation device and map drawing method

Publications (2)

Publication Number Publication Date
JPWO2013114559A1 JPWO2013114559A1 (en) 2015-05-11
JP5738442B2 true JP5738442B2 (en) 2015-06-24

Family

ID=48904639

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013556117A Active JP5738442B2 (en) 2012-01-31 2012-01-31 Map drawing device, navigation device, and map drawing method

Country Status (4)

Country Link
JP (1) JP5738442B2 (en)
CN (1) CN104094316B (en)
DE (1) DE112012005794T5 (en)
WO (1) WO2013114559A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106155988A (en) * 2015-03-31 2016-11-23 阿里巴巴集团控股有限公司 Data drawing list method for drafting based on excel and relevant apparatus
CN108038890A (en) * 2017-12-06 2018-05-15 广州视源电子科技股份有限公司 Polar plot demenstration method, device, equipment and computer-readable storage medium

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5349955B2 (en) * 2005-04-21 2013-11-20 マイクロソフト コーポレーション Virtual earth
JP5148950B2 (en) * 2007-08-30 2013-02-20 株式会社ゼンリンデータコム MAP DISPLAY DEVICE, MAP DISPLAY METHOD, COMPUTER PROGRAM, AND RECORDING MEDIUM
CN101159065A (en) * 2007-11-08 2008-04-09 武汉大学 Computer automatic drafting method of complicated map symbol
JP2010072808A (en) * 2008-09-17 2010-04-02 Mitsubishi Electric Corp Drawing device
CN101783022B (en) * 2010-02-03 2011-12-21 南京师范大学 Method for integrally symbolizing road net based on painter algorithm
CN102243770B (en) * 2011-07-19 2013-02-20 南昌航空大学 Method for quickly drawing realistic rendering of naval battlefield based on OSG

Also Published As

Publication number Publication date
CN104094316A (en) 2014-10-08
CN104094316B (en) 2017-11-21
DE112012005794T5 (en) 2014-10-16
WO2013114559A1 (en) 2013-08-08
JPWO2013114559A1 (en) 2015-05-11

Similar Documents

Publication Publication Date Title
JP5777735B2 (en) Map drawing device, navigation device, and map drawing method
CN104268911B (en) The method and apparatus of route in map making
JP6749151B2 (en) Method and apparatus for performing a graphics pipeline
CN110738722B (en) Thermodynamic diagram texture generation method, device and equipment
CN102096907B (en) Image processing technique
JP5959637B2 (en) Rendering a text image that follows a line
JP2014529796A5 (en)
KR102443697B1 (en) Method and apparatus for performing a path stroke
KR102188543B1 (en) Graphic processing unit
KR20180056316A (en) Method and apparatus for performing tile-based rendering
US9542724B1 (en) Systems and methods for stroke rendering on digital maps
CN109712225B (en) Rendering method, device, equipment and storage medium of surface object
JP5738442B2 (en) Map drawing device, navigation device, and map drawing method
KR101517465B1 (en) 3 asterization Engine and three-dimension graphics system for rasterizing by order adapted characteristic of polygon
US20160239996A1 (en) 3d map display system
CN111563963B (en) Tornado weather simulation method, intelligent terminal and storage medium
CN111226095B (en) Dynamic remodelling of digital maps
JP5738441B2 (en) Map drawing device, navigation device, and map drawing method
JP5777736B2 (en) MAP DATA CREATION DEVICE, MAP DATA CREATION METHOD, AND STORAGE MEDIUM
CN112330769B (en) Method and device for generating dotted line texture and electronic equipment
JP6058216B2 (en) Drawing apparatus, drawing method, and drawing program
JP6247456B2 (en) Navigation device and map drawing method
JP2015210730A (en) Image processor
JP3872056B2 (en) Drawing method
JP2004086479A (en) Information processor for displaying graphic, information processing method, program for realizing same method, and recording medium with its program recorded

Legal Events

Date Code Title Description
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: 20150324

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150421

R150 Certificate of patent or registration of utility model

Ref document number: 5738442

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250