Hermes
|
#include "../h/Spatial/SessionParameters.h"
Functions | |
PGDLLEXPORT Datum | getSpatialTolerance (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (getSpatialTolerance) | |
PGDLLEXPORT Datum | setSpatialTolerance (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (setSpatialTolerance) | |
PGDLLEXPORT Datum | setSpatialToleranceToCentimetre (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (setSpatialToleranceToCentimetre) | |
PGDLLEXPORT Datum | setSpatialToleranceToMetre (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (setSpatialToleranceToMetre) | |
PGDLLEXPORT Datum | setSpatialToleranceToKilometre (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (setSpatialToleranceToKilometre) | |
PGDLLEXPORT Datum | setSpatialToleranceToFoot (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (setSpatialToleranceToFoot) | |
Variables | |
float8 | spatialTolerance = 1 |
PGDLLEXPORT Datum getSpatialTolerance | ( | PG_FUNCTION_ARGS | ) |
References spatialTolerance.
PG_FUNCTION_INFO_V1 | ( | getSpatialTolerance | ) |
PG_FUNCTION_INFO_V1 | ( | setSpatialTolerance | ) |
PG_FUNCTION_INFO_V1 | ( | setSpatialToleranceToCentimetre | ) |
PG_FUNCTION_INFO_V1 | ( | setSpatialToleranceToMetre | ) |
PG_FUNCTION_INFO_V1 | ( | setSpatialToleranceToKilometre | ) |
PG_FUNCTION_INFO_V1 | ( | setSpatialToleranceToFoot | ) |
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 = 1 |