Hermes
|
#include <Definition.h>
Data Fields | |
float8 | lon |
float8 | lat |
Related Functions | |
(Note that these are not member functions.) | |
PointXY * | ll2xy (const PointLL *point, const PointLL *lrp, PointXY *result) |
Transforms the point from lon-lat coordinates to x,y. More... | |
PGDLLEXPORT Datum | ll2xyV1 (PG_FUNCTION_ARGS) |
Transforms the point from lon-lat coordinates to x,y. More... | |
PointLL is auxiliary spatial data type which is used to represent points in longitude and latitude so that we can later transform them to eyclidean space
|
related |
Transforms the point from lon-lat coordinates to x,y.
float8 PointLL::lat |
the latitude coordinate
Referenced by constructorPointLL(), distanceSpherePointLL_PointLL(), equalsPointLL(), inPointLL(), ll2xy(), outPointLL(), PointLL2Bytea(), recvPointLL(), and xy2ll().
float8 PointLL::lon |
the longitude coordinate
Referenced by constructorPointLL(), distanceSpherePointLL_PointLL(), equalsPointLL(), inPointLL(), ll2xy(), outPointLL(), PointLL2Bytea(), recvPointLL(), and xy2ll().