|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.analyst3dtools.SplineWithBarriers
public class SplineWithBarriers
Interpolates a 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.
Learn more about how Spline With Barriers works
Software restrictions: none
| 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 outputCellSize,
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 outputCellSize,
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 - nullzValueField - nulloutputCellSize - Analysis cell size, 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.outputRaster - Raster, the output raster surface to be created.| Method Detail |
|---|
public Object getInputPointFeatures()
public void setInputPointFeatures(Object inputPointFeatures)
inputPointFeatures - nullpublic 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 - Analysis cell size, 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 - Raster, the output raster surface to be created.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 | ||||||||