TIN Compare (Data Management Tools)
Summary
Compares two TINs and returns the comparison results.
Usage
This tool returns messages showing the comparison result. By default, the tool will stop running after encountering the first difference between the inputs. To report all differences, check the Continue Comparison parameter.
This tool can report differences with geometry, TIN node and triangle tags, and spatial reference.
The Output Compare File parameter value will contain all similarities and differences between the Input Base TIN and Input Test TIN parameter values. This file is a comma-delimited text file that can be viewed and used as a table in ArcGIS. For example, it can be queried to obtain all the object ID values for all the rows that are different.
When using this tool in Python, get the status of the comparison from the returned
Resultobject using the index position of 1.(result[1]). The value will be'true'when no differences are found and'false'when differences are found.
Parameters
| Label | Explanation | Data type |
|---|---|---|
|
Input Base Tin |
The data that will be compared with the Input Test Tin parameter value. This parameter value is data that you have declared valid. This base data has the correct content and information. |
TIN Layer |
|
Input Test Tin |
The data that will be compared with the Input Base Tin parameter value. This parameter value is data that you have made changes to by editing or compiling new information. |
TIN Layer |
|
Compare Type (Optional) |
Specifies the comparison type that will be used.
|
String |
|
Continue Comparison (Optional) |
Specifies whether the comparison will continue after encountering the first difference between the inputs.
|
Boolean |
|
Output Compare File (Optional) |
The output file that will contain all similarities and differences between the inputs. This file is a comma-delimited text file that can be viewed and used as a table in ArcGIS. The output file that will contain all similarities and differences between the inputs. This file is a comma-delimited text file that can be viewed and used as a table in ArcGIS. |
File |
Derived output
| Label | Explanation | Data type |
|---|---|---|
|
Compare Status |
The compare status will be |
Boolean |
Environments
This tool does not use any geoprocessing environments.
Licensing information
- Basic: Yes
- Standard: Yes
- Advanced: Yes