ESRI.ArcGIS.GeostatisticalAnalystTools | |
GlobalPolynomialInterpolation Class Members | |
See Also Properties Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers |
ESRI.ArcGIS.GeostatisticalAnalystTools Namespace : GlobalPolynomialInterpolation Class |
The following tables list the members exposed by GlobalPolynomialInterpolation.
Name | Description | |
---|---|---|
GlobalPolynomialInterpolation Constructor | Overloaded. Constructor that takes all required parameters for geoprocessor execution. |
Name | Description | |
---|---|---|
Alias | The alias for this tool's toolbox. | |
cell_size | The cell size at which the output raster will be created. (In, Optional) | |
in_features | The input features containing the z-values to be interpolated. (In, Required) | |
out_ga_layer | The geostatistical layer produced. This layer is required output only if no output raster is requested. (Out, Optional) | |
out_raster | The output raster. This raster is required output only if no output geostatistical layer is requested. (Out, Optional) | |
ParameterInfo | The parameters used by this tool. For internal use only. | |
power | The order of the polynomial. (In, Optional) | |
ToolboxDirectory | The directory of this tool's toolbox. | |
ToolboxName | The name of this tool's toolbox. | |
ToolName | The name of this tool. | |
weight_field | Used 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) | |
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) |