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




in_features
The input feature class. (In, Required)
fields_to_variables
The field or fields used to create variables in the netCDF file. Four special fields—Shape.X, Shape.Y, Shape.Z, and Shape.M—can be used for exporting x-coordinates or longitude, y-coordinates or latitude, Z values, and M values of input features, respectively.field—A field in the input feature attribute table.{variable}—The netCDF variable name.{units}—The units of the data represented by the field. (In, Required)
out_netCDF_file
The output netCDF file. The filename must have a .nc extension. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features As Object, _
   ByVal fields_to_variables As Object, _
   ByVal out_netCDF_file As Object _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim fields_to_variables As Object
Dim out_netCDF_file As Object
 
Dim instance As FeatureToNetCDF(in_features, fields_to_variables, out_netCDF_file)
C# 
public FeatureToNetCDF( 
   object in_features,
   object fields_to_variables,
   object out_netCDF_file
)

Parameters

in_features
The input feature class. (In, Required)
fields_to_variables
The field or fields used to create variables in the netCDF file. Four special fields—Shape.X, Shape.Y, Shape.Z, and Shape.M—can be used for exporting x-coordinates or longitude, y-coordinates or latitude, Z values, and M values of input features, respectively.field—A field in the input feature attribute table.{variable}—The netCDF variable name.{units}—The units of the data represented by the field. (In, Required)
out_netCDF_file
The output netCDF file. The filename must have a .nc extension. (Out, Required)

See Also

© 2010 All Rights Reserved.