PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
LWPOLY* lwpoly_construct_envelope | ( | int | srid, |
double | x1, | ||
double | y1, | ||
double | x2, | ||
double | y2 | ||
) |
Definition at line 98 of file lwpoly.c.
References lwgeom_add_bbox(), lwgeom_set_srid(), lwpoly_as_lwgeom(), lwpoly_construct_rectangle(), POINT4D::x, and POINT4D::y.
Referenced by mvt_geom(), and ST_MakeEnvelope().