xapian-core  1.4.25
Classes | Namespaces | Functions
geoencode.h File Reference

Encodings for geospatial coordinates. More...

#include <string>
+ Include dependency graph for geoencode.h:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Encodings for geospatial coordinates.

Definition in file geoencode.h.