|
|||||||||
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.MakeNetCDFTableView
public class MakeNetCDFTableView
Makes a table view from a netCDF file. The Make NetCDF Table View tool is contained in the Multidimension Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
MakeNetCDFTableView()
Creates the Make NetCDF Table View tool with defaults. |
|
MakeNetCDFTableView(Object inNetCDFFile,
Object variable,
Object outTableView)
Creates the Make NetCDF Table View tool with the required parameters. |
Method Summary | |
---|---|
Object |
getDimensionValues()
Returns the Dimension Values parameter of this tool . |
Object |
getInNetCDFFile()
Returns the Input netCDF File parameter of this tool . |
Object |
getOutTableView()
Returns the Output Table View parameter of this tool . |
Object |
getRowDimension()
Returns the Row Dimensions 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 . |
Object |
getVariable()
Returns the Variables 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 |
setOutTableView(Object outTableView)
Sets the Output Table View parameter of this tool . |
void |
setRowDimension(Object rowDimension)
Sets the Row Dimensions parameter of this tool . |
void |
setValueSelectionMethod(String valueSelectionMethod)
Sets the Value Selection Method parameter of this tool . |
void |
setVariable(Object variable)
Sets the Variables 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 MakeNetCDFTableView()
Initializes the array of tool parameters with the default values specified when the tool was created.
public MakeNetCDFTableView(Object inNetCDFFile, Object variable, Object outTableView)
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 netCDF variable, or variables, used to create fields in the table view.outTableView
- the name of the output table view.Method Detail |
---|
public Object getInNetCDFFile()
public void setInNetCDFFile(Object inNetCDFFile)
inNetCDFFile
- nullpublic Object getVariable()
public void setVariable(Object variable)
variable
- the netCDF variable, or variables, used to create fields in the table view.public Object getOutTableView()
public void setOutTableView(Object outTableView)
outTableView
- the name of the output table view.public Object getRowDimension()
public void setRowDimension(Object rowDimension)
rowDimension
- the netCDF dimension, or dimensions, used to create fields populated with unique values in the table view. The dimension, or dimensions, set here determine the number of rows in the table view and the fields that will be present. for instance, if stationID is a dimension in the netCDF file and has 10 values, by setting stationID as the dimension to use, 10 rows will be created in the table view. If stationID and time are used and there are 3 time slices, 30 rows will be created in the table view.public Object getDimensionValues()
public void setDimensionValues(Object dimensionValues)
dimensionValues
- a set of dimension-value pairs used to specify a slice of a multidimensional variable.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 |