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

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

public class FeatureCompare
extends AbstractGPTool

Compares two feature classes or layers and returns the comparison results. Feature Compare can report differences with geometry, tabular values, spatial reference, and field definitions. The Feature 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
FeatureCompare()
          Creates the Feature Compare tool with defaults.
FeatureCompare(Object inBaseFeatures, Object inTestFeatures, Object sortField)
          Creates the Feature Compare tool with the required parameters.
 
Method Summary
 Object getAttributeTolerances()
          Returns the Attribute Tolerance parameter of this tool .
 String getCompareStatus()
          Returns the Compare Status parameter of this tool (Read only).
 String getCompareType()
          Returns the Compare Type parameter of this tool .
 String getContinueCompare()
          Returns the Continue Comparison parameter of this tool .
 Object getIgnoreOptions()
          Returns the Ignore Options parameter of this tool .
 Object getInBaseFeatures()
          Returns the Input Base Features parameter of this tool .
 Object getInTestFeatures()
          Returns the Input Test Features parameter of this tool .
 double getMTolerance()
          Returns the M Tolerance parameter of this tool .
 Object getOmitField()
          Returns the Omit Fields parameter of this tool .
 Object getOutCompareFile()
          Returns the Output Compare File parameter of this tool .
 Object getSortField()
          Returns the Sort Field parameter of this tool .
 String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 String getToolboxName()
          Returns the name of the tool box containing this tool.
 String getToolName()
          Returns the name of this tool.
 Object getXyTolerance()
          Returns the XY Tolerance parameter of this tool .
 double getZTolerance()
          Returns the Z Tolerance parameter of this tool .
 void setAttributeTolerances(Object attributeTolerances)
          Sets the Attribute Tolerance parameter of this tool .
 void setCompareType(String compareType)
          Sets the Compare Type parameter of this tool .
 void setContinueCompare(String continueCompare)
          Sets the Continue Comparison parameter of this tool .
 void setIgnoreOptions(Object ignoreOptions)
          Sets the Ignore Options parameter of this tool .
 void setInBaseFeatures(Object inBaseFeatures)
          Sets the Input Base Features parameter of this tool .
 void setInTestFeatures(Object inTestFeatures)
          Sets the Input Test Features parameter of this tool .
 void setMTolerance(double mTolerance)
          Sets the M Tolerance parameter of this tool .
 void setOmitField(Object omitField)
          Sets the Omit Fields parameter of this tool .
 void setOutCompareFile(Object outCompareFile)
          Sets the Output Compare File parameter of this tool .
 void setSortField(Object sortField)
          Sets the Sort Field parameter of this tool .
 void setXyTolerance(Object xyTolerance)
          Sets the XY Tolerance parameter of this tool .
 void setZTolerance(double zTolerance)
          Sets the Z Tolerance 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

FeatureCompare

public FeatureCompare()
Creates the Feature Compare tool with defaults.

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


FeatureCompare

public FeatureCompare(Object inBaseFeatures,
                      Object inTestFeatures,
                      Object sortField)
Creates the Feature 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:
inBaseFeatures - the Input Base Features are compared with the Input Test Features. Input Base features refers to data that you have declared valid. This base data has the correct geometry definitions, field definitions, and spatial reference.
inTestFeatures - the Input Test Features are compared against the Input Base Features. Input Test Features refers to data that you have made changes to by editing or compiling new features.
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 Features and the Input Test Features ensures that you are comparing the same row from each input dataset.
Method Detail

getInBaseFeatures

public Object getInBaseFeatures()
Returns the Input Base Features parameter of this tool . This parameter is the Input Base Features are compared with the Input Test Features. Input Base features refers to data that you have declared valid. This base data has the correct geometry definitions, field definitions, and spatial reference. This is a required parameter.

Returns:
the Input Base Features

setInBaseFeatures

