Nothing Special   »   [go: up one dir, main page]

CN104573083A - Automatic map cache service updating method - Google Patents

Automatic map cache service updating method Download PDF

Info

Publication number
CN104573083A
CN104573083A CN201510043109.8A CN201510043109A CN104573083A CN 104573083 A CN104573083 A CN 104573083A CN 201510043109 A CN201510043109 A CN 201510043109A CN 104573083 A CN104573083 A CN 104573083A
Authority
CN
China
Prior art keywords
update
map
cache
data
scheme
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.)
Granted
Application number
CN201510043109.8A
Other languages
Chinese (zh)
Other versions
CN104573083B (en
Inventor
李三玉
邹晶
范翼
陈俊伟
张业鑫
李建华
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hubei Kingtopware Information Technology Co Ltd
Original Assignee
Hubei Kingtopware Information Technology Co 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 Hubei Kingtopware Information Technology Co Ltd filed Critical Hubei Kingtopware Information Technology Co Ltd
Priority to CN201510043109.8A priority Critical patent/CN104573083B/en
Publication of CN104573083A publication Critical patent/CN104573083A/en
Application granted granted Critical
Publication of CN104573083B publication Critical patent/CN104573083B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Remote Sensing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

本发明公开了一种地图缓存服务自动更新方法,包括:设置地图服务自动更新标识,管理标识信息,记录相应服务信息;定义地图更新流程;构建地图缓存更新任务中此次缓存更新的更新范围以及更新级别;判断地图是否启动缓存自动更新;构建地图缓存更新方案模板;构建地图缓存更新工具;利用缓存更新工具对缓存更新模板进行读取,形成新的缓存方案;在更新数据更新完成之后,已经获取的更新范围以及更新级别,以缓存任务方式添加到地图缓存更新工具中,触发地图缓存更新的执行。发明的有益效果:缓存更新方案以模板的方式存储,便于用户二次修改;地图缓存更新方式为自动触发,不需人工干预,提高缓存更新效率。

The invention discloses a method for automatically updating a map cache service, comprising: setting an automatic update identifier of a map service, managing identifier information, and recording corresponding service information; defining a map update process; constructing an update range of this cache update in a map cache update task; and Update level; determine whether the map automatically updates the cache; build a map cache update scheme template; build a map cache update tool; use the cache update tool to read the cache update template to form a new cache scheme; The acquired update range and update level are added to the map cache update tool as a cache task to trigger the execution of the map cache update. Beneficial effects of the invention: the cache update scheme is stored in the form of a template, which is convenient for users to modify twice; the map cache update mode is automatically triggered without manual intervention, and the cache update efficiency is improved.

Description

一种地图缓存服务自动更新方法A method for automatic update of map cache service

技术领域technical field

本发明涉及地图缓存技术领域,具体而言,涉及一种地图缓存服务自动更新方法。The present invention relates to the technical field of map caching, in particular to a method for automatically updating map caching services.

背景技术Background technique

随着网络技术的发展,网络环境中的地理信息系统(WebGIS)应用越来越广泛,诸如日常生活中的Google地图、MapBar地图等都广泛影响着公众的生活。与以往传统WebGIS方式不同的是,这些现代地图不再在客户端动态地生成地图图片(即客户每产生一次新的地图请求,服务器就需重新生成地图图片并发送至客户端),而是采用了地图缓存服务机制。自从GoogleMap推出Tile Map Image(瓦片式地图)方式后,这种地图缓存服务机制便成为提高地图应用系统性能的关键技术。地图缓存技术中,网络运输代价和数据库存取代价一直是影响系统效率的主要因素。JPEG格式以其超强的压缩能力以及卓越的图像品质,在地图缓存服务机制中被广泛使用。With the development of network technology, the application of geographic information system (WebGIS) in the network environment is becoming more and more extensive. For example, Google maps and MapBar maps in daily life have widely affected the lives of the public. Different from the traditional WebGIS method in the past, these modern maps no longer dynamically generate map pictures on the client side (that is, every time the client generates a new map request, the server needs to regenerate the map picture and send it to the client), but uses Map cache service mechanism. Since GoogleMap launched the Tile Map Image (tile map) method, this map cache service mechanism has become a key technology to improve the performance of the map application system. In map caching technology, network transportation cost and data inventory replacement cost have always been the main factors affecting system efficiency. The JPEG format is widely used in the map cache service mechanism due to its super compression capability and excellent image quality.

以往由于数据更新慢,地图缓存数据的更新也很慢,从而导致地图缓存更新一直沿用手工实现方式。现今,随着经济社会的高度发展,人们对快速更新的数据需求变得越来越迫切,而这种由手工实现的地图缓存更新方式就成为了一大瓶颈,且急需得到突破。例如:MapGIS的缓存更新方式,只能实现全局地图的缓存更新而无法对数据更新的范围进行定义(使用1:500比例尺,市级数据的更新约需一天时间);ArcGIS的缓存更新方式,可以实现局部地图缓存更新,但需要人工对更新范围和级别进行定义,这对操作人员的素质也提出了更高的要求。In the past, due to the slow update of data, the update of map cache data was also very slow, which resulted in manual implementation of map cache update. Today, with the rapid development of the economy and society, people's demand for fast-updating data is becoming more and more urgent, and this manual map cache update method has become a major bottleneck, and a breakthrough is urgently needed. For example: the cache update method of MapGIS can only realize the cache update of the global map but cannot define the scope of data update (using a 1:500 scale, the update of city-level data takes about one day); the cache update method of ArcGIS can be Realize local map cache update, but need to manually define the update range and level, which also puts forward higher requirements for the quality of operators.

根据地图缓存服务的更新方式及更新的实现原理,从数据更新到服务更新,人工操作的实现步骤如下:According to the update method of the map cache service and the update implementation principle, from data update to service update, the implementation steps of manual operation are as follows:

获取数据更新的范围;Get the scope of data update;

查找更新数据所对应的待更新的服务;Find the service to be updated corresponding to the updated data;

人工选取需要更新的服务,在缓存更新方案中设置更新范围及更新级别;Manually select the service that needs to be updated, and set the update range and update level in the cache update plan;

暂时停止对外提供服务。Temporarily suspend the provision of external services.

针对以上4个步骤,有一些厂商已经可以提供局部范围的缓存服务更新、而另一些厂商则不能;在设置地图范围时,采用人工方式设置范围就不如采用计算机自动计算范围准确;在服务关联数据时,人工操作也容易出错。For the above four steps, some manufacturers can already provide cache service updates in a local area, while others cannot; when setting the map range, setting the range manually is not as accurate as using a computer to automatically calculate the range; in the service association data Manual operations are also prone to errors.

基于以上原因,越来越多的国内厂商开始意识到缓存自动更新服务的重要性,部分国内厂商已经开始着手研究缓存服务自动更新功能,但是受制于以往的数据更新和数据处理流程的模式化,其自动缓存更新的流程也存在某种局限性。而国外厂商,尤其是一些平台提供商,其立足点仍放在国外,未充分认识到中国市场强烈的实际需求,仍在采用人工方式进行地图缓存更新。Based on the above reasons, more and more domestic manufacturers are beginning to realize the importance of cache automatic update service, and some domestic manufacturers have begun to study the cache service automatic update function, but limited by the previous data update and data processing procedures, Its automatic cache update process also has some limitations. However, foreign manufacturers, especially some platform providers, still have their foothold abroad, and have not fully realized the strong actual demand of the Chinese market, and are still using manual methods to update map caches.

发明内容Contents of the invention

为解决上述问题,本发明的目的在于提供一种自动缓存的地图缓存更新方法。In order to solve the above problems, the object of the present invention is to provide an automatic caching map cache updating method.

本发明提供了一种地图缓存服务自动更新方法,其特征在于,包括以下步骤:The present invention provides a method for automatically updating a map cache service, which is characterized in that it comprises the following steps:

步骤1,在地图服务发布时设置地图服务的自动更新标识,管理所述自动更新标识的标识信息,在所述标识信息中记录相应的服务信息;Step 1, setting the automatic update identification of the map service when the map service is published, managing the identification information of the automatic update identification, and recording the corresponding service information in the identification information;

步骤2,定义地图更新的流程,包括三个步骤,Step 2, define the map update process, including three steps,

步骤201,定义签出方案:每个签出方案就是一个更新任务,在所述签出方案中定义需要签出的图层;Step 201, define a checkout scheme: each checkout scheme is an update task, and layers to be checked out are defined in the checkout scheme;

步骤202,方案签出:设置签出范围,并且将所述签出范围内的数据签出到临时库,所述临时库的数据供在外作业人员进行修改和更新,同时对所述签出范围内的数据进行加锁;Step 202, scheme checkout: set the scope of checkout, and check out the data within the scope of checkout to the temporary library, the data in the temporary library can be modified and updated by outside workers, and at the same time, the data in the scope of checkout Lock the data in it;

步骤203,方案签入:选择所述签出方案和需要签入的数据,比对所述签入的数据和原有的数据,同时对所述签入的数据和所述原有的数据设置映射关系,将所述签入的数据录入到需要签入的图层中;Step 203, plan check-in: select the check-out plan and the data to be checked in, compare the check-in data with the original data, and set the check-in data and the original data at the same time Mapping relationship, enter the checked-in data into the layer that needs to be checked-in;

步骤3,根据拓扑检查,判断所述签入的数据与所述原始数据的变化情况,获得地图更新范围、更新数据,构建地图缓存更新任务中此次缓存更新的更新范围以及更新级别;Step 3, according to the topology inspection, judge the changes between the checked-in data and the original data, obtain the map update range and update data, and construct the update range and update level of this cache update in the map cache update task;

步骤4,根据地图服务是否设置所述自动更新标识、以及获取的所述更新范围、所述更新级别判断地图是否启动缓存自动更新,若是则进行步骤5,否则不启动缓存自动更新;Step 4, according to whether the map service sets the automatic update identifier, the acquired update range, and the update level, it is judged whether the map starts automatic cache update, if so, proceeds to step 5, otherwise does not start cache automatic update;

步骤5,如果已经发布过地图缓存服务或者已经设置过默认方案模板则进行步骤6,否则构建地图缓存更新方案模板;Step 5, if the map cache service has been published or the default scheme template has been set, go to step 6, otherwise build a map cache update scheme template;

步骤6,构建地图缓存更新工具;Step 6, build a map cache update tool;

步骤7,利用所述缓存更新工具读取所述缓存更新方案模板,并设置所述更新范围以及所述更新级别,形成新的缓存方案;Step 7, using the cache update tool to read the cache update plan template, and set the update range and the update level to form a new cache plan;

步骤8,在所述更新数据更新完成之后,已经获取的所述更新范围以及所述更新级别,以缓存任务的方式添加到所述地图缓存更新工具中,触发所述地图缓存更新的执行。Step 8: After the update data is updated, the acquired update range and update level are added to the map cache update tool in the form of a cache task, triggering the execution of the map cache update.

作为本发明进一步的改进,步骤8中所述缓存任务的内容用数据库进行存储。As a further improvement of the present invention, the content of the cache task in step 8 is stored in a database.

作为本发明进一步的改进,所述地图缓存更新工具对所述数据库进行监听。As a further improvement of the present invention, the map cache update tool monitors the database.

本发明的有益效果为:The beneficial effects of the present invention are:

1、缓存更新方案的模板化:缓存的更新方案均以模板的方式存储下来,便于用户的第二次修改。如果不同的服务使用相同的更新方案,直接使用已经存储的模板即可。1. Templating of the cache update scheme: the cache update scheme is stored in the form of a template, which is convenient for the user to modify for the second time. If different services use the same update scheme, just use the stored template directly.

2、地图缓存服务自动更新触发:地图缓存更新的方式由以往的人工触发,变为自动触发,使得地图缓存服务的更新和数据更新协同一致,不需人工干预。数据更新范围的获取,以及指定级别更新由程序自动计算每次更新的范围和更新的级别,使得每次更新的内容变得更精确,从而大大解决了缓存更新的时间,提高缓存更新的效率。2. Automatic update trigger of map cache service: The way of map cache update is changed from manual trigger to automatic trigger, which makes map cache service update and data update synergistic without manual intervention. The acquisition of the data update range and the update of the specified level are automatically calculated by the program for each update range and update level, making the content of each update more accurate, thereby greatly reducing the cache update time and improving the cache update efficiency.

附图说明Description of drawings

图1为本发明实施例所述的一种地图缓存服务自动更新方法的流程图。FIG. 1 is a flowchart of a method for automatically updating a map cache service according to an embodiment of the present invention.

具体实施方式Detailed ways

下面通过具体的实施例并结合附图对本发明做进一步的详细描述。The present invention will be described in further detail below through specific embodiments and in conjunction with the accompanying drawings.

如图1所示,本发明实施例所述的一种地图缓存服务自动更新方法,该方法包括:As shown in Figure 1, a method for automatically updating a map cache service according to an embodiment of the present invention, the method includes:

步骤1,在地图服务发布时设置地图服务的自动更新标识,管理所述自动更新标识的标识信息,在所述标识信息中记录相应的服务信息;Step 1, setting the automatic update identification of the map service when the map service is published, managing the identification information of the automatic update identification, and recording the corresponding service information in the identification information;

步骤2,定义地图更新的流程,包括三个步骤,Step 2, define the map update process, including three steps,

步骤201,定义签出方案:每个签出方案就是一个更新任务,在所述签出方案中定义需要签出的图层;Step 201, define a checkout scheme: each checkout scheme is an update task, and layers to be checked out are defined in the checkout scheme;

步骤202,方案签出:设置签出范围,并且将所述签出范围内的数据签出到临时库,所述临时库的数据供在外作业人员进行修改和更新,同时对所述签出范围内的数据进行加锁;Step 202, plan checkout: set the checkout range, and check out the data within the checkout range to a temporary library, the data in the temporary library can be modified and updated by outside workers, and at the same time, check out the data in the checkout range Lock the data in it;

步骤203,方案签入:选择所述签出方案和需要签入的数据,比对所述签入的数据和原有的数据,同时对所述签入的数据和所述原有的数据设置映射关系,将所述签入的数据录入到需要签入的图层中;Step 203, plan check-in: select the check-out plan and the data to be checked in, compare the check-in data with the original data, and set the check-in data and the original data at the same time Mapping relationship, enter the checked-in data into the layer that needs to be checked-in;

步骤3,根据拓扑检查,判断所述签入的数据与所述原始数据的变化情况,获得地图更新范围、更新数据,构建地图缓存更新任务中此次缓存更新的更新范围以及更新级别;Step 3, according to the topology inspection, judge the changes between the checked-in data and the original data, obtain the map update range and update data, and construct the update range and update level of this cache update in the map cache update task;

步骤4,根据地图服务是否设置所述自动更新标识、以及获取的所述更新范围、所述更新级别判断地图是否启动缓存自动更新,若是则进行步骤5,否则不启动缓存自动更新;Step 4, according to whether the map service sets the automatic update identifier, the acquired update range, and the update level, it is judged whether the map starts automatic cache update, if so, proceeds to step 5, otherwise does not start cache automatic update;

步骤5,如果已经发布过地图缓存服务或者已经设置过默认方案模板则进行步骤6,否则构建地图缓存更新方案模板;Step 5, if the map cache service has been published or the default scheme template has been set, go to step 6, otherwise build a map cache update scheme template;

步骤6,构建地图缓存更新工具;Step 6, build a map cache update tool;

步骤7,利用所述缓存更新工具读取所述缓存更新方案模板,并设置所述更新范围以及所述更新级别,形成新的缓存方案;Step 7, using the cache update tool to read the cache update plan template, and set the update range and the update level to form a new cache plan;

步骤8,在所述更新数据更新完成之后,已经获取的所述更新范围以及所述更新级别,以缓存任务的方式添加到所述地图缓存更新工具中,触发所述地图缓存更新的执行。Step 8: After the update data is updated, the acquired update range and update level are added to the map cache update tool in the form of a cache task, triggering the execution of the map cache update.

进一步的,步骤8中所述缓存任务的内容用数据库进行存储。Further, the content of the cache task in step 8 is stored in a database.

进一步的,所述地图缓存更新工具对所述数据库进行监听。Further, the map cache update tool monitors the database.

以上所述仅为本发明的优选实施例而已,并不用于限制本发明,对于本领域的技术人员来说,本发明可以有各种更改和变化。凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。5 -->The above descriptions are only preferred embodiments of the present invention, and are not intended to limit the present invention. For those skilled in the art, the present invention may have various modifications and changes. Any modifications, equivalent replacements, improvements, etc. made within the spirit and principles of the present invention shall be included within the protection scope of the present invention. 5 -->

Claims (3)

1. a cache map service automatic update method, is characterized in that, comprise the following steps:
Step 1, arranges the automatic more new logo of Map Services when Map Services is issued, manage the identification information of described automatic more new logo, in described identification information, record corresponding information on services;
Step 2, the flow process of definition map rejuvenation, comprises three steps,
Step 201, definition checks out scheme: each scheme that checks out is exactly a more new task, in the described layer checking out definition in scheme and need to check out;
Step 202, scheme checks out: arrange and check out scope, and the described data checked out in scope are checked out temporary library, and the data of described temporary library supply operating personnel outside to modify and upgrade, and lock to the described data checked out in scope simultaneously;
Step 203, scheme logs on: check out scheme and the data needing to log on described in selection, the data logged on described in comparison and original data, arrange mapping relations to the described data that log on and described original data simultaneously, by the described data inputting logged on in the layer needing to log on;
Step 3, according to topology inspection, the situation of change of the data logged on described in judgement and described raw data, obtains map rejuvenation scope, more new data, builds the cache map more this time more new range of buffer update and Update Level in new task;
Step 4, serve according to the map whether arrange described automatically more new logo and the described more new range obtained, described Update Level judge whether map starts buffer memory and automatically upgrade, if then carry out step 5, otherwise do not start buffer memory and automatically upgrade;
Step 5, if issued cache map service or arranged default scheme template, carry out step 6, otherwise built cache map update scheme template;
Step 6, builds cache map more new tool;
Step 7, utilizes described buffer update instrument to read described buffer update plan template, and more new range and described Update Level described in arranging, form new buffering scheme;
Step 8, after described renewal Data Update completes, the described more new range obtained and described Update Level, add described cache map to more in new tool in the mode of buffer memory task, triggers the execution that described cache map upgrades.
2. a kind of cache map service automatic update method according to claim 1, it is characterized in that, the content database of the task of buffer memory described in step 8 stores.
3. a kind of cache map service automatic update method according to claim 2, it is characterized in that, described cache map more new tool is monitored described database.
CN201510043109.8A 2015-01-28 2015-01-28 A kind of cache map services automatic update method Expired - Fee Related CN104573083B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510043109.8A CN104573083B (en) 2015-01-28 2015-01-28 A kind of cache map services automatic update method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510043109.8A CN104573083B (en) 2015-01-28 2015-01-28 A kind of cache map services automatic update method

Publications (2)

Publication Number Publication Date
CN104573083A true CN104573083A (en) 2015-04-29
CN104573083B CN104573083B (en) 2017-12-08

Family

ID=53089145

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510043109.8A Expired - Fee Related CN104573083B (en) 2015-01-28 2015-01-28 A kind of cache map services automatic update method

Country Status (1)

Country Link
CN (1) CN104573083B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105719289A (en) * 2016-01-20 2016-06-29 荆州市华孚信息技术有限公司 Digital network issuing application method of rock core
CN109387208A (en) * 2018-11-13 2019-02-26 百度在线网络技术(北京)有限公司 A kind of processing method of map datum, device, equipment and medium
CN109981740A (en) * 2019-02-25 2019-07-05 湖北金拓维信息技术有限公司 A kind of distribution image data multi-level buffer method
CN110275931A (en) * 2019-06-17 2019-09-24 北京讯腾智慧科技股份有限公司 A kind of pipe network geographic information service method for automatically releasing and system
CN111028931A (en) * 2019-12-11 2020-04-17 医渡云(北京)技术有限公司 Medical data processing method and device, electronic equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101894167A (en) * 2010-07-26 2010-11-24 武汉大学 Web Map Service Method Driven by User Event Model
CN102999573A (en) * 2012-11-09 2013-03-27 中国铁道科学研究院电子计算技术研究所 Cache updating method for stripped GIS (Geographic Information System) map elements
CN103425754A (en) * 2013-07-24 2013-12-04 浙江大学 Tile-type map service caching real-time dynamic update method applicable to on-line edit of user
US20150019675A1 (en) * 2013-07-09 2015-01-15 Google Inc. Caching geographic data according to server-specified policy

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101894167A (en) * 2010-07-26 2010-11-24 武汉大学 Web Map Service Method Driven by User Event Model
CN102999573A (en) * 2012-11-09 2013-03-27 中国铁道科学研究院电子计算技术研究所 Cache updating method for stripped GIS (Geographic Information System) map elements
US20150019675A1 (en) * 2013-07-09 2015-01-15 Google Inc. Caching geographic data according to server-specified policy
CN103425754A (en) * 2013-07-24 2013-12-04 浙江大学 Tile-type map service caching real-time dynamic update method applicable to on-line edit of user

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
赵靖荣: ""基于Flex的WebGIS在电力信息化中的应用与研究"", 《中国优秀硕士学位论文全文数据库 基础科学辑》 *
郭明武: ""ArcGISServer中地图瓦片实时在线局部更新方法研究"", 《测绘通报》 *
黄祥志 等: ""适用于可编辑WebGIS的动态缓存策略"", 《计算机工程》 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105719289A (en) * 2016-01-20 2016-06-29 荆州市华孚信息技术有限公司 Digital network issuing application method of rock core
CN105719289B (en) * 2016-01-20 2019-01-04 荆州市华孚信息技术有限公司 A kind of rock core digitalized network publication application method
CN109387208A (en) * 2018-11-13 2019-02-26 百度在线网络技术(北京)有限公司 A kind of processing method of map datum, device, equipment and medium
CN109981740A (en) * 2019-02-25 2019-07-05 湖北金拓维信息技术有限公司 A kind of distribution image data multi-level buffer method
CN110275931A (en) * 2019-06-17 2019-09-24 北京讯腾智慧科技股份有限公司 A kind of pipe network geographic information service method for automatically releasing and system
CN110275931B (en) * 2019-06-17 2020-06-26 北京讯腾智慧科技股份有限公司 Automatic publishing method and system for management information service of management network
CN111028931A (en) * 2019-12-11 2020-04-17 医渡云(北京)技术有限公司 Medical data processing method and device, electronic equipment and storage medium
CN111028931B (en) * 2019-12-11 2023-08-22 医渡云(北京)技术有限公司 Medical data processing method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN104573083B (en) 2017-12-08

Similar Documents

Publication Publication Date Title
US10558642B2 (en) Mechanism for deprecating object oriented data
US9015648B2 (en) Roundtrip merge of BPEL processes and BPMN models
CN101763347B (en) GIS (Geographical Information System) interface platform as well as network GIS management system and management method
CN104573083B (en) A kind of cache map services automatic update method
WO2016050112A1 (en) Data storage method, storage apparatus and storage system
CN108829746B (en) Main data management system and device based on memory database
CN113220633B (en) Unified file coding management method and system
CN103914564A (en) Method and system for updating and warehousing urban pipelines on basis of ArcGIS (geographic information system)
KR20120034383A (en) Automatic map update system and method thereof
US12124430B2 (en) Vehicle update system
CN115086047B (en) Interface authentication method and device, electronic equipment and storage medium
US20110320593A1 (en) Equipment managing apparatus, equipment managing method, and computer-readable storage medium
CN111126961B (en) Full life cycle digital main line service system for complex products
CN116680765B (en) A method and device for incrementally updating basic geographic data based on identity identification
CN106484792A (en) A kind of data power supply management method for Persistence Layer Framework and device
CN101605049A (en) Method and device for processing statistical analysis indicators of network management data, and data management system
CN109615326A (en) A kind of formal change management method, apparatus and system
CN109815428A (en) A kind of online table caching method and device
CN106777063B (en) Layer grading drawing method
JP2007133624A (en) Information management method and device using connection relation information
CN109471870A (en) Method, apparatus, electronic device and computer-readable medium for reading resource data
US11816424B2 (en) Conditional save of draft enabled business objects
CN113190224B (en) Data binding method based on data routing
CN117609414B (en) Method for automatically extracting space metadata and automatically associating space metadata with space data model
CN116861013B (en) CIM data credibility improving method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
EXSB Decision made by sipo to initiate substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20171208