WO2022110496A1 - 一种多显示终端图标数据显示方法、系统和计算机存储介质 - Google Patents

一种多显示终端图标数据显示方法、系统和计算机存储介质 Download PDF

Info

Publication number
WO2022110496A1
WO2022110496A1 PCT/CN2020/141942 CN2020141942W WO2022110496A1 WO 2022110496 A1 WO2022110496 A1 WO 2022110496A1 CN 2020141942 W CN2020141942 W CN 2020141942W WO 2022110496 A1 WO2022110496 A1 WO 2022110496A1
Authority
WO
WIPO (PCT)
Prior art keywords
display
aggregation
points
latitude
point
Prior art date
Application number
PCT/CN2020/141942
Other languages
English (en)
French (fr)
Inventor
陈鸿坤
Original Assignee
威创集团股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 威创集团股份有限公司 filed Critical 威创集团股份有限公司
Publication of WO2022110496A1 publication Critical patent/WO2022110496A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/1423Digital output to display device ; Cooperation and interconnection of the display device with other functional units controlling a plurality of local displays, e.g. CRT and flat panel display
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/29Geographical information databases

Definitions

  • the present application relates to the technical field of computer display, and more particularly, to a method, system and computer storage medium for displaying icon data of a multi-display terminal.
  • the query results on the map are usually displayed in the form of marked points, but if there are too many marked points, it will not only greatly increase the rendering time of the client, make the client become stuck, but also cause intensive phobia.
  • a means is needed to display the most comprehensive information in the smallest area within the limited visible area of the user, without overlapping coverage. Aggregating the marker points is one of the methods.
  • the data in the corresponding range is generally obtained according to the visible area of the current display end, and then the data is aggregated and analyzed according to a preset aggregation radius.
  • the above-mentioned prior art is limited to a single display terminal.
  • Chinese patent CN105278909A discloses a method and system for displaying icon data of multiple GIS display terminals.
  • the map display range, map display resolution, and aggregation range factor of the reference terminal are sent to other terminals, and each terminal performs the same parameters according to the same parameters. Aggregation calculation, thereby achieving the same end-aggregation result.
  • the other terminals aggregate according to the current map display range of the reference terminal, and when the reference terminal performs map size scaling, all display terminals (including the reference terminal and other terminals) need to re-calculate the real-time aggregation, and the display efficiency is low.
  • the reference terminal is a 3D map
  • the current map display range is difficult to identify, which affects the aggregation effect of other terminals, the aggregation calculation is inaccurate, and the display terminals are not uniform.
  • the present application aims to overcome at least one defect (deficiency) of the above-mentioned prior art, and provides a method, system and computer storage medium for displaying icon data of a multi-display terminal.
  • the method for displaying icon data of multiple display terminals of the present application includes the following steps: selecting one of the multiple display terminals as a reference terminal, and acquiring characteristic data of the reference terminal; wherein the characteristic data includes the camera height Ch and the camera angle of the reference terminal.
  • a virtual pixel space is constructed according to the camera height Ch, the camera angle Fov and the map display pixel height Mh; the virtual pixel space is an area composed of a plurality of pixels, and the number of pixels it contains is inversely related to the camera height Ch ; Map the coordinates of the latitude and longitude points to be displayed on the virtual pixel space to obtain a plurality of pixel coordinates to be gathered, and gather the coordinates of the pixels to be gathered to form a gathering point; Convert the gathering point to the corresponding latitude and longitude Click on the display terminal for display.
  • the camera height Ch is the height of the reference point for the display terminal to display the map
  • the camera angle Fov is the field of view angle of the reference point
  • the map display pixel height Mh is the display width of the display terminal, in pixels.
  • the display terminal only needs to process the feature data and the latitude and longitude points to be displayed, and does not need to incorporate all the latitude and longitude points of the map into the aggregation calculation, which greatly reduces the processing time and improves the rendering and display efficiency.
  • the camera height Ch, the camera angle Fov and the map display pixel height Mh construct a virtual pixel space specifically: the number of pixels included in a row of the virtual pixel space is equal to: 360*earth radius/[tan(Fov/2)*Ch* 2/Mh]; the number of pixels included in one column of the virtual pixel space is equal to: 180*earth radius/[tan(Fov/2)*Ch*2/Mh].
  • the three feature data affect the size of the virtual pixel space. The smaller the pixels formed by the virtual pixel space, the more latitude and longitude points that can be mapped per pixel.
  • the camera height Ch is associated with the zooming situation of the map displayed by the reference terminal.
  • the virtual pixel space constructed with the feature data can adapt to different map zooming situations, so as to obtain reasonable aggregation results.
  • the latitude and longitude points of the whole earth can be mapped into the virtual pixel space, which means that if the latitude and longitude points to be displayed are changed due to the panning operation under the same map zoom condition, the aggregation calculation only needs to re-calculate the latitude and longitude points. It is mapped in the same virtual pixel space, which improves the rendering and display efficiency during panning operations.
  • the steps of gathering the coordinates of the pixels to be gathered to form a gathering point are specifically: presetting a gathering radius, and the gathering radius is in pixels; selecting one of all the coordinates of the pixels to be gathered as a center point; point and the coordinates of the pixels to be gathered whose distances from the center point are less than the gathering radius form a gathering point, and the pixel coordinates of the gathering point are the same as the corresponding central point; select one of the coordinates of the pixels to be gathered that do not form a gathering point.
  • the aggregation radius is in pixels.
  • the same aggregation radius includes the same pixel points.
  • the number of latitude and longitude points represented by a single pixel point is different, and the final aggregation results are also different.
  • a single pixel The more latitude and longitude points represented by a point, the greater the number of pixel coordinates to be aggregated that fall within a central point aggregation radius. In this way, the aggregation result is more reasonable.
  • the displayed aggregation points (latitude and longitude points) are not too dense, and when the map is enlarged, the displayed aggregation points (latitude and longitude points) are not too sparse.
  • the aggregation radius is a preset value, and the aggregation radius can be adjusted according to the geographic information to be reflected by the aggregation points to better reflect the map information.
  • the step of converting the gathering point into a corresponding latitude and longitude point for display by the display terminal is specifically: after forming the gathering point, calculating the gathering number, where the gathering number is the number of pixel coordinates to be gathered that form the gathering point;
  • the aggregation points are converted into corresponding latitude and longitude points, and the corresponding aggregation numbers are sent to the display terminal for display by the display terminal.
  • the method for displaying icon data of a multi-display terminal further includes a storage step and a pre-judgment step;
  • the storage step is specifically: storing the aggregation point and its corresponding feature data and the to-be-displayed after the aggregation point is formed.
  • the pre-judgment step is specifically: in all display terminals, according to the characteristic data to be displayed before the longitude and latitude points are gathered, judge whether to store the corresponding characteristic data and the gathered points of the longitude and latitude points to be displayed, if yes, then Convert the stored aggregation points into corresponding latitude and longitude points for display by the display terminal; otherwise, perform aggregation calculation.
  • the aggregation calculation of the present application relies on the virtual pixel space, and the latitude and longitude points of the whole earth can be mapped to the virtual pixel space. Different from the aggregation calculation of the prior art, the current map display range of the display terminal needs to be considered.
  • the virtual pixel space of the present application It can include all the global situations when the same map is zoomed, and the panning operation does not change the result of the aggregation calculation. Using this feature, each aggregation result can be stored for direct display next time when the same map is zoomed, improving the display efficiency.
  • the camera height Ch of the feature data is a limited set.
  • the limited camera height Ch corresponds to limited map zoom situations, reducing the need to store the results of aggregation calculations.
  • the multi-display terminal icon data display system of the present application includes:
  • the selection module selects one of the multiple display terminals as the reference terminal, and acquires characteristic data of the reference terminal; wherein, the characteristic data includes the camera height Ch, the camera angle Fov and the map display pixel height Mh of the reference terminal;
  • a sending module configured to send the feature data and the latitude and longitude points to be displayed to other display terminals except the reference terminal;
  • an aggregation module configured to construct a virtual pixel space according to the camera height Ch, the camera angle Fov and the map display pixel height Mh, and perform aggregation calculation on the longitude and latitude points to be displayed in the virtual pixel space;
  • the virtual pixel space is an area composed of multiple pixels, used to map the coordinates of latitude and longitude points on it, so that the latitude and longitude points can be represented by pixel coordinates; the number of pixels included in the virtual pixel space is inversely related to the camera height Ch.
  • the multi-display terminal icon data display system also includes a storage module for storing the aggregation calculation result of the aggregation module; the aggregation module reads from the storage module before performing the aggregation calculation, if the storage module Including the corresponding aggregation calculation result, the aggregation module directly outputs the corresponding aggregation calculation result, otherwise, the aggregation calculation is performed.
  • the computer storage medium of the present application stores a computer program thereon, and when the computer program is executed by the program execution body, the method for displaying icon data of a multi-display terminal is realized.
  • the beneficial effects of the present application are: to ensure that the aggregation results of multiple display terminals are the same, so that users of different display terminals can effectively communicate information, avoid information deviation, and both 2d and 3d maps are applicable; the aggregation process Fast, rendering and display efficiency is high; it allows storage of aggregation effects to further improve display efficiency.
  • FIG. 1 is a step diagram of a method for displaying icon data of a multi-display terminal according to Embodiment 1 of the present application.
  • FIG. 2 is a step diagram of a method for displaying icon data of a multi-display terminal according to Embodiment 2 of the present application.
  • FIG. 3 is a structural diagram of a multi-display terminal icon data display system of the present application.
  • selection module 1 transmission module 2 ; aggregation module 3 ; storage module 4 .
  • This embodiment provides a method for displaying icon data of a multi-display terminal, including the following steps:
  • One of the multiple display terminals is selected as the reference terminal, and characteristic data of the reference terminal is obtained; wherein, the characteristic data includes the camera height Ch, the camera angle Fov and the map display pixel height Mh of the reference terminal; the characteristic data and The longitude and latitude points to be displayed are sent to other display terminals except the reference terminal; the coordinates of the longitude and latitude points to be displayed are aggregated in all display terminals according to the characteristic data, and the specific steps are as follows: according to the camera height Ch, camera angle Fov and map display pixels The height Mh constructs a virtual pixel space; the virtual pixel space is an area composed of a plurality of pixels, and the number of pixels it contains is inversely related to the camera height Ch; the coordinates of the latitude and longitude points to be displayed are mapped to the virtual pixels Spatially, a plurality of pixel coordinates to be aggregated are obtained, and the pixel coordinates to be aggregated are aggregated to form an aggregated point; the aggregated point is converted into a corresponding latitude
  • the specific method for constructing the virtual pixel space in this embodiment is: using the feature data to determine the size of the virtual pixel space, and the number of pixels included in a line of the virtual pixel space is equal to: 360*earth radius/[tan(Fov/2)* Ch*2/Mh]; the number of pixels included in one column of the virtual pixel space is equal to: 180*earth radius/[tan(Fov/2)*Ch*2/Mh].
  • This embodiment uses the global map as the maximum display range. In other embodiments, if the geographic range of the map used is small, the maximum display range can be appropriately reduced, that is, the maximum latitude and longitude point set that can be mapped in the virtual pixel space can be reduced. Formulas Those skilled in the art can refer to the above two formulas.
  • the aggregation calculation process in this embodiment is specifically as follows: preset aggregation radius, and the aggregation radius is in pixels; select one of all the coordinates of the pixels to be aggregated as the center point; The pixel coordinates to be gathered form a gathering point, and the pixel coordinates of the gathering point are the same as the corresponding center point; one of the pixel coordinates to be gathered that does not form a gathering point is selected as the center point corresponding to the other gathering point.
  • Aggregation Repeat the process of creating the center point and then forming the aggregation point until all the pixel coordinates to be aggregated form the aggregation point.
  • other common aggregation methods or algorithms can also be used to aggregate the pixel coordinates to be aggregated.
  • the aggregation number is calculated after the aggregation point is formed, and the aggregation number is the number of pixel coordinates to be aggregated that form the aggregation point; the aggregation point is converted into a corresponding latitude and longitude point, and the corresponding aggregation number is sent to Display terminal for display terminal to display.
  • the map information may not be reflected by numbers, such as colors, patterns, etc. may be substituted.
  • S1 select one of the multiple display terminals as the reference terminal
  • S3 construct a virtual pixel space according to the camera height Ch, the camera angle Fov and the map display pixel height Mh, and the number of pixels included in a row of the virtual pixel space is equal to: 360*earth radius/[tan(Fov/2)*Ch *2/Mh]; the number of pixels included in one column of the virtual pixel space is equal to: 180*earth radius/[tan(Fov/2)*Ch*2/Mh];
  • S5 gather the coordinates of the pixels to be gathered to form a gathering point, and the specific steps of forming the gathering point are:
  • S53 Calculate the aggregation number, where the aggregation number is the number of pixel coordinates to be aggregated that form the aggregation point;
  • S54 Determine whether there are pixel coordinates to be aggregated; if so, repeat S51, S52, S53, and S54 in sequence; if not, go to S55;
  • S55 Send the latitude and longitude points corresponding to the aggregation points and their aggregation numbers
  • S6 The display terminal displays according to the latitude and longitude points and the aggregation number.
  • Each display terminal displays according to the above process. No matter whether the reference terminal uses a 3D map or a 2D map, other terminals can also quickly and accurately identify the feature data, ensuring the unity of the aggregation results.
  • the aggregation radius is in pixels. The same aggregation radius includes the same pixels. In virtual pixel spaces of different sizes, the latitude and longitude distances represented by a single pixel point are different, and the final aggregation results are also different. A single pixel point The greater the represented latitude and longitude distance, the greater the number of pixel coordinates to be aggregated that fall within a central point aggregation radius. In this way, the aggregation result is more reasonable. When the map is zoomed out, the displayed aggregation points (latitude and longitude points) are not too dense, and when the map is enlarged, the displayed aggregation points (latitude and longitude points) are not too sparse.
  • Embodiment 1 The difference between this embodiment and Embodiment 1 is that it also includes a storage step and a pre-judgment step.
  • the storing step is specifically: after forming a gathering point, storing the gathering point and its corresponding characteristic data and the longitude and latitude points to be displayed.
  • the pre-judgment step is specifically as follows: in all display terminals, according to the characteristic data, before the latitude and longitude points to be displayed are gathered, judge whether the corresponding characteristic data and the gathered points of the longitude and latitude points to be displayed are stored, and if so, will be stored.
  • the aggregation points are converted into corresponding latitude and longitude points for display by the display terminal; otherwise, aggregation calculation is performed.
  • A1 Select one of the multiple display terminals as the reference terminal;
  • A2 Obtain the coordinates of the latitude and longitude point to be displayed, the camera height Ch, the camera angle Fov and the map display pixel height Mh of the reference terminal;
  • A3 Determine whether there is a collection point corresponding to the coordinates of the latitude and longitude point to be displayed, the camera height Ch, the camera angle Fov and the map display pixel height Mh, if so, go to A3a, otherwise skip A4, A5, A6 and go to A7;
  • A3a construct a virtual pixel space according to the camera height Ch, the camera angle Fov and the map display pixel height Mh, and the number of pixels included in a row of the virtual pixel space is equal to: 360*earth radius/[tan(Fov/2)*Ch *2/Mh]; the number of pixels included in one column of the virtual pixel space is equal to: 180*earth radius/[tan(Fov/2)*Ch*2/Mh];
  • A4 Map the coordinates of the latitude and longitude points to be displayed on the virtual pixel space to obtain a plurality of pixel coordinates to be gathered;
  • A5 Aggregate the coordinates of the pixels to be aggregated to form aggregation points
  • A6 store the gathering point
  • A7 Convert the aggregation points into corresponding latitude and longitude points
  • A8 The display terminal displays according to the latitude and longitude point.
  • the latitude and longitude points of the whole earth can be mapped to the virtual pixel space. After multiple aggregation calculations, the aggregation results of the virtual pixel space under each feature data are supplemented.
  • the translation operation can be quickly displayed on the display terminal, and the rendering time is short. The response is fast, and the efficiency of displaying the same feature data next time can be quickly read from the stored aggregated results.
  • this embodiment provides a system for realizing icon data display of the multi-display terminals, including a selection module 1, which selects one of the multiple display terminals as a reference terminal, and acquires feature data of the reference terminal; wherein , the feature data includes the camera height Ch of the reference terminal, the camera angle Fov and the map display pixel height Mh;
  • Sending module 2 for sending the feature data and the latitude and longitude points to be displayed to other display terminals except the reference terminal;
  • the aggregation module 3 is configured to construct a virtual pixel space according to the camera height Ch, the camera angle Fov and the map display pixel height Mh, and perform aggregation calculation on the longitude and latitude points to be displayed in the virtual pixel space;
  • the virtual pixel The space is an area composed of multiple pixels, which is used to map the coordinates of latitude and longitude points on it, so that the latitude and longitude points can be represented by pixel coordinates; the number of pixels included in the virtual pixel space is inversely related to the camera height Ch.
  • the system of this embodiment preferably includes a storage module 4 for storing the aggregation calculation result of the aggregation module 3; the aggregation module 3 reads from the storage module 4 before performing the aggregation calculation, if the storage module 4 contains For the corresponding aggregation calculation result, the aggregation module 3 directly outputs the corresponding aggregation calculation result, otherwise, the aggregation calculation is performed.
  • This embodiment provides a computer storage medium, which stores software for implementing the method for displaying icon data on multiple display terminals, reduces the amount of data that needs to be processed in the aggregation calculation process, improves rendering and display efficiency, and ensures that the display images of multiple display terminals are consistent, Suitable for maps in 2d and 3d form.
  • the method for displaying icon data of multiple display terminals is specifically: selecting one of the multiple display terminals as a reference terminal, and acquiring characteristic data of the reference terminal; wherein, the characteristic data includes the camera height Ch, the camera angle Fov and the camera angle of the reference terminal.
  • Map display pixel height Mh send the feature data and the latitude and longitude points to be displayed to other display terminals except the reference terminal; gather the coordinates of the latitude and longitude points to be displayed according to the feature data in all display terminals, and the specific steps are as follows:
  • the camera height Ch, the camera angle Fov and the map display pixel height Mh construct a virtual pixel space;
  • the virtual pixel space is an area made up of a plurality of pixels, and the number of pixels it contains is inversely correlated with the camera height Ch;
  • the coordinates of the longitude and latitude points to be displayed are mapped on the virtual pixel space to obtain a plurality of pixel coordinates to be gathered, and the coordinates of the pixels to be gathered are gathered to form a gathering point;
  • the gathered points are converted into corresponding longitude and latitude points for Display terminal for display.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Remote Sensing (AREA)
  • Data Mining & Analysis (AREA)
  • Human Computer Interaction (AREA)
  • Processing Or Creating Images (AREA)
  • Instructional Devices (AREA)

Abstract

一种多显示终端图标数据显示方法、系统和一种计算机存储介质,涉及计算机显示技术领域,多显示终端图标数据显示方法包括在多个显示终端中选择一个作为参考终端,并获取参考终端的特征数据;在所有显示终端中根据特征数据构建虚拟像素空间,虚拟像素空间为由多个像素组成的区域;将待显示的经纬点坐标映射于虚拟像素空间上,得到多个待聚集像素坐标,并对待聚集像素坐标进行聚集,形成聚集点;将聚集点转换为相应的经纬度点供显示终端进行显示。本申请能够保证多个显示终端的聚集结果相同,使不同显示终端的使用者可有效进行信息传达,避免信息偏差,2d、3d地图均适用;本申请的聚集过程快速,渲染显示效率高,允许对聚集效果进行储存,提高显示效率。

Description

一种多显示终端图标数据显示方法、系统和计算机存储介质
本申请要求于2020年11月27日提交中国专利局、申请号为202011363358.2、发明名称为“一种多显示终端图标数据显示方法、系统和计算机存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请涉及计算机显示技术领域,更具体地,涉及一种多显示终端图标数据显示方法、系统和计算机存储介质。
背景技术
在地图上查询结果通常以标记点的形式展现,但是如果标记点较多,不仅会大大增加客户端的渲染时间,让客户端变得卡顿,而且会让人产生密集恐惧症。为了解决这一问题,需要一种手段能在用户有限的可视区域范围内,利用最小的区域展示出最全面的信息,而又不产生重叠覆盖。对标记点进行聚集是其中一种手段,现有技术一般会根据当前显示端的可视区域,获取对应范围内的数据后,按照预设的聚集半径,对这些数据进行聚集分析。上述现有技术局限于单个显示端中,在实际应用中,常常需要同时在多个显示端上进行可视化显示,而多个显示端的分辨率往往不是统一的,带来的缺点是多个显示端的显示范围有差异,计算得出的聚集结果也不相同,影响显示效果,做不到统一聚集结果,造成信息偏差。同时,体现在地图上的信息越来越多,可视化显示过程需要处理的数据也越来越多,大数据量同时在多个显示端进行处理,提高显示效率并保证显示效果统一是该领域内亟待解决的重要课题。
中国专利CN105278909A公开了一种多GIS显示端图标数据显示方法和系统,通过设置参考端,把参考端的地图显示范围、地图显示分辨率、聚集范围因子发送给其它端,各个端按同样的参数进行聚集计算,由此实现各个端聚集结果相同。但由于其他端依据参考端的当前地图显示范围进行聚集,而当参考端每次进行地图大小缩放时,所有显示终端(包括参考 端和其他端)都需要重新进行实时的聚集计算,显示效率较低。且当参考端是3D地图时,当前地图显示范围较难识别,影响其他端的聚集效果,聚集计算不准确且各个显示终端不统一。
发明内容
本申请旨在克服上述现有技术的至少一种缺陷(不足),提供一种多显示终端图标数据显示方法、系统和计算机存储介质。
本申请的多显示终端图标数据显示方法包括如下步骤:在多个显示终端中选择一个作为参考终端,并获取参考终端的特征数据;其中,所述特征数据包括参考终端的相机高度Ch、相机角度Fov和地图显示像素高度Mh;将所述特征数据和待显示的经纬度点发送至除参考终端的其他显示终端;在所有显示终端中根据特征数据对待显示的经纬点坐标进行聚集,具体步骤如下:根据所述相机高度Ch、相机角度Fov和地图显示像素高度Mh构建虚拟像素空间;所述虚拟像素空间为由多个像素组成的区域,其包含的像素个数与所述相机高度Ch成反相关;将待显示的经纬点坐标映射于所述虚拟像素空间上,得到多个待聚集像素坐标,并对所述待聚集像素坐标进行聚集,形成聚集点;将所述聚集点转换为相应的经纬度点供显示终端进行显示。所述相机高度Ch为显示终端展示地图的参考点高度,所述相机角度Fov为参考点的视场角,所述地图显示像素高度Mh为显示终端的显示宽度,以像素作为单位。上述三个特征数据在形式为2d和3d的地图中均可快速准确获取,参考终端以何种形式展示地图,其他显示终端都可依据所述特征数据得出统一的聚集结果,使不同显示终端的使用者可有效进行信息传达,避免信息偏差。另一方面,显示终端只需处理特征数据和待显示的经纬度点,无需对地图的所有经纬度点纳入聚集计算当中,大大减少了处理时间,提高渲染显示效率。
所述相机高度Ch、相机角度Fov和地图显示像素高度Mh构建虚拟像素空间具体为:所述虚拟像素空间一行包括的像素个数等于:360*地球半径/[tan(Fov/2)*Ch*2/Mh];所述虚拟像素空间一列包括的像素个数等于:180*地球半径/[tan(Fov/2)*Ch*2/Mh]。三个特征数据影响虚拟像素空间的尺 寸大小,虚拟像素空间构成的像素越小,其单位像素可映射的经纬度点越多。其中的相机高度Ch与参考终端显示的地图缩放情况关联,地图越小,参考点高度越高,相机高度Ch的值则越大。以所述特征数据构建的虚拟像素空间可适应不同地图缩放情况,从而得出合理的聚集结果。另一方面,全地球的经纬度点均可映射至虚拟像素空间当中,意味着在同一地图缩放情况下,待显示的经纬度点若因平移操作发生了改变,重新进行聚集计算只需再次把经纬度点映射在相同的虚拟像素空间中,提高了平移操作时的渲染显示效率。
进一步地,对所述待聚集像素坐标进行聚集,形成聚集点的步骤具体为:预设聚集半径,所述聚集半径以像素作为单位;在全部待聚集像素坐标中选择一个作为中心点;将中心点、距离中心点小于所述聚集半径的待聚集像素坐标形成一个聚集点,所述聚集点的像素坐标与对应的中心点相同;在剩下没有形成聚集点的待聚集像素坐标中选择其中一个,作为另一个聚集点对应的中心点进行聚集;不断重复创建中心点后形成聚集点的过程直至所有待聚集像素坐标均形成聚集点。聚集半径以像素作为单位,相同的聚集半径包括的像素点是相同的,在不同尺寸的虚拟像素空间中,单个像素点代表的经纬度点数量不同,最后得出的聚集结果也不相同,单个像素点代表的经纬度点越多,落入一个中心点聚集半径的待聚集像素坐标数量越大。如此,聚集结果更为合理,当地图缩小时,使显示的聚集点(经纬度点)不致过密,当地图放大时,使显示的聚集点(经纬度点)不致太过稀疏。聚集半径为预设值,可根据聚集点要反映的地理信息对聚集半径可进行调整,更好地反映地图信息。
进一步地,将所述聚集点转换为相应的经纬度点供显示终端进行显示的步骤具体为:形成聚集点后计算聚集数,所述聚集数为形成聚集点的待聚集像素坐标的个数;将所述聚集点转换为相应的经纬度点,并将对应的聚集数发送至显示终端,供显示终端进行显示。
进一步地,所述的一种多显示终端图标数据显示方法还包括储存步骤和预判断步骤;所述储存步骤具体为:在形成聚集点后储存所述聚集点及其对应特征数据和待显示的经纬度点;所述预判断步骤具体为:在所有显 示终端中根据特征数据对待显示的经纬度点进行聚集前先进行判断,判断是否储存有对应特征数据和待显示的经纬度点的聚集点,是则将储存的聚集点转换成相应的经纬度点供显示终端进行显示;否则进行聚集计算。本申请的聚集计算依托与所述虚拟像素空间,全地球的经纬度点均可映射至虚拟像素空间,区别于现有技术的聚集计算需考虑显示终端的当前地图显示范围,本申请的虚拟像素空间可以包括同一地图缩放情况下全球的全部情况,平移操作不改变聚集计算的结果,利用此特点,可对每次聚集结果进行储存,供下次相同地图缩放情况下进行直接显示,提高显示效率。
进一步地,所述特征数据的相机高度Ch为有限集合。有限的相机高度Ch对应有限的地图缩放情况,减少需要储存的聚集计算的结果。
本申请的多显示终端图标数据显示系统包括:
选择模块,在多个显示终端中选择一个作为参考终端,并获取参考终端的特征数据;其中,所述特征数据包括参考终端的相机高度Ch、相机角度Fov和地图显示像素高度Mh;
发送模块,用于将所述特征数据和待显示的经纬度点发送至除参考终端的其他显示终端;
聚集模块,用于根据所述相机高度Ch、相机角度Fov和地图显示像素高度Mh构建虚拟像素空间并在所述虚拟像素空间中对所述待显示的经纬度点进行聚集计算;所述虚拟像素空间为由多个像素组成的区域,用于使经纬点坐标映射于其上,使经纬度点可用像素坐标进行表示;所述虚拟像素空间包含的像素个数与所述相机高度Ch成反相关。
更具体地,所述聚集模块构建虚拟像素空间的具体步骤为:接收所述相机高度Ch、相机角度Fov和地图显示像素高度Mh;构建一个x*y的虚拟像素空间;其中,x=360*地球半径/[tan(Fov/2)*Ch*2/Mh];y=180*地球半径/[tan(Fov/2)*Ch*2/Mh]。
进一步地,所述多显示终端图标数据显示系统还包括储存模块,用于储存所述聚集模块聚集计算结果;所述聚集模块在进行聚集计算前先从所述储存模块上读取,若储存模块包含对应的聚集计算结果,聚集模块直接输出所述对应的聚集计算结果,否则进行聚集计算。
本申请的计算机存储介质,其上存储有计算机程序,所述计算机程序被程序执行主体执行时实现所述一种多显示终端图标数据显示方法。
与现有技术相比,本申请的有益效果为:保证多个显示终端的聚集结果相同,使不同显示终端的使用者可有效进行信息传达,避免信息偏差,2d、3d地图均适用;聚集过程快速,渲染显示效率高;允许对聚集效果进行储存,进一步提高显示效率。
附图说明
为了更清楚地说明本申请实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1为本申请的实施例1的多显示终端图标数据显示方法步骤图。
图2为本申请的实施例2的多显示终端图标数据显示方法步骤图。
图3为本申请的多显示终端图标数据显示系统结构图。
附图标记:选择模块1;发送模块2;聚集模块3;储存模块4。
具体实施方式
本申请附图仅用于示例性说明,不能理解为对本申请的限制。为了更好说明以下实施例,附图某些部件会有省略、放大或缩小,并不代表实际产品的尺寸;对于本领域技术人员来说,附图中某些公知结构及其说明可能省略是可以理解的。
实施例1
本实施例提供一种多显示终端图标数据显示方法,包括如下步骤:
在多个显示终端中选择一个作为参考终端,并获取参考终端的特征数据;其中,所述特征数据包括参考终端的相机高度Ch、相机角度Fov和地图显示像素高度Mh;将所述特征数据和待显示的经纬度点发送至除参考 终端的其他显示终端;在所有显示终端中根据特征数据对待显示的经纬点坐标进行聚集,具体步骤如下:根据所述相机高度Ch、相机角度Fov和地图显示像素高度Mh构建虚拟像素空间;所述虚拟像素空间为由多个像素组成的区域,其包含的像素个数与所述相机高度Ch成反相关;将待显示的经纬点坐标映射于所述虚拟像素空间上,得到多个待聚集像素坐标,并对所述待聚集像素坐标进行聚集,形成聚集点;将所述聚集点转换为相应的经纬度点供显示终端进行显示。
本实施例构建虚拟像素空间的具体方法为:利用所述特征数据决定虚拟像素空间的尺寸,所述虚拟像素空间一行包括的像素个数等于:360*地球半径/[tan(Fov/2)*Ch*2/Mh];所述虚拟像素空间一列包括的像素个数等于:180*地球半径/[tan(Fov/2)*Ch*2/Mh]。本实施例以全球地图作为最大显示范围,在其他实施例中,若使用的地图地理范围较小,可适当缩小所述最大显示范围,即缩小虚拟像素空间可映射的最大经纬度点点集,其转换公式本领域技术人员可参考以上两式。
本实施例的聚集计算过程具体如下:预设聚集半径,所述聚集半径以像素作为单位;在全部待聚集像素坐标中选择一个作为中心点;将中心点、距离中心点小于所述聚集半径的待聚集像素坐标形成一个聚集点,所述聚集点的像素坐标与对应的中心点相同;在剩下没有形成聚集点的待聚集像素坐标中选择其中一个,作为另一个聚集点对应的中心点进行聚集;不断重复创建中心点后形成聚集点的过程直至所有待聚集像素坐标均形成聚集点。在其他实施例中,亦可使用其他常见的聚集方法或算法对所述待聚集像素坐标进行聚集。
本实施例中,形成聚集点后计算聚集数,所述聚集数为形成聚集点的待聚集像素坐标的个数;将所述聚集点转换为相应的经纬度点,并将对应的聚集数发送至显示终端,供显示终端进行显示。在其他实施例中,地图信息可不通过数字反映,诸如颜色、图案等均可替代。
如图1所示,本实施例最优选的一种实施方式如下:
S1:在多个显示终端中选择一个作为参考终端;
S2:获取参考终端的待显示的经纬点坐标、相机高度Ch、相机角度 Fov和地图显示像素高度Mh;
S3:根据所述相机高度Ch、相机角度Fov和地图显示像素高度Mh构建虚拟像素空间,所述虚拟像素空间一行包括的像素个数等于:360*地球半径/[tan(Fov/2)*Ch*2/Mh];所述虚拟像素空间一列包括的像素个数等于:180*地球半径/[tan(Fov/2)*Ch*2/Mh];
S4:将待显示的经纬点坐标映射于所述虚拟像素空间上,得到多个待聚集像素坐标;
S5:对所述待聚集像素坐标进行聚集,形成聚集点,所述形成聚集点的具体步骤为:
S51:在待聚集像素坐标中选择一个作为中心点;
S52:将中心点、距离中心点小于所述聚集半径的待聚集像素坐标形成一个聚集点;
S53:计算聚集数,所述聚集数为形成聚集点的待聚集像素坐标的个数;
S54:判断是否存在待聚集像素坐标;若是,重复依次进行S51、S52、S53、S54;若否,进行S55;
S55:发送聚集点对应的经纬度点及其聚集数;
S6:显示终端根据经纬度点和聚集数进行显示。
各个显示终端依照上述过程进行显示,无论参考终端使用的是3d形式的地图还是2d形式的地图,其他终端亦能快速准确识别特征数据,保证了聚集结果的统一。聚集半径以像素作为单位,相同的聚集半径包括的像素点是相同的,在不同尺寸的虚拟像素空间中,单个像素点代表的经纬度距离不同,最后得出的聚集结果也不相同,单个像素点代表的经纬度距离越大,落入一个中心点聚集半径的待聚集像素坐标数量越大。如此,聚集结果更为合理,当地图缩小时,使显示的聚集点(经纬度点)不致过密,当地图放大时,使显示的聚集点(经纬度点)不致太过稀疏。
实施例2
本实施例与实施例1的区别在于,还包括储存步骤和预判断步骤。
所述储存步骤具体为:在形成聚集点后储存所述聚集点及其对应特征数据和待显示的经纬度点。所述预判断步骤具体为:在所有显示终端中根 据特征数据对待显示的经纬度点进行聚集前先进行判断,判断是否储存有对应特征数据和待显示的经纬度点的聚集点,是则将储存的聚集点转换成相应的经纬度点供显示终端进行显示;否则进行聚集计算。
如图2所示,本实施例的一种优选实施方式具体如下:
A1:在多个显示终端中选择一个作为参考终端;
A2:获取参考终端的待显示的经纬点坐标、相机高度Ch、相机角度Fov和地图显示像素高度Mh;
A3:判断是否储存有对应待显示的经纬点坐标、相机高度Ch、相机角度Fov和地图显示像素高度Mh的聚集点,是则进行A3a,否则跳过A4、A5、A6进行A7;
A3a:根据所述相机高度Ch、相机角度Fov和地图显示像素高度Mh构建虚拟像素空间,所述虚拟像素空间一行包括的像素个数等于:360*地球半径/[tan(Fov/2)*Ch*2/Mh];所述虚拟像素空间一列包括的像素个数等于:180*地球半径/[tan(Fov/2)*Ch*2/Mh];
A4:将待显示的经纬点坐标映射于所述虚拟像素空间上,得到多个待聚集像素坐标;
A5:对所述待聚集像素坐标进行聚集,形成聚集点;
A6:储存所述聚集点;
A7:将所述聚集点转换为相应的经纬度点;
A8:显示终端根据经纬度点进行显示。
全地球的经纬度点均可映射至虚拟像素空间当中,经过多次聚集计算后,每个特征数据下的虚拟像素空间的聚集结果得到补充,平移操作可在显示终端上快速显示,渲染时间短,响应快速,下次显示相同特征数据的效率可从储存的聚集结果中快速读取。
实施例3
如图3所示,本实施例提供一种实现所述多显示终端图标数据显示的系统,包括选择模块1,在多个显示终端中选择一个作为参考终端,并获取参考终端的特征数据;其中,所述特征数据包括参考终端的相机高度Ch、相机角度Fov和地图显示像素高度Mh;
发送模块2,用于将所述特征数据和待显示的经纬度点发送至除参考终端的其他显示终端;
聚集模块3,用于根据所述相机高度Ch、相机角度Fov和地图显示像素高度Mh构建虚拟像素空间并在所述虚拟像素空间中对所述待显示的经纬度点进行聚集计算;所述虚拟像素空间为由多个像素组成的区域,用于使经纬点坐标映射于其上,使经纬度点可用像素坐标进行表示;所述虚拟像素空间包含的像素个数与所述相机高度Ch成反相关。
本实施例的聚集模块3构建虚拟像素空间的具体步骤为:接收所述相机高度Ch、相机角度Fov和地图显示像素高度Mh;构建一个x*y的虚拟像素空间;其中,x=360*地球半径/[tan(Fov/2)*Ch*2/Mh];y=180*地球半径/[tan(Fov/2)*Ch*2/Mh]。
本实施例的系统优选地包括储存模块4,用于储存所述聚集模块3聚集计算结果;所述聚集模块3在进行聚集计算前先从所述储存模块4上读取,若储存模块4包含对应的聚集计算结果,聚集模块3直接输出所述对应的聚集计算结果,否则进行聚集计算。
实施例4
本实施例提供一种计算机储存介质,存储实现所述多显示终端图标数据显示方法的软件,减少聚集计算过程需要处理的数据量,提高渲染显示效率,并保证多个显示终端的显示画面一致,适用于形式为2d和3d的地图。
所述多显示终端图标数据显示方法具体为:在多个显示终端中选择一个作为参考终端,并获取参考终端的特征数据;其中,所述特征数据包括参考终端的相机高度Ch、相机角度Fov和地图显示像素高度Mh;将所述特征数据和待显示的经纬度点发送至除参考终端的其他显示终端;在所有显示终端中根据特征数据对待显示的经纬点坐标进行聚集,具体步骤如下:根据所述相机高度Ch、相机角度Fov和地图显示像素高度Mh构建虚拟像素空间;所述虚拟像素空间为由多个像素组成的区域,其包含的像素个数与所述相机高度Ch成反相关;将待显示的经纬点坐标映射于所述虚拟像素空间上,得到多个待聚集像素坐标,并对所述待聚集像素坐标进行聚集, 形成聚集点;将所述聚集点转换为相应的经纬度点供显示终端进行显示。
显然,本申请的上述实施例仅仅是为清楚地说明本申请技术方案所作的举例,而并非是对本申请的具体实施方式的限定。凡在本申请权利要求书的精神和原则之内所作的任何修改、等同替换和改进等,均应包含在本申请权利要求的保护范围之内。

