Hermes
|
#include <Definition.h>
Data Fields | |
float8 | x |
float8 | y |
Related Functions | |
(Note that these are not member functions.) | |
PointLL * | xy2ll (const PointXY *point, const PointLL *lrp, PointLL *result) |
Transforms the point from x-y coordinates to lon-lat. More... | |
PGDLLEXPORT Datum | xy2llV1 (PG_FUNCTION_ARGS) |
Transforms the point from x-y coordinates to lon-lat. More... | |
PointXY is auxiliary spatial data type which is used to represent points in topocentric coordinates so that we can later transform them to eyclidean space
|
related |
Transforms the point from x-y coordinates to lon-lat.
float8 PointXY::x |
the x coordinate
Referenced by centerBoxSP(), centerSegmentSP(), constructorPointXY(), equalsPointXY(), inPointXY(), ll2xy(), outPointXY(), PointSP2PointXY(), PointXY2Bytea(), PointXY2PointSP(), PointXY2Vector2D(), recvPointXY(), and xy2ll().
float8 PointXY::y |
the y coordinate
Referenced by centerBoxSP(), centerSegmentSP(), constructorPointXY(), equalsPointXY(), inPointXY(), ll2xy(), outPointXY(), PointSP2PointXY(), PointXY2Bytea(), PointXY2PointSP(), PointXY2Vector2D(), recvPointXY(), and xy2ll().