The process of connecting two or more datasets having one-to-many or many-to-many relationships based on a common attribute.

learn more… | top users | synonyms

0
votes
0answers
25 views

Open related files with a hyperlink [duplicate]

I'm working with a line shapefile (street segments) that are associated with an image directory. The features in my shapefile may have between 0-6 or so images related to them. I've created a ...
0
votes
1answer
42 views

What is the process to automatically change a field entry in a related table when entering it in a feature class?

So, I am working to try and develop a code or process that I can run that will allow me to automatically change an XY field in a related table when I change an associated XY field. Let me explain our ...
1
vote
0answers
35 views

Copying Features from One ArcMap window to another, without losing Related Tables

In our current workflow we are working in a Personal Geodatabase with few features and related tables , many persons will be working in different schemes. When we need to merge these schemes\Pgdb to ...
2
votes
1answer
63 views

Failed attempt to relate a .csv file of 400 records to a single record in a point data layer

I have the Provincial Groundwater Monitoring Network as a point feature of 39 monitoring wells which includes an attribute for WELL ID. Each monitoring well then has a corresponding .csv file with 400 ...
1
vote
2answers
80 views

How to join a File Geodatabase table with only one record of Feature Class

I've a Geodatabase containing a Featureclass and some File Geodatabase Tables. Each File Geodatabase Table is actully about the only one record of a featurClass. Can We Join these File Geodatabase ...
0
votes
0answers
75 views

Silverlight chart binded to a related table service

I am new to programming - I am using Silverlight 4.0 with ESRI API 2.4. I would like to do the following: Create a chart on a popup/maptip/infowindow when the user click on the feature in the web ...
2
votes
1answer
92 views

Relationships in ArcGIS Server 9.3.1

I am working on a viewer in which I would like to show two related feature classes. If I select a feature of the first one, the related features of the second one should be selected too. I found a ...
2
votes
1answer
290 views

How to relate Non-Spatial table to Spatial table in two different Postgis DBs?

I need to relate a Non-spatial table to Spatial table, but both are in different database. Spatial_table(dbname:dist) gid district_name district_code geom Non_Spatial(dbname:census) ID ...
0
votes
0answers
26 views

Relates in two schemas SQL [closed]

I have 02 schemes in the same instance of SQL server 2008. SDE-DBO I can make relation ship class between them. not work for me
7
votes
1answer
351 views

Automatically display related records for selected feature in tablewindow with ArcObjects

Is there a way through ArcObjects to automatically display the related table(s) for the selected feature in ArcMap in the attribute window (tablewindow) without the user having to click on it and ...
2
votes
1answer
592 views

Summing Attributes from a Related Table?

I have a line feature class representing road segments, with each road segment having a unique ID. This feature class has an attribute of average observed daily traffic counts. I have another table ...