OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Friends | List of all members
otb::GDALDatasetWrapper Class Reference

#include <otbGDALDatasetWrapper.h>

+ Inheritance diagram for otb::GDALDatasetWrapper:
+ Collaboration diagram for otb::GDALDatasetWrapper:

Public Types

typedef itk::SmartPointer< SelfPointer
 
typedef GDALDatasetWrapper Self
 
typedef itk::LightObject Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 

Static Public Member Functions

static Pointer New ()
 

Friends

class GDALDriverManagerWrapper
 
GDALDataset * m_Dataset
 
const GDALDataset * GetDataSet () const
 
GDALDataset * GetDataSet ()
 
bool IsJPEG2000 () const
 
int GetOverviewsCount () const
 
unsigned int GetWidth () const
 
unsigned int GetHeight () const
 
vcl_size_t GetPixelBytes () const
 
Projection::GCPParam GetGCPParam () const
 
void SetGCPParam (Projection::GCPParam gcpParam)
 
 GDALDatasetWrapper ()
 
 ~GDALDatasetWrapper () override
 

Detailed Description

Definition at line 39 of file otbGDALDatasetWrapper.h.

Member Typedef Documentation

◆ Pointer

typedef itk::SmartPointer<Self> otb::GDALDatasetWrapper::Pointer

Definition at line 46 of file otbGDALDatasetWrapper.h.

◆ Self

Definition at line 44 of file otbGDALDatasetWrapper.h.

◆ Superclass

typedef itk::LightObject otb::GDALDatasetWrapper::Superclass

Definition at line 45 of file otbGDALDatasetWrapper.h.

Constructor & Destructor Documentation

◆ GDALDatasetWrapper()

otb::GDALDatasetWrapper::GDALDatasetWrapper ( )
protected

Easy access to the internal GDALDataset object. Don't close it, it will be automatic

◆ ~GDALDatasetWrapper()

otb::GDALDatasetWrapper::~GDALDatasetWrapper ( )
overrideprotected

Easy access to the internal GDALDataset object. Don't close it, it will be automatic

Member Function Documentation

◆ CreateAnother()

virtual::itk::LightObject::Pointer otb::GDALDatasetWrapper::CreateAnother ( void  ) const

◆ GetDataSet() [1/2]

GDALDataset* otb::GDALDatasetWrapper::GetDataSet ( )

Easy access to the internal GDALDataset object. Don't close it, it will be automatic

◆ GetDataSet() [2/2]

const GDALDataset* otb::GDALDatasetWrapper::GetDataSet ( ) const

Easy access to the internal GDALDataset object. Don't close it, it will be automatic

◆ GetGCPParam()

Projection::GCPParam otb::GDALDatasetWrapper::GetGCPParam ( ) const

Easy access to the internal GDALDataset object. Don't close it, it will be automatic

◆ GetHeight()

unsigned int otb::GDALDatasetWrapper::GetHeight ( ) const

Easy access to the internal GDALDataset object. Don't close it, it will be automatic

◆ GetNameOfClass()

virtual const char* otb::GDALDatasetWrapper::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

◆ GetOverviewsCount()

int otb::GDALDatasetWrapper::GetOverviewsCount ( ) const

Easy access to the internal GDALDataset object. Don't close it, it will be automatic

◆ GetPixelBytes()

vcl_size_t otb::GDALDatasetWrapper::GetPixelBytes ( ) const

Easy access to the internal GDALDataset object. Don't close it, it will be automatic

◆ GetWidth()

unsigned int otb::GDALDatasetWrapper::GetWidth ( ) const

Easy access to the internal GDALDataset object. Don't close it, it will be automatic

◆ IsJPEG2000()

bool otb::GDALDatasetWrapper::IsJPEG2000 ( ) const

Test if the dataset corresponds to a Jpeg2000 file format Return true if the dataset exists and has a JPEG2000 driver Return false in all other cases

◆ New()

static Pointer otb::GDALDatasetWrapper::New ( )
static

Method for creation through the object factory.

◆ SetGCPParam()

void otb::GDALDatasetWrapper::SetGCPParam ( Projection::GCPParam  gcpParam)

Easy access to the internal GDALDataset object. Don't close it, it will be automatic

Friends And Related Function Documentation

◆ GDALDriverManagerWrapper

friend class GDALDriverManagerWrapper
friend

Definition at line 41 of file otbGDALDatasetWrapper.h.

Member Data Documentation

◆ m_Dataset

GDALDataset* otb::GDALDatasetWrapper::m_Dataset
private

Easy access to the internal GDALDataset object. Don't close it, it will be automatic

Definition at line 91 of file otbGDALDatasetWrapper.h.


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