OTB  9.0.0
Orfeo Toolbox
Public Member Functions | Public Attributes | List of all members
otb::Projection::GCPParam Struct Reference

#include <otbGeometryMetadata.h>

+ Collaboration diagram for otb::Projection::GCPParam:

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< GCPGCPs
 

Detailed Description

This structure handles the list of the GCP parameters.

Definition at line 88 of file otbGeometryMetadata.h.

Member Function Documentation

◆ FromKeywordlist()

void otb::Projection::GCPParam::FromKeywordlist ( const MetaData::Keywordlist kwl,
const std::string &  prefix 
)

Keywordlist import

◆ ToJSON()

std::string otb::Projection::GCPParam::ToJSON ( bool  multiline = false) const

◆ ToKeywordlist()

void otb::Projection::GCPParam::ToKeywordlist ( MetaData::Keywordlist kwl,
const std::string &  prefix 
) const

Keywordlist export

Member Data Documentation

◆ GCPProjection

std::string otb::Projection::GCPParam::GCPProjection

Definition at line 90 of file otbGeometryMetadata.h.

◆ GCPs

std::vector<GCP> otb::Projection::GCPParam::GCPs

Definition at line 92 of file otbGeometryMetadata.h.


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