91{
94 GEOSGeometry* gg;
95 Datum arg = WinGetFuncArgInPartition(win_obj, 0, i, WINDOW_SEEK_HEAD, false, is_null, NULL);
96
97 if (*is_null) {
98
99
100
101
105 return gg;
106 }
107
112 if (!gg) {
114 }
115 return gg;
116}
LWGEOM * lwgeom_from_gserialized(const GSERIALIZED *g)
Allocate a new LWGEOM from a GSERIALIZED.
GEOSGeometry * LWGEOM2GEOS(const LWGEOM *lwgeom, uint8_t autofix)
LWGEOM * lwpoint_as_lwgeom(const LWPOINT *obj)
void lwgeom_free(LWGEOM *geom)
LWPOINT * lwpoint_construct_empty(int32_t srid, char hasz, char hasm)
#define LW_TRUE
Return types for functions with status returns.