|
Hermes
|
#include <postgres.h>#include <fmgr.h>

Functions | |
| PGDLLEXPORT Datum | getSpatialTolerance (PG_FUNCTION_ARGS) |
| PGDLLEXPORT Datum | setSpatialTolerance (PG_FUNCTION_ARGS) |
| PGDLLEXPORT Datum | setSpatialToleranceToCentimetre (PG_FUNCTION_ARGS) |
| PGDLLEXPORT Datum | setSpatialToleranceToMetre (PG_FUNCTION_ARGS) |
| PGDLLEXPORT Datum | setSpatialToleranceToKilometre (PG_FUNCTION_ARGS) |
| PGDLLEXPORT Datum | setSpatialToleranceToFoot (PG_FUNCTION_ARGS) |
Variables | |
| float8 | spatialTolerance |
| PGDLLEXPORT Datum getSpatialTolerance | ( | PG_FUNCTION_ARGS | ) |
References spatialTolerance.
| PGDLLEXPORT Datum setSpatialTolerance | ( | PG_FUNCTION_ARGS | ) |
References spatialTolerance.
| PGDLLEXPORT Datum setSpatialToleranceToCentimetre | ( | PG_FUNCTION_ARGS | ) |
References spatialTolerance.
| PGDLLEXPORT Datum setSpatialToleranceToFoot | ( | PG_FUNCTION_ARGS | ) |
References spatialTolerance.
| PGDLLEXPORT Datum setSpatialToleranceToKilometre | ( | PG_FUNCTION_ARGS | ) |
References spatialTolerance.
| PGDLLEXPORT Datum setSpatialToleranceToMetre | ( | PG_FUNCTION_ARGS | ) |
References spatialTolerance.
| float8 spatialTolerance |