|
|||||||||
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.TableToNetCDF
public class TableToNetCDF
Converts a table to a netCDF file. The Table 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 | |
---|---|
TableToNetCDF()
Creates the Table to NetCDF tool with defaults. |
|
TableToNetCDF(Object inTable,
Object fieldsToVariables,
Object outNetCDFFile)
Creates the Table to NetCDF tool with the required parameters. |
Method Summary | |
---|---|
Object |
getFieldsToDimensions()
Returns the Fields to Dimensions parameter of this tool . |
Object |
getFieldsToVariables()
Returns the Fields to Variables parameter of this tool . |
Object |
getInTable()
Returns the Input Table 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. |
void |
setFieldsToDimensions(Object fieldsToDimensions)
Sets the Fields to Dimensions parameter of this tool . |
void |
setFieldsToVariables(Object fieldsToVariables)
Sets the Fields to Variables parameter of this tool . |
void |
setInTable(Object inTable)
Sets the Input Table parameter of this tool . |
void |
setOutNetCDFFile(Object outNetCDFFile)
Sets the Output netCDF File 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 TableToNetCDF()
Initializes the array of tool parameters with the default values specified when the tool was created.
public TableToNetCDF(Object inTable, Object fieldsToVariables, 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.
inTable
- the input table.fieldsToVariables
- the field or fields used to create variables in the netCDF file.outNetCDFFile
- the output netCDF file. The filename must have a .nc extension.Method Detail |
---|
public Object getInTable()
public void setInTable(Object inTable)
inTable
- the input table.public Object getFieldsToVariables()
public void setFieldsToVariables(Object fieldsToVariables)
fieldsToVariables
- the field or fields used to create variables in the netCDF file.public Object getOutNetCDFFile()
public void setOutNetCDFFile(Object outNetCDFFile)
outNetCDFFile
- the output netCDF file. The filename must have a .nc extension.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 |