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




in_netCDF_file
Input netCDF File (in)
variable
The netCDF variable, or variables, that will be added as fields in the feature attribute table. (In, Required)
x_variable
A netCDF coordinate variable used to define the x, or longitude coordinates of the output layer. (In, Required)
y_variable
A netCDF coordinate variable used to define the y, or latitude coordinates of the output layer. (In, Required)
out_feature_layer
The name of the output feature 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 Object, _
   ByVal x_variable As String, _
   ByVal y_variable As String, _
   ByVal out_feature_layer As Object _
)
Visual Basic (Usage)Copy Code
Dim in_netCDF_file As Object
Dim variable As Object
Dim x_variable As String
Dim y_variable As String
Dim out_feature_layer As Object
 
Dim instance As MakeNetCDFFeatureLayer(in_netCDF_file, variable, x_variable, y_variable, out_feature_layer)
C# 
public MakeNetCDFFeatureLayer( 
   object in_netCDF_file,
   object variable,
   string x_variable,
   string y_variable,
   object out_feature_layer
)

Parameters

in_netCDF_file
Input netCDF File (in)
variable
The netCDF variable, or variables, that will be added as fields in the feature attribute table. (In, Required)
x_variable
A netCDF coordinate variable used to define the x, or longitude coordinates of the output layer. (In, Required)
y_variable
A netCDF coordinate variable used to define the y, or latitude coordinates of the output layer. (In, Required)
out_feature_layer
The name of the output feature layer. (Out, Required)

See Also

© 2010 All Rights Reserved.