PostGIS  2.5.7dev-r@@SVN_REVISION@@
postgis/lwgeom_transform.c File Reference
#include "postgres.h"
#include "fmgr.h"
#include "utils/builtins.h"
#include "../postgis_config.h"
#include "liblwgeom.h"
#include "lwgeom_transform.h"
Include dependency graph for postgis/lwgeom_transform.c:

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)