GCBM
Classes | Namespaces | Typedefs
record.h File Reference
#include "moja/modules/cbm/_modules.cbm_exports.h"
#include "moja/types.h"
#include "moja/flint/record.h"
#include <Poco/Tuple.h>
#include <vector>
#include <optional>
Include dependency graph for record.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DateRecord
 
class  TemporalLocationRecord
 
class  ModuleInfoRecord
 
class  DisturbanceTypeRecord
 
class  PoolInfoRecord
 
class  LandClassRecord
 
class  ClassifierSetRecord
 
class  DisturbanceRecord
 
class  FluxRecord
 
class  PoolRecord
 
class  ErrorRecord
 
class  LocationErrorRecord
 
class  AgeAreaRecord
 
class  AgeClassRecord
 

Namespaces

 moja
 
 moja::modules
 
 moja::modules::cbm
 

Typedefs

typedef Poco::Tuple< Int64, int, int, int, int, double, double > DateRow
 
typedef std::tuple< Int64, int, int, int, int, double, double > StdDateRow
 
typedef Poco::Tuple< Int64, Int64, Int64, Int64, Poco::Nullable< Int64 >, double > TemporalLocationRow
 
typedef std::tuple< Int64, Int64, Int64, Int64, std::optional< Int64 >, double > StdTemporalLocationRow
 
typedef Poco::Tuple< Int64, int, int, int, int, std::string > ModuleInfoRow
 
typedef std::tuple< Int64, int, int, int, int, std::string > StdModuleInfoRow
 
typedef Poco::Tuple< Int64, int, std::string > DisturbanceTypeRow
 
typedef std::tuple< Int64, int, std::string > StdDisturbanceTypeRow
 
typedef Poco::Tuple< Int64, std::string > PoolInfoRow
 
typedef Poco::Tuple< Int64, std::string > LandClassRow
 
typedef std::tuple< Int64, std::string > StdLandClassRow
 
typedef Poco::Tuple< Int64, std::vector< Poco::Nullable< std::string > > > ClassifierSetRow
 
typedef Poco::Tuple< Int64, Int64, Int64, Int64, double > DisturbanceRow
 
typedef std::tuple< Int64, Int64, Int64, Int64, double > StdDisturbanceRow
 
typedef Poco::Tuple< Int64, Int64, Int64, Poco::Nullable< Int64 >, Int64, Int64, double > FluxRow
 
typedef std::tuple< Int64, Int64, Int64, std::optional< Int64 >, Int64, Int64, double > StdFluxRow
 
typedef Poco::Tuple< Int64, Int64, Int64, double > PoolRow
 
typedef std::tuple< Int64, Int64, Int64, double > StdPoolRow
 
typedef Poco::Tuple< Int64, std::string, std::string > ErrorRow
 
typedef std::tuple< Int64, std::string, std::string > StdErrorRow
 
typedef Poco::Tuple< Int64, Int64, Int64 > LocationErrorRow
 
typedef std::tuple< Int64, Int64, Int64 > StdLocationErrorRow
 
typedef Poco::Tuple< Int64, Int64, Int64, double > AgeAreaRow
 
typedef std::tuple< Int64, Int64, Int64, double > StdAgeAreaRow
 
typedef Poco::Tuple< Int64, Int64, Int64 > AgeClassRow
 
typedef std::tuple< Int64, Int64, Int64 > StdAgeClassRow