|
World Ocean Simulation System (WOSS) library
|
WossDbCreator for the GEBCO bathymetry database. More...
#include <bathymetry-gebco-db-creator.h>


Protected Member Functions | |
| virtual bool | initializeDb (WossDb &woss_db) const override |
Protected Attributes | |
| GEBCO_BATHY_TYPE | gebco_type = GEBCO_BATHY_TYPE::GEBCO_2D_30_SECONDS_BATHY_TYPE |
Protected Attributes inherited from woss::WossDbCreator | |
| bool | debug = false |
| bool | woss_db_debug = false |
| std::string | pathname = "" |
WossDbCreator for the GEBCO bathymetry database.
Specialization of WossDbCreator for the GEBCO bathymetry database.
It also provides a Tcl interpreter for NS-2 implementation.
|
default |
|
default |
|
default |
|
overridevirtualdefault |
|
inlineoverridevirtual |
Abstract method. Virtual factory method. It is called to clone this WossDbCreator instance. The caller will be the owner of created object, therefore object destruction is his responsibility
Implements woss::WossDbCreator.
|
overridevirtual |
Creates and initialize a BathyGebcoDb object
Implements woss::WossDbCreator.
References gebco_type, initializeDb(), and woss::WossDbCreator::pathname.

|
inline |
Gets the GEBCO_BATHY_TYPE related to the netcdf db that will be opened
References gebco_type.
|
overrideprotectedvirtual |
Initializes the pointed object
| woss_db | reference to a recently created BathyGebcoDb |
Implements woss::WossDbCreator.
References woss::WossDbCreator::initializeDb().
Referenced by createWossDb().

|
default |
|
default |
|
inline |
Sets the GEBCO_BATHY_TYPE related to the netcdf db that will be opened
| bathy_type | netcdf file format |
References gebco_type.
|
protected |
GEBCO version in use
Referenced by createWossDb(), getGebcoBathyType(), and setGebcoBathyType().