OTB
9.0.0
Orfeo Toolbox
|
#include <otbGeometryMetadata.h>
Public Member Functions | |
GCP ()=default | |
GCP (std::string id, std::string info, double col, double row, double px, double py, double pz) | |
void | Print (std::ostream &os) const |
std::string | ToJSON (bool multiline=false) const |
void | ToKeywordlist (MetaData::Keywordlist &kwl, const std::string &prefix) const |
Static Public Member Functions | |
static GCP | FromKeywordlist (const MetaData::Keywordlist &kwl, const std::string &prefix) |
Public Attributes | |
double | m_GCPCol |
double | m_GCPRow |
double | m_GCPX |
double | m_GCPY |
double | m_GCPZ |
std::string | m_Id |
std::string | m_Info |
This GCP class is used to manage the GCP parameters in OTB.
Definition at line 43 of file otbGeometryMetadata.h.
|
default |
otb::GCP::GCP | ( | std::string | id, |
std::string | info, | ||
double | col, | ||
double | row, | ||
double | px, | ||
double | py, | ||
double | pz | ||
) |
|
static |
Keywordlist import
void otb::GCP::Print | ( | std::ostream & | os | ) | const |
std::string otb::GCP::ToJSON | ( | bool | multiline = false | ) | const |
void otb::GCP::ToKeywordlist | ( | MetaData::Keywordlist & | kwl, |
const std::string & | prefix | ||
) | const |
Keywordlist export
double otb::GCP::m_GCPCol |
Pixel (x) location of GCP on raster
Definition at line 53 of file otbGeometryMetadata.h.
double otb::GCP::m_GCPRow |
Line (y) location of GCP on raster
Definition at line 56 of file otbGeometryMetadata.h.
double otb::GCP::m_GCPX |
X position of GCP in georeferenced space
Definition at line 59 of file otbGeometryMetadata.h.
double otb::GCP::m_GCPY |
Y position of GCP in georeferenced space
Definition at line 62 of file otbGeometryMetadata.h.
double otb::GCP::m_GCPZ |
Elevation of GCP, or zero if not known
Definition at line 65 of file otbGeometryMetadata.h.
std::string otb::GCP::m_Id |
Unique identifier, often numeric
Definition at line 47 of file otbGeometryMetadata.h.
std::string otb::GCP::m_Info |
Informational message or ""
Definition at line 50 of file otbGeometryMetadata.h.