The following tables list the members exposed by MakeNetCDFRasterLayer.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| band_dimension | 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. (In, Optional) |
| dimension_values | 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. (In, Optional) |
| in_netCDF_file | Input netCDF File (in) |
| out_raster_layer | The name of the output raster layer. (Out, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
| value_selection_method | Specifies the dimension value selection method. (In, Optional) |
| 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. (In, Required) |
| x_dimension | A netCDF dimension used to define the x, or longitude coordinates of the output layer. (In, Required) |
| y_dimension | A netCDF dimension used to define the y, or latitude coordinates of the output layer. (In, Required) |
Top
See Also