Hermes
 All Data Structures Files Functions Variables Macros Pages
Distance.c File Reference
Include dependency graph for Distance.c:

Functions

float8 distanceSpherePointLL_PointLL (const PointLL *pointA, const PointLL *pointB)
 
PGDLLEXPORT Datum distanceSpherePointLL_PointLLV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (distanceSpherePointLL_PointLLV1)
 

Function Documentation

float8 distanceSpherePointLL_PointLL ( const PointLL pointA,
const PointLL pointB 
)

References degrees2radians(), PointLL::lat, PointLL::lon, Ellipsoid::r1, and WGS84.

Referenced by distanceSpherePointLL_PointLLV1().

Here is the call graph for this function:

PGDLLEXPORT Datum distanceSpherePointLL_PointLLV1 ( PG_FUNCTION_ARGS  )

References distanceSpherePointLL_PointLL().

Here is the call graph for this function:

PG_FUNCTION_INFO_V1 ( distanceSpherePointLL_PointLLV1  )