![]() ![]() |
ESRI.ArcGIS.MultidimensionTools | |
RasterToNetCDF Class Members | |
See Also Properties Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers |
ESRI.ArcGIS.MultidimensionTools Namespace : RasterToNetCDF Class |
The following tables list the members exposed by RasterToNetCDF.
Name | Description | |
---|---|---|
![]() | RasterToNetCDF Constructor | Overloaded. Constructor that takes all required parameters for geoprocessor execution. |
Name | Description | |
---|---|---|
![]() | Alias | The alias for this tool's toolbox. |
![]() | band_dimension | The netCDF dimension name used to specify bands. (In, Optional) |
![]() | fields_to_dimensions | The field or fields used to create dimensions in the netCDF file. (In, Optional) |
![]() | in_raster | The input raster dataset or raster catalog. (In, Required) |
![]() | out_netCDF_file | The output netCDF file. The filename must have a .nc extension. (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. |
![]() | 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. (In, Optional) |
![]() | variable_units | The units of the data contained within the variable. The variable name is specified in the Variable parameter. (In, Optional) |
![]() | x_dimension | The netCDF dimension name used to specify x, or longitude coordinates. (In, Optional) |
![]() | y_dimension | The netCDF dimension name used to specify y, or latitude coordinates. (In, Optional) |