|
|||||||||
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.datamanagementtools.CreateRandomRaster
public class CreateRandomRaster
Creates a random raster dataset based on a user-specified distribution and extent. The Create Random Raster tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CreateRandomRaster()
Creates the Create Random Raster tool with defaults. |
|
CreateRandomRaster(Object outPath,
String outName)
Creates the Create Random Raster tool with the required parameters. |
Method Summary | |
---|---|
double |
getCellsize()
Returns the Cellsize parameter of this tool . |
String |
getDistribution()
Returns the Distribution parameter of this tool . |
String |
getOutName()
Returns the Raster Dataset Name with Extension parameter of this tool . |
Object |
getOutPath()
Returns the Output Location parameter of this tool . |
Object |
getOutRasterDataset()
Returns the Output Raster Dataset parameter of this tool (Read only). |
Object |
getRasterExtent()
Returns the Output extent 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. |
void |
setCellsize(double cellsize)
Sets the Cellsize parameter of this tool . |
void |
setDistribution(String distribution)
Sets the Distribution parameter of this tool . |
void |
setOutName(String outName)
Sets the Raster Dataset Name with Extension parameter of this tool . |
void |
setOutPath(Object outPath)
Sets the Output Location parameter of this tool . |
void |
setRasterExtent(Object rasterExtent)
Sets the Output extent 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 CreateRandomRaster()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CreateRandomRaster(Object outPath, String outName)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
outPath
- the location of the output raster dataset.outName
- the name of the raster dataset to be created. when not saving to a geodatabase, specify .tif for a TIFF file format, .img for an ERDAS IMAGINE file format, or no extension for a GRID file format.Method Detail |
---|
public Object getOutPath()
public void setOutPath(Object outPath)
outPath
- the location of the output raster dataset.public String getOutName()
public void setOutName(String outName)
outName
- the name of the raster dataset to be created. when not saving to a geodatabase, specify .tif for a TIFF file format, .img for an ERDAS IMAGINE file format, or no extension for a GRID file format.public String getDistribution()
public void setDistribution(String distribution)
distribution
- the distribution of random values desired is as follows:public Object getRasterExtent()
public void setRasterExtent(Object rasterExtent)
rasterExtent
- the spatial extent of the random raster dataset.public double getCellsize()
public void setCellsize(double cellsize)
cellsize
- the cell size of the new random raster dataset.public Object getOutRasterDataset()
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 |