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

Static Public Attributes

int NONE = 0
 
int AUTO = 1
 
int FILE = 2
 
int WORLD = 3
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 257 of file ttypes.py.

Member Data Documentation

dictionary heavydb.thrift.ttypes.TRasterPointTransform._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "NONE": 0,
3  "AUTO": 1,
4  "FILE": 2,
5  "WORLD": 3,
6  }

Definition at line 270 of file ttypes.py.

dictionary heavydb.thrift.ttypes.TRasterPointTransform._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "NONE",
3  1: "AUTO",
4  2: "FILE",
5  3: "WORLD",
6  }

Definition at line 263 of file ttypes.py.

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

Definition at line 259 of file ttypes.py.

int heavydb.thrift.ttypes.TRasterPointTransform.FILE = 2
static

Definition at line 260 of file ttypes.py.

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

Definition at line 258 of file ttypes.py.

int heavydb.thrift.ttypes.TRasterPointTransform.WORLD = 3
static

Definition at line 261 of file ttypes.py.


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