com.esri.arcgis.geoprocessing.tools.datamanagementtools
Class TableCompare

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.datamanagementtools.TableCompare
All Implemented Interfaces:
GPTool

public class TableCompare
extends AbstractGPTool

Compares two tables or table views and returns the comparison results. This tool can report differences and similarities with tabular values and field definitions. The Table Compare tool is contained in the Data Management Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
TableCompare()
          Creates the Table Compare tool with defaults.
TableCompare(java.lang.Object inBaseTable, java.lang.Object inTestTable, java.lang.Object sortField)
          Creates the Table Compare tool with the required parameters.
 
Method Summary
 java.lang.Object getAttributeTolerances()
          Returns the Attribute Tolerance parameter of this tool .
 java.lang.String getCompareStatus()
          Returns the Compare Status parameter of this tool (Read only).
 java.lang.String getCompareType()
          Returns the Compare Type parameter of this tool .
 java.lang.String getContinueCompare()
          Returns the Continue Comparison parameter of this tool .
 java.lang.Object getIgnoreOptions()
          Returns the Ignore Options parameter of this tool .
 java.lang.Object getInBaseTable()
          Returns the Input Base Table parameter of this tool .
 java.lang.Object getInTestTable()
          Returns the Input Test Table parameter of this tool .
 java.lang.Object getOmitField()
          Returns the Omit Fields parameter of this tool .
 java.lang.Object getOutCompareFile()
          Returns the Output Compare File parameter of this tool .
 java.lang.Object getSortField()
          Returns the Sort Field parameter of this tool .
 java.lang.String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 java.lang.String getToolboxName()
          Returns the name of the tool box containing this tool.
 java.lang.String getToolName()
          Returns the name of this tool.
 void setAttributeTolerances(java.lang.Object attributeTolerances)
          Sets the Attribute Tolerance parameter of this tool .
 void setCompareType(java.lang.String compareType)
          Sets the Compare Type parameter of this tool .
 void setContinueCompare(java.lang.String continueCompare)
          Sets the Continue Comparison parameter of this tool .
 void setIgnoreOptions(java.lang.Object ignoreOptions)
          Sets the Ignore Options parameter of this tool .
 void setInBaseTable(java.lang.Object inBaseTable)
          Sets the Input Base Table parameter of this tool .
 void setInTestTable(java.lang.Object inTestTable)
          Sets the Input Test Table parameter of this tool .
 void setOmitField(java.lang.Object omitField)
          Sets the Omit Fields parameter of this tool .
 void setOutCompareFile(java.lang.Object outCompareFile)
          Sets the Output Compare File parameter of this tool .
 void setSortField(java.lang.Object sortField)
          Sets the Sort Field parameter of this tool .
 
Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
getParameterValues, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableCompare

public TableCompare()
Creates the Table Compare tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


TableCompare

public TableCompare(java.lang.Object inBaseTable,
                    java.lang.Object inTestTable,
                    java.lang.Object sortField)
Creates the Table Compare tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
inBaseTable - the Input Base Table is compared with the Input Test Table. The Input Base Table refers to tabular data that you have declared valid. This base data has the correct field definitions and attribute values.
inTestTable - the Input Test Table is compared against the Input Base Table. The Input Test Table refers to data that you have made changes to by editing or compiling new fields, new records, or new attribute values.
sortField - the field or fields used to sort records in the Input Base Table and the Input Test Table. The records are sorted in ascending order. Sorting by a common field in both the Input Base Table and the Input Test Table ensures that you are comparing the same row from each input dataset.
Method Detail

getInBaseTable

public java.lang.Object getInBaseTable()
Returns the Input Base Table parameter of this tool . This parameter is the Input Base Table is compared with the Input Test Table. The Input Base Table refers to tabular data that you have declared valid. This base data has the correct field definitions and attribute values. This is a required parameter.

Returns:
the Input Base Table

setInBaseTable

public void setInBaseTable(java.lang.Object inBaseTable)
Sets the Input Base Table parameter of this tool . This parameter is the Input Base Table is compared with the Input Test Table. The Input Base Table refers to tabular data that you have declared valid. This base data has the correct field definitions and attribute values. This is a required parameter.

Parameters:
inBaseTable - the Input Base Table is compared with the Input Test Table. The Input Base Table refers to tabular data that you have declared valid. This base data has the correct field definitions and attribute values.

getInTestTable

public java.lang.Object getInTestTable()
Returns the Input Test Table parameter of this tool . This parameter is the Input Test Table is compared against the Input Base Table. The Input Test Table refers to data that you have made changes to by editing or compiling new fields, new records, or new attribute values. This is a required parameter.

Returns:
the Input Test Table

setInTestTable

public void setInTestTable(java.lang.Object inTestTable)
Sets the Input Test Table parameter of this tool . This parameter is the Input Test Table is compared against the Input Base Table. The Input Test Table refers to data that you have made changes to by editing or compiling new fields, new records, or new attribute values. This is a required parameter.

Parameters:
inTestTable - the Input Test Table is compared against the Input Base Table. The Input Test Table refers to data that you have made changes to by editing or compiling new fields, new records, or new attribute values.

getSortField

public java.lang.Object getSortField()
Returns the Sort Field parameter of this tool . This parameter is the field or fields used to sort records in the Input Base Table and the Input Test Table. The records are sorted in ascending order. Sorting by a common field in both the Input Base Table and the Input Test Table ensures that you are comparing the same row from each input dataset. This is a required parameter.

Returns:
the Sort Field

setSortField

public void setSortField(java.lang.Object sortField)
Sets the Sort Field parameter of this tool . This parameter is the field or fields used to sort records in the Input Base Table and the Input Test Table. The records are sorted in ascending order. Sorting by a common field in both the Input Base Table and the Input Test Table ensures that you are comparing the same row from each input dataset. This is a required parameter.

Parameters:
sortField - the field or fields used to sort records in the Input Base Table and the Input Test Table. The records are sorted in ascending order. Sorting by a common field in both the Input Base Table and the Input Test Table ensures that you are comparing the same row from each input dataset.

getCompareType

public java.lang.String getCompareType()
Returns the Compare Type parameter of this tool . This parameter is the comparison type. ALL is the default. The default will compare all properties of the tables being compared. This is an optional parameter.

Returns:
the Compare Type

setCompareType

public void setCompareType(java.lang.String compareType)
Sets the Compare Type parameter of this tool . This parameter is the comparison type. ALL is the default. The default will compare all properties of the tables being compared. This is an optional parameter.

Parameters:
compareType - the comparison type. ALL is the default. The default will compare all properties of the tables being compared.

getIgnoreOptions

public java.lang.Object getIgnoreOptions()
Returns the Ignore Options parameter of this tool . This parameter is these properties will not be compared during comparison. This is an optional parameter.

Returns:
the Ignore Options

setIgnoreOptions

public void setIgnoreOptions(java.lang.Object ignoreOptions)
Sets the Ignore Options parameter of this tool . This parameter is these properties will not be compared during comparison. This is an optional parameter.

Parameters:
ignoreOptions - these properties will not be compared during comparison.

getAttributeTolerances

public java.lang.Object getAttributeTolerances()
Returns the Attribute Tolerance parameter of this tool . This parameter is the numeric value that determines the range in which attribute values are considered equal. This only applies to numeric field types. This is an optional parameter.

Returns:
the Attribute Tolerance

setAttributeTolerances

public void setAttributeTolerances(java.lang.Object attributeTolerances)
Sets the Attribute Tolerance parameter of this tool . This parameter is the numeric value that determines the range in which attribute values are considered equal. This only applies to numeric field types. This is an optional parameter.

Parameters:
attributeTolerances - the numeric value that determines the range in which attribute values are considered equal. This only applies to numeric field types.

getOmitField

public java.lang.Object getOmitField()
Returns the Omit Fields parameter of this tool . This parameter is the field or fields that will be omitted during comparison. The field definitions and the tabular values for these fields will be ignored. This is an optional parameter.

Returns:
the Omit Fields

setOmitField

public void setOmitField(java.lang.Object omitField)
Sets the Omit Fields parameter of this tool . This parameter is the field or fields that will be omitted during comparison. The field definitions and the tabular values for these fields will be ignored. This is an optional parameter.

Parameters:
omitField - the field or fields that will be omitted during comparison. The field definitions and the tabular values for these fields will be ignored.

getContinueCompare

public java.lang.String getContinueCompare()
Returns the Continue Comparison parameter of this tool . This parameter is indicates whether to compare all properties after encountering the first mismatch. This is an optional parameter.

Returns:
the Continue Comparison

setContinueCompare

public void setContinueCompare(java.lang.String continueCompare)
Sets the Continue Comparison parameter of this tool . This parameter is indicates whether to compare all properties after encountering the first mismatch. This is an optional parameter.

Parameters:
continueCompare - indicates whether to compare all properties after encountering the first mismatch.

getOutCompareFile

public java.lang.Object getOutCompareFile()
Returns the Output Compare File parameter of this tool . This parameter is this file will contain all similarities and differences between the Input Base Table and the Input Test Table. This file is a comma-delimited text file which can be viewed and used as a table in ArcGIS. This is an optional parameter.

Returns:
the Output Compare File

setOutCompareFile

public void setOutCompareFile(java.lang.Object outCompareFile)
Sets the Output Compare File parameter of this tool . This parameter is this file will contain all similarities and differences between the Input Base Table and the Input Test Table. This file is a comma-delimited text file which can be viewed and used as a table in ArcGIS. This is an optional parameter.

Parameters:
outCompareFile - this file will contain all similarities and differences between the Input Base Table and the Input Test Table. This file is a comma-delimited text file which can be viewed and used as a table in ArcGIS.

getCompareStatus

public java.lang.String getCompareStatus()
Returns the Compare Status parameter of this tool (Read only). This is an derived parameter.

Returns:
the Compare Status

getToolName

public java.lang.String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public java.lang.String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public java.lang.String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias