|
|||||||||
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.analyst3dtools.SplineWithBarriers
public class SplineWithBarriers
Interpolates a raster surface, using barriers, from points using a minimum curvature spline technique. The barriers are entered as either polygon or polyline features. The Spline with Barriers tool is contained in the 3D Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
SplineWithBarriers()
Creates the Spline with Barriers tool with defaults. |
|
SplineWithBarriers(Object inputPointFeatures,
Object zValueField,
Object outputRaster)
Creates the Spline with Barriers tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInputBarrierFeatures()
Returns the Input barrier features parameter of this tool . |
Object |
getInputPointFeatures()
Returns the Input point features parameter of this tool . |
Object |
getOutputCellSize()
Returns the Output cell size parameter of this tool . |
Object |
getOutputRaster()
Returns the Output raster parameter of this tool . |
double |
getSmoothingFactor()
Returns the Smoothing Factor 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 |
getZValueField()
Returns the Z value field parameter of this tool . |
void |
setInputBarrierFeatures(Object inputBarrierFeatures)
Sets the Input barrier features parameter of this tool . |
void |
setInputPointFeatures(Object inputPointFeatures)
Sets the Input point features parameter of this tool . |
void |
setOutputCellSize(Object outputCellSize)
Sets the Output cell size parameter of this tool . |
void |
setOutputRaster(Object outputRaster)
Sets the Output raster parameter of this tool . |
void |
setSmoothingFactor(double smoothingFactor)
Sets the Smoothing Factor parameter of this tool . |
void |
setZValueField(Object zValueField)
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 SplineWithBarriers()
Initializes the array of tool parameters with the default values specified when the tool was created.
public SplineWithBarriers(Object inputPointFeatures, Object zValueField, Object outputRaster)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputPointFeatures
- the input point features containing the z-values to be interpolated into a surface raster.zValueField
- nulloutputRaster
- the output interpolated surface raster.Method Detail |
---|
public Object getInputPointFeatures()
public void setInputPointFeatures(Object inputPointFeatures)
inputPointFeatures
- the input point features containing the z-values to be interpolated into a surface raster.public Object getZValueField()
public void setZValueField(Object zValueField)
zValueField
- nullpublic Object getInputBarrierFeatures()
public void setInputBarrierFeatures(Object inputBarrierFeatures)
inputBarrierFeatures
- nullpublic Object getOutputCellSize()
public void setOutputCellSize(Object outputCellSize)
outputCellSize
- the cell size at which the output raster will be created. if a value of zero is entered, the shorter of the width or the height of the extent of the input point features in the input spatial reference, divided by 250, will be used as the cell size.public Object getOutputRaster()
public void setOutputRaster(Object outputRaster)
outputRaster
- the output interpolated surface raster.public double getSmoothingFactor()
public void setSmoothingFactor(double smoothingFactor)
smoothingFactor
- nullpublic String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |