95 _position[0] = position[0];
96 _position[1] = position[1];
97 _position[2] = position[2];
102 _speed[0] = speed[0];
103 _speed[1] = speed[1];
104 _speed[2] = speed[2];
void set_position(double position[3])
Represents serializable keyword/value map.
void set_speed(double speed[3])
void set_date(JSDDateTime date)
This class represents an ephemeris.
virtual Ephemeris * Clone()
This function creatse a copy of the current class.
#define OSSIM_PLUGINS_DLL
const double * get_speed() const
JSDDateTime get_date() const
const double * get_position() const
This class represents a date.