Claims (10)

  1. 一种多显示终端图标数据显示方法,其特征在于,包括如下步骤:
    在多个显示终端中选择一个作为参考终端,并获取参考终端的特征数据;其中,所述特征数据包括参考终端的相机高度Ch、相机角度Fov和地图显示像素高度Mh;
    将所述特征数据和待显示的经纬度点发送至除参考终端的其他显示终端;
    在所有显示终端中根据特征数据对待显示的经纬点坐标进行聚集,具体步骤如下:
    根据所述相机高度Ch、相机角度Fov和地图显示像素高度Mh构建虚拟像素空间;所述虚拟像素空间为由多个像素组成的区域,其包含的像素个数与所述相机高度Ch成反相关;
    将待显示的经纬点坐标映射于所述虚拟像素空间上,得到多个待聚集像素坐标,并对所述待聚集像素坐标进行聚集,形成聚集点;将所述聚集点转换为相应的经纬度点供显示终端进行显示。
  2. 根据权利要求1所述的一种多显示终端图标数据显示方法,其特征在于,
    所述虚拟像素空间一行包括的像素个数等于:360*地球半径/[tan(Fov/2)*Ch*2/Mh];所述虚拟像素空间一列包括的像素个数等于:180*地球半径/[tan(Fov/2)*Ch*2/Mh]。
  3. 根据权利要求1所述的一种多显示终端图标数据显示方法,其特征在于,
    对所述待聚集像素坐标进行聚集,形成聚集点的步骤具体为:
    预设聚集半径,所述聚集半径以像素作为单位;
    在全部待聚集像素坐标中选择一个作为中心点;
    将中心点、距离中心点小于所述聚集半径的待聚集像素坐标形成一个聚集点,所述聚集点的像素坐标与对应的中心点相同;
    在剩下没有形成聚集点的待聚集像素坐标中选择其中一个,作为另一个聚集点对应的中心点进行聚集;
    不断重复创建中心点后形成聚集点的过程直至所有待聚集像素坐标均形成聚集点。
  4. 根据权利要求3所述的一种多显示终端图标数据显示方法,其特征在于,
    将所述聚集点转换为相应的经纬度点供显示终端进行显示的步骤具体为:
    形成聚集点后计算聚集数,所述聚集数为形成聚集点的待聚集像素坐标的个数;
    将所述聚集点转换为相应的经纬度点,并将对应的聚集数发送至显示终端,供显示终端进行显示。
  5. 根据权利要求1所述的一种多显示终端图标数据显示方法,其特征在于,
    还包括储存步骤和预判断步骤;
    所述储存步骤具体为:在形成聚集点后储存所述聚集点及其对应特征数据和待显示的经纬度点;
    所述预判断步骤具体为:在所有显示终端中根据特征数据对待显示的经纬度点进行聚集前先进行判断,判断是否储存有对应特征数据和待显示的经纬度点的聚集点,是则将储存的聚集点转换成相应的经纬度点供显示终端进行显示;否则进行聚集计算。
  6. 根据权利要求5所述的一种多显示终端图标数据显示方法,其特征在于,
    所述特征数据的相机高度Ch为有限集合。
  7. 一种多显示终端图标数据显示系统,其特征在于,包括:
    选择模块,在多个显示终端中选择一个作为参考终端,并获取参考终端的特征数据;其中,所述特征数据包括参考终端的相机高度Ch、相机角度Fov和地图显示像素高度Mh;
    发送模块,用于将所述特征数据和待显示的经纬度点发送至除参考终端的其他显示终端;
    聚集模块,用于根据所述相机高度Ch、相机角度Fov和地图显示像素 高度Mh构建虚拟像素空间并在所述虚拟像素空间中对所述待显示的经纬度点进行聚集计算;所述虚拟像素空间为由多个像素组成的区域,用于使经纬点坐标映射于其上,使经纬度点可用像素坐标进行表示;所述虚拟像素空间包含的像素个数与所述相机高度Ch成反相关。
  8. 根据权利要求7所述的一种多显示终端图标数据显示系统,其特征在于,
    所述聚集模块构建虚拟像素空间的具体步骤为:
    接收所述相机高度Ch、相机角度Fov和地图显示像素高度Mh;
    构建一个x*y的虚拟像素空间;其中,x=360*地球半径/[tan(Fov/2)*Ch*2/Mh];y=180*地球半径/[tan(Fov/2)*Ch*2/Mh]。
  9. 根据权利要求7所述的一种多显示终端图标数据显示系统,其特征在于,
    还包括储存模块,用于储存所述聚集模块聚集计算结果;
    所述聚集模块在进行聚集计算前先从所述储存模块上读取,若储存模块包含对应的聚集计算结果,聚集模块直接输出所述对应的聚集计算结果,否则进行聚集计算。
  10. 一种计算机存储介质,其上存储有计算机程序,其特征在于,
    所述计算机程序被程序执行主体执行时实现如权利1-6任一项所述的一种多显示终端图标数据显示方法。
PCT/CN2020/141942 2020-11-27 2020-12-31 一种多显示终端图标数据显示方法、系统和计算机存储介质 WO2022110496A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202011363358.2A CN112463093B (zh) 2020-11-27 2020-11-27 一种多显示终端图标数据显示方法、系统和计算机存储介质
CN202011363358.2 2020-11-27

Publications (1)

Publication Number Publication Date
WO2022110496A1 true WO2022110496A1 (zh) 2022-06-02

Family

ID=74809567

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/141942 WO2022110496A1 (zh) 2020-11-27 2020-12-31 一种多显示终端图标数据显示方法、系统和计算机存储介质

Country Status (2)

Country Link
CN (1) CN112463093B (zh)
WO (1) WO2022110496A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115905451A (zh) * 2023-02-28 2023-04-04 菲特(天津)检测技术有限公司 一种地图聚合系统及聚合方法
CN117539971A (zh) * 2024-01-10 2024-02-09 深圳市易甲文技术有限公司 一种海量地理坐标聚合方法及相关设备

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105278909A (zh) * 2015-11-12 2016-01-27 广东威创视讯科技股份有限公司 多gis显示端图标数据显示方法和系统
US20160239249A1 (en) * 2015-02-12 2016-08-18 Samsung Electronics Co., Ltd. Multi-display device
CN106384560A (zh) * 2016-09-12 2017-02-08 湖南新航动力信息科技有限公司 基于地图的图标处理方法及系统

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9182228B2 (en) * 2006-02-13 2015-11-10 Sony Corporation Multi-lens array system and method
JP2014224900A (ja) * 2013-05-16 2014-12-04 株式会社MAP&NEWS.net 地図画像表示制御システム及びこれに用いるプログラム
CN103984513B (zh) * 2014-05-27 2017-01-25 广州瀚阳工程咨询有限公司 海量gis信息的超高分辨显示方法
CN104461436B (zh) * 2014-12-22 2017-11-10 广东威创视讯科技股份有限公司 一种多终端基于不同分辨率的显示方法
JP6642415B2 (ja) * 2016-12-28 2020-02-05 カシオ計算機株式会社 地図表示装置、プログラム及び地図表示方法
CN111044061B (zh) * 2018-10-12 2023-03-28 腾讯大地通途(北京)科技有限公司 一种导航方法、装置、设备及计算机可读存储介质
CN110442315B (zh) * 2019-08-02 2023-09-19 深圳橙立科技有限公司 多屏延迟显示的导视方法及系统

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160239249A1 (en) * 2015-02-12 2016-08-18 Samsung Electronics Co., Ltd. Multi-display device
CN105278909A (zh) * 2015-11-12 2016-01-27 广东威创视讯科技股份有限公司 多gis显示端图标数据显示方法和系统
CN106384560A (zh) * 2016-09-12 2017-02-08 湖南新航动力信息科技有限公司 基于地图的图标处理方法及系统

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115905451A (zh) * 2023-02-28 2023-04-04 菲特(天津)检测技术有限公司 一种地图聚合系统及聚合方法
CN115905451B (zh) * 2023-02-28 2023-05-12 菲特(天津)检测技术有限公司 一种地图聚合系统及聚合方法
CN117539971A (zh) * 2024-01-10 2024-02-09 深圳市易甲文技术有限公司 一种海量地理坐标聚合方法及相关设备
CN117539971B (zh) * 2024-01-10 2024-04-26 深圳市易甲文技术有限公司 一种海量地理坐标聚合方法及相关设备

