- 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.
- 測試驅(qū)動開發(fā):入門、實戰(zhàn)與進(jìn)階
- PHP 編程從入門到實踐
- Learning Laravel 4 Application Development
- 基于Swift語言的iOS App 商業(yè)實戰(zhàn)教程
- Highcharts Cookbook
- 批調(diào)度與網(wǎng)絡(luò)問題的組合算法
- Web性能實戰(zhàn)
- 寫給程序員的Python教程
- C語言程序設(shè)計實訓(xùn)教程與水平考試指導(dǎo)
- SEO教程:搜索引擎優(yōu)化入門與進(jìn)階(第3版)
- Hands-On Dependency Injection in Go
- Switching to Angular 2
- 嵌入式網(wǎng)絡(luò)編程
- 微軟辦公軟件認(rèn)證考試MOS Access 2013實訓(xùn)教程
- MySQL高可用實踐