|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Type for database record consists of EPSG code and serialized form of corresponding OSSIM projection (as a keywordlist) More...
#include <ossimEpsgProjectionDatabase.h>
Public Member Functions | |
| ProjDbRecord () | |
Public Member Functions inherited from ossimReferenced | |
| ossimReferenced () | |
| ossimReferenced (const ossimReferenced &) | |
| ossimReferenced & | operator= (const ossimReferenced &) |
| void | ref () const |
| increment the reference count by one, indicating that this object has another pointer which is referencing it. More... | |
| void | unref () const |
| decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
| void | unref_nodelete () const |
| decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
| int | referenceCount () const |
Public Attributes | |
| ossim_uint32 | code |
| ossimString | name |
| bool | datumValid |
| FALSE if the datum code was not parsed and WGS84 defaulted. More... | |
| RecordFormat | csvFormat |
| std::vector< ossimString > | csvRecord |
| ossimRefPtr< ossimMapProjection > | proj |
Additional Inherited Members | |
Protected Member Functions inherited from ossimReferenced | |
| virtual | ~ossimReferenced () |
Type for database record consists of EPSG code and serialized form of corresponding OSSIM projection (as a keywordlist)
Definition at line 88 of file ossimEpsgProjectionDatabase.h.
|
inline |
Definition at line 91 of file ossimEpsgProjectionDatabase.h.
| ossim_uint32 ossimEpsgProjectionDatabase::ProjDbRecord::code |
Definition at line 98 of file ossimEpsgProjectionDatabase.h.
Referenced by ossimEpsgProjectionDatabase::createProjFromFormatARecord(), ossimEpsgProjectionDatabase::createProjFromFormatBRecord(), ossimEpsgProjectionDatabase::findProjection(), ossimEpsgProjectionDatabase::findProjectionCode(), and ossimEpsgProjectionDatabase::getProjectionsList().
| RecordFormat ossimEpsgProjectionDatabase::ProjDbRecord::csvFormat |
Definition at line 101 of file ossimEpsgProjectionDatabase.h.
Referenced by ossimEpsgProjectionDatabase::findProjection().
| std::vector<ossimString> ossimEpsgProjectionDatabase::ProjDbRecord::csvRecord |
Definition at line 102 of file ossimEpsgProjectionDatabase.h.
Referenced by ossimEpsgProjectionDatabase::createProjFromFormatARecord(), ossimEpsgProjectionDatabase::createProjFromFormatBRecord(), and ossimEpsgProjectionDatabase::findProjection().
| bool ossimEpsgProjectionDatabase::ProjDbRecord::datumValid |
FALSE if the datum code was not parsed and WGS84 defaulted.
Definition at line 100 of file ossimEpsgProjectionDatabase.h.
Referenced by ossimEpsgProjectionDatabase::createProjFromFormatARecord(), ossimEpsgProjectionDatabase::createProjFromFormatBRecord(), and ossimEpsgProjectionDatabase::findProjection().
| ossimString ossimEpsgProjectionDatabase::ProjDbRecord::name |
| ossimRefPtr<ossimMapProjection> ossimEpsgProjectionDatabase::ProjDbRecord::proj |
1.8.14