PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ createTopology

LWT_BE_TOPOLOGY*(* LWT_BE_CALLBACKS_T::createTopology) (const LWT_BE_DATA *be, const char *name, int srid, double precision, int hasZ)

Create a new topology in the backend.

Parameters
namethe topology name
sridthe topology SRID
precisionthe topology precision/tolerance
hasZnon-zero if topology primitives should have a Z ordinate
Returns
a topology handler, which embeds the backend data/params or NULL on error (
See also
lastErrorMessage)

Definition at line 159 of file liblwgeom_topo.h.