CppEphem
Classes | Enumerations
CECoordinates.h File Reference
#include <string>
#include <vector>
#include "CEAngle.h"
#include "CEDate.h"
#include "CENamespace.h"
#include "CEException.h"
#include "sofa.h"
Include dependency graph for CECoordinates.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CECoordinates
 

Enumerations

enum  CECoordinateType { CECoordinateType::CIRS =0, CECoordinateType::ICRS =1, CECoordinateType::GALACTIC =2, CECoordinateType::OBSERVED =3 }
 The following enum specifies what coordinates this object represents. More...
 

Enumeration Type Documentation

◆ CECoordinateType

enum CECoordinateType
strong

The following enum specifies what coordinates this object represents.

Enumerator
CIRS 

RA, Dec (referenced at the center of the Earth)

ICRS 

RA, Dec (referenced at the barycenter of the solarsystem)

GALACTIC 

Galacitc longitude, latitude.

OBSERVED 

Azimuth, Zenith (requires additional observer information)

Definition at line 39 of file CECoordinates.h.