|
|||||||||
| 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.Trend
public class Trend
Interpolates a surface from points using a trend technique.
The Trend tool is contained in the 3D Analyst Tools tool box.
Learn more about how Trend works
Software restrictions: none
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
Trend()
Creates the Trend tool with defaults. |
|
Trend(Object inPointFeatures,
Object zField,
Object outRaster)
Creates the Trend tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getCellSize()
Returns the Output cell size parameter of this tool . |
Object |
getInPointFeatures()
Returns the Input point features parameter of this tool . |
int |
getOrder()
Returns the Polynomial order parameter of this tool . |
Object |
getOutRaster()
Returns the Output raster parameter of this tool . |
Object |
getOutRmsFile()
Returns the Output RMS file parameter of this tool . |
String |
getRegressionType()
Returns the Type of regression 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 |
setCellSize(Object cellSize)
Sets the Output cell size parameter of this tool . |
void |
setInPointFeatures(Object inPointFeatures)
Sets the Input point features parameter of this tool . |
void |
setOrder(int order)
Sets the Polynomial order parameter of this tool . |
void |
setOutRaster(Object outRaster)
Sets the Output raster parameter of this tool . |
void |
setOutRmsFile(Object outRmsFile)
Sets the Output RMS file parameter of this tool . |
void |
setRegressionType(String regressionType)
Sets the Type of regression 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 Trend()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Trend(Object inPointFeatures,
Object zField,
Object outRaster)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inPointFeatures - Composite Geodataset, the input point features containing z-values to be interpolated into a surface raster.zField - Field, if the regression type is Logistic, the values in the field can only be 0 or 1.outRaster - Raster Dataset, the output raster surface to be created.| Method Detail |
|---|
public Object getInPointFeatures()
public void setInPointFeatures(Object inPointFeatures)
inPointFeatures - Composite Geodataset, the input point features containing z-values to be interpolated into a surface raster.public Object getZField()
public void setZField(Object zField)
zField - Field, if the regression type is Logistic, the values in the field can only be 0 or 1.public Object getOutRaster()
public void setOutRaster(Object outRaster)
outRaster - Raster Dataset, the output raster surface to be created.public Object getCellSize()
public void setCellSize(Object cellSize)
cellSize - Analysis cell size, this will be the value in the environment if it is explicitly set. Otherwise, it is the shorter of the width or the height of the extent of in_point_features in the input spatial reference, divided by 250.public int getOrder()
public void setOrder(int order)
order - Long, this must be an integer between 1 and 12. A value of 1 will fit a flat plane to the points, and a higher value will fit a more complex surface. The default is 1.public String getRegressionType()
public void setRegressionType(String regressionType)
regressionType - String, the type of regression to be performed.public Object getOutRmsFile()
public void setOutRmsFile(Object outRmsFile)
outRmsFile - File, the extension must be ".txt".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 | ||||||||