OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | Public Attributes | List of all members
ossimEpsgProjectionDatabase::ProjDbRecord Class Reference

Type for database record consists of EPSG code and serialized form of corresponding OSSIM projection (as a keywordlist) More...

#include <ossimEpsgProjectionDatabase.h>

Inheritance diagram for ossimEpsgProjectionDatabase::ProjDbRecord:
ossimReferenced

Public Member Functions

 ProjDbRecord ()
 
- Public Member Functions inherited from ossimReferenced
 ossimReferenced ()
 
 ossimReferenced (const ossimReferenced &)
 
ossimReferencedoperator= (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< ossimStringcsvRecord
 
ossimRefPtr< ossimMapProjectionproj
 

Additional Inherited Members

- Protected Member Functions inherited from ossimReferenced
virtual ~ossimReferenced ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ProjDbRecord()

ossimEpsgProjectionDatabase::ProjDbRecord::ProjDbRecord ( )
inline

Member Data Documentation

◆ code

ossim_uint32 ossimEpsgProjectionDatabase::ProjDbRecord::code

◆ csvFormat

RecordFormat ossimEpsgProjectionDatabase::ProjDbRecord::csvFormat

◆ csvRecord

std::vector<ossimString> ossimEpsgProjectionDatabase::ProjDbRecord::csvRecord

◆ datumValid

bool ossimEpsgProjectionDatabase::ProjDbRecord::datumValid

◆ name

ossimString ossimEpsgProjectionDatabase::ProjDbRecord::name

◆ proj

ossimRefPtr<ossimMapProjection> ossimEpsgProjectionDatabase::ProjDbRecord::proj

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