Also Published As

Publication number Publication date
CN112463093B (zh) 2022-06-21
CN112463093A (zh) 2021-03-09

Similar Documents

Publication Publication Date Title
WO2022110496A1 (zh) 一种多显示终端图标数据显示方法、系统和计算机存储介质
CN111753041B (zh) 数据聚合渲染方法、装置、系统、电子设备及存储介质
WO2020098530A1 (zh) 画面渲染方法和装置、存储介质及电子装置
US11908107B2 (en) Method and apparatus for presenting image for virtual reality device, device and non-transitory computer-readable storage medium
US7315306B2 (en) Motion-based visualization
CN102368259A (zh) 电子地图数据存储和查询方法、装置及系统
JP2017520036A (ja) モザイク画像の生成方法および装置
WO2011082650A1 (zh) 空间数据处理方法及装置
CN110174114B (zh) 车道线级路径生成方法、装置和存储介质
CN110990612A (zh) 一种矢量大数据快速显示的方法及终端
US20190268595A1 (en) Panoramic video compression method and device
CN112040265B (zh) 一种多摄像机协同的地理视频直播流生成方法
WO2019214594A1 (zh) 图像处理方法、相关设备及计算机存储介质
CN116109765A (zh) 标注对象的三维渲染方法、装置、计算机设备、存储介质
WO2013060206A1 (zh) 对层次细节模型中的图像进行缩放的方法和装置
US20230177743A1 (en) Heat map generation method, server side, and readable storage medium
CN111125237B (zh) 一种基于NoSql数据库的气象数值预报产品动态成图方法
CN116758206A (zh) 矢量数据的融合渲染方法、装置、计算机设备、存储介质
CN114416796A (zh) 一种瓦片生成方法、装置、设备及存储介质
KR20220063291A (ko) 물체에 대한 충돌 감지 방법과, 장치, 전자 기기, 저장 매체 및 컴퓨터 프로그램
CN105278909A (zh) 多gis显示端图标数据显示方法和系统
WO2011082651A1 (zh) 空间实体遮挡类型的判定方法及装置
CN102508868B (zh) 空间数据传输方法及装置
CN112785699A (zh) 图像绘制方法与设备
CN117539971B (zh) 一种海量地理坐标聚合方法及相关设备

Legal Events

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

Ref document number: 20963384

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20963384

Country of ref document: EP

Kind code of ref document: A1