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

◆ gserialized_is_geodetic()

int gserialized_is_geodetic ( const GSERIALIZED g)

Check if a GSERIALIZED is a geography.

Definition at line 225 of file gserialized.c.

226{
228 return gserialized2_is_geodetic(g);
229 else
230 return gserialized1_is_geodetic(g);
231}
int gserialized1_is_geodetic(const GSERIALIZED *gser)
Check if a GSERIALIZED is a geography.
int gserialized2_is_geodetic(const GSERIALIZED *g)
Check if a GSERIALIZED is a geography.
#define GFLAGS_GET_VERSION(gflags)
Definition gserialized.c:41
uint8_t gflags
Definition liblwgeom.h:446

References GSERIALIZED::gflags, GFLAGS_GET_VERSION, gserialized1_is_geodetic(), and gserialized2_is_geodetic().

Referenced by postgis_valid_typmod().

Here is the call graph for this function:
Here is the caller graph for this function: