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




The following tables list the members exposed by LocateOutliers.

Public Constructors

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

Public Properties

 NameDescription
Public Propertyabsolute_z_maxIf hard limits are applied, then any point with an elevation above this value will be considered as being an outlier. The default is 0. (In, Optional)  
Public Propertyabsolute_z_minIf hard limits are applied, then any point with an elevation below this value will be considered as being an outlier. The default is 0. (In, Optional)  
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyapply_comparison_filterThe comparison filter consists of three parameters for assessing the points to determine if they are outliers—whether to use the following three parameters (Z Tolerance, Slope Tolerance, and Exceed Tolerance Ratio) in assessing points. (In, Optional)  
Public Propertyapply_hard_limitWhether to use the absolute Z minimum and maximum to find outliers. (In, Optional)  
Public Propertyexceed_tolerance_ratioThe maximum tolerance. The default is 0.5. (In, Optional)  
Public Propertyin_surfaceThe input TIN or terrain dataset. (In, Required)  
Public Propertyout_feature_classThe output feature class. (Out, Required)  
Public Propertyoutlier_capThe maximum number of outlier points that have been output. Once this value is reached no further outliers are sought. The default is 2500. (In, Optional)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public Propertyslope_toleranceThe slope threshold between consecutive points. Expressed as a percentage. The default is 150. (In, Optional)  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Public Propertyz_toleranceUsed to compare Z values of neighboring points, if the comparison filter is applied. The default is 0. (In, Optional)  
Top

See Also

© 2010 All Rights Reserved.