OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimRangeDomeTileSource.h>
Public Types | |
enum | Classification { UNASSIGNED = 0, FRIENDLY_UNSPECIFIED = 1, FRIENDLY_LEVEL_1 = 2, FRIENDLY_LEVEL_2 = 3, FRIENDLY_LEVEL_3 = 4, THREAT_UNSPECIFIED = 101, THREAT_LEVEL_1 = 102, THREAT_LEVEL_2 = 103, THREAT_LEVEL_3 = 104 } |
Public Member Functions | |
ossimRangeDome (std::vector< ossimString > &tokens) | |
ossimGrect | boundingRect () const |
Public Attributes | |
bool | valid |
ossim_uint32 | id |
ossimGpt | centerGpt |
ossimDpt | centerIpt |
double | radiusMeters |
ossim_uint32 | radiusPixelsSq |
Classification | classification |
double | startAz |
double | endAz |
ossimString | description |
Definition at line 22 of file ossimRangeDomeTileSource.h.
Enumerator | |
---|---|
UNASSIGNED | |
FRIENDLY_UNSPECIFIED | |
FRIENDLY_LEVEL_1 | |
FRIENDLY_LEVEL_2 | |
FRIENDLY_LEVEL_3 | |
THREAT_UNSPECIFIED | |
THREAT_LEVEL_1 | |
THREAT_LEVEL_2 | |
THREAT_LEVEL_3 |
Definition at line 24 of file ossimRangeDomeTileSource.h.
ossimRangeDome::ossimRangeDome | ( | std::vector< ossimString > & | tokens | ) |
Definition at line 28 of file ossimRangeDomeTileSource.cpp.
References centerGpt, classification, description, endAz, ossimGpt::hgt, ossimGpt::lat, ossimGpt::lon, radiusMeters, size, startAz, ossimString::trim(), and valid.
ossimGrect ossimRangeDome::boundingRect | ( | ) | const |
Definition at line 64 of file ossimRangeDomeTileSource.cpp.
References centerGpt, ossimGpt::lat, ossimGpt::lon, ossimGpt::metersPerDegree(), radiusMeters, ossimDpt::x, and ossimDpt::y.
ossimGpt ossimRangeDome::centerGpt |
Definition at line 42 of file ossimRangeDomeTileSource.h.
Referenced by boundingRect(), and ossimRangeDome().
ossimDpt ossimRangeDome::centerIpt |
Definition at line 43 of file ossimRangeDomeTileSource.h.
Classification ossimRangeDome::classification |
Definition at line 46 of file ossimRangeDomeTileSource.h.
Referenced by ossimRangeDome().
ossimString ossimRangeDome::description |
Definition at line 49 of file ossimRangeDomeTileSource.h.
Referenced by ossimRangeDome().
double ossimRangeDome::endAz |
Definition at line 48 of file ossimRangeDomeTileSource.h.
Referenced by ossimRangeDome().
ossim_uint32 ossimRangeDome::id |
Definition at line 41 of file ossimRangeDomeTileSource.h.
double ossimRangeDome::radiusMeters |
Definition at line 44 of file ossimRangeDomeTileSource.h.
Referenced by boundingRect(), and ossimRangeDome().
ossim_uint32 ossimRangeDome::radiusPixelsSq |
Definition at line 45 of file ossimRangeDomeTileSource.h.
double ossimRangeDome::startAz |
Definition at line 47 of file ossimRangeDomeTileSource.h.
Referenced by ossimRangeDome().
bool ossimRangeDome::valid |
Definition at line 40 of file ossimRangeDomeTileSource.h.
Referenced by ossimRangeDomeTileSource::open(), and ossimRangeDome().