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 | |
static LWGEOM * | lwline_split_by_line (const LWLINE *lwgeom_in, const LWGEOM *blade_in) |
static LWGEOM * | lwline_split_by_point (const LWLINE *lwgeom_in, const LWPOINT *blade_in) |
static LWGEOM * | lwline_split_by_mpoint (const LWLINE *lwgeom_in, const LWMPOINT *blade_in) |
static LWGEOM * | lwline_split (const LWLINE *lwgeom_in, const LWGEOM *blade_in) |
static LWGEOM * | lwpoly_split_by_line (const LWPOLY *lwgeom_in, const LWLINE *blade_in) |
static LWGEOM * | lwcollection_split (const LWCOLLECTION *lwcoll_in, const LWGEOM *blade_in) |
static LWGEOM * | lwpoly_split (const LWPOLY *lwpoly_in, const LWGEOM *blade_in) |
int | lwline_split_by_point_to (const LWLINE *lwline_in, const LWPOINT *blade_in, LWMLINE *v) |
Split a line by a point and push components to the provided multiline. More... | |
LWGEOM * | lwgeom_split (const LWGEOM *lwgeom_in, const LWGEOM *blade_in) |