PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwflags_get_g1flags()

uint8_t lwflags_get_g1flags ( lwflags_t  lwflags)

Definition at line 53 of file gserialized1.c.

54 {
55  uint8_t gflags = 0;
61  return gflags;
62 }
#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:167
#define FLAGS_GET_Z(flags)
Definition: liblwgeom.h:165
#define FLAGS_GET_M(flags)
Definition: liblwgeom.h:166
#define FLAGS_GET_SOLID(flags)
Definition: liblwgeom.h:170
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:168

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: