ESRI.ArcGIS.DataManagementTools
FeatureCompare Class Members
See Also  Properties  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace : FeatureCompare Class




The following tables list the members exposed by FeatureCompare.

Public Constructors

 NameDescription
Public ConstructorFeatureCompare ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyattribute_tolerancesThe numeric value that determines the range in which attribute values are considered equal. This only applies to numeric field types. (In, Optional)  
Public Propertycompare_statusCompare Status (out, Optional)  
Public Propertycompare_typeThe comparision type. ALL is the default. The default will compare all properties of the features being compared. (In, Optional)  
Public Propertycontinue_compareIndicates whether to compare all properties after encountering the first mismatch. (In, Optional)  
Public Propertyignore_optionsThese properties will not be compared during comparison. (In, Optional)  
Public Propertyin_base_featuresThe 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. (In, Required)  
Public Propertyin_test_featuresThe 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. (In, Required)  
Public Propertym_toleranceThe measure tolerance is the minimum distance between measures before they are considered equal. (In, Optional)  
Public Propertyomit_fieldThe field or fields that will be omitted during comparison. The field definitions and the tabular values for these fields will be ignored. (In, Optional)  
Public Propertyout_compare_fileThis 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. (Out, Optional)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public Propertysort_fieldThe 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. (In, Required)  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Public Propertyxy_toleranceThe 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. (In, Optional)  
Public Propertyz_toleranceThe Z Tolerance is the minimum distance between Z coordinates before they are considered equal. (In, Optional)  
Top

See Also

© 2010 All Rights Reserved.