#include <otbWorldFile.h>
Handles the world file that associates geographic information to png, jpg.
The world file format is detailed at http://en.wikipedia.org/wiki/World_file
Definition at line 45 of file otbWorldFile.h.
◆ ConstPointer
◆ Pointer
◆ Self
◆ Superclass
◆ WorldFile() [1/2]
| otb::WorldFile::WorldFile |
( |
| ) |
|
|
inlineprotected |
◆ ~WorldFile()
| otb::WorldFile::~WorldFile |
( |
| ) |
|
|
inlineoverrideprotected |
◆ WorldFile() [2/2]
| otb::WorldFile::WorldFile |
( |
const Self & |
| ) |
|
|
privatedelete |
◆ CreateAnother()
| virtual::itk::LightObject::Pointer otb::WorldFile::CreateAnother |
( |
void |
| ) |
const |
◆ GetImageFilename()
| virtual const char* otb::WorldFile::GetImageFilename |
( |
| ) |
const |
|
virtual |
◆ GetLatOrigin()
| virtual double otb::WorldFile::GetLatOrigin |
( |
| ) |
|
|
virtual |
◆ GetLatRotation()
| virtual double otb::WorldFile::GetLatRotation |
( |
| ) |
|
|
virtual |
◆ GetLatSpacing()
| virtual double otb::WorldFile::GetLatSpacing |
( |
| ) |
|
|
virtual |
◆ GetLonOrigin()
| virtual double otb::WorldFile::GetLonOrigin |
( |
| ) |
|
|
virtual |
◆ GetLonRotation()
| virtual double otb::WorldFile::GetLonRotation |
( |
| ) |
|
|
virtual |
◆ GetLonSpacing()
| virtual double otb::WorldFile::GetLonSpacing |
( |
| ) |
|
|
virtual |
◆ New()
| static Pointer otb::WorldFile::New |
( |
| ) |
|
|
static |
◆ operator=()
| void otb::WorldFile::operator= |
( |
const Self & |
| ) |
|
|
privatedelete |
◆ SetImageFilename()
| virtual void otb::WorldFile::SetImageFilename |
( |
const char * |
_arg | ) |
|
|
virtual |
◆ SetLatOrigin()
| virtual void otb::WorldFile::SetLatOrigin |
( |
double |
_arg | ) |
|
|
virtual |
◆ SetLatRotation()
| virtual void otb::WorldFile::SetLatRotation |
( |
double |
_arg | ) |
|
|
virtual |
◆ SetLatSpacing()
| virtual void otb::WorldFile::SetLatSpacing |
( |
double |
_arg | ) |
|
|
virtual |
◆ SetLonOrigin()
| virtual void otb::WorldFile::SetLonOrigin |
( |
double |
_arg | ) |
|
|
virtual |
◆ SetLonRotation()
| virtual void otb::WorldFile::SetLonRotation |
( |
double |
_arg | ) |
|
|
virtual |
◆ SetLonSpacing()
| virtual void otb::WorldFile::SetLonSpacing |
( |
double |
_arg | ) |
|
|
virtual |
◆ Update()
| void otb::WorldFile::Update |
( |
| ) |
|
◆ m_ImageFilename
| std::string otb::WorldFile::m_ImageFilename |
|
private |
◆ m_LatOrigin
| double otb::WorldFile::m_LatOrigin |
|
private |
◆ m_LatRotation
| double otb::WorldFile::m_LatRotation |
|
private |
◆ m_LatSpacing
| double otb::WorldFile::m_LatSpacing |
|
private |
◆ m_LonOrigin
| double otb::WorldFile::m_LonOrigin |
|
private |
◆ m_LonRotation
| double otb::WorldFile::m_LonRotation |
|
private |
◆ m_LonSpacing
| double otb::WorldFile::m_LonSpacing |
|
private |
The documentation for this class was generated from the following file: