PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#include "postgres.h"
#include "fmgr.h"
#include "utils/elog.h"
#include "utils/array.h"
#include "utils/geo_decls.h"
#include "../postgis_config.h"
#include "liblwgeom.h"
#include "lwgeom_pg.h"
#include <math.h>
#include <float.h>
#include <string.h>
#include <stdio.h>
#include <errno.h>
Go to the source code of this file.
Functions | |
Datum | ST_ClosestPointOfApproach (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (ST_ClosestPointOfApproach) | |
Datum | ST_IsValidTrajectory (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (ST_IsValidTrajectory) | |
Datum | ST_DistanceCPA (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (ST_DistanceCPA) | |
Datum | ST_CPAWithin (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (ST_CPAWithin) | |