OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
import_export::RasterImporter::ImportBandInfo Struct Reference
+ Collaboration diagram for import_export::RasterImporter::ImportBandInfo:

Public Attributes

std::string name
 
std::string alt_name
 
SQLTypes sql_type
 
uint32_t datasource_idx
 
int band_idx
 
double null_value
 
bool null_value_valid
 

Detailed Description

Definition at line 95 of file RasterImporter.h.

Member Data Documentation

std::string import_export::RasterImporter::ImportBandInfo::alt_name

Definition at line 97 of file RasterImporter.h.

int import_export::RasterImporter::ImportBandInfo::band_idx

Definition at line 100 of file RasterImporter.h.

uint32_t import_export::RasterImporter::ImportBandInfo::datasource_idx

Definition at line 99 of file RasterImporter.h.

double import_export::RasterImporter::ImportBandInfo::null_value

Definition at line 101 of file RasterImporter.h.

bool import_export::RasterImporter::ImportBandInfo::null_value_valid

Definition at line 102 of file RasterImporter.h.

SQLTypes import_export::RasterImporter::ImportBandInfo::sql_type

Definition at line 98 of file RasterImporter.h.


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