ESRI.ArcGIS.MultidimensionTools
MakeNetCDFRasterLayer Constructor(Object,String,String,String,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.MultidimensionTools Namespace > MakeNetCDFRasterLayer Class > MakeNetCDFRasterLayer Constructor : MakeNetCDFRasterLayer Constructor(Object,String,String,String,Object)




in_netCDF_file
Input netCDF File (in)
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)
out_raster_layer
The name of the output raster layer. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_netCDF_file As Object, _
   ByVal variable As String, _
   ByVal x_dimension As String, _
   ByVal y_dimension As String, _
   ByVal out_raster_layer As Object _
)
Visual Basic (Usage)Copy Code
Dim in_netCDF_file As Object
Dim variable As String
Dim x_dimension As String
Dim y_dimension As String
Dim out_raster_layer As Object
 
Dim instance As MakeNetCDFRasterLayer(in_netCDF_file, variable, x_dimension, y_dimension, out_raster_layer)
C# 
public MakeNetCDFRasterLayer( 
   object in_netCDF_file,
   string variable,
   string x_dimension,
   string y_dimension,
   object out_raster_layer
)

Parameters

in_netCDF_file
Input netCDF File (in)
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)
out_raster_layer
The name of the output raster layer. (Out, Required)

See Also

© 2010 All Rights Reserved.