|
xapian-core
1.4.30
|
Encodings for geospatial coordinates. More...
Include dependency graph for geoencode.cc:Go to the source code of this file.
Classes | |
| struct | DegreesMinutesSeconds |
| Angles, split into degrees, minutes and seconds. More... | |
Functions | |
| static void | calc_latlon_16ths (double lat, double lon, int &lat_16ths, int &lon_16ths) |
| Calc latitude and longitude in integral number of 16ths of a second. More... | |
Encodings for geospatial coordinates.
Definition in file geoencode.cc.
|
static |
Calc latitude and longitude in integral number of 16ths of a second.
Definition at line 180 of file geoencode.cc.
Referenced by GeoEncode::DecoderWithBoundingBox::DecoderWithBoundingBox().