|
|||||||||
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.SelectByDimension
public class SelectByDimension
Updates the netCDF layer display or netCDF table view based on the dimension value. The Select by Dimension tool is contained in the Multidimension Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
SelectByDimension()
Creates the Select by Dimension tool with defaults. |
|
SelectByDimension(Object inLayerOrTable)
Creates the Select by Dimension tool with the required parameters. |
Method Summary | |
---|---|
Object |
getDimensionValues()
Returns the Dimension Values parameter of this tool . |
Object |
getInLayerOrTable()
Returns the Input Layer or Table parameter of this tool . |
Object |
getOutputLayerOrTable()
Returns the Output Layer or Table parameter of this tool (Read only). |
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 . |
void |
setDimensionValues(Object dimensionValues)
Sets the Dimension Values parameter of this tool . |
void |
setInLayerOrTable(Object inLayerOrTable)
Sets the Input Layer or Table parameter of this tool . |
void |
setValueSelectionMethod(String valueSelectionMethod)
Sets the Value Selection Method 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 SelectByDimension()
Initializes the array of tool parameters with the default values specified when the tool was created.
public SelectByDimension(Object inLayerOrTable)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inLayerOrTable
- the input netCDF raster layer, netCDF feature layer, or netCDF table view.Method Detail |
---|
public Object getInLayerOrTable()
public void setInLayerOrTable(Object inLayerOrTable)
inLayerOrTable
- the input netCDF raster layer, netCDF feature layer, or netCDF 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 Object getOutputLayerOrTable()
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 |