MobilityDB  1.0
Functions
geography_funcs.h File Reference

Spatial functions for PostGIS geography. More...

#include <postgres.h>
#include <fmgr.h>
#include <liblwgeom.h>
#include "postgis.h"
Include dependency graph for geography_funcs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double circ_tree_distance_tree_internal (const CIRC_NODE *n1, const CIRC_NODE *n2, double threshold, double *min_dist, double *max_dist, GEOGRAPHIC_POINT *closest1, GEOGRAPHIC_POINT *closest2)
 
Datum geography_shortestline (PG_FUNCTION_ARGS)
 

Detailed Description

Spatial functions for PostGIS geography.