Modules (as contributed by assembly 'Unidata.NetCDF')

ModuleDescription
Unidata.NetCDF.NetCDFException Module of error code constants.

Type Definitions

TypeDescription
type DataFile A datafile, which also represents the root group of contained data. The NetCDF.DesignTime.DataFileProvider generates erased subtypes of this class that have Create and Open members with a default filename and specialized return type.
type DataFileMode Flags controlling the operation of datafile creation and opening routines.
type DataGroup A dataset, which can be either a datafile or a subgroup of a datafile. The NetCDF.DesignTime.DataFileProvider generates erased subtypes of this class that have named properties for the contained subgroups and variables with specialized types.
type Dimension Representation of a dimension in a dataset.
type NetCDFType The possible basic NetCDF types. Instead of using the original names, the constants are labelled similar to those in System.Runtime.InteropServices.UnmanagedType.
type Variable Representation of a variable in a dataset. The NetCDF.DesignTime.DataFileProvider generates erased subtypes of this class that map the Item property to Get and Put calls, maps named properties to GetAttribute and SetAttribute calls and equips those properties as well as the GetSlice method with the proper typed signatures.

Exceptions

ExceptionDescription
exception NetCDFException An exception signalled by the NetCDF library. Contains an error code that can be matched against some well known constants from the module accompanying the exception class.


Documentation for assembly Unidata.NetCDF, version 1.0.5002.0, generated using the F# Programming Power Pack