Skip to main content

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 Result object using the index position of 1.(result[1]). The value will be 'true' when no differences are found and 'false' when differences are found.

    Learn more about using tools in Python

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.

  • AllAll properties will be compared. This is the default.

  • Properties onlyBoth geometry and TIN tag values, if any, that are assigned to nodes and triangles will be compared.

  • Spatial Reference onlyCoordinate system information will be compared.

String

Continue Comparison

(Optional)

Specifies whether the comparison will continue after encountering the first difference between the inputs.

  • CheckedThe tool will continue after encountering the first difference.

  • UncheckedThe tool will stop after encountering the first difference. This is the default.

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 'true' when no differences are found and 'false' when differences are found.

Boolean

Environments

This tool does not use any geoprocessing environments.

Licensing information

  • Basic: Yes
  • Standard: Yes
  • Advanced: Yes