PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
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... | |