PostGIS
3.4.0dev-r@@SVN_REVISION@@
|
#include "liblwgeom_internal.h"
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include "ryu/ryu.h"
Go to the source code of this file.
Macros | |
#define | NUM_PIECES 9 |
#define | WORK_SIZE 1024 |
Functions | |
static void | lwprint_normalize_latlon (double *lat, double *lon) |
static char * | lwdouble_to_dms (double val, const char *pos_dir_symbol, const char *neg_dir_symbol, const char *format) |
static char * | lwdoubles_to_latlon (double lat, double lon, const char *format) |
char * | lwpoint_to_latlon (const LWPOINT *pt, const char *format) |
int | lwprint_double (double d, int maxdd, char *buf) |