PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ gserialized1_is_geodetic()

int gserialized1_is_geodetic ( const GSERIALIZED gser)

Check if a GSERIALIZED is a geography.

Definition at line 111 of file gserialized1.c.

112 {
113  return G1FLAGS_GET_GEODETIC(gser->gflags);
114 }
#define G1FLAGS_GET_GEODETIC(gflags)
Definition: gserialized1.h:19
uint8_t gflags
Definition: liblwgeom.h:446

References G1FLAGS_GET_GEODETIC, and GSERIALIZED::gflags.

Referenced by gserialized1_set_gbox(), and gserialized_is_geodetic().

Here is the caller graph for this function: