MobilityDB
1.0
|
Implementation of the Gauss-Krueger projection that is used in Secondo. More...
#include <postgres.h>
#include <fmgr.h>
#include <catalog/pg_type.h>
Go to the source code of this file.
Functions | |
Datum | tgeompoint_transform_gk (PG_FUNCTION_ARGS) |
Transform a temporal point into the Gauss-Krueger projection used in Secondo. More... | |
Datum | geometry_transform_gk (PG_FUNCTION_ARGS) |
Transform a geometry into the Gauss-Krueger projection used in Secondo. More... | |
Implementation of the Gauss-Krueger projection that is used in Secondo.