37 #ifndef INC_netcdf_NcLatLonRecordBase_h
38 #define INC_netcdf_NcLatLonRecordBase_h
50 short const useCompressionLevel = 5)
65 std::string
const useRecordDimName )
69 std::string
const useLatLongName,
70 std::string
const useLonLongName)
83 unsigned int const numRecords);
104 #endif // INC_netcdf_NcLatLonRecordBase_h
NcLatLonRecordBase(short const useCompressionLevel=5)
Definition: NcLatLonRecordBase.h:49
std::string recordDimName
Definition: NcLatLonRecordBase.h:89
void SetRecordDimName(std::string const useRecordDimName)
Definition: NcLatLonRecordBase.h:64
short const compressionLevel
Definition: NcLatLonRecordBase.h:90
static char const *const dimNames[]
names of dimensions
Definition: NcLatLonRecordBase.h:60
static char const *const longNames[]
long_names attributes of variables
Definition: NcLatLonRecordBase.h:62
Class providing an interface to a NetCDF file containing a record-based latitude/longitude data...
Definition: NcLatLonRecordBase.h:45
static char const *const varNames[]
names of variables
Definition: NcLatLonRecordBase.h:61
std::string latLongName
Definition: NcLatLonRecordBase.h:89
virtual ~NcLatLonRecordBase()=0
Definition: NcLatLonRecordBase.h:99
void SetLatLonLongNames(std::string const useLatLongName, std::string const useLonLongName)
Definition: NcLatLonRecordBase.h:68
std::string lonLongName
Definition: NcLatLonRecordBase.h:89
Manages the opening, creating, and closing of netCDF files. Represents the netCDF root group...
Definition: NcFile.h:31
void Create(NcFile &ncFile)
Definition: NcLatLonRecordBase.cpp:72
std::string const & GetRecordDimName() const
Definition: NcLatLonRecordBase.h:76