Hermes
|
#include "h/Hermes.h"
#include "h/Math/Vector2D/Definition.h"
#include "h/Math/Vector3D/Definition.h"
#include "h/Temporal/Period/Definition.h"
#include "h/Temporal/RangeT/Definition.h"
#include "h/Spatial/PointSP/Definition.h"
#include "h/Spatial/BoxSP/Definition.h"
#include "h/Spatial/SegmentSP/Definition.h"
#include "h/Spatial/LineSP/Definition.h"
#include "h/Spatial/RangeSP/Definition.h"
#include "h/Spatial/CRS/Ellipsoid/Definition.h"
#include "h/Spatial/CRS/PointLL/Definition.h"
#include "h/Spatial/CRS/PointPLH/Definition.h"
#include "h/Spatial/CRS/PointXYZ/Definition.h"
#include "h/Spatial/CRS/PointENU/Definition.h"
#include "h/Spatial/CRS/PointXY/Definition.h"
#include "h/SpatioTemporal/PointST/Definition.h"
#include "h/SpatioTemporal/BoxST/Definition.h"
#include "h/SpatioTemporal/SegmentST/Definition.h"
#include "h/SpatioTemporal/RangeST/Definition.h"
#include "h/SpatioTemporal/Trajectory/Definition.h"
#include "h/Utilities/Utilities.h"
#include <funcapi.h>
#include <access/htup_details.h>
#include <utils/builtins.h>
#include <utils/date.h>
#include <utils/xml.h>
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) | |
PGDLLEXPORT Datum hermesDataTypes | ( | PG_FUNCTION_ARGS | ) |
PGDLLEXPORT Datum hermesDataTypesAsXML | ( | PG_FUNCTION_ARGS | ) |
PGDLLEXPORT Datum hermesLicense | ( | PG_FUNCTION_ARGS | ) |
The function returns the Hermes License .
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 | ) |