- ArcGIS Pro 2.x Cookbook
- Tripp Corbin GISP
- 195字
- 2021-06-24 19:10:53
Creating and using a Relate
A Join is just one of the basic methods you can use in ArcGIS Pro to link data together. Another method is a Relate. A Relate links two tables together, but unlike a Join, which adds information to the primary table, the two tables remain separate when related. This allows you to see all the related records in the linked table.
A Relate works best when you have one record in your primary table which matches to multiple records in the linked table, or when you have multiple records in the primary that match multiple records in the linked table. In these situations, a Join would not work as well because it would have multiple records which match.
In this recipe, you will create a Relate between the Parcels and a land sales table. The land sales table contains all parcels sales which have occurred over the last several years. This table also comes from the County’s CAMA system, like the Owners table did. Once you relate the two tables, you will see how you can view all the sales for a selected parcel.
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- 深入理解Android(卷I)
- JavaScript高效圖形編程
- TypeScript Blueprints
- 架構不再難(全5冊)
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- Python高級編程
- AngularJS深度剖析與最佳實踐
- Mastering Python Networking
- Python面向對象編程:構建游戲和GUI
- HTML5 APP開發從入門到精通(微課精編版)
- IoT Projects with Bluetooth Low Energy
- Application Development with Parse using iOS SDK
- Blender 3D Cookbook
- 軟件再工程:優化現有軟件系統的方法與最佳實踐