PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lwflags_get_g1flags()

uint8_t lwflags_get_g1flags ( lwflags_t  lwflags)

Definition at line 51 of file gserialized1.c.

52 {
53  uint8_t gflags = 0;
59  return gflags;
60 }
#define G1FLAGS_SET_SOLID(gflags, value)
Definition: gserialized1.h:27
#define G1FLAGS_SET_Z(gflags, value)
Definition: gserialized1.h:23
#define G1FLAGS_SET_M(gflags, value)
Definition: gserialized1.h:24
#define G1FLAGS_SET_BBOX(gflags, value)
Definition: gserialized1.h:25
#define G1FLAGS_SET_GEODETIC(gflags, value)
Definition: gserialized1.h:26
#define FLAGS_GET_BBOX(flags)
Definition: liblwgeom.h:181
#define FLAGS_GET_Z(flags)
Definition: liblwgeom.h:179
#define FLAGS_GET_M(flags)
Definition: liblwgeom.h:180
#define FLAGS_GET_SOLID(flags)
Definition: liblwgeom.h:184
lwflags_t lwflags(int hasz, int hasm, int geodetic)
Construct a new flags bitmask.
Definition: lwutil.c:471
#define FLAGS_GET_GEODETIC(flags)
Definition: liblwgeom.h:182

References FLAGS_GET_BBOX, FLAGS_GET_GEODETIC, FLAGS_GET_M, FLAGS_GET_SOLID, FLAGS_GET_Z, G1FLAGS_SET_BBOX, G1FLAGS_SET_GEODETIC, G1FLAGS_SET_M, G1FLAGS_SET_SOLID, G1FLAGS_SET_Z, and lwflags().

Referenced by gserialized1_from_lwgeom(), and test_gserialized1_peek_gbox_p_fails_for_unsupported_cases().

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