![]() |
MobilityDB 1.3
|
Go to the source code of this file.
Macros | |
#define | SRID_LAEA_END 999283 |
LAEA zones end (6 latitude bands x up to 20 longitude bands) More... | |
#define | SRID_LAEA_START 999163 |
LAEA zones start (6 latitude bands x up to 20 longitude bands) More... | |
#define | SRID_NORTH_LAMBERT 999061 |
Lambert Azimuthal Equal Area (LAEA) North Pole, equivalent to EPSG:3574. More... | |
#define | SRID_NORTH_STEREO 999062 |
PolarSteregraphic North, equivalent to EPSG:3995. More... | |
#define | SRID_NORTH_UTM_END 999060 |
End of UTM North zone, equivalent to EPSG:32660. More... | |
#define | SRID_NORTH_UTM_START 999001 |
Start of UTM North zone, equivalent to EPSG:32601. More... | |
#define | SRID_RESERVE_OFFSET 999000 |
Builtin SRID values. More... | |
#define | SRID_SOUTH_LAMBERT 999161 |
Lambert Azimuthal Equal Area (LAEA) South Pole, equivalent to EPSG:3409. More... | |
#define | SRID_SOUTH_STEREO 999162 |
PolarSteregraphic South, equivalent to EPSG:3031. More... | |
#define | SRID_SOUTH_UTM_END 999160 |
Start of UTM South zone, equivalent to EPSG:32760. More... | |
#define | SRID_SOUTH_UTM_START 999101 |
Start of UTM South zone, equivalent to EPSG:32701. More... | |
#define | SRID_WORLD_MERCATOR 999000 |
World Mercator, equivalent to EPSG:3395. More... | |
Functions | |
int | lwproj_lookup (int32_t srid_from, int32_t srid_to, LWPROJ **pj) |
Return 1 if the projection structure was read from the PROJ cache, return 0 otherwise. More... | |
int | spheroid_init_from_srid (int32_t srid, SPHEROID *s) |
Return 1 if the spheroid in the last argument was initialized from an SRID, return 0 otherwise. More... | |
void | srid_check_latlong (int32_t srid) |
int | srid_is_latlong (int32_t srid) |
Return 1 if the SRID is geodetic, return 0 otherwise. More... | |