MobilityDB 1.1
|
#include "point/geography_funcs.h"
#include <float.h>
#include <liblwgeom.h>
#include <liblwgeom_internal.h>
#include <lwgeodetic_tree.h>
#include <meos.h>
#include "point/tpoint_spatialfuncs.h"
Functions | |
GSERIALIZED * | geography_shortestline_internal (const GSERIALIZED *g1, const GSERIALIZED *g2, bool use_spheroid) |
Return the point in first input geography that is closest to the second input geography in 2D. More... | |
static LWGEOM * | geography_tree_shortestline (const GSERIALIZED *g1, const GSERIALIZED *g2, double threshold, const SPHEROID *spheroid) |
Spatial functions for PostGIS geography. More... | |