The following tables list the members exposed by KernelInterpolationWithBarriers.
Public Constructors
Public Properties
| Name | Description |
![Public Property](dotnetimages/PublicProperty.gif) | Alias | The alias for this tool's toolbox. |
![Public Property](dotnetimages/PublicProperty.gif) | bandwidth | Used 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 Property](dotnetimages/PublicProperty.gif) | cell_size | The cell size at which the output raster will be created. (In, Optional) |
![Public Property](dotnetimages/PublicProperty.gif) | in_barrier_features | Absolute barrier features using non Euclidean distances rather than "line of sight" distances. (In, Optional) |
![Public Property](dotnetimages/PublicProperty.gif) | in_features | The input point features containing the z-values to be interpolated. (In, Required) |
![Public Property](dotnetimages/PublicProperty.gif) | kernel_function | The kernel function used in the simulation. (In, Optional) |
![Public Property](dotnetimages/PublicProperty.gif) | out_ga_layer | The geostatistical layer produced. This layer is required output only if no output raster is requested. (Out, Optional) |
![Public Property](dotnetimages/PublicProperty.gif) | out_raster | The output raster. This raster is required output only if no output geostatistical layer is requested. (Out, Optional) |
![Public Property](dotnetimages/PublicProperty.gif) | ParameterInfo | The parameters used by this tool. For internal use only. |
![Public Property](dotnetimages/PublicProperty.gif) | power | Sets the order of the polynomial (In, Optional) |
![Public Property](dotnetimages/PublicProperty.gif) | ridge | Used for the numerical stabilization of the solution of the system of linear equations. It does not influence predictions in the case of regularly distributed data without barriers. Predictions for areas in which the data are located near the feature barrier or isolated by the barriers can be unstable and tend to require relatively large ridge parameter values. (In, Optional) |
![Public Property](dotnetimages/PublicProperty.gif) | ToolboxDirectory | The directory of this tool's toolbox. |
![Public Property](dotnetimages/PublicProperty.gif) | ToolboxName | The name of this tool's toolbox. |
![Public Property](dotnetimages/PublicProperty.gif) | ToolName | The name of this tool. |
![Public Property](dotnetimages/PublicProperty.gif) | z_field | Field 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