te::srs::SpatialReferenceSystemManager::srs_desc Struct Reference

Public Member Functions

std::string srid () const
 
 srs_desc (const std::string &name, unsigned int auth_id, const std::string &auth_name, const std::string &p4txt, const std::string &wkt)
 

Public Attributes

unsigned int m_auth_id
 
std::string m_auth_name
 
std::string m_name
 
std::string m_p4txt
 
std::string m_wkt
 

Detailed Description

This is a private struct to handle the set of SRS descriptions in the manager. It is not visible outside this class.

Definition at line 76 of file SpatialReferenceSystemManager.h.

Constructor & Destructor Documentation

◆ srs_desc()

te::srs::SpatialReferenceSystemManager::srs_desc::srs_desc ( const std::string &  name,
unsigned int  auth_id,
const std::string &  auth_name,
const std::string &  p4txt,
const std::string &  wkt 
)

Member Function Documentation

◆ srid()

std::string te::srs::SpatialReferenceSystemManager::srs_desc::srid ( ) const

Member Data Documentation

◆ m_auth_id

unsigned int te::srs::SpatialReferenceSystemManager::srs_desc::m_auth_id

Definition at line 83 of file SpatialReferenceSystemManager.h.

◆ m_auth_name

std::string te::srs::SpatialReferenceSystemManager::srs_desc::m_auth_name

Definition at line 84 of file SpatialReferenceSystemManager.h.

◆ m_name

std::string te::srs::SpatialReferenceSystemManager::srs_desc::m_name

Definition at line 82 of file SpatialReferenceSystemManager.h.

◆ m_p4txt

std::string te::srs::SpatialReferenceSystemManager::srs_desc::m_p4txt

Definition at line 85 of file SpatialReferenceSystemManager.h.

◆ m_wkt

std::string te::srs::SpatialReferenceSystemManager::srs_desc::m_wkt

Definition at line 86 of file SpatialReferenceSystemManager.h.


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