Hermes
 All Data Structures Files Functions Variables Macros Pages
SessionParameters.h File Reference
#include <postgres.h>
#include <fmgr.h>
Include dependency graph for SessionParameters.h:
This graph shows which files directly or indirectly include this file:

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
 

Function Documentation

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.

Variable Documentation