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

CN104239491A - Vector graph updating method for describing service information - Google Patents

Vector graph updating method for describing service information Download PDF

Info

Publication number
CN104239491A
CN104239491A CN201410455081.4A CN201410455081A CN104239491A CN 104239491 A CN104239491 A CN 104239491A CN 201410455081 A CN201410455081 A CN 201410455081A CN 104239491 A CN104239491 A CN 104239491A
Authority
CN
China
Prior art keywords
information
graphics
vector graphics
vector
graphic
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
CN201410455081.4A
Other languages
Chinese (zh)
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.)
State Grid Corp of China SGCC
Information and Telecommunication Branch of State Grid Ningxia Electric Power Co Ltd
Original Assignee
State Grid Corp of China SGCC
Information and Telecommunication Branch of State Grid Ningxia Electric Power 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 State Grid Corp of China SGCC, Information and Telecommunication Branch of State Grid Ningxia Electric Power Co Ltd filed Critical State Grid Corp of China SGCC
Priority to CN201410455081.4A priority Critical patent/CN104239491A/en
Publication of CN104239491A publication Critical patent/CN104239491A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/80Information retrieval; Database structures therefor; File system structures therefor of semi-structured data, e.g. markup language structured data such as SGML, XML or HTML
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/56Information retrieval; Database structures therefor; File system structures therefor of still image data having vectorial format

Landscapes

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

Abstract

本发明涉及一种描述业务信息的矢量图形更新方法。其特点是,包括如下步骤:首先通过矢量图形信息描述文件对矢量图形进行描述,由服务端定时或按需抽取出最新的矢量图形信息,当客户端获取最新的矢量图形信息后交由图形数据解析器解析出包含节点和连接关系的具体图形信息,并与原有图形进行比较,分析出图形变化的增量信息,然后再由图形生成模块根据增量信息修改原有图形,在保证与原有图形一致的基础上,生成最新的矢量图形。通过本发明的方法,可以将服务端的工作简化为定时或按需抽取最新图形数据,形成矢量图形数据描述信息。既简化了服务端的实现,减轻了服务端的负担,又提高了服务端的稳定性。

The invention relates to a method for updating vector graphics describing business information. Its characteristic is that it includes the following steps: first, describe the vector graphics through the vector graphics information description file, the server extracts the latest vector graphics information regularly or on demand, and when the client obtains the latest vector graphics information, hand it over to the graphics data The parser parses out the specific graph information including nodes and connections, and compares it with the original graph to analyze the incremental information of the graph change, and then the graph generation module modifies the original graph according to the incremental information, ensuring that it is consistent with the original graph. On the basis of graphics consistency, the latest vector graphics are generated. Through the method of the invention, the work of the server can be simplified to extract the latest graphic data regularly or on demand to form vector graphic data description information. It not only simplifies the implementation of the server, reduces the burden on the server, but also improves the stability of the server.

Description

一种描述业务信息的矢量图形更新方法A Vector Graphics Update Method for Describing Business Information

技术领域technical field

本发明涉及一种描述业务信息的矢量图形更新方法。The invention relates to a method for updating vector graphics describing business information.

背景技术Background technique

如今,种类繁多的信息源产生的大量数据,远远超出了人脑分析解释这些数据的能力。可视化技术作为解释大量数据最有效的手段而率先被科学与工程计算领域采用,可视化把数据转换成图形,给予人们深刻与意想不到的洞察力,在很多领域使得研究方式发生了根本变化。可视化技术的应用大至高速飞行模拟,小至分子结构的演示,无处不在。在互联网时代,可视化与网络技术结合使远程可视化服务成为现实。Today, the vast amount of data generated by a wide variety of information sources far exceeds the ability of the human brain to analyze and interpret this data. As the most effective means of explaining large amounts of data, visualization technology was first adopted in the field of scientific and engineering computing. Visualization converts data into graphics, gives people profound and unexpected insights, and fundamentally changes research methods in many fields. The application of visualization technology is as large as high-speed flight simulation, as small as the demonstration of molecular structure, everywhere. In the Internet era, the combination of visualization and network technology makes remote visualization services a reality.

图形展现作为可视化的一个非常重要的组成部分。它使得数据可以借助于图形化手段,清晰有效地表达与沟通信息。同时,在实际情况中,图形数据往往存储在服务端,而图形展示常常需要运行在客户端上,这就需要对数据更新进行针对性的设计,从而使得图形展示的更新变得快速、高效。Graphic presentation is a very important part of visualization. It enables data to express and communicate information clearly and effectively by means of graphics. At the same time, in actual situations, graphic data is often stored on the server, and graphic display often needs to run on the client, which requires a targeted design for data updates, so that the update of graphic display becomes fast and efficient.