public void setInBaseFeatures(Object inBaseFeatures)
Sets the Input Base Features parameter of this tool . This parameter is the Input Base Features are compared with the Input Test Features. Input Base features refers to data that you have declared valid. This base data has the correct geometry definitions, field definitions, and spatial reference. This is a required parameter.

Parameters:
inBaseFeatures - the Input Base Features are compared with the Input Test Features. Input Base features refers to data that you have declared valid. This base data has the correct geometry definitions, field definitions, and spatial reference.

getInTestFeatures

public Object getInTestFeatures()
Returns the Input Test Features parameter of this tool . This parameter is the Input Test Features are compared against the Input Base Features. Input Test Features refers to data that you have made changes to by editing or compiling new features. This is a required parameter.

Returns:
the Input Test Features

setInTestFeatures

public void setInTestFeatures(Object inTestFeatures)
Sets the Input Test Features parameter of this tool . This parameter is the Input Test Features are compared against the Input Base Features. Input Test Features refers to data that you have made changes to by editing or compiling new features. This is a required parameter.

Parameters:
inTestFeatures - the Input Test Features are compared against the Input Base Features. Input Test Features refers to data that you have made changes to by editing or compiling new features.

getSortField

public 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 Features and the Input Test Features 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(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 Features and the Input Test Features 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 Features and the Input Test Features ensures that you are comparing the same row from each input dataset.

getCompareType

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

Returns:
the Compare Type

setCompareType

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

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

getIgnoreOptions

public 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(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.

getXyTolerance

public Object getXyTolerance()
Returns the XY Tolerance parameter of this tool . This parameter is the distance that determines the range in which features are considered equal. To minimize error, the value you choose for the compare tolerance should be as small as possible. By default, the compare tolerance is the XY Tolerance of the input base features. This is an optional parameter.

Returns:
the XY Tolerance

setXyTolerance

public void setXyTolerance(Object xyTolerance)
Sets the XY Tolerance parameter of this tool . This parameter is the distance that determines the range in which features are considered equal. To minimize error, the value you choose for the compare tolerance should be as small as possible. By default, the compare tolerance is the XY Tolerance of the input base features. This is an optional parameter.

Parameters:
xyTolerance - the distance that determines the range in which features are considered equal. To minimize error, the value you choose for the compare tolerance should be as small as possible. By default, the compare tolerance is the XY Tolerance of the input base features.

getMTolerance

public double getMTolerance()
Returns the M Tolerance parameter of this tool . This parameter is the measure tolerance is the minimum distance between measures before they are considered equal. This is an optional parameter.

Returns:
the M Tolerance

setMTolerance

public void setMTolerance(double mTolerance)
Sets the M Tolerance parameter of this tool . This parameter is the measure tolerance is the minimum distance between measures before they are considered equal. This is an optional parameter.

Parameters:
mTolerance - the measure tolerance is the minimum distance between measures before they are considered equal.

getZTolerance

public double getZTolerance()
Returns the Z Tolerance parameter of this tool . This parameter is the Z Tolerance is the minimum distance between Z coordinates before they are considered equal. This is an optional parameter.

Returns:
the Z Tolerance

setZTolerance

public void setZTolerance(double zTolerance)
Sets the Z Tolerance parameter of this tool . This parameter is the Z Tolerance is the minimum distance between Z coordinates before they are considered equal. This is an optional parameter.

Parameters:
zTolerance - the Z Tolerance is the minimum distance between Z coordinates before they are considered equal.

getAttributeTolerances

public 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(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 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(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 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(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 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 Features and the Input Test Features. 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(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 Features and the Input Test Features. 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 Features and the Input Test Features. This file is a comma-delimited text file which can be viewed and used as a table in ArcGIS.

getCompareStatus

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

Returns:
the Compare Status

getToolName

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

Returns:
the tool name

getToolboxName

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

Returns:
the tool box name

getToolboxAlias

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

Returns:
the tool box alias