11 #ifndef ossimEpsgProjectionDatabase_HEADER 12 #define ossimEpsgProjectionDatabase_HEADER 1 68 void getProjectionsList(std::vector<ossimString>& typeList)
const;
71 size_t numRecords()
const {
return m_projDatabase.size(); }
95 csvFormat(NOT_ASSIGNED),
123 void initialize()
const;
bool datumValid
FALSE if the datum code was not parsed and WGS84 defaulted.
Type for database record consists of EPSG code and serialized form of corresponding OSSIM projection ...
std::vector< ossimString > csvRecord
ossimReferenced allows for shared object ref counting if the reference count ever gets to 0 or less i...
size_t numRecords() const
ENGINEERING CODE. Used for testing.
Projection Database for coded projections defined in database files and specified via some coordinate...
unsigned int ossim_uint32
std::multimap< ossim_uint32, ossimRefPtr< ProjDbRecord > > m_projDatabase
ossimRefPtr< ossimMapProjection > proj
static ossimEpsgProjectionFactory * instance()
Implements singleton pattern.
Projection Factory for coded projections defined in database.