PostGIS  2.5.7dev-r@@SVN_REVISION@@
lwgeom_geos_prepared.h File Reference
#include "postgres.h"
#include "fmgr.h"
#include "miscadmin.h"
#include "utils/hsearch.h"
#include "utils/memutils.h"
#include "access/hash.h"
#include "lwgeom_pg.h"
#include "liblwgeom.h"
#include "lwgeom_geos.h"
#include "lwgeom_cache.h"
Include dependency graph for lwgeom_geos_prepared.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  PrepGeomCache
 

Functions

PrepGeomCacheGetPrepGeomCache (FunctionCallInfo fcinfo, GSERIALIZED *pg_geom1, GSERIALIZED *pg_geom2)
 Given a couple potential geometries and a function call context, return a prepared structure for one of them, if such a structure doesn't already exist. More...