|
LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
Store information about an observatory ... lat/long, elevation. More...
#include <Observatory.h>
Public Member Functions | |
| Observatory (lsst::afw::geom::Angle const longitude, lsst::afw::geom::Angle const latitude, double const elevation) | |
| Constructor for the observatory with lat/long as afwGeom::Angles. More... | |
| Observatory (std::string const longitude, std::string const latitude, double const elevation) | |
| void | setLatitude (lsst::afw::geom::Angle const latitude) |
| Set the latitude. More... | |
| void | setLongitude (lsst::afw::geom::Angle const longitude) |
| Set the longitude. More... | |
| void | setElevation (double const elevation) |
| Set the Elevation. More... | |
| lsst::afw::geom::Angle | getLatitude () const |
| The main access method for the longitudinal coordinate. More... | |
| lsst::afw::geom::Angle | getLongitude () const |
| The main access method for the longitudinal coordinate. More... | |
| double | getElevation () const |
| std::string | getLatitudeStr () const |
| Allow quick access to the longitude coordinate as a string. More... | |
| std::string | getLongitudeStr () const |
| Allow quick access to the longitudinal coordinate as a string. More... | |
| bool | operator== (Observatory const &rhs) const |
| bool | operator!= (Observatory const &rhs) const |
Private Attributes | |
| lsst::afw::geom::Angle | _latitude |
| lsst::afw::geom::Angle | _longitude |
| double | _elevation |
Store information about an observatory ... lat/long, elevation.
Definition at line 48 of file Observatory.h.
| lsst.afw.coord::Observatory::Observatory | ( | lsst::afw::geom::Angle const | longitude, |
| lsst::afw::geom::Angle const | latitude, | ||
| double const | elevation | ||
| ) |
Constructor for the observatory with lat/long as afwGeom::Angles.
| longitude | observatory longitude (+ve E of Greenwich) |
| latitude | observatory latitude |
| elevation | observatory elevation |
Definition at line 53 of file Observatory.cc.
| lsst.afw.coord::Observatory::Observatory | ( | std::string const | longitude, |
| std::string const | latitude, | ||
| double const | elevation | ||
| ) |
| longitude | observatory longitude |
| latitude | observatory latitude |
| elevation | observatory elevation |
Definition at line 71 of file Observatory.cc.
|
inline |
Definition at line 60 of file Observatory.h.
| afwGeom::Angle lsst.afw.coord::Observatory::getLatitude | ( | ) | const |
The main access method for the longitudinal coordinate.
Definition at line 99 of file Observatory.cc.
| std::string lsst.afw.coord::Observatory::getLatitudeStr | ( | ) | const |
Allow quick access to the longitude coordinate as a string.
Definition at line 151 of file Observatory.cc.
| afwGeom::Angle lsst.afw.coord::Observatory::getLongitude | ( | ) | const |
The main access method for the longitudinal coordinate.
Definition at line 88 of file Observatory.cc.
| std::string lsst.afw.coord::Observatory::getLongitudeStr | ( | ) | const |
Allow quick access to the longitudinal coordinate as a string.
Definition at line 141 of file Observatory.cc.
|
inline |
Definition at line 71 of file Observatory.h.
|
inline |
Definition at line 65 of file Observatory.h.
| void lsst.afw.coord::Observatory::setElevation | ( | double const | elevation | ) |
| void lsst.afw.coord::Observatory::setLatitude | ( | lsst::afw::geom::Angle const | latitude | ) |
| void lsst.afw.coord::Observatory::setLongitude | ( | lsst::afw::geom::Angle const | longitude | ) |
Set the longitude.
| longitude | the longitude |
Definition at line 116 of file Observatory.cc.
|
private |
Definition at line 78 of file Observatory.h.
|
private |
Definition at line 76 of file Observatory.h.
|
private |
Definition at line 77 of file Observatory.h.
1.8.5