34#ifndef __GEOGRAPHY_FUNCTIONS_H__
35#define __GEOGRAPHY_FUNCTIONS_H__
45#include <lwgeodetic_tree.h>
Datum geography_line_substring(PG_FUNCTION_ARGS)
Return the part of a line between two fractional locations.
Definition: geography_functions.c:344
Datum geography_line_locate_point(PG_FUNCTION_ARGS)
Locate a point along a geographic line.
Definition: geography_functions.c:762
Datum geography_shortestline(PG_FUNCTION_ARGS)
Return the point in first input geography that is closest to the second input geography in 2d.
Definition: geography_functions.c:145
Datum geography_closestpoint(PG_FUNCTION_ARGS)
Spatial functions for PostGIS geography.
Definition: geography_functions.c:104
Datum geography_line_interpolate_point(PG_FUNCTION_ARGS)
Interpolate a point along a geographic line.
Definition: geography_functions.c:501
uintptr_t Datum
Definition: pg_ext_defs.in.h:4