UFO
|
A box covering a specified (closed) interval of latitudes and longitudes. More...
#include <MetOfficeBuddyCheckParameters.h>
Public Member Functions | |
bool | contains (float latitude, float longitude) const |
Public Attributes | |
oops::Parameter< float > | minLatitude {"min_latitude", -90, this} |
oops::Parameter< float > | maxLatitude {"max_latitude", 90, this} |
oops::Parameter< float > | minLongitude {"min_longitude", -180, this} |
oops::Parameter< float > | maxLongitude {"max_longitude", 180, this} |
A box covering a specified (closed) interval of latitudes and longitudes.
Definition at line 26 of file MetOfficeBuddyCheckParameters.h.
|
inline |
Definition at line 30 of file MetOfficeBuddyCheckParameters.h.
oops::Parameter<float> ufo::LatLonBoxParameters::maxLatitude {"max_latitude", 90, this} |
Definition at line 36 of file MetOfficeBuddyCheckParameters.h.
oops::Parameter<float> ufo::LatLonBoxParameters::maxLongitude {"max_longitude", 180, this} |
Definition at line 38 of file MetOfficeBuddyCheckParameters.h.
oops::Parameter<float> ufo::LatLonBoxParameters::minLatitude {"min_latitude", -90, this} |
Definition at line 35 of file MetOfficeBuddyCheckParameters.h.
oops::Parameter<float> ufo::LatLonBoxParameters::minLongitude {"min_longitude", -180, this} |
Definition at line 37 of file MetOfficeBuddyCheckParameters.h.