Skip to main content

Construct XREF Table

Description

The function establishes relationship between a source feature class having an existing Time Series Table and a target feature class that needs to be linked to time series data.The XREF table created will contains the following 4 fields:

  • KEYFROM - Unique identifier from the TSFROM input feature class.
  • KEYTO - Unique identifier from the TSTO input feature class.
  • PCTFROM - Ratio of the intersect feature area to the area of the associated TSFROM feature
  • PCTTO - Ratio of the intersect feature area to the area of the associated TSTO feature.

Usage

Parameters

Parameter NameTypeDirectionData TypeDialog Reference
From Polygon LayerRequiredInputFeature LayerFrom Polygon Layer (with an existing TS data association via HYDROID->FEATUREID)
To Polygon LayerRequiredInputFeature LayerTo Polygon Layer (to transfer the TS data to)
From Key FieldOptionalInputFieldKey Field (default=HYDROID)
To Key FieldOptionalInputFieldKey Field (default=HYDROID)
Output XRef TableRequiredOutputTable ViewXREF table with following fields:
  • KEYFROM: Unique identifier from the TSFROM input feature class.
  • KEYTO: Unique identifier from the TSTO input feature class.
  • PCTFROM: Ratio of the intersect feature area to the area of the associated TSFROM feature.
  • PCTTO: Ratio of the intersect feature area to the area of the associated TSTO feature.