OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimGeoTiffDatumLut.h>
Public Types | |
enum | { GCS_Adindan = 4201, GCS_Arc_1950 = 4209, GCS_Arc_1960 = 4210, GCS_ED50 = 4230, GCS_NAD27 = 4267, GCS_NAD83 = 4269, GCS_OSGB_1936 = 4277, GCS_WGS_72 = 4322, GCS_WGS_84 = 4326, GCS_Tokyo = 4301, GCS_NAD83_HARN = 4152, GCS_Clark_1866 = 4008, DatumE_WGS84 = 6030, Datum_Adindan = 6201, Datum_Arc_1950 = 6209, Datum_Arc_1960 = 6210, Datum_European_Datum_1950 = 6230, Datum_North_American_Datum_1927 = 6267, Datum_North_American_Datum_1983 = 6269, Datum_OSGB_1936 = 6277, Datum_Tokyo = 6301, Datum_WGS72 = 6322, Datum_WGS84 = 6326, Datum_NAD83_HARN = 6152 } |
![]() | |
enum | { NOT_FOUND = -1 } |
Public Member Functions | |
ossimGeoTiffDatumLut () | |
virtual | ~ossimGeoTiffDatumLut () |
virtual ossimKeyword | getKeyword () const |
![]() | |
ossimLookUpTable (const std::initializer_list< ossimString > &stringInitializer) | |
By default if you just give an initializer list with strings then it will assume keys 0..n-1 for each string. More... | |
virtual | ~ossimLookUpTable () |
virtual ossimString | getEntryString (ossim_int32 entry_number) const |
virtual ossimString | getTableIndexString (ossim_uint32 table_index) const |
virtual ossimString | operator[] (ossim_int32 entry_number) const |
virtual ossimString | getEntryString (const ossimKeywordlist &kwl, const char *prefix=0) const |
virtual ossim_int32 | getEntryNumber (const char *entry_string, bool case_insensitive=true) const |
virtual ossim_int32 | getEntryNumber (const ossimKeywordlist &kwl, const char *prefix=0, bool case_insensitive=true) const |
virtual ossim_uint32 | getTableSize () const |
void | dumpValues (std::ostream &out) const |
Additional Inherited Members | |
![]() | |
ossimLookUpTable (ossim_int32 table_size) | |
ossimLookUpTable () | |
![]() | |
std::vector< ossimKeyValueMap > | theTable |
Definition at line 23 of file ossimGeoTiffDatumLut.h.
anonymous enum |
Definition at line 27 of file ossimGeoTiffDatumLut.h.
ossimGeoTiffDatumLut::ossimGeoTiffDatumLut | ( | ) |
Definition at line 24 of file ossimGeoTiffDatumLut.cpp.
|
virtual |
Definition at line 113 of file ossimGeoTiffDatumLut.cpp.
|
virtual |
Returns keyword for lookups from a Keywordlist.
Reimplemented from ossimLookUpTable.
Definition at line 117 of file ossimGeoTiffDatumLut.cpp.