PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
Go to the source code of this file.
Functions | |
GSERIALIZED * | postgis_valid_typmod (GSERIALIZED *gser, int32_t typmod) |
Check the consistency of the metadata we want to enforce in the typmod: srid, type and dimensionality. More... | |
void | geography_valid_type (uint8_t type) |
The geography type only support POINT, LINESTRING, POLYGON, MULTI* variants of same, and GEOMETRYCOLLECTION. More... | |
GSERIALIZED * | gserialized_expand (GSERIALIZED *g, double distance) |
Return a GSERIALIZED with an expanded bounding box. More... | |