当前位置:网站首页>Analysis of similarities and differences of various merged features (Union, merge, append, resolve) in ArcGIS
Analysis of similarities and differences of various merged features (Union, merge, append, resolve) in ArcGIS
2022-06-30 03:43:00 【stone_ tigerLI】
Reprinted from CSDN Blogger 「Sylvenas」 The original article of
Link to the original text :[https://blog.csdn.net/Mello_/article/details/41276909]
Based on the original text, this paper adds some contents , Thank you for sharing
ArcGIS Merging two feature classes into one feature has Union、Dissolve、Append、Merge etc. , stay Arctoolbox There are corresponding tools in , But the function is different :
Union: Merge input feature classes into new feature classes .
- graphics :union Can only merge polygon The element class of type . When two feature classes are merged, the intersecting parts are processed , Make it a multi part element , And there are options to allow gaps (gaps) Or no gap is allowed . If you choose not to allow gaps , The gap after the two feature classes are merged will generate features .
- Property sheet :union There are three options for merging property sheets :all、no_fid and only_fid.all Put the attribute table fields of the two feature classes in the attribute table of the output feature class in order in , Include fid. A field with the same name ( except fid Outside ) Add a number after the field name to show the difference (fid Add the feature class name ).no_fid Divide the attribute table of two feature classes by fid The fields outside are in order The sequence is all placed in the attribute table of the output feature class .only_fid Only... In the attribute table of two feature classes fid Put it in the attribute table of the output feature class , stay fid Add the feature class name to show the difference . union No field mapping .

Merge: Merge input feature classes 、 Table to new feature class 、 In the table .
You can combine general attribute tables , Merge attribute or hook attribute !
for example : county polygon, Only name attribute , Now you need to add his zip code 、 Area code 、 Population 、 area 、 Code and so on , Now I have collected this information , And put it into the general attribute database, such as access Inside . Attribute tables and graphic attributes have a common name attribute field , Sure joins Together , And then use Merge Tools , Select the desired attribute field , Generate Independent new elements !


- graphics :merge You can merge points 、 Line 、 Polygon and other feature classes and tables , But it must be of the same type .merge Do not process elements , Simply put the elements into a feature class , Therefore, the output feature classes may have overlaps or gaps .



- Property sheet :merge When processing the property sheet, fields with the same name are combined into one , For fields with different names, press the original name 、 Add all of them to the output feature class attribute table in sequence , primary fid Will discard .merge Field mapping is possible .
Append: Merge input feature classes 、 surface 、 Raster image and raster catalog to an existing feature class 、 surface 、 Grid image and grid directory .
If the field properties of the source data are the same , You can use append Merge multiple shapefile The document is a .
Such as rivers of different levels shapefile file , Can be merged into one shapefile in , Display topics can also be described separately .
When schema type The options are test when , The attribute table structure of input and output feature classes must be consistent , Field name 、 type 、 The order of arrangement must be exactly the same , When schema type The options are no_test Time can be different .
- graphics :append You can merge points 、 Line 、 Polygon and other feature classes and tables 、 Raster image and raster catalog , But it must be of the same type .append Do not process elements , Simply put the elements into a feature class , Therefore, the output feature classes may have overlaps or gaps .
append result - Property sheet : The same as the attribute table of the output feature class . Fields in the input feature class attribute table will be discarded if they are not in the output feature class attribute table , But you can do field mapping , Map a field of the input feature class to a field of the output feature class .
Dissolve: Multiple elements can be , Through the specified attribute ( Same property value ), Dissolve into an element ;
Add : Individuals understand that the same attributes are merged into one feature class .
for example : You can put the county Dissolve into market . Conditions : There are common elements in the county City sign ~!
dissolve/ Missing a different attribute that is not specified


| Similarities and differences :merge、union、append All are consolidated , Start , The process , result , What's the difference ? |
边栏推荐
- 【作业】2022.5.23 MySQL入门
- Mathematical solution of Joseph Ring
- 1148_ Makefile learning_ Targets, variables, and wildcards in makefile
- dbt产品初体验
- How to view Tencent's 2022 school recruitment salary, the total contract of cabbage is 40W?
- 王爽-汇编语言 万字学习总结
- Use of foreach in QT
- Dripping backward (II)
- Some common functions and precautions
- ReSharper 7. Can X be used with vs2013 preview? [off] - can resharper 7 x be used with VS2013 preview? [closed]
猜你喜欢

QT中foreach的使用

Laravel9 local installation

专升本高数(四)

SDS understanding in redis

The next change direction of database - cloud native database

1152_ Makefile learning_ Pattern matching rules

【笔记】2022.5.27 通过pycharm操作MySQL

1151_ Makefile learning_ Static matching pattern rules in makefile
![[punch in - Blue Bridge Cup] day 5 --- lower() small](/img/b5/21f51a7416c72c299cc59192a33b3a.jpg)
[punch in - Blue Bridge Cup] day 5 --- lower() small

Chapter 2 control structure and function (programming problem)
随机推荐
LitJson解析 生成json文件 读取json文件中的字典
Feign pit
Chapter 2 control structure and function (programming problem)
dbt产品初体验
Redis中的Hash设计和节省内存数据结构设计
[note] Introduction to data analysis on June 7, 2022
Product thinking - is the future of UAV express worth looking forward to?
51单片机的室内环境监测系统,MQ-2烟雾传感器和DHT11温湿度传感器,原理图,C编程和仿真
云原生——Web实时通信技术之Websocket
51 single chip microcomputer indoor environment monitoring system, mq-2 smoke sensor and DHT11 temperature and humidity sensor, schematic diagram, C programming and simulation
共124篇!墨天轮“高可用架构”干货文档分享(含Oracle、MySQL、PG)
124 articles in total! Motianlun "high availability architecture" dry goods document sharing (including Oracle, mysql, PG)
【作业】2022.5.28 将CSV写入数据库
Practical debugging skills
Redis is used in Windows system
Realization of BFS in C language by storing adjacency matrix of graph
深入浅出掌握grpc通信框架
Linked list: insert a node in the head
Tidb 6.0: making Tso more efficient tidb Book rush
C#【高级篇】 C# 泛型(Generic)【需进一步补充:泛型接口、泛型事件的实例】