PostGIS
3.4.0dev-r@@SVN_REVISION@@
|
#include <math.h>
#include "postgres.h"
#include "fmgr.h"
#include "../postgis_config.h"
#include "liblwgeom.h"
#include "lwgeom_pg.h"
Go to the source code of this file.
Functions | |
Datum | ST_AddMeasure (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (ST_AddMeasure) | |
Datum | ST_LocateAlong (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (ST_LocateAlong) | |
Datum | ST_LocateBetween (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (ST_LocateBetween) | |
Datum | ST_LocateBetweenElevations (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (ST_LocateBetweenElevations) | |
Datum | ST_InterpolatePoint (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (ST_InterpolatePoint) | |
Datum | LWGEOM_line_locate_point (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (LWGEOM_line_locate_point) | |