增量更新是指在进行更新操作时,只更新需要改变的地方,不需要更新或者已经更新过的地方则不会重复更新,增量更新与完全更新相对。这种更新的概念应用范围比较广泛,凡是需要进行数据更新的地方都会用到。特点:1.只更新需要更新的地方;2.相对于完全更新更快捷,处理量减少;3.采用增量更新需要在更新前设定规则,规定更新的策略;Incremental update means that only the parts that need to be changed are updated during the update operation, and the parts that do not need to be updated or have been updated will not be updated repeatedly. Incremental update is opposite to full update. This update concept has a wide range of applications, and it will be used wherever data updates are required. Features: 1. Only update the parts that need to be updated; 2. Compared with the full update, it is faster and the processing volume is reduced; 3. The incremental update needs to set rules before the update and stipulate the update strategy;

发明内容Contents of the invention

本发明的目的是提供一种概念清晰、实现简单、准确率高的描述业务信息的矢量图形更新方法。The purpose of the present invention is to provide a vector graphics update method for describing business information with clear concept, simple implementation and high accuracy.

一种描述业务信息的矢量图形更新方法,其特别之处在于,包括如下步骤:首先通过矢量图形信息描述文件对矢量图形进行描述,由服务端定时或按需抽取出最新的矢量图形信息,当客户端获取最新的矢量图形信息后交由图形数据解析器解析出包含节点和连接关系的具体图形信息,并与原有图形进行比较,分析出图形变化的增量信息,然后再由图形生成模块根据增量信息修改原有图形,在保证与原有图形一致的基础上,生成最新的矢量图形。A vector graphic update method for describing business information, which is particularly characterized in that it includes the following steps: first describe the vector graphic through a vector graphic information description file, and the server extracts the latest vector graphic information regularly or on demand. After the client obtains the latest vector graphic information, the graphic data parser parses out the specific graphic information including nodes and connection relationships, compares it with the original graphic, analyzes the incremental information of graphic changes, and then uses the graphic generation module Modify the original graphics according to the incremental information, and generate the latest vector graphics on the basis of ensuring consistency with the original graphics.

其中首先用XML语言来记录与业务无关的矢量图形信息,由服务端定时或按需抽取,形成矢量图形XML文件,使用时反序列化矢量图形XML文件,获取图形信息,和原有图形进行比较,分析出增量信息,将矢量数据以图形化的方式进行展示,从而使用户能通过图形化的方式来查看、编辑矢量数据,并进行增量更新。Among them, the XML language is first used to record vector graphics information that has nothing to do with business, and the server will extract it regularly or on demand to form a vector graphics XML file. When using it, deserialize the vector graphics XML file to obtain graphics information and compare it with the original graphics. , analyze the incremental information, and display the vector data graphically, so that users can view, edit vector data graphically, and perform incremental updates.

其中增量信息具体是指图形对象的新增、修改、删除。The incremental information specifically refers to the addition, modification, and deletion of graphic objects.

通过本发明的方法,可以将服务端的工作简化为定时或按需抽取最新图形数据,形成矢量图形数据描述信息。既简化了服务端的实现,减轻了服务端的负担,又提高了服务端的稳定性。而客户端获取图形数据描述信息后进行分析以及生成图形,充分利用了客户端的计算能力。Through the method of the invention, the work of the server can be simplified to extract the latest graphic data regularly or on demand to form vector graphic data description information. It not only simplifies the implementation of the server, reduces the burden on the server, but also improves the stability of the server. The client side obtains the description information of the graphic data and then analyzes and generates graphics, which makes full use of the computing power of the client side.

附图说明Description of drawings

附图1是发明实施例1提供方法的流程图。Accompanying drawing 1 is the flowchart of the method provided by the first embodiment of the invention.

具体实施方式Detailed ways

为实现上述目的,本发明提供了如下方案:To achieve the above object, the present invention provides the following scheme:

1、服务端抽取最新的矢量图形数据(包含节点和连接信息),形成矢量图形数据描述。1. The server extracts the latest vector graphics data (including node and connection information) to form a vector graphics data description.

2、定义矢量图形数据描述格式,包括:2. Define the vector graphics data description format, including:

