OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
This class represents a date. More...
#include <GMSTDateTime.h>
Public Types | |
enum | Ori_TSM_Green { AN1900, AN1950, AN2000 } |
Public Member Functions | |
GMSTDateTime () | |
constructor More... | |
~GMSTDateTime () | |
Destructor. More... | |
GMSTDateTime (const GMSTDateTime &rhs) | |
Copy constructor. More... | |
GMSTDateTime (double tsm, Ori_TSM_Green origine) | |
Constructor with date initialisation. More... | |
GMSTDateTime (CivilDateTime &rhs) | |
Constructor with date initialisation using a CivilDateTime. More... | |
GMSTDateTime & | operator= (const GMSTDateTime &rhs) |
Affectation operator. More... | |
double | get_tms () |
void | set_tms (double tms) |
Ori_TSM_Green | get_origine () |
void | set_origine (Ori_TSM_Green origine) |
Protected Attributes | |
double | _tms |
Ori_TSM_Green | _origine |
This class represents a date.
Definition at line 29 of file GMSTDateTime.h.
ossimplugins::GMSTDateTime::GMSTDateTime | ( | ) |
constructor
Definition at line 19 of file GMSTDateTime.cpp.
ossimplugins::GMSTDateTime::~GMSTDateTime | ( | ) |
ossimplugins::GMSTDateTime::GMSTDateTime | ( | const GMSTDateTime & | rhs | ) |
ossimplugins::GMSTDateTime::GMSTDateTime | ( | double | tsm, |
Ori_TSM_Green | origine | ||
) |
ossimplugins::GMSTDateTime::GMSTDateTime | ( | CivilDateTime & | rhs | ) |
Constructor with date initialisation using a CivilDateTime.
Definition at line 40 of file GMSTDateTime.cpp.
References ossimplugins::CivilDateTime::AsGMSTDateTime().
|
inline |
Definition at line 73 of file GMSTDateTime.h.
Referenced by ossimplugins::CivilDateTime::AsGMSTDateTime(), ossimplugins::JulianDate::AsGMSTDateTime(), and ossimplugins::JSDDateTime::AsGMSTDateTime().
|
inline |
Definition at line 63 of file GMSTDateTime.h.
Referenced by ossimplugins::ossimRadarSatModel::InitPlatformPosition(), ossimplugins::GeographicEphemeris::ToGalilean(), and ossimplugins::GalileanEphemeris::ToGeographic().
GMSTDateTime & ossimplugins::GMSTDateTime::operator= | ( | const GMSTDateTime & | rhs | ) |
Affectation operator.
Definition at line 45 of file GMSTDateTime.cpp.
References _origine, and _tms.
|
inline |
Definition at line 78 of file GMSTDateTime.h.
Referenced by ossimplugins::ossimRadarSatModel::InitPlatformPosition(), ossimplugins::GeographicEphemeris::ToGalilean(), and ossimplugins::GalileanEphemeris::ToGeographic().
|
inline |
Definition at line 68 of file GMSTDateTime.h.
Referenced by ossimplugins::CivilDateTime::AsGMSTDateTime(), ossimplugins::JulianDate::AsGMSTDateTime(), and ossimplugins::JSDDateTime::AsGMSTDateTime().
|
protected |
Definition at line 85 of file GMSTDateTime.h.
Referenced by operator=().
|
protected |
Definition at line 84 of file GMSTDateTime.h.
Referenced by operator=().