sac-format 0.6.0 C++20 SAC (Seismic Analysis Code) File Library |
Defines a geographic point (latitude, longitude) More...
#include <sac_format.hpp>

Public Member Functions | |
| point (coord lat, coord lon) noexcept | |
| Construct point from latitude and longitude. | |
Public Attributes | |
| coord | latitude {} |
| Latitude of point. | |
| coord | longitude {} |
| Longitude of point. | |
Defines a geographic point (latitude, longitude)
Construct point from latitude and longitude.
| [in] | lat | coord latitude of point. |
| [in] | lon | coord longitude of point. |
| coord sacfmt::point::latitude {} |
Latitude of point.
| coord sacfmt::point::longitude {} |
Longitude of point.