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

◆ gserialized_peek_first_point()

int gserialized_peek_first_point ( const GSERIALIZED g,
POINT4D out_point 
)

Pull the first point values of a GSERIALIZED.

Only works for POINTTYPE

Definition at line 286 of file gserialized.c.

287{
289 return gserialized2_peek_first_point(g, out_point);
290 else
291 return gserialized1_peek_first_point(g, out_point);
292}
int gserialized1_peek_first_point(const GSERIALIZED *g, POINT4D *out_point)
int gserialized2_peek_first_point(const GSERIALIZED *g, POINT4D *out_point)
#define GFLAGS_GET_VERSION(gflags)
Definition gserialized.c:41
uint8_t gflags
Definition liblwgeom.h:446