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

◆ gserialized_cmp_srid()

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

Definition at line 332 of file gserialized.c.

333{
334 return (
335 g1->srid[0] == g2->srid[0] &&
336 g1->srid[1] == g2->srid[1] &&
337 g1->srid[2] == g2->srid[2]
338 ) ? 0 : 1;
339}
uint8_t srid[3]
Definition liblwgeom.h:445

References GSERIALIZED::srid.

Referenced by gserialized_cmp().

Here is the caller graph for this function: