kealib
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
KEAAttributeTable.h File Reference
#include <iostream>
#include <string>
#include <vector>
#include <map>
#include <math.h>
#include <highfive/highfive.hpp>
#include "libkea/KEACommon.h"
#include "libkea/KEAException.h"

Go to the source code of this file.

Classes

struct  kealib::KEAATTFeature
 
struct  kealib::KEAATTField
 
struct  kealib::KEAAttributeIdx
 
struct  kealib::KEAAttString
 
struct  kealib::KEADateTime
 
class  kealib::KEAAttributeTable
 

Namespaces

namespace  kealib
 

Enumerations

enum  kealib::KEAATTType { kealib::kea_att_undefined = 0 , kealib::kea_att_mem = 1 , kealib::kea_att_file = 2 }
 
enum  kealib::KEAFieldDataType {
  kealib::kea_att_na = 0 , kealib::kea_att_bool = 1 , kealib::kea_att_int = 2 , kealib::kea_att_float = 3 ,
  kealib::kea_att_string = 4 , kealib::kea_att_datetime = 5 , kealib::kea_att_wkb = 5
}