Hermes
 All Data Structures Files Functions Variables Macros Pages
PointLL Struct Reference

#include <Definition.h>

Data Fields

float8 lon
 
float8 lat
 

Related Functions

(Note that these are not member functions.)

PointXYll2xy (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...
 

Detailed Description

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

Friends And Related Function Documentation

PointXY * ll2xy ( const PointLL point,
const PointLL lrp,
PointXY result 
)
related

Transforms the point from lon-lat coordinates to x,y.

Parameters
[in]*pointthe point lon-lat coordinates
[in]*lrpthe reference point
[out]*resultI have no idea. We should ask marios
Returns
the point transformed to a PointXY

Referenced by ll2xyV1().

PGDLLEXPORT Datum ll2xyV1 ( PG_FUNCTION_ARGS  )
related

Transforms the point from lon-lat coordinates to x,y.

Field Documentation


The documentation for this struct was generated from the following files: