|
|||||||||
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.multidimensiontools.MakeNetCDFRasterLayer
public class MakeNetCDFRasterLayer
Makes a raster layer from a netCDF file. The Make NetCDF Raster Layer tool is contained in the Multidimension Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
MakeNetCDFRasterLayer()
Creates the Make NetCDF Raster Layer tool with defaults. |
|
MakeNetCDFRasterLayer(Object inNetCDFFile,
String variable,
String xDimension,
String yDimension,
Object outRasterLayer)
Creates the Make NetCDF Raster Layer tool with the required parameters. |
Method Summary | |
---|---|
String |
getBandDimension()
Returns the Band Dimension parameter of this tool . |
Object |
getDimensionValues()
Returns the Dimension Values parameter of this tool . |
Object |
getInNetCDFFile()
Returns the Input netCDF File parameter of this tool . |
Object |
getOutRasterLayer()
Returns the Output Raster Layer 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. |
String |
getValueSelectionMethod()
Returns the Value Selection Method parameter of this tool . |
String |
getVariable()
Returns the Variable parameter of this tool . |
String |
getXDimension()
Returns the X Dimension parameter of this tool . |
String |
getYDimension()
Returns the Y Dimension parameter of this tool . |
void |
setBandDimension(String bandDimension)
Sets the Band Dimension parameter of this tool . |
void |
setDimensionValues(Object dimensionValues)
Sets the Dimension Values parameter of this tool . |
void |
setInNetCDFFile(Object inNetCDFFile)
Sets the Input netCDF File parameter of this tool . |
void |
setOutRasterLayer(Object outRasterLayer)
Sets the Output Raster Layer parameter of this tool . |
void |
setValueSelectionMethod(String valueSelectionMethod)
Sets the Value Selection Method parameter of this tool . |
void |
setVariable(String variable)
Sets the Variable parameter of this tool . |
void |
setXDimension(String xDimension)
Sets the X Dimension parameter of this tool . |
void |
setYDimension(String yDimension)
Sets the Y Dimension 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 MakeNetCDFRasterLayer()
Initializes the array of tool parameters with the default values specified when the tool was created.
public MakeNetCDFRasterLayer(Object inNetCDFFile, String variable, String xDimension, String yDimension, 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.
inNetCDFFile
- nullvariable
- the variable of the netCDF file used to assign cell values to the output raster. This is the variable that will be displayed, such as temperature or rainfall.xDimension
- a netCDF dimension used to define the x, or longitude coordinates of the output layer.yDimension
- a netCDF dimension used to define the y, or latitude coordinates of the output layer.outRasterLayer
- the name of the output raster layer.Method Detail |
---|
public Object getInNetCDFFile()
public void setInNetCDFFile(Object inNetCDFFile)
inNetCDFFile
- nullpublic String getVariable()
public void setVariable(String variable)
variable
- the variable of the netCDF file used to assign cell values to the output raster. This is the variable that will be displayed, such as temperature or rainfall.public String getXDimension()
public void setXDimension(String xDimension)
xDimension
- a netCDF dimension used to define the x, or longitude coordinates of the output layer.public String getYDimension()
public void setYDimension(String yDimension)
yDimension
- a netCDF dimension used to define the y, or latitude coordinates of the output layer.public Object getOutRasterLayer()
public void setOutRasterLayer(Object outRasterLayer)
outRasterLayer
- the name of the output raster layer.public String getBandDimension()
public void setBandDimension(String bandDimension)
bandDimension
- a netCDF dimension used to create bands in the output raster. Set this dimension if a multiband raster layer is required. For instance, altitude might be set as the band dimension to create a multiband raster where each band represents temperature at that altitude.public Object getDimensionValues()
public void setDimensionValues(Object dimensionValues)
dimensionValues
- the value (such as 01/30/05) of the dimension (such as Time) or dimensions to use when displaying the variable in the output layer. By default, the first value of the dimension or dimensions will be used. This default value can also be altered on the netCDF tab of the Layer Properties dialog box.public String getValueSelectionMethod()
public void setValueSelectionMethod(String valueSelectionMethod)
valueSelectionMethod
- specifies the dimension value selection method.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 |