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

◆ 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)
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: