JP2011065571A - Graphic display method and graphic display device - Google Patents

Graphic display method and graphic display device Download PDF

Info

Publication number
JP2011065571A
JP2011065571A JP2009217707A JP2009217707A JP2011065571A JP 2011065571 A JP2011065571 A JP 2011065571A JP 2009217707 A JP2009217707 A JP 2009217707A JP 2009217707 A JP2009217707 A JP 2009217707A JP 2011065571 A JP2011065571 A JP 2011065571A
Authority
JP
Japan
Prior art keywords
display
coordinate data
graphic
coordinate
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.)
Pending
Application number
JP2009217707A
Other languages
Japanese (ja)
Inventor
Hiroo Watanabe
裕生 渡邉
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.)
Victor Company of Japan Ltd
Original Assignee
Victor Company of Japan Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Victor Company of Japan Ltd filed Critical Victor Company of Japan Ltd
Priority to JP2009217707A priority Critical patent/JP2011065571A/en
Publication of JP2011065571A publication Critical patent/JP2011065571A/en
Pending legal-status Critical Current

Links

Landscapes

  • Processing Or Creating Images (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To suppress the amount of data for graphic display corresponding to a plurality of scales, to suppress computational complexity in displaying a rough graphic, and to display the rough graphic whose shape is not so different from a detail graphic. <P>SOLUTION: A recording part 110 records one or more pieces of display graphic data including: a coordinate data string composed by continuously arranging coordinate data of a plurality of vertexes to be required for drawing the detailed shape of the graphic at a first scale that is the maximum scale; and coordinate reference data for specifying the coordinate data of the plurality of vertexes to be required for drawing the rough shapes of the graphics by one or more scales that are less than the maximum scale, from the coordinate data string in accordance with the second scale. A conversion part 130 generates a rough coordinate data group where the coordinate values of the coordinate data group, which are constituted of only the second coordinate data specified from the coordinate data string in the display graphic data in accordance with the designated scale, are corrected into the coordinate system of the designated scale through the use of the coordinate reference data in the display graphic data read from the recording part 110. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は図形表示方法及び図形表示装置に係り、特に地図等の図形を画面上に表示する図形表示方法及び図形表示装置に関する。   The present invention relates to a graphic display method and a graphic display device, and more particularly to a graphic display method and a graphic display device for displaying a graphic such as a map on a screen.

地図と見なす図形データを画面上に表示するカーナビゲーションシステム等の図形表示装置において、同一の道路や区域を示す図形を縮尺に応じて、特に広範囲を表示するような場合は、概略図形としてユーザーが見やすい様に本来の詳細図形とは異なる形状で表示する必要がある。   In a graphic display device such as a car navigation system that displays graphic data to be regarded as a map on the screen, when a graphic showing the same road or area is displayed in a wide range according to the scale, the user can display a schematic graphic. It is necessary to display in a shape different from the original detailed figure for easy viewing.

この要求を満たすために、概略図形を表示する場合、以下の2通りの方法が通常考えられる。   In order to satisfy this requirement, the following two methods are usually conceivable when displaying a schematic figure.

まず1つ目の方法として、最も詳細な図形描画に必要な座標データ列だけを用意しておき、指定された表示縮尺に応じて、座標データ列に対して座標値除算、座標間引きや補間座標追加等の演算・補正処理を行い、概略図形用の座標データ列をその都度生成する方法が考えられる。しかし、この方法は、比較的単純な演算・補正処理を行うと詳細図形と概略図形の形状とが大きく異なる(詳細図形で円形に近い形状が、概略図形で三角形になる等)場合が考えられ、この表示画面を見るユーザーに誤解を与えてしまう。   As a first method, prepare only the coordinate data string necessary for drawing the most detailed figure, and coordinate value division, coordinate decimation and interpolation coordinates for the coordinate data string according to the specified display scale. A method is conceivable in which calculation / correction processing such as addition is performed and a coordinate data string for a schematic graphic is generated each time. However, in this method, when a relatively simple calculation / correction process is performed, there are cases where the shape of the detailed figure and the outline figure are greatly different (a shape that is close to a circle in the detailed figure becomes a triangle in the outline figure). This misleads the user who sees this display screen.

この問題を解決するために、様々な間引条件を基に詳細図形用の座標データ列から概略図形用の座標データ列を生成する地図データ生成方法が知られている(例えば、特許文献1参照)。この特許文献1記載の地図データ生成方法では、拡大図用に用意された詳細形状を表示可能な詳細ポリゴンを構成する頂点から対象頂点を選択し、その対象頂点と、隣接する隣接頂点との相対位置関係を表す所定のパラメータが、所定の間引き条件を満たす場合に、対象頂点を削除することで、概略形状を表示するための概略ポリゴンを生成する。   In order to solve this problem, a map data generation method is known in which a coordinate data string for a rough graphic is generated from a coordinate data string for a detailed graphic based on various thinning conditions (for example, see Patent Document 1). ). In the map data generation method described in Patent Document 1, a target vertex is selected from vertices constituting a detailed polygon that can display a detailed shape prepared for an enlarged view, and the target vertex and the relative adjacent vertex are relative to each other. When a predetermined parameter representing the positional relationship satisfies a predetermined thinning condition, a target polygon is generated by deleting the target vertex to generate a schematic polygon.

次に2つ目の手法として、各縮尺別に図形描画に必要な座標データ列を用意し、指定された表示縮尺に応じて利用する座標データ列を選択して表示する手法が考えられる。   Next, as a second method, a method of preparing a coordinate data string necessary for drawing a graphic for each scale, and selecting and displaying a coordinate data string to be used according to a designated display scale can be considered.

特開2007−256402号公報JP 2007-256402 A

しかしながら、特許文献1記載の方法は、複雑な演算・補正処理が必要となるため、演算量が増加し、それにより表示処理速度が低下するという問題がある。   However, the method described in Patent Document 1 requires a complicated calculation / correction process, which increases the amount of calculation, thereby reducing the display processing speed.

一方、2つ目の手法は、1つ目の手法による問題は解決されるが、同一の図形に対して縮尺別に図形描画に必要な座標データ列を複数用意しなければならないため、データ量が膨大になるという問題がある。   On the other hand, the second method solves the problem caused by the first method, but a plurality of coordinate data strings necessary for drawing a figure for each scale must be prepared for each scale. There is a problem of becoming enormous.

本発明は以上の点に鑑みなされたもので、複数の縮尺表示に対応する図形表示用データのデータ量を抑制し、かつ、概略図形表示の演算量も抑制すると共に、詳細図形と形状が乖離しない概略図形を表示する図形表示方法及び図形表示装置を提供することを目的とする。   The present invention has been made in view of the above points, and suppresses the data amount of graphic display data corresponding to a plurality of scale displays, and also suppresses the calculation amount of the schematic graphic display, and the detailed graphic and the shape are different from each other. An object of the present invention is to provide a graphic display method and a graphic display device for displaying a schematic graphic that is not performed.

上記の目的を達成するため、本発明の図形表示方法は、予め定められた複数の表示縮尺の中から表示する図形の表示縮尺を指定する第1のステップと、表示縮尺が最大である第1の表示縮尺の図形の詳細形状の描画に必要とされる複数の頂点の座標データである第1の座標データが連続して並ぶ座標データ列と、表示縮尺が最大未満である1つ以上の第2の表示縮尺の図形の概略形状の描画に必要とされる1つ以上の頂点の座標データであり、第1の座標データ中に包含されている座標データである第2の座標データを、1つ以上の第2の表示縮尺毎に対応して座標データ列から特定するための座標参照データとを有する表示図形データが1つ以上記録されている記録部から、第1のステップにより任意の1つの第2の表示縮尺が指定表示縮尺として指定されたときに表示図形データを読み出し、この表示図形データ中の指定表示縮尺に対応した座標参照データにより表示図形データ中の座標データ列から指定表示縮尺に応じた第2の座標データのみで構成される座標データ群を特定する第2のステップと、第2のステップで特定された座標データ群の各座標値を、指定表示縮尺の座標系にそれぞれ補正した概略座標データ群を生成する第3のステップと、生成された概略座標データ群を記憶部に記憶した後、記憶部から取得した概略座標データ群に基づいて、指定表示縮尺で図形の概略形状を表示部に描画して表示させる第4のステップとを含むことを特徴とする。 In order to achieve the above object, a graphic display method of the present invention includes a first step of designating a display scale of a graphic to be displayed from a plurality of predetermined display scales, and a first display scale that is maximum. The coordinate data string in which the first coordinate data, which is the coordinate data of a plurality of vertices necessary for drawing the detailed shape of the display scale figure, is continuously arranged, and one or more first scale data whose display scale is less than the maximum. The second coordinate data, which is coordinate data of one or more vertices necessary for drawing the approximate shape of the figure of the display scale of 2, and which is included in the first coordinate data, is 1 From the recording unit in which one or more pieces of display graphic data having coordinate reference data for specifying from the coordinate data string corresponding to each of two or more second display scales are recorded, an arbitrary 1 One second display scale is designated display scale The display graphic data is read out when specified as, and only the second coordinate data corresponding to the specified display scale is selected from the coordinate data string in the display graphic data by the coordinate reference data corresponding to the specified display scale in the display graphic data. A second step of specifying a coordinate data group to be configured; and a second step of generating a rough coordinate data group in which each coordinate value of the coordinate data group specified in the second step is corrected to a coordinate system of a designated display scale. Step 3 and the generated approximate coordinate data group are stored in the storage unit, and then, based on the approximate coordinate data group acquired from the storage unit, the schematic shape of the figure is drawn and displayed on the display unit at the designated display scale. And a fourth step.

また、上記の目的を達成するため、本発明の図形表示装置は、予め定められた複数の表示縮尺の中から表示する図形の表示縮尺を指定する入力手段と、表示縮尺が最大である第1の表示縮尺の図形の詳細形状の描画に必要とされる複数の頂点の座標データである第1の座標データが連続して並ぶ座標データ列と、表示縮尺が最大未満である1つ以上の第2の表示縮尺の図形の概略形状の描画に必要とされる1つ以上の頂点の座標データであり、第1の座標データ中に包含されている座標データである第2の座標データを、1つ以上の第2の表示縮尺毎に対応して座標データ列から特定するための座標参照データとを有する表示図形データが1つ以上記録されている記録手段と、入力手段により任意の1つの第2の表示縮尺が指定表示縮尺として指定された場合に、記録手段から読み出した表示図形データ中の指定表示縮尺に対応した座標参照データにより、指定表示縮尺に応じて表示図形データ中の座標データ列から特定された第2の座標データのみで構成される座標データ群の各座標値を、指定表示縮尺の座標系にそれぞれ補正した概略座標データ群を生成する変換手段と、概略座標データ群を記憶する記憶手段と、記憶手段より概略座標データ群を取得して、指定表示縮尺で図形の概略形状を表示手段に描画して表示させる描画手段とを有することを特徴とする。   In order to achieve the above object, the graphic display device of the present invention includes an input means for designating a display scale of a graphic to be displayed from a plurality of predetermined display scales, and a first display scale that is the maximum. The coordinate data string in which the first coordinate data, which is the coordinate data of a plurality of vertices necessary for drawing the detailed shape of the display scale figure, is continuously arranged, and one or more first scale data whose display scale is less than the maximum. The second coordinate data, which is coordinate data of one or more vertices necessary for drawing the approximate shape of the figure of the display scale of 2, and which is included in the first coordinate data, is 1 Recording means in which one or more display graphic data having coordinate reference data for specifying from the coordinate data string corresponding to each of two or more second display scales are recorded, and any one first 2 display scale is designated display scale The second coordinate data specified from the coordinate data string in the display graphic data according to the specified display scale by the coordinate reference data corresponding to the specified display scale in the display graphic data read from the recording means when specified. Conversion means for generating approximate coordinate data groups obtained by correcting each coordinate value of the coordinate data group consisting of only the coordinate system of the designated display scale, storage means for storing the approximate coordinate data group, and an outline from the storage means The image processing apparatus includes a drawing unit that acquires a coordinate data group and draws and displays a schematic shape of the figure on a display unit at a specified display scale.

ここで、上記の座標参照データは、第2の表示縮尺毎に、座標データ列を構成する1つ以上の第1の座標データの中から、その第1の座標データの並び順に対応したビットフラグで第2の座標データを特定するフラグ列で構成するようにしてもよい。   Here, the coordinate reference data is a bit flag corresponding to the arrangement order of the first coordinate data from one or more first coordinate data constituting the coordinate data string for each second display scale. In this case, the second coordinate data may be constituted by a flag string that specifies the second coordinate data.

また、上記の座標参照データは、指定表示縮尺よりも一段階表示縮尺が大である第1又は第2の表示縮尺の座標データの中から、その座標データの並び順に対応したビットフラグで指定表示縮尺の第2の座標データを特定するフラグ列を構成するようにしてもよい。   Further, the coordinate reference data is designated and displayed by a bit flag corresponding to the arrangement order of the coordinate data from the coordinate data of the first or second display scale having a one-step display scale larger than the designated display scale. You may make it comprise the flag row | line | column which specifies the 2nd coordinate data of a reduced scale.

本発明によれば、複数の縮尺表示に対応する図形表示用データのデータ量を抑制し、かつ、概略図形表示の演算量も抑制すると共に、詳細図形と形状が乖離しない概略図形を表示することができる。   According to the present invention, the data amount of graphic display data corresponding to a plurality of scale displays is suppressed, the calculation amount of the schematic graphic display is also suppressed, and the schematic graphic whose shape does not deviate from the detailed graphic is displayed. Can do.

本発明の図形表示装置の一実施の形態のブロック図である。It is a block diagram of one embodiment of a graphic display device of the present invention. 本発明における表示図形データのレベル構造及びブロック構造に関する一例を示す図である。It is a figure which shows an example regarding the level structure and block structure of the display figure data in this invention. 本発明におけるレベル間で同位置の座標算出の一例の説明図を示す図である。It is a figure which shows explanatory drawing of an example of the coordinate calculation of the same position between levels in this invention. 本発明で用いる図形表示データ中のレベル管理テーブル、ブロック管理テーブル、図形テーブルの一例を示す図である。It is a figure which shows an example of the level management table, block management table, and figure table in the figure display data used by this invention. 本発明で用いる図形表示データ中の図形レコードとこれに対応する座標データ列テーブルとフラグ列テーブルとの対応関係の一例を示す図である。It is a figure which shows an example of the correspondence of the figure record in the figure display data used by this invention, the coordinate data sequence table corresponding to this, and a flag sequence table. 本発明の実施の形態における座標データ列とフラグ列とを用いた図形描画の一例の説明図を示す図である。It is a figure which shows explanatory drawing of an example of the figure drawing using the coordinate data row | line | column and flag row | line | column in embodiment of this invention. 本発明の図形表示装置及び図形表示方法の一実施の形態の動作説明用フローチャートである。It is a flowchart for operation | movement description of one Embodiment of the figure display apparatus and figure display method of this invention.

次に、本発明の実施形態について図面を参照しながら詳細に説明する。   Next, embodiments of the present invention will be described in detail with reference to the drawings.

図1は、本発明になる図形表示装置の一実施の形態のブロック図を示す。同図において、本実施の形態の図形表示装置100は、記録部110、読出部120、変換部130、入力部140、記憶部150、描画部160、及び表示部170から構成される。   FIG. 1 shows a block diagram of an embodiment of a graphic display device according to the present invention. In the figure, the graphic display device 100 according to the present embodiment includes a recording unit 110, a reading unit 120, a conversion unit 130, an input unit 140, a storage unit 150, a drawing unit 160, and a display unit 170.

記録部110は、1つ以上の表示図形に関する情報を有する表示図形データを格納する。読出部120は、変換部130からの要求に応じて記録部110から表示図形データを読み出し、一時的に記憶する。   The recording unit 110 stores display graphic data having information on one or more display graphics. The reading unit 120 reads display graphic data from the recording unit 110 in response to a request from the conversion unit 130 and temporarily stores the display graphic data.

変換部130は、入力部140から通知された内容に基づいて、読出部120が保持する表示図形データから表示対象となる図形を特定し、1つ以上の図形に対する座標データを記憶部150に出力する。その際、変換部130は、表示対象図形全てに対する座標データを記憶部150に出力したら、描画部160に対して描画開始命令を発行する。   Based on the content notified from the input unit 140, the conversion unit 130 specifies a graphic to be displayed from the display graphic data held by the reading unit 120, and outputs coordinate data for one or more graphics to the storage unit 150. To do. At this time, the conversion unit 130 issues a drawing start command to the drawing unit 160 when the coordinate data for all the display target graphics is output to the storage unit 150.

入力部140は、図形表示装置100の外部から表示縮尺や表示範囲を変換部130に指定する。記憶部150は、変換部130から出力された1つ以上の座標データを一時的に記憶する。描画部160は、変換部130から通知された描画開始命令の受信と同時に、記憶部150に格納される1つ以上の座標データを用いて、表示対象図形を表示部170に描画する。表示部170は、描画部160により描画された図形を表示する。   The input unit 140 designates a display scale and a display range to the conversion unit 130 from the outside of the graphic display device 100. The storage unit 150 temporarily stores one or more coordinate data output from the conversion unit 130. The drawing unit 160 draws a display target graphic on the display unit 170 using one or more coordinate data stored in the storage unit 150 simultaneously with the reception of the drawing start command notified from the conversion unit 130. The display unit 170 displays the graphic drawn by the drawing unit 160.

次に、記録部110に記録される表示図形データについて説明する。   Next, display graphic data recorded in the recording unit 110 will be described.

記録部110に記録される表示図形データは、縮尺別の階層構造を有する。以下、この階層をレベルと呼び、最大縮尺(最拡大)をレベル0、以降縮尺が小さくなるほどレベル1,レベル2といったようにレベル値は「1」ずつ増加するものとし、レベル0から近いほど下位レベル、レベル0から遠いほど上位レベルと呼ぶものとする。従って、最下位レベルはレベル0である。   The display graphic data recorded in the recording unit 110 has a hierarchical structure for each scale. Hereinafter, this hierarchy is referred to as a level. The maximum scale (maximum expansion) is level 0, and the level value is increased by “1” as the scale is reduced, such as level 1 and level 2. The lower the level is, the lower the level is. The further away from the level, level 0, the higher level is called. Therefore, the lowest level is level 0.

また、表示図形データは、同一の座標サイズで表示範囲を分割したブロックと呼ばれる分割領域別に各図形が管理される。   In the display graphic data, each graphic is managed for each divided area called a block obtained by dividing the display range with the same coordinate size.

例えば、ある一定の解像度(座標サイズ)で表示部170に複数の縮尺で地図を表示する場合を考える。通常、上位レベルほど建物や道路等の図形描画縮尺は小さく、地理的に広範囲を表示する。一方、下位レベルほど建物や通路等の図形描画縮尺は大きく、地理的に狭範囲を表示する。   For example, consider a case where a map is displayed at a plurality of scales on the display unit 170 with a certain fixed resolution (coordinate size). In general, the higher the level, the smaller the drawing scale of buildings, roads, etc., and a wide geographical area is displayed. On the other hand, the lower the level, the larger the figure drawing scale of buildings, passages, etc., and geographically narrow range is displayed.

但し、上位レベルも下位レベルも合計した地理的範囲(表示範囲)は同じである。しかし、下位レベルほど図形の詳細形状を描画する必要があるため、同じ地理的範囲に対して下位レベルは上位レベルより大きな座標幅が必要となり、結果的に下位レベルになるほどデータ量が増加する。   However, the geographical range (display range) of the upper level and the lower level is the same. However, since it is necessary to draw the detailed shape of the graphic as the lower level, the lower level requires a larger coordinate width than the upper level with respect to the same geographical range, and as a result, the data amount increases as the lower level.

そして、図形表示装置100が備えるキャッシュメモリ容量制限を考慮すると、レベルにかかわらず記録部110から読み出すデータ量をある一定のサイズに制限する必要があるため、ブロックという分割領域単位を用いる。   Considering the cache memory capacity limitation of the graphic display device 100, it is necessary to limit the amount of data read from the recording unit 110 to a certain size regardless of the level. Therefore, a divided area unit called a block is used.

図2は、上記表示図形データのレベル構造及びブロック構造に関する一例を示す。図2(A)は、レベル0の表示範囲と各ブロックの座標サイズとの関係を示し、一つの表示範囲は、16個のブロックから構成されている。図2(B)は、レベル1の表示範囲と各ブロックの座標サイズとの関係を示し、一つの表示範囲は、4個のブロックから構成されている。レベル1の図形はレベル0の図形を1/2に縮尺した図形である。図2(C)は、レベル2の表示範囲と各ブロックの座標サイズとの関係を示し、一つの表示範囲は、1個のブロックから構成されている。レベル2の図形はレベル1の図形を1/2に縮尺した図形である。   FIG. 2 shows an example regarding the level structure and block structure of the display graphic data. FIG. 2A shows the relationship between the display range of level 0 and the coordinate size of each block, and one display range is composed of 16 blocks. FIG. 2B shows the relationship between the display range of level 1 and the coordinate size of each block, and one display range is composed of four blocks. The level 1 figure is a figure obtained by reducing the level 0 figure by half. FIG. 2C shows the relationship between the display range of level 2 and the coordinate size of each block, and one display range is composed of one block. The level 2 figure is a figure obtained by reducing the level 1 figure to 1/2.

図2(A)〜(C)に示すように、一つのブロックのサイズは、レベルに関係なく横方向のサイズがXで、縦方向のサイズがYであり、同一である。また、各ブロックを合計した表示範囲はレベルに関係なく同一である。   As shown in FIGS. 2A to 2C, the size of one block is the same regardless of the level, with the horizontal size being X and the vertical size being Y. Further, the total display range of each block is the same regardless of the level.

すなわち、表示図形データにおいて、レベルL(Lは0以上の整数)のブロックの表示領域は、レベルL+1の1ブロックの領域を縦方向と横方向にそれぞれN分割(Nは2以上の整数)ずつ分割した領域に対応する。従って、下位レベルほどブロックの表示領域は細分化される。なお、図2では説明を簡単にするために、レベル数を「3」、各レベルの分割ブロック数Nを「2」、各ブロックの横方向、縦方向の各座標サイズを(X,Y)としている。ただし、ブロック分割数Nや1ブロックの座標サイズは、各レベル間で異なっていても問題はない。   That is, in the display graphic data, the display area of the block of level L (L is an integer of 0 or more) is divided into N blocks of 1 block of level L + 1 in the vertical and horizontal directions (N is an integer of 2 or more). Corresponds to the divided area. Therefore, the display area of the block is subdivided as the lower level. In FIG. 2, for simplicity of explanation, the number of levels is “3”, the number of divided blocks N of each level is “2”, and the horizontal and vertical coordinate sizes of each block are (X, Y). It is said. However, there is no problem even if the number of block divisions N and the coordinate size of one block differ between the levels.

各レベルではブロックを一意に識別するため、各ブロックは、0から1ずつ増加する連番のブロック番号が割り当てられる。このブロック番号は、図2では各ブロック内の数値で示され、最左下ブロックから最右上ブロックに向かって横方向優先で、かつ、レベルL+1の1ブロックと同領域を構成するレベルLのNxNのブロック群に連番を割り当てるものとする。   In order to uniquely identify a block at each level, each block is assigned a sequential block number that increases by 1 from 0. This block number is indicated by a numerical value in each block in FIG. 2, and is given priority in the horizontal direction from the lower leftmost block to the uppermost right block, and the N × N level L constituting the same area as one block of level L + 1. A serial number is assigned to a block group.

上記のようなブロック番号の割り当て規則を適用すると、レベルL+1のブロック(ブロック番号BID(L+1))と同領域を構成するレベルLのブロック群のブロック番号群{BIDs(L)}は、次式で導出できる。   When the block number allocation rule as described above is applied, the block number group {BIDs (L)} of the level L block group constituting the same area as the level L + 1 block (block number BID (L + 1)) is expressed by the following equation: Can be derived.

例えば、レベル1のブロック番号3のブロック(BID(L+1)=3)と同領域を構成するレベル0のブロックのブロック番号群{BIDs(0)}は、式Aより次式で特定できる。 For example, the block number group {BIDs (0)} of the block of level 0 constituting the same area as the block of block number 3 of level 1 (BID (L + 1) = 3) can be specified by the following equation from equation A: .

{BIDs(0)}={3*(2*2)、3*(2*2)+1、・・・、(3+1)*(2*2)−1)}
={12,13,14,15}
また、地図等で表示縮尺を変更する場合、この表示縮尺に応じて各表示図形の頂点座標値を換算し、図形形状を拡大・縮小して表示する必要がある。すなわち、レベルLのあるブロックのブロック内座標と同一位置が存在するレベルL+1のブロック番号と、そのブロック内での座標とを算出する必要がある。
{BIDs (0)} = {3 * (2 * 2), 3 * (2 * 2) +1, ..., (3 + 1) * (2 * 2) -1)}
= {12,13,14,15}
Further, when the display scale is changed on a map or the like, it is necessary to convert the vertex coordinate value of each display figure in accordance with the display scale and to display the figure shape in an enlarged or reduced manner. That is, it is necessary to calculate the block number of the level L + 1 where the same position as the in-block coordinates of the block with the level L exists and the coordinates in the block.

前述したレベル構造・ブロック構造では、レベルLのブロック番号BID(L)で示される第1のブロックに対応するレベルL+1の第2のブロックのブロック番号BID(L+1)と、第1のブロックの左最下端座標(0,0)に対応する第2のブロックのブロック内座標(px0,qy0)とは、次式で導出される。   In the level structure / block structure described above, the block number BID (L + 1) of the second block of level L + 1 corresponding to the first block indicated by the block number BID (L) of level L and the first block The in-block coordinates (px0, qy0) of the second block corresponding to the left lowermost coordinates (0,0) are derived by the following equation.

BID(L+1)=BID(L)/(N*N) (式B)
(px0,qy0)=((BID(L)%N)*X/N,(BID(L+1)/N)*(Y/N)) (式C)
ただし、式B及び式C中、「A*B」はAとBとの乗算、「A/B」はAをBで除算した値(小数点以下切捨ての整数)、「A%B」はAをBで除算した剰余(整数)を示す。
BID (L + 1) = BID (L) / (N * N) (Formula B)
(px0, qy0) = ((BID (L)% N) * X / N, (BID (L + 1) / N) * (Y / N)) (Formula C)
However, in the formulas B and C, “A * B” is a multiplication of A and B, “A / B” is a value obtained by dividing A by B (an integer rounded down after the decimal point), and “A% B” is A Represents a remainder (integer) obtained by dividing B by B.

また、更に、レベルLのブロック番号BID(L)でのブロック内座標(x,y)に対応するレベルL+1のブロック番号BID(L+1)のブロック内座標(px,qy)は次式により算出される。   Furthermore, the intra-block coordinates (px, qy) of the block number BID (L + 1) of the level L + 1 corresponding to the intra-block coordinates (x, y) of the block number BID (L) of level L are given by Calculated.

(px,qy)=(px0+(x/N),qy0+(y/N)) (式D)
図3は、レベル間で同位置の座標算出の一例の説明図を示す。図3は、図2で示したレベル構造及びブロック構造に基づいた例で、レベル0のブロック番号BID(0)=15でのブロック内座標(x,y)に対応したレベル1のブロック番号BID(1)のブロック内座標(px,qy)を算出する例を示す。
(Px, qy) = (px0 + (x / N), qy0 + (y / N)) (Formula D)
FIG. 3 is an explanatory diagram illustrating an example of calculating coordinates at the same position between levels. FIG. 3 is an example based on the level structure and block structure shown in FIG. 2, and the level 1 block number BID corresponding to the in-block coordinates (x, y) at the level 0 block number BID (0) = 15. An example of calculating the in-block coordinates (px, qy) of (1) is shown.

まず、レベル0のブロック番号BID(0)=15に対応するレベル1のブロック番号BID(1)が、式(B)に基づいて、「3」と算出される。   First, the level 1 block number BID (1) corresponding to the level 0 block number BID (0) = 15 is calculated as “3” based on the equation (B).

次に、レベル0のブロック番号BID(0)=15のブロックの左最下端座標(0,0)に対応するレベル1のブロック番号BID(1)=3のブロック内座標(px0,qy0)が、式Cに基づいて次のように算出される。   Next, the in-block coordinates (px0, qy0) of the block number BID (1) = 3 of the level 1 corresponding to the lower leftmost coordinate (0,0) of the block of the level 0 block number BID (0) = 15 Based on the formula C, the following is calculated.

(px0,qy0)=((BID(0)%2)*X/2,(BID(1)/2)*(Y/2))=(X/2,Y/2)
そして、最後に式Dを用いることで、レベル0のブロック番号BID(0)=15のブロックのブロック内座標(x,y)に対応したレベル1のブロック番号BID(1)のブロックのブロック内座標(px,qy)が次のように算出される。
(px0, qy0) = ((BID (0)% 2) * X / 2, (BID (1) / 2) * (Y / 2)) = (X / 2, Y / 2)
Finally, by using the formula D, the block in the block of the level 1 block number BID (1) corresponding to the in-block coordinates (x, y) of the block of the level 0 block number BID (0) = 15 The coordinates (px, qy) are calculated as follows.

(px,qy)=(px0+(x/2),qy0+(y/2))
この計算を繰り返すことで、更に上位レベルのブロック及びブロック内座標を特定することが可能となる。
(px, qy) = (px0 + (x / 2), qy0 + (y / 2))
By repeating this calculation, it is possible to specify higher level blocks and in-block coordinates.

以上のように、本実施の形態で採用するレベル構造・ブロック構造では、式A〜式Dを利用して、任意の縮尺に応じて図形を拡大・縮小表示することが可能となる。   As described above, in the level structure / block structure employed in the present embodiment, it is possible to display the enlarged / reduced figure according to an arbitrary scale by using Expressions A to D.

次に、本発明における図形表示装置で用いる図形表示データの論理構造の一例について図4及び図5を参照して説明する。   Next, an example of the logical structure of graphic display data used in the graphic display device according to the present invention will be described with reference to FIGS.

記録部110に記録される表示図形データは、レベル管理テーブル、ブロック管理テーブル、図形テーブル、座標データ列テーブル、及びフラグ列テーブルにより構成される。図4は、このうち、レベル管理テーブル、ブロック管理テーブル、及び図形テーブルの一例を示す。   The display graphic data recorded in the recording unit 110 includes a level management table, a block management table, a graphic table, a coordinate data string table, and a flag string table. FIG. 4 shows an example of the level management table, block management table, and graphic table.

図4に示すように、レベル管理テーブル201は、レベル構成と各レベルのブロック構成を管理する情報を有し、レベル数分のレベル管理レコード211で構成される。レベル管理レコード211は、各レベルと最下位レベルとの縮尺比、及び各レベルのブロック数を有する。更に、レベル管理テーブル201又はレベル管理レコード211は、図4では図示を省略したが、記録部110内でのブロック管理テーブル202、図形テーブル203、及び図5に示す座標データ列テーブル204及びフラグ列テーブル205の記録領域を特定できる情報を保持するものとする。   As shown in FIG. 4, the level management table 201 has information for managing the level configuration and the block configuration of each level, and includes level management records 211 corresponding to the number of levels. The level management record 211 has a scale ratio between each level and the lowest level, and the number of blocks in each level. Further, although the level management table 201 or the level management record 211 is not shown in FIG. 4, the block management table 202, the graphic table 203, and the coordinate data string table 204 and flag string shown in FIG. Information that can specify the recording area of the table 205 is held.

また、図4に示すように、ブロック管理テーブル202は、最下位レベル(レベル0)のブロック数N0分のブロック管理レコード212をブロック番号昇順で格納する。ブロック管理レコード212は、最下位レベル(レベル0)の各ブロックで表示する図形に対応する図形レコード213への参照情報(図形レコード先頭位置及び図形レコード数)を表示最上位レベル別に保持する。ここで、「表示最上位レベル」とは、図形が表示される最上位レベルを示す。   Also, as shown in FIG. 4, the block management table 202 stores block management records 212 corresponding to the number N0 of blocks at the lowest level (level 0) in ascending order of block numbers. The block management record 212 holds reference information (graphic record start position and number of graphic records) to the graphic record 213 corresponding to the graphic displayed in each block at the lowest level (level 0) for each display highest level. Here, the “display top level” indicates the top level at which a graphic is displayed.

なお、「表示最上位レベルLの図形」とは、レベルLからレベル0(最下位レベル)までの各レベルでの表示で描画が必要な図形である。具体的には、地図を縮小表示(上位レベルで表示)した際、大規模公園等の面積の広い施設は表示されるが、家等の面積の小さい施設は表示されないといった例が挙げられる。この場合、面積が広い施設の図形ほど表示最上位レベルはより上位となり、面積が小さい施設の図形ほど表示最小レベルはより下位となる。   The “graphics at the highest display level L” is a graphic that needs to be drawn for display at each level from level L to level 0 (lowest level). Specifically, when a map is displayed in a reduced scale (displayed at a higher level), a facility with a large area such as a large park is displayed, but a facility with a small area such as a house is not displayed. In this case, the graphic display of a facility with a larger area has a higher display top level, and the graphic display of a facility with a smaller area has a lower display minimum level.

更に、図4に示すように、図形テーブル203は、各表示図形と一対一の関係となる図形レコード213を連続して格納する。図形テーブル203は、最下位レベルのブロック毎に、表示最上位レベル降順(上位レベルから下位レベル方向の順)で図形レコード213を連続して格納する。   Further, as shown in FIG. 4, the graphic table 203 continuously stores graphic records 213 having a one-to-one relationship with each display graphic. The graphic table 203 continuously stores graphic records 213 in descending order of display top level (in order from the upper level to the lower level) for each block at the lowest level.

図5は、図形レコードとこれに対応する座標データ列テーブルとフラグ列テーブルとの対応関係の一例を示す。図5において、図形レコード213は、図4に示した図形レコード213であり、座標データ列と各レベルでの概略図形表示に用いるフラグ列とを、座標データ列テーブル204とフラグ列テーブル205とから特定する情報を有する。この情報としては、図5に214で示す先頭座標データ位置PP、215で示すこの図形レコードが参照する座標データ数NXY(F)、216で示す表示レベル毎のフラグ列先頭位置PB2(PB1)及びフラグ数NFLG(a,b)などがある。フラグ数NFLG(a,b)は、図形レコードaが参照する表示レベルbのフラグ数である。なお、図5に示す図形レコード213は、図形レコードFでもある。   FIG. 5 shows an example of the correspondence relationship between the graphic record, the corresponding coordinate data string table, and the flag string table. In FIG. 5, a graphic record 213 is the graphic record 213 shown in FIG. 4, and a coordinate data string and a flag string used for displaying a schematic graphic at each level are obtained from the coordinate data string table 204 and the flag string table 205. Has information to identify. As this information, the head coordinate data position PP indicated by 214 in FIG. 5, the number of coordinate data NXY (F) referred to by this graphic record indicated by 215, the flag string start position PB 2 (PB 1) for each display level indicated by 216, and There are a number of flags NFLG (a, b) and the like. The number of flags NFLG (a, b) is the number of flags of display level b referred to by the graphic record a. Note that the graphic record 213 shown in FIG.

座標データ列テーブル204は、図形の詳細表示、すなわち最下位レベルでの表示に利用する一つ以上の頂点の座標データを図形毎に、かつ、各図形の描画順に連続して座標データ列として格納する。   The coordinate data string table 204 stores coordinate data of one or more vertices used for detailed graphic display, that is, display at the lowest level, as a coordinate data string for each graphic and successively in the drawing order of each graphic. To do.

フラグ列テーブル205は、ある図形の各表示レベルでの概略図形の表示(描画)に必要な頂点の座標データを、座標データ列から特定する一つ以上のフラグFLGのフラグ列を格納する。ここでは、図5に示すように、ある図形レコードFが参照する座標データ列をXYs[F]と表記する。また、XYs[F]の座標データ数をNXY(F)、構成座標データ群をXY(F,0)〜XY(F,NXY(F)−1)と表記する。   The flag string table 205 stores one or more flag strings of flag FLG that specifies vertex coordinate data necessary for displaying (drawing) a schematic graphic at each display level of a certain graphic from the coordinate data string. Here, as shown in FIG. 5, a coordinate data string referred to by a certain graphic record F is expressed as XYs [F]. Further, the number of coordinate data of XYs [F] is expressed as NXY (F), and the constituent coordinate data group is expressed as XY (F, 0) to XY (F, NXY (F) -1).

また、図形レコードFで特定されるレベルLの概略図形に用いられるフラグ列を図5に示すようにFLGs[F,L]と表記する。フラグ列FLGs[F,L]のフラグ数は、座標データ数、すなわちNXY(F)であり、その構成フラグ群をFLG(F,L,0),・・・,FLG(F,L,NXY(F)−1)と表記する。上記のように、フラグ列FLGs[F,L]は、レベルLの図形の概略形状の描画に必要な頂点の座標データを特定するための座標参照データである。   Further, a flag string used for a schematic graphic of level L specified by the graphic record F is expressed as FLGs [F, L] as shown in FIG. The number of flags in the flag row FLGs [F, L] is the number of coordinate data, that is, NXY (F), and the configuration flag group is FLG (F, L, 0),..., FLG (F, L, NXY). (F) -1). As described above, the flag string FLGs [F, L] is coordinate reference data for specifying the coordinate data of the vertices necessary for drawing the schematic shape of the level L graphic.

次に、本実施の形態における座標データ列とフラグ列とを用いた図形描画の一例について図6と共に説明する。図6は、本実施の形態における座標データ列とフラグ列とを用いた図形描画の一例の説明図を示す。図6の例は、図2で示したレベル構造及びブロック構造に基づいた例とする。   Next, an example of graphic drawing using the coordinate data string and the flag string in the present embodiment will be described with reference to FIG. FIG. 6 is an explanatory diagram illustrating an example of drawing a figure using the coordinate data string and the flag string in the present embodiment. The example of FIG. 6 is an example based on the level structure and the block structure shown in FIG.

ある図形Fは最下位レベルであるレベル0では、図6に示すように、レベル0のブロック番号BID(0)=15のブロック301で表示されるものとする。図6に示すように、ブロック301において、この図形Fは、レベル0での図形Fの座標データ列XYs(F)の全座標データである5つの頂点の座標データXY(F,0)(=(x0,y0))、XY(F,1)(=(x1,y1))、XY(F,2)(=(x2,y2))、XY(F,3)(=(x3,y3))、XY(F,4)(=(x4,y4))を順に描画して繋いだ図形であるものとする。   It is assumed that a certain figure F is displayed in a block 301 having a block number BID (0) = 15 at level 0 as shown in FIG. As shown in FIG. 6, in block 301, this figure F is coordinate data XY (F, 0) (= 5 vertices) which is all coordinate data of the coordinate data string XYs (F) of figure F at level 0. (X0, y0)), XY (F, 1) (= (x1, y1)), XY (F, 2) (= (x2, y2)), XY (F, 3) (= (x3, y3) ), XY (F, 4) (= (x4, y4)) are sequentially drawn and connected.

レベル1での図形Fの描画時は、座標データ列XYs(F)のうち、レベル1のフラグ列FLGs(F,1)により必要と判定される座標データのみを利用して描画が行われる。すなわち、フラグ列FLGs(F,1)中の例えば、フラグFLG(F,1,i)が「1」の場合は、座標データXY(F,i)は描画に必要な座標データと判定し、フラグFLG(F,1,i)が「0」の場合は、座標データXY(F,i)は描画に利用しない座標データと判定する(ただし、iは0〜NXY(F)−1までの整数)。そして、必要と判定された座標データ群のみに対して、前記式B、式C、式Dを用いた座標値の換算を行って、レベル1に応じた概略図形を描画する。   At the time of drawing the figure F at the level 1, drawing is performed using only the coordinate data determined to be necessary by the flag string FLGs (F, 1) of the level 1 in the coordinate data string XYs (F). That is, for example, when the flag FLG (F, 1, i) in the flag string FLGs (F, 1) is “1”, the coordinate data XY (F, i) is determined as the coordinate data necessary for drawing, When the flag FLG (F, 1, i) is “0”, the coordinate data XY (F, i) is determined as coordinate data not used for drawing (where i is 0 to NXY (F) −1). integer). Then, only the coordinate data group determined to be necessary is converted into coordinate values using the formulas B, C, and D, and a schematic figure corresponding to the level 1 is drawn.

ここでは、図6に示すように、レベル1の図形Fは、レベル1のブロック番号BID(1)=3のブロック302において、値が「1」である4つのフラグFLG(F,1,0)、FLG(F,1,1)、FLG(F,1,3)、FLG(F,1,4)にそれぞれ対応した座標データを、式B〜式Dにより座標値の換算を行って得られた、以下に示す4つの頂点の座標データ(p1,q1)、(p2,q2)、(p3,q3)、(p4,q4)を順に描画して繋いだ図形である。   Here, as shown in FIG. 6, the level 1 figure F has four flags FLG (F, 1, 0) whose value is “1” in the block 302 of the level 1 block number BID (1) = 3. ), FLG (F, 1,1), FLG (F, 1,3), and coordinate data corresponding to FLG (F, 1,4), respectively, obtained by converting the coordinate values using Equations B to D In this figure, the coordinate data (p1, q1), (p2, q2), (p3, q3), and (p4, q4) of the following four vertices are drawn and connected in order.

(p1,q1)=((x0/2)+px,(y0/2)+qy)
(p2,q2)=((x1/2)+px,(y1/2)+qy)
(p3,q3)=((x3/2)+px,(y3/2)+qy)
(p4,q4)=((x4/2)+px,(y4/2)+qy)
ただし、上記の4つの式中、px,qyは、ブロック番号BID(0)=15のブロックの左下端位置と同位置となるブロック番号BID(1)=3のブロックのブロック内のx座標、y座標を示す。
(p1, q1) = ((x0 / 2) + px, (y0 / 2) + qy)
(p2, q2) = ((x1 / 2) + px, (y1 / 2) + qy)
(p3, q3) = ((x3 / 2) + px, (y3 / 2) + qy)
(p4, q4) = ((x4 / 2) + px, (y4 / 2) + qy)
However, in the above four formulas, px and qy are the x coordinates in the block of the block with the block number BID (1) = 3 which is the same position as the lower left position of the block with the block number BID (0) = 15, The y coordinate is shown.

レベル2での図形Fの描画時は、レベル1での判定操作と同様に、座標データ列XYs(F)のうち、レベル2のフラグ列FLGs(F,2)により必要と判定される座標データのみを利用して描画が行われる。ここでは、図6に示すように、レベル2の図形Fは、レベル2のブロック番号BID(2)=0のブロック303において、フラグ列FLGs(F,2)中の値が「1」である2つのフラグFLG(F,2,0)、FLG(F,2,4)にそれぞれ対応した座標データを、式B〜式Dにより座標値の換算を行って得られた、以下の2つの頂点の座標データ(a1,b1)、(a2,b2)を順に描画して繋いだ図形である。   At the time of drawing the figure F at the level 2, the coordinate data determined to be necessary by the flag string FLGs (F, 2) of the level 2 in the coordinate data string XYs (F) as in the determination operation at the level 1. Drawing is performed using only. Here, as shown in FIG. 6, the level F figure F has a value “1” in the flag string FLGs (F, 2) in the block 303 of the level 2 block number BID (2) = 0. The following two vertices obtained by converting the coordinate values corresponding to the two flags FLG (F, 2,0) and FLG (F, 2,4), respectively, using Equations B to D The coordinate data (a1, b1) and (a2, b2) are sequentially drawn and connected.

(a1,b1)=((p1/4)+ap,(q1/4)+bq)
(a2,b2)=((p4/4)+ap,(q4/4)+bq)
ただし、上記の2つの式中、ap,bqは、ブロック番号BID(1)=3のブロックの左下端位置と同位置となるレベル2のブロック番号BID(2)=0のブロックのブロック内のx座標、y座標を示す。
(a1, b1) = ((p1 / 4) + ap, (q1 / 4) + bq)
(a2, b2) = ((p4 / 4) + ap, (q4 / 4) + bq)
However, in the above two formulas, ap and bq are in the block of the block of level 2 block number BID (2) = 0 which is the same position as the lower left position of the block of block number BID (1) = 3. The x and y coordinates are shown.

なお、フラグ列FLGs(F,1)及びFLGs(F,2)は、記録部110に記録する図形表示データ生成時に、図形の座標データ列から各レベルの概略図形を描画に必要となる座標データを決定しておく。また、各レベルで図形Fを描画する際に、座標データXY(F,i)が必要と判定した場合には、そのレベルのフラグを「1」、不要と判定した場合には「0」となるように生成し、記録部110に記録する。   The flag strings FLGs (F, 1) and FLGs (F, 2) are coordinate data necessary for drawing a rough graphic at each level from the graphic coordinate data string when generating graphic display data to be recorded in the recording unit 110. Decide. Further, when drawing the figure F at each level, if it is determined that the coordinate data XY (F, i) is necessary, the flag of that level is “1”, and if it is determined that it is not necessary, “0” is set. Is generated and recorded in the recording unit 110.

また、フラグ列の別の形式として、ある図形に対する表示レベルL+1のフラグ列のビット数を、表示レベルLのフラグ列で値「1」のビット(1b)となるビット数とし、表示レベルLのフラグ列のi番目のビットフラグは、表示レベルL−1のフラグ列で先頭から1bとなるi番目のビットフラグが示す座標データが有効か否かを判定するようなフラグ列とする形式も考えられる。フラグ列がこの形式の場合、前者の形式に比べて、図形表示データのデータ量を更に抑制することができる。   As another form of the flag sequence, the number of bits of the display level L + 1 flag sequence for a certain figure is set to the number of bits (1b) of the value “1” in the display level L flag sequence, and the display level L The i-th bit flag of the flag string may be a flag string that determines whether or not the coordinate data indicated by the i-th bit flag that is 1b from the top in the flag string of the display level L-1 is valid. It is done. When the flag string is in this format, the amount of graphic display data can be further suppressed as compared to the former format.

なお、フラグ列を生成するための概略図形の描画に必要となる座標データの決定方法は、公知であるのでここではその詳細な説明は省略するが、例えば特許文献1に記載された間引き条件等のように、レベル0とそれ以外の各レベルとの縮尺比率と詳細図形との形状差異を考慮して決定するものとする。   The method for determining the coordinate data required for drawing the schematic figure for generating the flag string is well known, and therefore detailed description thereof is omitted here. For example, the thinning-out conditions described in Patent Document 1, etc. As described above, it is determined in consideration of the scale ratio between level 0 and other levels and the shape difference between the detailed figures.

次に、本実施の形態の図形表示装置100の処理動作について図7等を併せ参照して説明する。   Next, the processing operation of the graphic display device 100 of the present embodiment will be described with reference to FIG.

図7は、本発明になる図形表示装置及び図形表示方法の一実施の形態の動作説明用フローチャートを示す。処理動作開始時点で、読出部120は、記録部110から図形表示データ内のレベル管理テーブル201、ブロック管理テーブル202を読み出し、読出部120内の図示しないメモリに予め記憶しておくものとする。また、入力部140から表示レベル及びブロック番号を指定する外部装置又はユーザーは、記録部110に記録されている図形表示データのレベル数、各レベルと最下位レベルとの縮尺比率、各ブロックに対応する領域範囲は既知であるものとする。   FIG. 7 is a flowchart for explaining the operation of the graphic display device and graphic display method according to the embodiment of the present invention. At the start of the processing operation, the reading unit 120 reads the level management table 201 and the block management table 202 in the graphic display data from the recording unit 110 and stores them in a memory (not shown) in the reading unit 120 in advance. Also, an external device or user who designates the display level and block number from the input unit 140 corresponds to the number of levels of graphic display data recorded in the recording unit 110, the scale ratio between each level and the lowest level, and each block. It is assumed that the area range to be known is known.

まず、入力部140は、変換部130に表示部170に表示する図形のレベルLと表示対象ブロック番号BID(L)とを指定する(ステップS1)。すると、変換部130は、指定された表示対象ブロック番号BID(L)と、同領域範囲を構成する最下位レベル(レベル0)のブロックのブロック番号群BIDs(0)とを特定する(ステップS2)。このブロック番号群BIDs(0)の特定処理では、レベルLに該当するレベル管理レコード201の内容とブロック番号BID(L)とから、ブロック番号群BIDs(0)のブロック個数NBsを特定すると共に、レベルLからレベル0に向かって下位レベルに1つ進む毎に式Aを計算することで、BIDs(0)を構成するブロック番号BID(0)[0]〜BID(0)[NBs-1]を特定する。   First, the input unit 140 designates the level L of the graphic to be displayed on the display unit 170 and the display target block number BID (L) in the conversion unit 130 (step S1). Then, the conversion unit 130 specifies the designated display target block number BID (L) and the block number group BIDs (0) of the lowest-level block (level 0) constituting the same area range (step S2). ). In the specifying process of the block number group BIDs (0), the number of blocks NBs of the block number group BIDs (0) is specified from the content of the level management record 201 corresponding to the level L and the block number BID (L), The block number BID (0) [0] to BID (0) [NBs-1] constituting BIDs (0) is calculated by calculating Formula A every time one level advances from level L to level 0. Is identified.

続いて、変換部130は、変数iの値を「0」に初期化した後、変数iが上記ブロック個数NBs未満であるかどうかを判定する(ステップS3)。変数iは0以上NBs未満の整数であるが変数iは、最初は上記のように「0」に初期化されており、上記ブロック個数NBs未満である。この場合は、変換部130は、続いて変数lvを最上位レベルLmaxに設定した後、その変数lvがレベルL以上であるかどうかを判定する(ステップS4)。   Subsequently, the conversion unit 130 initializes the value of the variable i to “0”, and then determines whether the variable i is less than the block number NBs (step S3). The variable i is an integer of 0 or more and less than NBs, but the variable i is initially initialized to “0” as described above and is less than the block number NBs. In this case, the conversion unit 130 subsequently sets the variable lv to the highest level Lmax, and then determines whether or not the variable lv is equal to or higher than the level L (step S4).

変数lvはL以上Lmax以下の整数である。通常は、最初の段階では最上位レベルLmaxに設定されている変数lvがレベルL以上であるので、その場合は変換部130は、読出部120に対して、記録部110からBID(0)[i]の表示最上位レベルlvの図形レコード群Fs(BID(0),[i],lv)を読み出させて、読出部120内のメモリに一時的に記憶させる(ステップS5)。以下、ステップS5で特定した図形レコード群Fs(BID(0),[i],lv)を構成する図形レコード数をNF、図形レコードをF[0]、・・・、F[NF-1]と表記する。   The variable lv is an integer between L and Lmax. Usually, in the first stage, the variable lv set to the highest level Lmax is equal to or higher than the level L. In this case, the conversion unit 130 sends the BID (0) [ The graphic record group Fs (BID (0), [i], lv) at the display highest level lv of i] is read and temporarily stored in the memory in the reading unit 120 (step S5). Hereinafter, the number of figure records constituting the figure record group Fs (BID (0), [i], lv) specified in step S5 is NF, the figure records are F [0],..., F [NF-1]. Is written.

続いて、変換部130は、変数jの値を「0」に初期化した後、変数jが上記図形レコード数NF未満であるかどうかを判定する(ステップS6)。変数jは0以上NF未満の整数であるが、最初は変数jは上記のように「0」であり、図形レコード数NF未満である。この場合は変換部130は、読出部120に対して、図形レコードF(j)に対応する座標データ列XYs(F[j])と、座標参照データとしての表示レベルLのフラグ列FLGs(F[j],L)とを読み出させ、変換部130内の図示しないメモリに格納する(ステップS7)。   Subsequently, the conversion unit 130 initializes the value of the variable j to “0”, and then determines whether or not the variable j is less than the figure record number NF (step S6). The variable j is an integer of 0 or more and less than NF. Initially, the variable j is “0” as described above, and is less than the figure record number NF. In this case, the conversion unit 130 sends the coordinate data string XYs (F [j]) corresponding to the graphic record F (j) and the flag string FLGs (F of display level L as coordinate reference data) to the reading unit 120. [j], L) are read out and stored in a memory (not shown) in the conversion unit 130 (step S7).

また、このステップS7では、変換部130は、図5で示した図形レコード213の座標データ列先頭位置214、座標データ数215、表示レベルLのフラグ列先頭位置及びフラグ数から、座標データ列XYs(F[j])の座標データ数NXYと、座標データ列XYs(F[j])を構成する座標データXY[0],・・・,XY[NXY-1]と、フラグ列FLGs(F[j],L)を構成するフラグFLG[0],・・・,FLG[NXY-1]を特定する。   In step S7, the conversion unit 130 calculates the coordinate data string XYs from the coordinate data string head position 214, the coordinate data number 215, the flag line head position of the display level L, and the flag number of the graphic record 213 shown in FIG. The coordinate data number NXY of (F [j]), the coordinate data XY [0], ..., XY [NXY-1] constituting the coordinate data string XYs (F [j]), and the flag string FLGs (F Flags FLG [0],..., FLG [NXY-1] constituting [j], L) are specified.

続いて、変換部130は、変数kの値を「0」に初期化した後、変数kが上記座標データ数NXY未満であるかどうかを判定する(ステップS8)。変数kは0以上NXY未満の整数であるが、最初は変数kは上記のように「0」に初期化されて座標データ数NXY未満である。この場合は変換部130は、ステップS7で特定したフラグFLG[k]の値が「1」であるかどうかを判定する(ステップS9)。   Subsequently, the conversion unit 130 initializes the value of the variable k to “0”, and then determines whether the variable k is less than the coordinate data number NXY (step S8). The variable k is an integer between 0 and NXY. Initially, the variable k is initialized to “0” as described above and is less than the number of coordinate data NXY. In this case, the conversion unit 130 determines whether or not the value of the flag FLG [k] specified in step S7 is “1” (step S9).

変換部130は、フラグFLG[k]の値が「1」でなければ(すなわち、「0」であれば)、座標データXY[k]は表示レベルLの表示に不要な座標データと判断して、変数kの値を「1」インクリメントして再びステップS8及びS9の処理を繰り返す。一方、変換部130は、ステップS9においてフラグFLG[k]の値が「1」であると判定したときは、座標データXY[k]は表示レベルLの表示に必要な座標データと判断して、その座標データXY[k]を記憶部150に格納する(ステップS10)。このようにして、変換部130は、変数kの値が座標データ数NXYに等しくなるまでステップS8〜S10の処理を繰り返し、座標データ数NXYの全座標データのうち、表示レベルLの表示に必要な座標データのみを記憶部150に記憶する。なお、記憶部150では、各図形別に格納された座標データ数を管理するものとする。   If the value of the flag FLG [k] is not “1” (that is, “0”), the conversion unit 130 determines that the coordinate data XY [k] is unnecessary coordinate data for displaying the display level L. Then, the value of the variable k is incremented by “1” and the processes of steps S8 and S9 are repeated again. On the other hand, when the conversion unit 130 determines in step S9 that the value of the flag FLG [k] is “1”, the conversion unit 130 determines that the coordinate data XY [k] is coordinate data necessary for display of the display level L. The coordinate data XY [k] is stored in the storage unit 150 (step S10). In this way, the conversion unit 130 repeats the processing of steps S8 to S10 until the value of the variable k becomes equal to the coordinate data number NXY, and is necessary for displaying the display level L among all coordinate data of the coordinate data number NXY. Only coordinate data is stored in the storage unit 150. Note that the storage unit 150 manages the number of coordinate data stored for each graphic.

変数kの値が座標データ数NXYに等しくなると、変換部130は、ステップS8から変数jの値を「1」インクリメントした後、ステップS6に進んで再び変数jの値が図形レコード数NF未満であるかどうかを判定する。そして、変換部130は、変数jの値が図形レコード数に等しいとステップS6で判定されるまで、ステップS6〜S10の処理を繰り返す。   When the value of the variable k becomes equal to the coordinate data number NXY, the conversion unit 130 increments the value of the variable j by “1” from step S8, and then proceeds to step S6, where the value of the variable j is again less than the figure record number NF. Determine if it exists. Then, the conversion unit 130 repeats the processes in steps S6 to S10 until it is determined in step S6 that the value of the variable j is equal to the number of graphic records.

変換部130は、変数jの値が図形レコード数NFに等しいとステップS6で判定されると、変数lvの値を「1」デクリメントした後ステップS4に戻り、再び変数lvがレベルLmax以上であるかどうかを判定する。   If it is determined in step S6 that the value of variable j is equal to the number of graphic records NF, conversion unit 130 decrements the value of variable lv by “1”, returns to step S4, and variable lv is again greater than or equal to level Lmax. Determine whether or not.

上記のステップS5〜S10の処理をブロックBID(0)[i]に対して行うと、ステップS4において、変数lvがレベルLmax以上であると判定される。これにより変換部130は、ステップS10で記憶部150に記憶された座標データ列XYs(F[j])を構成するすべての座標データXY[0]〜XY[NXY-1]の各座標値を、レベルLとレベル0の縮尺比率Rm(L)で除算する(ステップS11)。ステップS11における縮尺比率Rm(L)は、レベルLに関するレベル管理レコード211に記述される。   When the processing in steps S5 to S10 is performed on the block BID (0) [i], it is determined in step S4 that the variable lv is equal to or higher than the level Lmax. Thereby, the conversion unit 130 converts the coordinate values of all the coordinate data XY [0] to XY [NXY-1] constituting the coordinate data string XYs (F [j]) stored in the storage unit 150 in step S10. Then, it is divided by the scale ratio Rm (L) between level L and level 0 (step S11). The scale ratio Rm (L) in step S11 is described in the level management record 211 regarding the level L.

そして、変換部130は、ステップS11で除算して得られた座標データ群の各座標値に、ブロック番号群BIDs(0)のブロックの左下端に対応するレベルLのブロック番号BID(L)でのブロック内座標を算出して加算する(ステップS12)。ここで、加算するブロック内座標の座標値は、式B及び式Cを用いて計算することができる。   Then, the converting unit 130 uses the block number BID (L) of the level L corresponding to the lower left end of the block of the block number group BIDs (0) as each coordinate value of the coordinate data group obtained by dividing in step S11. The coordinates in the block are calculated and added (step S12). Here, the coordinate value of the in-block coordinate to be added can be calculated using Expression B and Expression C.

ステップS12の加算処理に続いて、変換部130は、変数iの値を「1」インクリメントした後、ステップS3に戻り再び変数iの値がブロック個数NBs未満であるかどうかを判定する。このようにして、ステップS3で変数iの値がブロック番号群BIDs(0)のブロック個数NBsに等しいと判定されるまで、ステップS4〜S12の処理が図形表示データの最上位レベルLmaxから表示レベルLまで表示レベル毎に繰り返される。   Following the addition process of step S12, the conversion unit 130 increments the value of the variable i by “1”, returns to step S3, and determines again whether the value of the variable i is less than the block number NBs. Thus, until it is determined in step S3 that the value of the variable i is equal to the block number NBs of the block number group BIDs (0), the processing in steps S4 to S12 is performed from the highest level Lmax of the graphic display data to the display level. Up to L is repeated for each display level.

ステップS3において、変数iの値がブロック番号群BIDs(0)のブロック個数NBsに等しいと判定されると、記憶部150にはブロック番号群BIDs(0)の表示対象ブロック番号BID(L)のブロックの描画に必要な概略図形の座標データ列が格納された状態になっている。このため、ステップS3において、変数iの値がブロック番号群BIDs(0)のブロック個数NBsに等しいと判定されると、変換部130は描画部160に対して、描画開始命令を通知する(ステップS13)。   In step S3, when it is determined that the value of the variable i is equal to the number of blocks NBs of the block number group BIDs (0), the storage unit 150 stores the display target block number BID (L) of the block number group BIDs (0). The coordinate data string of the schematic figure necessary for drawing the block is stored. For this reason, when it is determined in step S3 that the value of the variable i is equal to the block number NBs of the block number group BIDs (0), the conversion unit 130 notifies the drawing unit 160 of a drawing start command (step S3). S13).

この描画開始命令を通知された描画部160は、記憶部150から概略図形に関する座標データ列を読み出して、表示部170への描画を開始する。   Upon receiving this drawing start command, the drawing unit 160 reads a coordinate data string related to the schematic graphic from the storage unit 150 and starts drawing on the display unit 170.

以上の処理を行うことで、図形表示装置100は入力部140から指定される表示対象のレベルとブロックの図形表示を行うことができる。   By performing the above processing, the graphic display device 100 can perform graphic display of the display target level and block designated from the input unit 140.

このように、本実施の形態によれば、図形の詳細表示に利用する1つ以上の座標データを図形毎に、かつ、各図形の描画順に連続して格納した座標データ列テーブル204と、1つ以上のフラグを、ある図形の表示レベル毎に関する各表示レベルでの概略図形に必要な座標データを座標データ列から特定するフラグ列を格納したフラグ列テーブル205とを備え、最も詳細な図形表示時には座標データ列の全座標データを用いて表示を行い、概略図形表示時は、全座標データのうち、その概略図形の表示に必要な座標データのみを利用すると共に、必要とされた座標データの座標値の変換を所定の式に基づいて行って描画を行う。このため、本実施の形態によれば、前述した1つ目の方法に比べて詳細図形と概略図形の形状が大きく異なることはなく、また、特許文献1記載の方法のような概略図形用の座標データ列を生成する複雑な演算・補正処理が不要であり、更に、前述した2つ目の方法に比べて以下の理由で、本実施の形態の方がデータ量が少なくて済む。   As described above, according to the present embodiment, the coordinate data string table 204 that stores one or more pieces of coordinate data used for detailed display of a figure for each figure and sequentially in the drawing order of each figure, and 1 A flag column table 205 that stores a flag column that specifies coordinate data necessary for a schematic graphic at each display level for each graphic display level from a coordinate data column, with at least one flag, and the most detailed graphic display Sometimes display is performed using all coordinate data in the coordinate data string, and when displaying the rough graphic, only the coordinate data necessary for displaying the rough graphic is used out of the total coordinate data, and the required coordinate data is displayed. Drawing is performed by converting the coordinate values based on a predetermined expression. For this reason, according to the present embodiment, the shape of the detailed graphic and the schematic graphic are not significantly different from those of the first method described above, and for the schematic graphic as in the method described in Patent Document 1. A complicated calculation / correction process for generating a coordinate data string is unnecessary, and the data amount of the present embodiment is smaller than that of the second method described above for the following reason.

本実施の形態の方が2つ目の方法に比べてデータ量が少なくて済む理由は次の通りである。一般的に図形を表示するための座標データは、X、Y方向共に8〜32ビット程度で表現される。例えば、座標データをX、Y方向共に8ビットで表現するものとして、図6に示した図形Fを表示する場合、従来の2つ目の方法では、全レベルで表示に利用する座標データ列をそのまま用意するため、図6ではレベル0の座標点数が「5」、レベル1の座標点数が「4」、レベル2の座標点数が「2」であることから、図形Fの表示に必要なビット数は、176(={(5+4+2)*(8*2)})ビットである。   The reason why the amount of data is smaller in the present embodiment than in the second method is as follows. In general, coordinate data for displaying a figure is expressed by about 8 to 32 bits in both the X and Y directions. For example, when the figure F shown in FIG. 6 is displayed on the assumption that the coordinate data is expressed in 8 bits in both the X and Y directions, the second conventional method uses coordinate data strings used for display at all levels. Since the number of coordinate points at level 0 is “5”, the number of coordinate points at level 1 is “4”, and the number of coordinate points at level 2 is “2” in FIG. The number is 176 (= {(5 + 4 + 2) * (8 * 2)}) bits.

これに対し、本実施の形態では、従来の方法の最下位レベル以外の座標データ列がフラグに置き換えられるため、レベル0の座標点数が「5」、レベル1のフラグ数が「5」、レベル2のフラグ数が「5」であることから、図形Fの表示に必要なビット数は、90(={5*(8*2)+5+5}ビットとなる。従って、本実施の形態のように、全レベルの座標データではなく、フラグを用いることでデータ量を従来の2つ目の方法に比べて削減することができる。   In contrast, in this embodiment, the coordinate data string other than the lowest level in the conventional method is replaced with a flag, so that the number of coordinate points of level 0 is “5”, the number of flags of level 1 is “5”, level Since the number of flags of 2 is “5”, the number of bits necessary for displaying the graphic F is 90 (= {5 * (8 * 2) + 5 + 5} bits. As described above, the amount of data can be reduced by using a flag instead of coordinate data of all levels as compared with the conventional second method.

110 記録部
120 読出部
130 変換部
140 入力部
150 記憶部
160 描画部
170 表示部
110 Recording unit 120 Reading unit 130 Conversion unit 140 Input unit 150 Storage unit 160 Drawing unit 170 Display unit

Claims (4)

予め定められた複数の表示縮尺の中から表示する図形の表示縮尺を指定する第1のステップと、
表示縮尺が最大である第1の表示縮尺の前記図形の詳細形状の描画に必要とされる複数の頂点の座標データである第1の座標データが連続して並ぶ座標データ列と、前記表示縮尺が最大未満である1つ以上の第2の表示縮尺の前記図形の概略形状の描画に必要とされる1つ以上の頂点の座標データであり、前記第1の座標データ中に包含されている座標データである第2の座標データを、前記1つ以上の第2の表示縮尺毎に対応して前記座標データ列から特定するための座標参照データとを有する表示図形データが1つ以上記録されている記録部から、前記第1のステップにより任意の1つの前記第2の表示縮尺が指定表示縮尺として指定されたときに前記表示図形データを読み出し、この表示図形データ中の前記指定表示縮尺に対応した前記座標参照データにより前記表示図形データ中の前記座標データ列から前記指定表示縮尺に応じた前記第2の座標データのみで構成される座標データ群を特定する第2のステップと、
前記第2のステップで特定された前記座標データ群の各座標値を、前記指定表示縮尺の座標系にそれぞれ補正した概略座標データ群を生成する第3のステップと、
生成された前記概略座標データ群を記憶部に記憶した後、前記記憶部から取得した前記概略座標データ群に基づいて、前記指定表示縮尺で前記図形の概略形状を表示部に描画して表示させる第4のステップと
を含むことを特徴とする図形表示方法。
A first step of designating a display scale of a figure to be displayed from a plurality of predetermined display scales;
A coordinate data string in which the first coordinate data, which is coordinate data of a plurality of vertices required for drawing the detailed shape of the graphic of the first display scale having the maximum display scale, are arranged, and the display scale Is the coordinate data of one or more vertices required for drawing the approximate shape of the graphic at one or more second display scales, and is included in the first coordinate data One or more pieces of display graphic data having coordinate reference data for specifying the second coordinate data as coordinate data from the coordinate data string corresponding to each of the one or more second display scales are recorded. The display graphic data is read from the recording unit when any one of the second display scales is designated as the designated display scale by the first step, and the designated display scale in the display graphic data is read. Before A second step of identifying a configured group of coordinate data only in the second coordinate data corresponding to the specified display scale from the coordinate data string in said display figure data by coordinate reference data,
A third step of generating a rough coordinate data group obtained by correcting each coordinate value of the coordinate data group specified in the second step in the coordinate system of the designated display scale;
After storing the generated approximate coordinate data group in the storage unit, based on the approximate coordinate data group acquired from the storage unit, the approximate shape of the figure is drawn and displayed on the display unit at the designated display scale. A graphic display method comprising: a fourth step.
予め定められた複数の表示縮尺の中から表示する図形の表示縮尺を指定する入力手段と、
表示縮尺が最大である第1の表示縮尺の前記図形の詳細形状の描画に必要とされる複数の頂点の座標データである第1の座標データが連続して並ぶ座標データ列と、前記表示縮尺が最大未満である1つ以上の第2の表示縮尺の前記図形の概略形状の描画に必要とされる1つ以上の頂点の座標データであり、前記第1の座標データ中に包含されている座標データである第2の座標データを、前記1つ以上の第2の表示縮尺毎に対応して前記座標データ列から特定するための座標参照データとを有する表示図形データが1つ以上記録されている記録手段と、
前記入力手段により任意の1つの前記第2の表示縮尺が指定表示縮尺として指定された場合に、前記記録手段から読み出した前記表示図形データ中の前記指定表示縮尺に対応した前記座標参照データにより、前記指定表示縮尺に応じて前記表示図形データ中の前記座標データ列から特定された前記第2の座標データのみで構成される座標データ群の各座標値を、前記指定表示縮尺の座標系にそれぞれ補正した概略座標データ群を生成する変換手段と、
前記概略座標データ群を記憶する記憶手段と、
前記記憶手段より前記概略座標データ群を取得して、前記指定表示縮尺で前記図形の概略形状を表示手段に描画して表示させる描画手段と
を有することを特徴とする図形表示装置。
An input means for designating a display scale of a graphic to be displayed from a plurality of predetermined display scales;
A coordinate data string in which the first coordinate data, which is coordinate data of a plurality of vertices required for drawing the detailed shape of the graphic of the first display scale having the maximum display scale, are arranged, and the display scale Is the coordinate data of one or more vertices required for drawing the approximate shape of the graphic at one or more second display scales, and is included in the first coordinate data One or more pieces of display graphic data having coordinate reference data for specifying the second coordinate data as coordinate data from the coordinate data string corresponding to each of the one or more second display scales are recorded. Recording means, and
When any one of the second display scales is designated as the designated display scale by the input means, the coordinate reference data corresponding to the designated display scale in the display graphic data read from the recording means, Each coordinate value of the coordinate data group composed only of the second coordinate data specified from the coordinate data string in the display graphic data according to the designated display scale is set in the coordinate system of the designated display scale. Conversion means for generating a corrected approximate coordinate data group;
Storage means for storing the approximate coordinate data group;
A graphic display device, comprising: a drawing unit that acquires the approximate coordinate data group from the storage unit and draws and displays the schematic shape of the graphic on the display unit at the designated display scale.
前記座標参照データは、前記第2の表示縮尺毎に、前記座標データ列を構成する1つ以上の前記第1の座標データの中から、その第1の座標データの並び順に対応したビットフラグで前記第2の座標データを特定するフラグ列で構成することを特徴とする請求項2記載の図形表示装置。   The coordinate reference data is a bit flag corresponding to the arrangement order of the first coordinate data from one or more first coordinate data constituting the coordinate data string for each second display scale. 3. The graphic display device according to claim 2, wherein the graphic display device comprises a flag string for specifying the second coordinate data. 前記座標参照データは、前記指定表示縮尺よりも一段階表示縮尺が大である前記第1又は第2の表示縮尺の座標データの中から、その座標データの並び順に対応したビットフラグで前記指定表示縮尺の前記第2の座標データを特定するフラグ列を構成することを特徴とする請求項2記載の図形表示装置。   The coordinate reference data is the designated display with a bit flag corresponding to the arrangement order of the coordinate data from the coordinate data of the first or second display scale having a one-stage display scale larger than the designated display scale. 3. The graphic display device according to claim 2, wherein a flag string for specifying the second coordinate data of a reduced scale is configured.
JP2009217707A 2009-09-18 2009-09-18 Graphic display method and graphic display device Pending JP2011065571A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009217707A JP2011065571A (en) 2009-09-18 2009-09-18 Graphic display method and graphic display device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009217707A JP2011065571A (en) 2009-09-18 2009-09-18 Graphic display method and graphic display device

Publications (1)

Publication Number Publication Date
JP2011065571A true JP2011065571A (en) 2011-03-31

Family

ID=43951718

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009217707A Pending JP2011065571A (en) 2009-09-18 2009-09-18 Graphic display method and graphic display device

Country Status (1)

Country Link
JP (1) JP2011065571A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014057525A1 (en) * 2012-10-09 2014-04-17 三菱電機株式会社 Map data storage device, map display device
WO2014057526A1 (en) * 2012-10-09 2014-04-17 三菱電機株式会社 Map data storage device and map display device
WO2014057524A1 (en) * 2012-10-09 2014-04-17 三菱電機株式会社 Map data storage device and map display device

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014057525A1 (en) * 2012-10-09 2014-04-17 三菱電機株式会社 Map data storage device, map display device
WO2014057526A1 (en) * 2012-10-09 2014-04-17 三菱電機株式会社 Map data storage device and map display device
WO2014057524A1 (en) * 2012-10-09 2014-04-17 三菱電機株式会社 Map data storage device and map display device
JP5734528B2 (en) * 2012-10-09 2015-06-17 三菱電機株式会社 Map data storage device, map display device
JP5881842B2 (en) * 2012-10-09 2016-03-09 三菱電機株式会社 Map data storage device, map display device
JP5905114B2 (en) * 2012-10-09 2016-04-20 三菱電機株式会社 Map data storage device, map display device

Similar Documents

Publication Publication Date Title
US8736599B2 (en) Method for unified visualisation of heterogeneous datasets
Fisher et al. Continuous generalization for visualization on small mobile devices
JP5218109B2 (en) Visualization data processing device, visualization data processing device control method, and visualization data processing device control program
JP5419822B2 (en) Image processing apparatus, image display apparatus, image processing method, and data structure of image file
JP5443482B2 (en) Graphics drawing apparatus, graphics drawing method, graphics drawing program, recording medium recording graphics drawing program, integrated circuit for graphics drawing
JP2006172471A (en) Method and apparatus for three-dimensionally transforming two-dimensional linear data in real time and method and apparatus for three-dimensionally visualizing two-dimensional linear data in real time
CN105550247A (en) SVG standard customizable graphic symbol based power system graphic display method
KR102152879B1 (en) Method and apparatus for storing spatial information using 3D cube
CN112088372A (en) Method and system for simplified graphical depiction of bipartite graph
KR101797325B1 (en) Map processing method based on multi-scale model for building object
CN112489213A (en) Three-dimensional terrain model generation method and device, electronic equipment and storage medium
JP2000200034A (en) Three-dimensional mapping system and method thereof, and recording medium where three-dimensional mapping program is stored
CN113256477A (en) Method and tiling engine for storing tiling information in a graphics processing system
JP2011065571A (en) Graphic display method and graphic display device
CN115187445A (en) Visualization method and device based on Unity engine loading model
JP5372241B2 (en) Image display device
CN111446968B (en) Vector space data multistage compression method
She et al. An efficient method for rendering linear symbols on 3D terrain using a shader language
US5883629A (en) Recursive and anisotropic method and article of manufacture for generating a balanced computer representation of an object
JP2021157404A (en) Learning data generation method, learning data generation device, and program
CN116342724A (en) Thermodynamic diagram object generation method, device and computer readable storage medium
CN109684751A (en) A kind of drawing call method, device, equipment and the system of assembled architecture
CN1099643C (en) Font generating method and computor medium
CN115187709A (en) Geographic model processing method and device, electronic equipment and readable storage medium
JP2004233711A (en) Map data construction system

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Effective date: 20111012

Free format text: JAPANESE INTERMEDIATE CODE: A712