|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.geostatisticalanalysttools.KernelInterpolationWithBarriers
public class KernelInterpolationWithBarriers
A moving window predictor that uses the shortest distance between points so that points on either side of the line barriers are connected. The Kernel Interpolation With Barriers tool is contained in the Geostatistical Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
KernelInterpolationWithBarriers()
Creates the Kernel Interpolation With Barriers tool with defaults. |
|
KernelInterpolationWithBarriers(Object inFeatures,
Object zField)
Creates the Kernel Interpolation With Barriers tool with the required parameters. |
Method Summary | |
---|---|
double |
getBandwidth()
Returns the Bandwidth parameter of this tool . |
Object |
getCellSize()
Returns the Output cell size parameter of this tool . |
Object |
getInBarrierFeatures()
Returns the Input absolute barrier features parameter of this tool . |
Object |
getInFeatures()
Returns the Input feature class parameter of this tool . |
String |
getKernelFunction()
Returns the Kernel function parameter of this tool . |
Object |
getOutLayer()
Returns the Output geostatistical layer parameter of this tool . |
Object |
getOutRaster()
Returns the Output raster parameter of this tool . |
int |
getPower()
Returns the Order of polynomial parameter of this tool . |
double |
getRidge()
Returns the Ridge parameter parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
Object |
getZField()
Returns the Z value field parameter of this tool . |
void |
setBandwidth(double bandwidth)
Sets the Bandwidth parameter of this tool . |
void |
setCellSize(Object cellSize)
Sets the Output cell size parameter of this tool . |
void |
setInBarrierFeatures(Object inBarrierFeatures)
Sets the Input absolute barrier features parameter of this tool . |
void |
setInFeatures(Object inFeatures)
Sets the Input feature class parameter of this tool . |
void |
setKernelFunction(String kernelFunction)
Sets the Kernel function parameter of this tool . |
void |
setOutLayer(Object outLayer)
Sets the Output geostatistical layer parameter of this tool . |
void |
setOutRaster(Object outRaster)
Sets the Output raster parameter of this tool . |
void |
setPower(int power)
Sets the Order of polynomial parameter of this tool . |
void |
setRidge(double ridge)
Sets the Ridge parameter parameter of this tool . |
void |
setZField(Object zField)
Sets the Z value field parameter of this tool . |
Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
getParameterValues, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public KernelInterpolationWithBarriers()
Initializes the array of tool parameters with the default values specified when the tool was created.
public KernelInterpolationWithBarriers(Object inFeatures, Object zField)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inFeatures
- the input point features containing the z-values to be interpolated.zField
- 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.Method Detail |
---|
public Object getInFeatures()
public void setInFeatures(Object inFeatures)
inFeatures
- the input point features containing the z-values to be interpolated.public Object getZField()
public void setZField(Object zField)
zField
- 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.public Object getOutLayer()
public void setOutLayer(Object outLayer)
outLayer
- the geostatistical layer produced. This layer is required output only if no output raster is requested.public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster
- the output raster. This raster is required output only if no output geostatistical layer is requested.public Object getCellSize()
public void setCellSize(Object cellSize)
cellSize
- the cell size at which the output raster will be created. this value can be explicitly set under Raster Analysis from the Environment Settings. If not set, it is the shorter of the width or the height of the extent of the input point features, in the input spatial reference, divided by 250.public Object getInBarrierFeatures()
public void setInBarrierFeatures(Object inBarrierFeatures)
inBarrierFeatures
- absolute barrier features using non Euclidean distances rather than "line of sight" distances.public String getKernelFunction()
public void setKernelFunction(String kernelFunction)
kernelFunction
- the kernel function used in the simulation.public double getBandwidth()
public void setBandwidth(double bandwidth)
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.public int getPower()
public void setPower(int power)
power
- sets the order of the polynomialpublic double getRidge()
public void setRidge(double ridge)
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.public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |