Hermes
 All Data Structures Files Functions Variables Macros Pages
Hermes.c File Reference
Include dependency graph for Hermes.c:

Data Structures

struct  Vector2DM
 
struct  Vector3DM
 
struct  PeriodM
 
struct  RangeTM
 
struct  PointSPM
 
struct  BoxSPM
 
struct  SegmentSPM
 
struct  LineSPM
 
struct  RangeSPM
 
struct  EllipsoidM
 
struct  PointLLM
 
struct  PointPLHM
 
struct  PointXYZM
 
struct  PointENUM
 
struct  PointXYM
 
struct  PointSTM
 
struct  BoxSTM
 
struct  SegmentSTM
 
struct  RangeSTM
 
struct  TrajectoryM
 

Functions

PGDLLEXPORT Datum hermesLicense (PG_FUNCTION_ARGS)
 The function returns the Hermes License . More...
 
 PG_FUNCTION_INFO_V1 (hermesLicense)
 
PGDLLEXPORT Datum hermesVersionMajor (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (hermesVersionMajor)
 
PGDLLEXPORT Datum hermesVersionMinor (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (hermesVersionMinor)
 
PGDLLEXPORT Datum hermesVersionPatch (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (hermesVersionPatch)
 
PGDLLEXPORT Datum hermesVersionString (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (hermesVersionString)
 
PGDLLEXPORT Datum hermesVersionCodename (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (hermesVersionCodename)
 
PGDLLEXPORT Datum hermesVersionReleaseDate (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (hermesVersionReleaseDate)
 
PGDLLEXPORT Datum hermesDataTypes (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (hermesDataTypes)
 
PGDLLEXPORT Datum hermesDataTypesAsXML (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (hermesDataTypesAsXML)
 

Detailed Description

Function Documentation

PGDLLEXPORT Datum hermesDataTypes ( PG_FUNCTION_ARGS  )
PGDLLEXPORT Datum hermesDataTypesAsXML ( PG_FUNCTION_ARGS  )

References asprintfHermes().

Here is the call graph for this function:

PGDLLEXPORT Datum hermesLicense ( PG_FUNCTION_ARGS  )

The function returns the Hermes License .

Returns
The licence of the Hermes
PGDLLEXPORT Datum hermesVersionCodename ( PG_FUNCTION_ARGS  )
PGDLLEXPORT Datum hermesVersionMajor ( PG_FUNCTION_ARGS  )
PGDLLEXPORT Datum hermesVersionMinor ( PG_FUNCTION_ARGS  )
PGDLLEXPORT Datum hermesVersionPatch ( PG_FUNCTION_ARGS  )
PGDLLEXPORT Datum hermesVersionReleaseDate ( PG_FUNCTION_ARGS  )
PGDLLEXPORT Datum hermesVersionString ( PG_FUNCTION_ARGS  )
PG_FUNCTION_INFO_V1 ( hermesLicense  )
PG_FUNCTION_INFO_V1 ( hermesVersionMajor  )
PG_FUNCTION_INFO_V1 ( hermesVersionMinor  )
PG_FUNCTION_INFO_V1 ( hermesVersionPatch  )
PG_FUNCTION_INFO_V1 ( hermesVersionString  )
PG_FUNCTION_INFO_V1 ( hermesVersionCodename  )
PG_FUNCTION_INFO_V1 ( hermesVersionReleaseDate  )
PG_FUNCTION_INFO_V1 ( hermesDataTypes  )
PG_FUNCTION_INFO_V1 ( hermesDataTypesAsXML  )