bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
GDALArray Class Reference
Inheritance diagram for GDALArray:
Inheritance graph
Collaboration diagram for GDALArray:
Collaboration graph

Public Member Functions

 GDALArray (const GDALArray &src)
 
 GDALArray (const string &n="", BaseType *v=0)
 
 GDALArray (const string &name, BaseType *proto, const string &filenameIn, GDALDataType eBufTypeIn, int iBandNumIn)
 
virtual int get_gdal_band_num () const
 
virtual GDALDataType get_gdal_buf_type () const
 
virtual BaseType * ptr_duplicate ()
 
virtual bool read ()
 

Detailed Description

Definition at line 34 of file GDALTypes.h.

Constructor & Destructor Documentation

◆ GDALArray() [1/3]

GDALArray::GDALArray ( const string & n = "",
BaseType * v = 0 )

Definition at line 53 of file GDALArray.cc.

◆ GDALArray() [2/3]

GDALArray::GDALArray ( const string & name,
BaseType * proto,
const string & filenameIn,
GDALDataType eBufTypeIn,
int iBandNumIn )

Definition at line 58 of file GDALArray.cc.

◆ GDALArray() [3/3]

GDALArray::GDALArray ( const GDALArray & src)

Definition at line 64 of file GDALArray.cc.

◆ ~GDALArray()

GDALArray::~GDALArray ( )
virtual

Definition at line 69 of file GDALArray.cc.

Member Function Documentation

◆ get_gdal_band_num()

virtual int GDALArray::get_gdal_band_num ( ) const
inlinevirtual

Definition at line 49 of file GDALTypes.h.

◆ get_gdal_buf_type()

virtual GDALDataType GDALArray::get_gdal_buf_type ( ) const
inlinevirtual

Definition at line 50 of file GDALTypes.h.

◆ ptr_duplicate()

BaseType * GDALArray::ptr_duplicate ( )
virtual

Definition at line 48 of file GDALArray.cc.

◆ read()

bool GDALArray::read ( )
virtual

Definition at line 74 of file GDALArray.cc.


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