40#ifndef WOSS_SSP_NETCDF_DB_CREATOR_H
41#define WOSS_SSP_NETCDF_DB_CREATOR_H
44#ifdef WOSS_NETCDF_SUPPORT
70#if defined (WOSS_NETCDF4_SUPPORT)
94#if defined (WOSS_NETCDF4_SUPPORT)
WossDbCreator for the custom made NetCDF WOA2005 SSP database.
Definition ssp-woa2005-db-creator.h:59
SspWoa2005DbCreator()
Definition ssp-woa2005-db-creator.cpp:50
WOADbType getWoaDbType() const
Definition ssp-woa2005-db-creator.h:92
virtual WossDb *const createWossDb()
Definition ssp-woa2005-db-creator.cpp:71
virtual bool initializeDb(WossDb *const woss_db)
Definition ssp-woa2005-db-creator.cpp:86
SspWoa2005DbCreator & setWoaDbType(WOADbType type)
Definition ssp-woa2005-db-creator.h:99
Abstract class that provides the interface of database creator ( Factory object )
Definition woss-db-creator.h:64
Abstract class that provides the interface of databases.
Definition woss-db.h:89
Provides the interface for woss::SspWoa2005Db class.
WOADbType
Definition ssp-woa2005-db.h:112
Provides the interface for woss::WossDbCreator class.