PostGIS
3.7.0dev-r@@SVN_REVISION@@
|
#include "postgres.h"
#include "funcapi.h"
#include "fmgr.h"
#include "liblwgeom.h"
#include "liblwgeom_internal.h"
#include "lwgeom_pg.h"
#include "math.h"
#include "lwgeom_itree.h"
#include "access/htup_details.h"
Go to the source code of this file.
Macros | |
#define | CHECK_RING_IS_CLOSE |
#define | SAMEPOINT(a, b) ((a)->x==(b)->x&&(a)->y==(b)->y) |