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




For a list of all members of this type, see DiffusionInterpolationWithBarriers members.

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public PropertybandwidthUsed to specify the maximum distance at which data points are used for prediction. With increasing bandwidth, prediction bias increases and prediction variance decreases. (In, Optional)  
Public Propertycell_sizeThe cell size at which the output raster will be created. (In, Optional)  
Public Propertyin_additive_barrier_rasterThe travel distance from one raster cell to the next based on this formula: (In, Optional)  
Public Propertyin_barrier_featuresAbsolute barrier features using non Euclidean distances rather than "line of sight" distances. (In, Optional)  
Public Propertyin_cumulative_barrier_rasterThe travel distance from one raster cell to the next based on this formula: (difference between cost values in the neighboring cells) + (distance between cell centers) (In, Optional)  
Public Propertyin_featuresThe input point features containing the z-values to be interpolated. (In, Required)  
Public Propertyin_flow_barrier_rasterA flow barrier is used when interpolating data with preferential direction of data variation, based on this formula: (In, Optional)  
Public Propertynumber_iterationsThe iteration count controls the accuracy of the numerical solution because the model solves the diffusion equation numerically. The larger this number, the more accurate the predictions, yet the longer the processing time. And, the more complex the barrier's geometry and the larger the bandwidth, the more iterations are required for an accurate predictions. (In, Optional)  
Public Propertyout_ga_layerThe geostatistical layer produced. This layer is required output only if no output raster is requested. (Out, Optional)  
Public Propertyout_rasterThe output raster. This raster is required output only if no output geostatistical layer is requested. (Out, Optional)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Public Propertyweight_fieldUsed to emphasize an observation. The larger the weight, the more impact it has on the prediction. For coincident observations, assign the largest weight to the most reliable measurement. (In, Optional)  
Public Propertyz_fieldField that holds a height or magnitude value for each point. This can be a numeric field or the Shape field if the input features contains z-values or m-values. (In, Required)  
Top

See Also

© 2010 All Rights Reserved.