|
|||||||||
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.MakeRasterLayer
public class MakeRasterLayer
Makes a temporary raster layer from a raster dataset or mosaic dataset that will be available to select as a variable while working in the same ArcMap, ArcScene, ArcGlobe, or ArcCatalog session. The Make Raster Layer tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
MakeRasterLayer()
Creates the Make Raster Layer tool with defaults. |
|
MakeRasterLayer(Object inRaster,
Object outRasterlayer)
Creates the Make Raster Layer tool with the required parameters. |
Method Summary | |
---|---|
Object |
getBandIndex()
Returns the Bands parameter of this tool . |
Object |
getEnvelope()
Returns the Envelope parameter of this tool . |
Object |
getInRaster()
Returns the Input raster parameter of this tool . |
Object |
getOutRasterlayer()
Returns the Output raster layer name 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 |
getWhereClause()
Returns the Where clause parameter of this tool . |
void |
setBandIndex(Object bandIndex)
Sets the Bands parameter of this tool . |
void |
setEnvelope(Object envelope)
Sets the Envelope parameter of this tool . |
void |
setInRaster(Object inRaster)
Sets the Input raster parameter of this tool . |
void |
setOutRasterlayer(Object outRasterlayer)
Sets the Output raster layer name parameter of this tool . |
void |
setWhereClause(Object whereClause)
Sets the Where clause 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 MakeRasterLayer()
Initializes the array of tool parameters with the default values specified when the tool was created.
public MakeRasterLayer(Object inRaster, Object outRasterlayer)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inRaster
- the path and name of the input raster dataset.outRasterlayer
- the name of the temporary output raster dataset.Method Detail |
---|
public Object getInRaster()
public void setInRaster(Object inRaster)
inRaster
- the path and name of the input raster dataset.public Object getOutRasterlayer()
public void setOutRasterlayer(Object outRasterlayer)
outRasterlayer
- the name of the temporary output raster dataset.public Object getWhereClause()
public void setWhereClause(Object whereClause)
whereClause
- a query statement using the fields and values of the raster dataset. to add this variable, press F8, or right-click and click Insert Variable.public Object getEnvelope()
public void setEnvelope(Object envelope)
envelope
- using the min x, min y, max x, or max y, you can specify the extents of the raster layer. to add this variable, press F8, or right-click and click Insert Variable.public Object getBandIndex()
public void setBandIndex(Object bandIndex)
bandIndex
- choose which bands to export for the layer. If no bands are specified, then all the bands will be used in the output.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 |