PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#include "../postgis_config.h"
#include "lwgeom_geos.h"
#include "liblwgeom_internal.h"
#include <string.h>
#include <assert.h>
Go to the source code of this file.
Functions | |
LWGEOM * | lwgeom_wrapx (const LWGEOM *lwgeom_in, double cutx, double amount) |
wrap geometry on given cut x value More... | |
static LWCOLLECTION * | lwcollection_wrapx (const LWCOLLECTION *lwcoll_in, double cutx, double amount) |
static LWGEOM * | lwgeom_split_wrapx (const LWGEOM *geom_in, double cutx, double amount) |