40#ifndef WOSS_BATHYMETRY_GEBCO_DB_CREATOR_H
41#define WOSS_BATHYMETRY_GEBCO_DB_CREATOR_H
43#ifdef WOSS_NETCDF_SUPPORT
Provides the interface for woss::BathyGebcoDb class.
GEBCO_BATHY_TYPE
Definition bathymetry-gebco-db.h:132
WossDbCreator for the GEBCO bathymetry database.
Definition bathymetry-gebco-db-creator.h:61
virtual bool initializeDb(WossDb *const woss_db)
Definition bathymetry-gebco-db-creator.cpp:72
GEBCO_BATHY_TYPE gebco_type
Definition bathymetry-gebco-db-creator.h:102
GEBCO_BATHY_TYPE getGebcoBathyType()
Definition bathymetry-gebco-db-creator.h:93
virtual WossDb *const createWossDb()
Definition bathymetry-gebco-db-creator.cpp:60
BathyGebcoDbCreator()
Definition bathymetry-gebco-db-creator.cpp:48
BathyGebcoDbCreator & setGebcoBathyType(GEBCO_BATHY_TYPE bathy_type)
Definition bathymetry-gebco-db-creator.h:86
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::WossDbCreator class.