32 #ifndef __PROJECTION_GK_H__ 33 #define __PROJECTION_GK_H__ 37 #include <catalog/pg_type.h> Datum tgeompoint_transform_gk(PG_FUNCTION_ARGS)
Transform a temporal point into the Gauss-Krueger projection used in Secondo.
Definition: projection_gk.c:283
Datum geometry_transform_gk(PG_FUNCTION_ARGS)
Transform a geometry into the Gauss-Krueger projection used in Secondo.
Definition: projection_gk.c:270