PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ gserialized1_is_geodetic()

int gserialized1_is_geodetic ( const GSERIALIZED gser)

Check if a GSERIALIZED is a geography.

Definition at line 109 of file gserialized1.c.

110 {
111  return G1FLAGS_GET_GEODETIC(gser->gflags);
112 }
#define G1FLAGS_GET_GEODETIC(gflags)
Definition: gserialized1.h:19
uint8_t gflags
Definition: liblwgeom.h:432

References G1FLAGS_GET_GEODETIC, and GSERIALIZED::gflags.

Referenced by gserialized1_set_gbox(), and gserialized_is_geodetic().

Here is the caller graph for this function: