Hermes
|
#include "../../../h/Spatial/CRS/PointXY/Casts.h"
#include "../../../h/Utilities/MSVCWorkarounds.h"
#include <math.h>
Functions | |
PointSP * | PointXY2PointSP (const PointXY *point, PointSP *result) |
PGDLLEXPORT Datum | PointXY2PointSPV1 (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (PointXY2PointSPV1) | |
Vector2D * | PointXY2Vector2D (const PointXY *point, Vector2D *result) |
PGDLLEXPORT Datum | PointXY2Vector2DV1 (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (PointXY2Vector2DV1) | |
PG_FUNCTION_INFO_V1 | ( | PointXY2PointSPV1 | ) |
PG_FUNCTION_INFO_V1 | ( | PointXY2Vector2DV1 | ) |
References round(), PointXY::x, PointSP::x, PointXY::y, and PointSP::y.
Referenced by PointXY2PointSPV1().
PGDLLEXPORT Datum PointXY2PointSPV1 | ( | PG_FUNCTION_ARGS | ) |
PGDLLEXPORT Datum PointXY2Vector2DV1 | ( | PG_FUNCTION_ARGS | ) |