PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#include <postgres.h>
#include <fmgr.h>
#include "../../postgis_config.h"
#include "lwgeom_pg.h"
#include "rtpostgis.h"
Go to the source code of this file.
Functions | |
Datum | RASTER_intersects (PG_FUNCTION_ARGS) |
Datum | RASTER_overlaps (PG_FUNCTION_ARGS) |
Datum | RASTER_touches (PG_FUNCTION_ARGS) |
Datum | RASTER_contains (PG_FUNCTION_ARGS) |
Datum | RASTER_containsProperly (PG_FUNCTION_ARGS) |
Datum | RASTER_covers (PG_FUNCTION_ARGS) |
Datum | RASTER_coveredby (PG_FUNCTION_ARGS) |
Datum | RASTER_dwithin (PG_FUNCTION_ARGS) |
Datum | RASTER_dfullywithin (PG_FUNCTION_ARGS) |
Datum | RASTER_sameAlignment (PG_FUNCTION_ARGS) |
Datum | RASTER_notSameAlignmentReason (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (RASTER_intersects) | |
See if two rasters intersect. More... | |
PG_FUNCTION_INFO_V1 (RASTER_overlaps) | |
See if two rasters overlap. More... | |
PG_FUNCTION_INFO_V1 (RASTER_touches) | |
See if two rasters touch. More... | |
PG_FUNCTION_INFO_V1 (RASTER_contains) | |
See if the first raster contains the second raster. More... | |
PG_FUNCTION_INFO_V1 (RASTER_containsProperly) | |
See if the first raster contains properly the second raster. More... | |
PG_FUNCTION_INFO_V1 (RASTER_covers) | |
See if the first raster covers the second raster. More... | |
PG_FUNCTION_INFO_V1 (RASTER_coveredby) | |
See if the first raster is covered by the second raster. More... | |
PG_FUNCTION_INFO_V1 (RASTER_dwithin) | |
See if the two rasters are within the specified distance of each other. More... | |
PG_FUNCTION_INFO_V1 (RASTER_dfullywithin) | |
See if the two rasters are fully within the specified distance of each other. More... | |
PG_FUNCTION_INFO_V1 (RASTER_sameAlignment) | |
See if two rasters are aligned. More... | |
PG_FUNCTION_INFO_V1 (RASTER_notSameAlignmentReason) | |
Return a reason why two rasters are not aligned. More... | |