Home
last modified time | relevance | path

Searched refs:GeometryGridState (Results 1 – 2 of 2) sorted by relevance

/dports/databases/postgis32/postgis-3.2.0/postgis/
H A Dlwgeom_generate_grid.c53 typedef struct GeometryGridState struct
62 GeometryGridState; argument
238 GeometryGridState *state; in ST_ShapeGrid()
277 state = (GeometryGridState*)hexagon_grid_state(size, &bounds, gserialized_get_srid(gbounds)); in ST_ShapeGrid()
281 state = (GeometryGridState*)square_grid_state(size, &bounds, gserialized_get_srid(gbounds)); in ST_ShapeGrid()
/dports/databases/postgis31/postgis-3.1.4/postgis/
H A Dlwgeom_generate_grid.c53 typedef struct GeometryGridState struct
62 GeometryGridState; argument
238 GeometryGridState *state; in ST_ShapeGrid()
277 state = (GeometryGridState*)hexagon_grid_state(size, &bounds, gserialized_get_srid(gbounds)); in ST_ShapeGrid()
281 state = (GeometryGridState*)square_grid_state(size, &bounds, gserialized_get_srid(gbounds)); in ST_ShapeGrid()