Package dods.servers.netcdf

Class Summary
NcDAS Netcdf DAS object
NcDataset  
NcDataset.NetcdfFactory This is public as an artifact of implementing an interface.
NcDDS NcDDS is a specialization of ServerDDS for netcdf files.
NcSDArray Wraps a netcdf variable with rank > 0 as an SDArray.
NcSDByte Wraps a netcdf scalar byte variable.
NcSDCharArray Wraps a netcdf char variable with rank > 1 as an SDArray.
NcSDFloat32 Wraps a netcdf scalar float variable.
NcSDFloat64 Wraps a netcdf scalar double variable.
NcSDGrid Wraps a netcdf variable with rank > 0, whose dimensions all have coordinate variables, as an SDGrid.
NcSDInt16 Wraps a netcdf scalar short variable.
NcSDInt32 Wraps a netcdf scalar int variable.
NcSDString Wraps a netcdf scalar or 1D char variable.