PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ gserialized_cmp_srid()

static int gserialized_cmp_srid ( const GSERIALIZED g1,
const GSERIALIZED g2 
)
inlinestatic

Definition at line 303 of file gserialized.c.

304 {
305  return (
306  g1->srid[0] == g2->srid[0] &&
307  g1->srid[1] == g2->srid[1] &&
308  g1->srid[2] == g2->srid[2]
309  ) ? 0 : 1;
310 }
uint8_t srid[3]
Definition: liblwgeom.h:431

References GSERIALIZED::srid.

Referenced by gserialized_cmp().

Here is the caller graph for this function: