PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ gserialized2_is_geodetic()

int gserialized2_is_geodetic ( const GSERIALIZED g)

Check if a GSERIALIZED is a geography.

Definition at line 173 of file gserialized2.c.

174{
175 return G2FLAGS_GET_GEODETIC(g->gflags);
176}
#define G2FLAGS_GET_GEODETIC(gflags)
uint8_t gflags
Definition liblwgeom.h:446

References G2FLAGS_GET_GEODETIC, and GSERIALIZED::gflags.

Referenced by gserialized2_set_gbox(), and gserialized_is_geodetic().

Here is the caller graph for this function: