Type | Description |
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.
|