OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Public Member Functions | |
ossimNitfDisplayInfo (const ossimString &filePartType, ossim_int32 displayLevel, ossim_int32 indexIntoList) | |
Public Attributes | |
ossimString | theFilePartType |
ossim_int32 | theDisplayLevel |
ossim_int32 | theIndex |
Definition at line 255 of file ossimNitfFileHeaderV2_0.h.
|
inline |
Definition at line 258 of file ossimNitfFileHeaderV2_0.h.
ossim_int32 ossimNitfFileHeaderV2_0::ossimNitfDisplayInfo::theDisplayLevel |
This is the display level of the renderable data. Note the display level is like a painters algorithm. The lowest level is drawn first followed by the next level.
Definition at line 282 of file ossimNitfFileHeaderV2_0.h.
Referenced by ossimNitfFileHeaderV2_0::insertIntoDisplayInfoList().
ossimString ossimNitfFileHeaderV2_0::ossimNitfDisplayInfo::theFilePartType |
Since NITF already has unique ids for the file part types we will just use them.
IM indicates image part LA indicates a label part SY indicates a symbol part
Definition at line 275 of file ossimNitfFileHeaderV2_0.h.
ossim_int32 ossimNitfFileHeaderV2_0::ossimNitfDisplayInfo::theIndex |
This is an index into the array that has all the offsets pre-computed.
Definition at line 288 of file ossimNitfFileHeaderV2_0.h.