在设计时,用XML来描述矢量图形数据,第一行对矢量图形数据描述文件进行声明,定义XML版本为1.0,所使用编码为UTF-8。When designing, use XML to describe the vector graphics data, the first line declares the vector graphics data description file, defines the XML version as 1.0, and uses the encoding as UTF-8.

第二行,描述该文档的根元素,定义根元素的名称为“Graph”,并为其定义属性,包括:The second line describes the root element of the document, defines the name of the root element as "Graph", and defines attributes for it, including:

在“Graph”元素上定义名为“time”的属性,该属性的值为图形矢量数据的生成时间。Define an attribute named "time" on the "Graph" element, and the value of this attribute is the generation time of the graph vector data.

在根元素“Graph”下定义名为“Elements”的元素,以描述节点信息。并为其定义属性,包括:An element named "Elements" is defined under the root element "Graph" to describe node information. And define properties for it, including:

在“Elements”元素上定义名为“count”的属性,该属性的值为节点数量。Define an attribute named "count" on the "Elements" element whose value is the number of nodes.

根据抽取出来的每一个节点的信息,在元素“Elements”下定义名为“Node”的元素,以表示每一个节点,并为其定义属性,包括:According to the extracted information of each node, define an element named "Node" under the element "Elements" to represent each node and define attributes for it, including:

在“Node”元素上定义名为“id”的属性,以指定节点的唯一标识。Define an attribute named "id" on the "Node" element to specify the unique identification of the node.

在“Node”元素上定义名为“name”的属性,以指定节点的名称。Define an attribute called "name" on the "Node" element to specify the name of the node.

在“Node”元素上定义名为“type”的属性,以指定节点的类型。Define an attribute called "type" on the "Node" element to specify the type of node.

在“Node”元素上还可以根据实际需要增加其他信息,如节点的位置等。Other information can also be added to the "Node" element according to actual needs, such as the position of the node, etc.

在根元素“Graph”下定义名为“Links”的元素,以描述连接信息。并为其定义属性,包括:Define an element named "Links" under the root element "Graph" to describe connection information. And define properties for it, including:

在“Links”元素上定义名为“count”的属性,该属性的值为连接数量。Define an attribute named "count" on the "Links" element whose value is the number of links.

根据抽取出来的每一条连接的信息,在元素“Links”下定义名为“Link”的元素,以表示每一条连接信息,并为其定义属性,包括:According to the extracted information of each link, define an element named "Link" under the element "Links" to represent each link information and define attributes for it, including:

在“Link”元素上定义名为“id”的属性,以指定连接的唯一标识。Define an attribute named "id" on the "Link" element to specify a unique identifier for the link.

在“Link”元素上定义名为“name”的属性,以指定连接的名称。Define an attribute called "name" on the "Link" element to specify the name of the link.

在“Link”元素上定义名为“type”的属性,以指定连接的类型。Define an attribute called "type" on the "Link" element to specify the type of connection.

在“Link”元素上定义名为“s_node”的属性,以指定连接的起始节点。Define an attribute named "s_node" on the "Link" element to specify the starting node of the link.

在“Link”元素上定义名为“e_node”的属性,以指定连接的终止节点。Define an attribute named "e_node" on the "Link" element to specify the terminal node of the connection.

设计完成的矢量图形信息的描述文件,可以以XML文件的形式进行持久化,为加快网络传输速度,也可以将其压缩后进行持久化。The description file of the designed vector graphic information can be persisted in the form of an XML file, and it can also be compressed and persisted in order to speed up network transmission.

3、客户端获取最新的矢量图形数据描述,交由矢量图形数据解析器分析出图形变化的增量信息,再通过图形生成模块生成最新的矢量图形。3. The client obtains the latest vector graphics data description, and the vector graphics data parser analyzes the incremental information of graphics changes, and then generates the latest vector graphics through the graphics generation module.

4、定义矢量图形数据解析器,包括:4. Define a vector graphics data parser, including:

矢量图形数据解析器对矢量图形数据的描述文件进行反序列化和分析,包括:The vector graphics data parser deserializes and analyzes the description files of vector graphics data, including:

矢量图形数据解析器读取矢量图形数据的描述文件(XML文件或者压缩后的XML文件),将描述文件所包含的各项参数信息进行反序列化。The vector graphics data parser reads the description file (XML file or compressed XML file) of the vector graphics data, and deserializes each parameter information included in the description file.

矢量图形数据解析器根据读取到的参数,获取最新的图形对象信息,并和原有的图形进行比较,分析出增量更新信息(包括节点和连接关系的增加、修改、删除等)。具体过程为:The vector graphic data parser obtains the latest graphic object information according to the read parameters, compares it with the original graphic, and analyzes the incremental update information (including the addition, modification, deletion, etc. of nodes and connection relationships). The specific process is:

1)、为原有的图形对象(包括节点和连接)建立散列表,关键码值为图形对象(包括节点和连接)的唯一ID。1) A hash table is established for the original graphic objects (including nodes and connections), and the key value is the unique ID of the graphic objects (including nodes and connections).

2)、将最新的图形对象信息(包括节点和连接)中的每条记录与散列表中的数据进行对比,如果该条数据在散列表中不存在,则该条数据是新增的,如果该条数据在散列表中存在,但属性不一致,则该条数据是修改的。2), compare each record in the latest graphic object information (including nodes and connections) with the data in the hash table, if the data does not exist in the hash table, then the data is newly added, if If the piece of data exists in the hash table, but the attributes are inconsistent, then the piece of data is modified.

3)、比较完成后在散列表中查询没有匹配过的数据,这些数据在新的图形中已不存在,应该被删除。3) After the comparison is completed, query the unmatched data in the hash table. These data no longer exist in the new graph and should be deleted.

5、根据矢量图形数据解析器分析出的图形增量信息,结合图形布局算法,对原有的图形进行增量更新,在最大程度上保证与原有图形一致的基础上,生成最新的矢量图形,具体过程为:5. According to the graphics incremental information analyzed by the vector graphics data parser, combined with the graphics layout algorithm, the original graphics are incrementally updated, and the latest vector graphics are generated on the basis of ensuring the consistency with the original graphics to the greatest extent , the specific process is:

1)、锁定未发生变化的图形对象,以保证重新布局图形时这些图形对象不会发生变化。1) Lock the graphics objects that have not changed, so as to ensure that these graphics objects will not change when the graphics are re-layouted.

2)、删除图形中已不存在的图形对象。2). Delete the graphics objects that no longer exist in the graphics.

3)、对于发生变化的图形对象,修改属性。3) For the changed graphic object, modify the attribute.

4)、添加新增图形对象,并重新布局图形,如果新增的节点具有位置信息,则根据位置信息布局该节点,如果没有位置,则根据实际业务指定的布局规则(如网格布局、树形布局等)进行增量的图形布局,生成最新的图形。4), add a new graphic object, and re-layout the graphic. If the newly added node has location information, the node is laid out according to the location information. If there is no location, the layout rule specified by the actual business (such as grid layout, tree graphic layout, etc.) for incremental graphic layout to generate the latest graphics.

本发明方法中用XML语言以设备无关的数据描述形式来记录矢量图形信息,仅记录矢量图形数据中与业务无关的信息,可以以XML文件的形式进行持久化,可以通过压缩的XML形式进行持久化。由服务端定时或按需抽取,形成该文件。反序列化矢量图形信息描述文件,获取图形信息。和原有图形进行比较,分析出增量信息。将矢量数据以图形化的方式进行展示。用户可通过图形化的方式来查看、编辑矢量数据。仅对矢量图形进行增量更新、除此之外图形中的所有信息将被保留。In the method of the present invention, XML language is used to record vector graphics information in a device-independent data description form, and only the information irrelevant to business in the vector graphics data can be recorded, which can be persisted in the form of XML files, and can be persisted in the form of compressed XML change. The file is extracted by the server regularly or on demand to form the file. Deserialize the vector graphic information description file to obtain graphic information. Compare with the original graphics and analyze the incremental information. Display vector data graphically. Users can view and edit vector data in a graphical way. Incremental updates are only done for vector graphics, otherwise all information in the graphics is preserved.

以下结合附图和具体的实施例对本发明的技术方案作进一步描述。The technical solutions of the present invention will be further described below in conjunction with the accompanying drawings and specific embodiments.

实施例1:Example 1:

本发明的具体实施按照图1所示流程进行,下面以某业务系统中的一张图形的描述与展现为例,描述该流程中的各步骤。The specific implementation of the present invention is carried out according to the process shown in Fig. 1, and the description and display of a graph in a certain business system is taken as an example below to describe the steps in the process.

1、服务端定时或按需抽取最新图形数据,形成矢量图形数据描述信息。1. The server extracts the latest graphics data regularly or on demand to form vector graphics data description information.

2、客户端获取矢量图形数据描述信息,交由矢量图形数据解析器进行反序列化,并分析出图形增量信息。2. The client obtains the description information of the vector graphics data, sends it to the vector graphics data parser for deserialization, and analyzes the graphics incremental information.

3、客户端的图形生成模块根据图形增量信息修改原有图形,在最大程度上保证与原有图形一致的基础上,生成最新的矢量图形。3. The graphics generation module of the client modifies the original graphics according to the graphics incremental information, and generates the latest vector graphics on the basis of ensuring the consistency with the original graphics to the greatest extent.

Claims (3)

1.一种描述业务信息的矢量图形更新方法,其特征在于,包括如下步骤:首先通过矢量图形信息描述文件对矢量图形进行描述,由服务端定时或按需抽取出最新的矢量图形信息,当客户端获取最新的矢量图形信息后交由图形数据解析器解析出包含节点和连接关系的具体图形信息,并与原有图形进行比较,分析出图形变化的增量信息,然后再由图形生成模块根据增量信息修改原有图形,在保证与原有图形一致的基础上,生成最新的矢量图形。1. A vector graphics update method for describing business information, characterized in that it comprises the following steps: firstly describe the vector graphics through a vector graphics information description file, and extract the latest vector graphics information regularly or on demand by the server, when After the client obtains the latest vector graphic information, the graphic data parser parses out the specific graphic information including nodes and connection relationships, compares it with the original graphic, analyzes the incremental information of graphic changes, and then uses the graphic generation module Modify the original graphics according to the incremental information, and generate the latest vector graphics on the basis of ensuring consistency with the original graphics. 2.如权利要求1所述的一种描述业务信息的矢量图形更新方法,其特征在于:其中首先用XML语言来记录与业务无关的矢量图形信息,由服务端定时或按需抽取,形成矢量图形XML文件,使用时反序列化矢量图形XML文件,获取图形信息,和原有图形进行比较,分析出增量信息,将矢量数据以图形化的方式进行展示,从而使用户能通过图形化的方式来查看、编辑矢量数据,并进行增量更新。2. A method for updating vector graphics describing business information as claimed in claim 1, wherein the vector graphics information irrelevant to the business is first recorded in XML language, and the vector graphics information is extracted regularly or on demand by the server to form vector graphics. Graphical XML files, deserialize vector graphics XML files when using them, obtain graphic information, compare with original graphics, analyze incremental information, and display vector data in a graphical way, so that users can graphically way to view, edit, and incrementally update vector data. 3.如权利要求1或2所述的一种描述业务信息的矢量图形更新方法,其特征在于:其中增量信息具体是指图形对象的新增、修改、删除。3. A method for updating vector graphics describing business information according to claim 1 or 2, wherein the incremental information specifically refers to the addition, modification, and deletion of graphic objects.
CN201410455081.4A 2014-09-03 2014-09-03 Vector graph updating method for describing service information Pending CN104239491A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410455081.4A CN104239491A (en) 2014-09-03 2014-09-03 Vector graph updating method for describing service information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410455081.4A CN104239491A (en) 2014-09-03 2014-09-03 Vector graph updating method for describing service information

Publications (1)

Publication Number Publication Date
CN104239491A true CN104239491A (en) 2014-12-24

Family

ID=52227550

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410455081.4A Pending CN104239491A (en) 2014-09-03 2014-09-03 Vector graph updating method for describing service information

Country Status (1)

