PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#include "postgres.h"
#include "fmgr.h"
#include "../postgis_config.h"
#include "liblwgeom.h"
#include "lwgeom_transform.h"
Go to the source code of this file.
Functions | |
Datum | transform (PG_FUNCTION_ARGS) |
Datum | transform_geom (PG_FUNCTION_ARGS) |
Datum | postgis_proj_version (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (transform) | |
transform( GEOMETRY, INT (output srid) ) tmpPts - if there is a nadgrid error (-38), we re-try the transform on a copy of points. More... | |
PG_FUNCTION_INFO_V1 (transform_geom) | |
Transform_geom( GEOMETRY, TEXT (input proj4), TEXT (output proj4), INT (output srid) More... | |
PG_FUNCTION_INFO_V1 (postgis_proj_version) | |