xapian-core
1.4.26
|
Encodings for geospatial coordinates. More...
#include <string>
Go to the source code of this file.
Classes | |
class | GeoEncode::DecoderWithBoundingBox |
A class for decoding coordinates within a bounding box. More... | |
Namespaces | |
GeoEncode | |
Functions | |
bool | GeoEncode::encode (double lat, double lon, std::string &result) |
Encode a coordinate and append it to a string. More... | |
void | GeoEncode::decode (const char *value, size_t len, double &lat_ref, double &lon_ref) |
Decode a coordinate from a buffer. More... | |
static void | GeoEncode::decode (const std::string &value, double &lat_ref, double &lon_ref) |
Decode a coordinate from a string. More... | |
Encodings for geospatial coordinates.
Definition in file geoencode.h.