Country Link
CN (1) CN104239491A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107944036A (en) * 2017-12-13 2018-04-20 美林数据技术股份有限公司 A kind of acquisition methods of collection of illustrative plates variation
CN108090165A (en) * 2017-12-13 2018-05-29 美林数据技术股份有限公司 A kind of acquisition methods of the collection of illustrative plates variation based on embedded chart database
CN108733680A (en) * 2017-04-14 2018-11-02 徐州瑞晨矿业科技发展有限公司 A method of engineering drawing is carried out based on vector figure data and is remotely shared
CN112270162A (en) * 2020-09-25 2021-01-26 北京达佳互联信息技术有限公司 Text conversion and message transmission method, device, equipment, server and medium
CN113807076A (en) * 2021-09-22 2021-12-17 上海大学 Method and system for analyzing and generating navigation vector file
CN114221958A (en) * 2021-12-10 2022-03-22 云控智行科技有限公司 High-precision map data increment distribution method and device and electronic equipment
CN115018949A (en) * 2022-06-30 2022-09-06 北京爱奇艺科技有限公司 Picture processing method and device, electronic equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101561816A (en) * 2009-05-27 2009-10-21 武汉大学 Method for releasing geospatial data incremental information
CN101726309A (en) * 2009-12-18 2010-06-09 吉林大学 Navigation electronic map dynamic topology rebuilding system method based on road data increment updating
CN102750330A (en) * 2012-05-31 2012-10-24 国网电力科学研究院 Topological graphic incremental updating method irrelevant to business

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101561816A (en) * 2009-05-27 2009-10-21 武汉大学 Method for releasing geospatial data incremental information
CN101726309A (en) * 2009-12-18 2010-06-09 吉林大学 Navigation electronic map dynamic topology rebuilding system method based on road data increment updating
CN102750330A (en) * 2012-05-31 2012-10-24 国网电力科学研究院 Topological graphic incremental updating method irrelevant to business

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
尹章才,李霖: "基于XML的地理信息可视化方法优化研究", 《武汉理工大学学报》 *
王斌: "基础地理数据库增量式更新机制的研究", 《第四届海峡两岸GIS发展研讨会暨中国GIS协会第十届年会论文集》 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108733680A (en) * 2017-04-14 2018-11-02 徐州瑞晨矿业科技发展有限公司 A method of engineering drawing is carried out based on vector figure data and is remotely shared
CN107944036A (en) * 2017-12-13 2018-04-20 美林数据技术股份有限公司 A kind of acquisition methods of collection of illustrative plates variation
CN108090165A (en) * 2017-12-13 2018-05-29 美林数据技术股份有限公司 A kind of acquisition methods of the collection of illustrative plates variation based on embedded chart database
CN107944036B (en) * 2017-12-13 2021-12-24 美林数据技术股份有限公司 Method for acquiring map change difference
CN108090165B (en) * 2017-12-13 2021-12-28 美林数据技术股份有限公司 Method for acquiring map change difference based on embedded graph database
CN112270162A (en) * 2020-09-25 2021-01-26 北京达佳互联信息技术有限公司 Text conversion and message transmission method, device, equipment, server and medium
CN113807076A (en) * 2021-09-22 2021-12-17 上海大学 Method and system for analyzing and generating navigation vector file
CN113807076B (en) * 2021-09-22 2024-06-04 上海大学 Navigation vector file analysis and generation method and system
CN114221958A (en) * 2021-12-10 2022-03-22 云控智行科技有限公司 High-precision map data increment distribution method and device and electronic equipment
CN115018949A (en) * 2022-06-30 2022-09-06 北京爱奇艺科技有限公司 Picture processing method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN104239491A (en) Vector graph updating method for describing service information
US20230096930A1 (en) Platform-agnostic data storage and retrieval in a multiplatform computing environment
CN111295680B (en) Intelligent model hierarchy for infrastructure modeling
Zeng et al. Research of Improved FP‐Growth Algorithm in Association Rules Mining
CN102750406B (en) Multi-version management method for model set and difference model-based power grid model
CN103645908B (en) Full life circle development achievement system of intemetware
US20130346364A1 (en) Method and system for capturing change of data
JP2021519964A (en) Learning ETL rules by example
CN105630902A (en) Method for rendering and incrementally updating webpages
US11226953B2 (en) Technique for generating a change cache database utilized to inspect changes made to a repository
CN107766042A (en) A kind of visual data manager and device of the model file based on CSAR
CN105302803A (en) Product BOM difference analyzing and synchronous updating method
CN110781542B (en) BIM model data processing method and device
CN104598570B (en) The grasping means of resource and device
CN102750330A (en) Topological graphic incremental updating method irrelevant to business
CN108255959A (en) Data query method and device in a kind of Redis
CN103020318A (en) Method for maintenance of database tables in database
CN117032668A (en) Processing method, device, system and platform of visual rule engine
Jungnickel et al. Simultaneous editing of JSON objects via operational transformation
Parmar et al. MongoDB as an efficient graph database: An application of document oriented NOSQL database
CN107729007A (en) A kind of transformer station uniformly monitors the implementation method of graphic editor on-line
US9886424B2 (en) Web application framework for extracting content
Cai et al. A semi-transparent selective undo algorithm for multi-user collaborative editors
KR101107582B1 (en) Web-based ontology editing operating system
CN108074074A (en) Integration device and integration method thereof

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20141224