|
|||||||||
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.RasterToNetCDF
public class RasterToNetCDF
Converts a raster dataset to a netCDF file. The Raster to NetCDF tool is contained in the Multidimension Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
RasterToNetCDF()
Creates the Raster to NetCDF tool with defaults. |
|
RasterToNetCDF(Object inRaster,
Object outNetCDFFile)
Creates the Raster to NetCDF tool with the required parameters. |
Method Summary | |
---|---|
String |
getBandDimension()
Returns the Band Dimension parameter of this tool . |
Object |
getFieldsToDimensions()
Returns the Fields to Dimensions parameter of this tool . |
Object |
getInRaster()
Returns the Input Raster parameter of this tool . |
Object |
getOutNetCDFFile()
Returns the Output netCDF File 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 |
getVariable()
Returns the Variable parameter of this tool . |
String |
getVariableUnits()
Returns the Variable Units 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 |
setFieldsToDimensions(Object fieldsToDimensions)
Sets the Fields to Dimensions parameter of this tool . |
void |
setInRaster(Object inRaster)
Sets the Input Raster parameter of this tool . |
void |
setOutNetCDFFile(Object outNetCDFFile)
Sets the Output netCDF File parameter of this tool . |
void |
setVariable(String variable)
Sets the Variable parameter of this tool . |
void |
setVariableUnits(String variableUnits)
Sets the Variable Units 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 RasterToNetCDF()
Initializes the array of tool parameters with the default values specified when the tool was created.
public RasterToNetCDF(Object inRaster, Object outNetCDFFile)
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 input raster dataset or raster catalog.outNetCDFFile
- the output netCDF file. The filename must have a .nc extension.Method Detail |
---|
public Object getInRaster()
public void setInRaster(Object inRaster)
inRaster
- the input raster dataset or raster catalog.public Object getOutNetCDFFile()
public void setOutNetCDFFile(Object outNetCDFFile)
outNetCDFFile
- the output netCDF file. The filename must have a .nc extension.public String getVariable()
public void setVariable(String variable)
variable
- the netCDF variable name that will be used in the output netCDF file. This variable will contain the values of cells in the input raster.public String getVariableUnits()
public void setVariableUnits(String variableUnits)
variableUnits
- the units of the data contained within the variable. The variable name is specified in the Variable parameter.public String getXDimension()
public void setXDimension(String xDimension)
xDimension
- the netCDF dimension name used to specify x, or longitude coordinates.public String getYDimension()
public void setYDimension(String yDimension)
yDimension
- the netCDF dimension name used to specify y, or latitude coordinates.public String getBandDimension()
public void setBandDimension(String bandDimension)
bandDimension
- the netCDF dimension name used to specify bands.public Object getFieldsToDimensions()
public void setFieldsToDimensions(Object fieldsToDimensions)
fieldsToDimensions
- the field or fields used to create dimensions in the netCDF file.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 |