ESRI.ArcGIS.MultidimensionTools
MakeNetCDFRasterLayer Class Members
See Also  Properties  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.MultidimensionTools Namespace : MakeNetCDFRasterLayer Class




The following tables list the members exposed by MakeNetCDFRasterLayer.

Public Constructors

 NameDescription
Public ConstructorMakeNetCDFRasterLayer ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyband_dimensionA 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)  
Public Propertydimension_valuesThe 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)  
Public Propertyin_netCDF_fileInput netCDF File (in)  
Public Propertyout_raster_layerThe name of the output raster layer. (Out, Required)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Public Propertyvalue_selection_methodSpecifies the dimension value selection method. (In, Optional)  
Public PropertyvariableThe 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)  
Public Propertyx_dimensionA netCDF dimension used to define the x, or longitude coordinates of the output layer. (In, Required)  
Public Propertyy_dimensionA netCDF dimension used to define the y, or latitude coordinates of the output layer. (In, Required)  
Top

See Also

© 2010 All Rights Reserved.