|
LSSTApplications
8.0.0.0+107,8.0.0.1+13,9.1+18,9.2,master-g084aeec0a4,master-g0aced2eed8+6,master-g15627eb03c,master-g28afc54ef9,master-g3391ba5ea0,master-g3d0fb8ae5f,master-g4432ae2e89+36,master-g5c3c32f3ec+17,master-g60f1e072bb+1,master-g6a3ac32d1b,master-g76a88a4307+1,master-g7bce1f4e06+57,master-g8ff4092549+31,master-g98e65bf68e,master-ga6b77976b1+53,master-gae20e2b580+3,master-gb584cd3397+53,master-gc5448b162b+1,master-gc54cf9771d,master-gc69578ece6+1,master-gcbf758c456+22,master-gcec1da163f+63,master-gcf15f11bcc,master-gd167108223,master-gf44c96c709
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 49 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 61 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 72 of file Observatory.h.
|
inline |
Definition at line 66 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 | ) |
Set the latitude.
| latitude | the latitude |
Definition at line 107 of file Observatory.cc.
| 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 79 of file Observatory.h.
|
private |
Definition at line 77 of file Observatory.h.
|
private |
Definition at line 78 of file Observatory.h.
1.8.5