OTB
9.0.0
Orfeo Toolbox
|
#include <otbGeometryMetadata.h>
Public Member Functions | |
void | FromKeywordlist (const MetaData::Keywordlist &kwl, const std::string &prefix) |
std::string | ToJSON (bool multiline=false) const |
void | ToKeywordlist (MetaData::Keywordlist &kwl, const std::string &prefix) const |
Public Attributes | |
std::string | GCPProjection |
std::vector< GCP > | GCPs |
This structure handles the list of the GCP parameters.
Definition at line 88 of file otbGeometryMetadata.h.
void otb::Projection::GCPParam::FromKeywordlist | ( | const MetaData::Keywordlist & | kwl, |
const std::string & | prefix | ||
) |
Keywordlist import
std::string otb::Projection::GCPParam::ToJSON | ( | bool | multiline = false | ) | const |
void otb::Projection::GCPParam::ToKeywordlist | ( | MetaData::Keywordlist & | kwl, |
const std::string & | prefix | ||
) | const |
Keywordlist export
std::string otb::Projection::GCPParam::GCPProjection |
Definition at line 90 of file otbGeometryMetadata.h.
std::vector<GCP> otb::Projection::GCPParam::GCPs |
Definition at line 92 of file otbGeometryMetadata.h.