PostGIS  2.5.7dev-r@@SVN_REVISION@@
liblwgeom/lwgeom_transform.c File Reference
#include "../postgis_config.h"
#include "liblwgeom_internal.h"
#include "lwgeom_log.h"
#include <string.h>
Include dependency graph for liblwgeom/lwgeom_transform.c:

Go to the source code of this file.

Functions

static void to_rad (POINT4D *pt)
 convert decimal degress to radians More...
 
static void to_dec (POINT4D *pt)
 convert radians to decimal degress More...
 
int ptarray_transform (POINTARRAY *pa, projPJ inpj, projPJ outpj)
 Transform given POINTARRAY from inpj projection to outpj projection. More...
 
int lwgeom_transform (LWGEOM *geom, projPJ inpj, projPJ outpj)
 Transform given SERIALIZED geometry from inpj projection to outpj projection. More...
 
int point4d_transform (POINT4D *pt, projPJ srcpj, projPJ dstpj)
 
projPJ lwproj_from_string (const char *str1)
 Get a projection from a string representation. More...