OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
heavydb.thrift.ttypes.TRasterPointType Class Reference
+ Inheritance diagram for heavydb.thrift.ttypes.TRasterPointType:
+ Collaboration diagram for heavydb.thrift.ttypes.TRasterPointType:

Static Public Attributes

int NONE = 0
 
int AUTO = 1
 
int SMALLINT = 2
 
int INT = 3
 
int FLOAT = 4
 
int DOUBLE = 5
 
int POINT = 6
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 227 of file ttypes.py.

Member Data Documentation

dictionary heavydb.thrift.ttypes.TRasterPointType._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "NONE": 0,
3  "AUTO": 1,
4  "SMALLINT": 2,
5  "INT": 3,
6  "FLOAT": 4,
7  "DOUBLE": 5,
8  "POINT": 6,
9  }

Definition at line 246 of file ttypes.py.

dictionary heavydb.thrift.ttypes.TRasterPointType._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "NONE",
3  1: "AUTO",
4  2: "SMALLINT",
5  3: "INT",
6  4: "FLOAT",
7  5: "DOUBLE",
8  6: "POINT",
9  }

Definition at line 236 of file ttypes.py.

int heavydb.thrift.ttypes.TRasterPointType.AUTO = 1
static

Definition at line 229 of file ttypes.py.

int heavydb.thrift.ttypes.TRasterPointType.DOUBLE = 5
static

Definition at line 233 of file ttypes.py.

int heavydb.thrift.ttypes.TRasterPointType.FLOAT = 4
static

Definition at line 232 of file ttypes.py.

int heavydb.thrift.ttypes.TRasterPointType.INT = 3
static

Definition at line 231 of file ttypes.py.

int heavydb.thrift.ttypes.TRasterPointType.NONE = 0
static

Definition at line 228 of file ttypes.py.

int heavydb.thrift.ttypes.TRasterPointType.POINT = 6
static

Definition at line 234 of file ttypes.py.

int heavydb.thrift.ttypes.TRasterPointType.SMALLINT = 2
static

Definition at line 230 of file ttypes.py.


The documentation for this class was generated from the following file: