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

Static Public Attributes

int EMPTY = 0
 
int GEO = 1
 
int NON_GEO = 2
 
int UNSUPPORTED_GEO = 3
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 83 of file ttypes.py.

Member Data Documentation

dictionary heavydb.thrift.ttypes.TGeoFileLayerContents._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "EMPTY": 0,
3  "GEO": 1,
4  "NON_GEO": 2,
5  "UNSUPPORTED_GEO": 3,
6  }

Definition at line 96 of file ttypes.py.

dictionary heavydb.thrift.ttypes.TGeoFileLayerContents._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "EMPTY",
3  1: "GEO",
4  2: "NON_GEO",
5  3: "UNSUPPORTED_GEO",
6  }

Definition at line 89 of file ttypes.py.

int heavydb.thrift.ttypes.TGeoFileLayerContents.EMPTY = 0
static

Definition at line 84 of file ttypes.py.

int heavydb.thrift.ttypes.TGeoFileLayerContents.GEO = 1
static

Definition at line 85 of file ttypes.py.

int heavydb.thrift.ttypes.TGeoFileLayerContents.NON_GEO = 2
static

Definition at line 86 of file ttypes.py.

int heavydb.thrift.ttypes.TGeoFileLayerContents.UNSUPPORTED_GEO = 3
static

Definition at line 87 of file ttypes.py.


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