| 1 | DROP VIEW IF EXISTS raster_overviews; |
|---|
| 2 | DROP VIEW IF EXISTS raster_columns; |
|---|
| 3 | DROP CAST IF EXISTS (raster AS geometry); |
|---|
| 4 | DROP CAST IF EXISTS (raster AS bytea); |
|---|
| 5 | DROP CAST IF EXISTS (raster AS box3d); |
|---|
| 6 | DROP OPERATOR IF EXISTS ~= (raster, raster); |
|---|
| 7 | DROP OPERATOR IF EXISTS ~ (raster, raster); |
|---|
| 8 | DROP OPERATOR IF EXISTS |>> (raster, raster); |
|---|
| 9 | DROP OPERATOR IF EXISTS |&> (raster, raster); |
|---|
| 10 | DROP OPERATOR IF EXISTS @ (raster, raster); |
|---|
| 11 | DROP OPERATOR IF EXISTS >> (raster, raster); |
|---|
| 12 | DROP OPERATOR IF EXISTS <<| (raster, raster); |
|---|
| 13 | DROP OPERATOR IF EXISTS << (raster, raster); |
|---|
| 14 | DROP OPERATOR IF EXISTS &> (raster, raster); |
|---|
| 15 | DROP OPERATOR IF EXISTS &<| (raster, raster); |
|---|
| 16 | DROP OPERATOR IF EXISTS &< (raster, raster); |
|---|
| 17 | DROP OPERATOR IF EXISTS && (raster, raster); |
|---|
| 18 | DROP AGGREGATE IF EXISTS st_union(raster, integer, text); |
|---|
| 19 | DROP AGGREGATE IF EXISTS st_union(raster, text); |
|---|
| 20 | DROP AGGREGATE IF EXISTS st_union(raster, integer); |
|---|
| 21 | DROP AGGREGATE IF EXISTS st_union(raster); |
|---|
| 22 | DROP FUNCTION IF EXISTS st_world2rastercoordy(rast raster, xw double precision, yw double precision); |
|---|
| 23 | DROP FUNCTION IF EXISTS st_world2rastercoordy(rast raster, pt geometry); |
|---|
| 24 | DROP FUNCTION IF EXISTS st_world2rastercoordy(rast raster, yw double precision); |
|---|
| 25 | DROP FUNCTION IF EXISTS st_world2rastercoordx(rast raster, xw double precision, yw double precision); |
|---|
| 26 | DROP FUNCTION IF EXISTS st_world2rastercoordx(rast raster, pt geometry); |
|---|
| 27 | DROP FUNCTION IF EXISTS st_world2rastercoordx(rast raster, xw double precision); |
|---|
| 28 | DROP FUNCTION IF EXISTS st_width(raster); |
|---|
| 29 | DROP FUNCTION IF EXISTS st_valuepercent(rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, searchvalue double precision, roundto double precision); |
|---|
| 30 | DROP FUNCTION IF EXISTS st_valuepercent(rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, searchvalues double precision[], roundto double precision, OUT value double precision, OUT percent double precision); |
|---|
| 31 | DROP FUNCTION IF EXISTS st_valuepercent(rastertable text, rastercolumn text, nband integer, searchvalue double precision, roundto double precision); |
|---|
| 32 | DROP FUNCTION IF EXISTS st_valuepercent(rastertable text, rastercolumn text, nband integer, searchvalues double precision[], roundto double precision, OUT value double precision, OUT percent double precision); |
|---|
| 33 | DROP FUNCTION IF EXISTS st_valuepercent(rast raster, nband integer, exclude_nodata_value boolean, searchvalue double precision, roundto double precision); |
|---|
| 34 | DROP FUNCTION IF EXISTS st_valuepercent(rast raster, nband integer, exclude_nodata_value boolean, searchvalues double precision[], roundto double precision, OUT value double precision, OUT percent double precision); |
|---|
| 35 | DROP FUNCTION IF EXISTS st_valuepercent(rastertable text, rastercolumn text, searchvalue double precision, roundto double precision); |
|---|
| 36 | DROP FUNCTION IF EXISTS st_valuepercent(rastertable text, rastercolumn text, searchvalues double precision[], roundto double precision, OUT value double precision, OUT percent double precision); |
|---|
| 37 | DROP FUNCTION IF EXISTS st_valuepercent(rast raster, nband integer, searchvalue double precision, roundto double precision); |
|---|
| 38 | DROP FUNCTION IF EXISTS st_valuepercent(rast raster, nband integer, searchvalues double precision[], roundto double precision, OUT value double precision, OUT percent double precision); |
|---|
| 39 | DROP FUNCTION IF EXISTS st_valuepercent(rast raster, searchvalue double precision, roundto double precision); |
|---|
| 40 | DROP FUNCTION IF EXISTS st_valuepercent(rast raster, searchvalues double precision[], roundto double precision, OUT value double precision, OUT percent double precision); |
|---|
| 41 | DROP FUNCTION IF EXISTS st_valuecount(rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, searchvalue double precision, roundto double precision); |
|---|
| 42 | DROP FUNCTION IF EXISTS st_valuecount(rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, searchvalues double precision[], roundto double precision, OUT value double precision, OUT count integer); |
|---|
| 43 | DROP FUNCTION IF EXISTS st_valuecount(rastertable text, rastercolumn text, nband integer, searchvalue double precision, roundto double precision); |
|---|
| 44 | DROP FUNCTION IF EXISTS st_valuecount(rastertable text, rastercolumn text, nband integer, searchvalues double precision[], roundto double precision, OUT value double precision, OUT count integer); |
|---|
| 45 | DROP FUNCTION IF EXISTS st_valuecount(rast raster, nband integer, exclude_nodata_value boolean, searchvalue double precision, roundto double precision); |
|---|
| 46 | DROP FUNCTION IF EXISTS st_valuecount(rast raster, nband integer, exclude_nodata_value boolean, searchvalues double precision[], roundto double precision, OUT value double precision, OUT count integer); |
|---|
| 47 | DROP FUNCTION IF EXISTS st_valuecount(rastertable text, rastercolumn text, searchvalue double precision, roundto double precision); |
|---|
| 48 | DROP FUNCTION IF EXISTS st_valuecount(rastertable text, rastercolumn text, searchvalues double precision[], roundto double precision, OUT value double precision, OUT count integer); |
|---|
| 49 | DROP FUNCTION IF EXISTS st_valuecount(rast raster, nband integer, searchvalue double precision, roundto double precision); |
|---|
| 50 | DROP FUNCTION IF EXISTS st_valuecount(rast raster, nband integer, searchvalues double precision[], roundto double precision, OUT value double precision, OUT count integer); |
|---|
| 51 | DROP FUNCTION IF EXISTS st_valuecount(rast raster, searchvalue double precision, roundto double precision); |
|---|
| 52 | DROP FUNCTION IF EXISTS st_valuecount(rast raster, searchvalues double precision[], roundto double precision, OUT value double precision, OUT count integer); |
|---|
| 53 | DROP FUNCTION IF EXISTS st_value(rast raster, band integer, x integer, y integer, hasnodata boolean); |
|---|
| 54 | DROP FUNCTION IF EXISTS st_value(rast raster, band integer, pt geometry, hasnodata boolean); |
|---|
| 55 | DROP FUNCTION IF EXISTS st_value(rast raster, x integer, y integer, hasnodata boolean); |
|---|
| 56 | DROP FUNCTION IF EXISTS st_value(rast raster, pt geometry, hasnodata boolean); |
|---|
| 57 | DROP FUNCTION IF EXISTS st_upperlefty(raster); |
|---|
| 58 | DROP FUNCTION IF EXISTS st_upperleftx(raster); |
|---|
| 59 | DROP FUNCTION IF EXISTS st_transform(rast raster, srid integer, scalex double precision, scaley double precision, algorithm text, maxerr double precision); |
|---|
| 60 | DROP FUNCTION IF EXISTS st_transform(rast raster, srid integer, algorithm text, maxerr double precision, scalex double precision, scaley double precision); |
|---|
| 61 | DROP FUNCTION IF EXISTS st_transform(rast raster, srid integer, scalexy double precision, algorithm text, maxerr double precision); |
|---|
| 62 | DROP FUNCTION IF EXISTS st_summarystats(rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean); |
|---|
| 63 | DROP FUNCTION IF EXISTS st_summarystats(rastertable text, rastercolumn text, exclude_nodata_value boolean); |
|---|
| 64 | DROP FUNCTION IF EXISTS st_summarystats(rast raster, nband integer, exclude_nodata_value boolean); |
|---|
| 65 | DROP FUNCTION IF EXISTS st_summarystats(rast raster, exclude_nodata_value boolean); |
|---|
| 66 | DROP FUNCTION IF EXISTS st_sum4ma(matrix double precision[], nodatamode text, VARIADIC args text[]); |
|---|
| 67 | DROP FUNCTION IF EXISTS st_srid(raster); |
|---|
| 68 | DROP FUNCTION IF EXISTS st_snaptogrid(rast raster, gridx double precision, gridy double precision, scalex double precision, scaley double precision, algorithm text, maxerr double precision); |
|---|
| 69 | DROP FUNCTION IF EXISTS st_snaptogrid(rast raster, gridx double precision, gridy double precision, algorithm text, maxerr double precision, scalex double precision, scaley double precision); |
|---|
| 70 | DROP FUNCTION IF EXISTS st_snaptogrid(rast raster, gridx double precision, gridy double precision, scalexy double precision, algorithm text, maxerr double precision); |
|---|
| 71 | DROP FUNCTION IF EXISTS st_slope(rast raster, band integer, pixeltype text); |
|---|
| 72 | DROP FUNCTION IF EXISTS st_skewy(raster); |
|---|
| 73 | DROP FUNCTION IF EXISTS st_skewx(raster); |
|---|
| 74 | DROP FUNCTION IF EXISTS st_setvalue(rast raster, band integer, x integer, y integer, newvalue double precision); |
|---|
| 75 | DROP FUNCTION IF EXISTS st_setvalue(rast raster, band integer, pt geometry, newvalue double precision); |
|---|
| 76 | DROP FUNCTION IF EXISTS st_setvalue(rast raster, x integer, y integer, newvalue double precision); |
|---|
| 77 | DROP FUNCTION IF EXISTS st_setvalue(rast raster, pt geometry, newvalue double precision); |
|---|
| 78 | DROP FUNCTION IF EXISTS st_setupperleft(rast raster, upperleftx double precision, upperlefty double precision); |
|---|
| 79 | DROP FUNCTION IF EXISTS st_setsrid(rast raster, srid integer); |
|---|
| 80 | DROP FUNCTION IF EXISTS st_setskew(rast raster, skewx double precision, skewy double precision); |
|---|
| 81 | DROP FUNCTION IF EXISTS st_setskew(rast raster, skew double precision); |
|---|
| 82 | DROP FUNCTION IF EXISTS st_setscale(rast raster, scalex double precision, scaley double precision); |
|---|
| 83 | DROP FUNCTION IF EXISTS st_setscale(rast raster, scale double precision); |
|---|
| 84 | DROP FUNCTION IF EXISTS st_setrotation(rast raster, rotation double precision); |
|---|
| 85 | DROP FUNCTION IF EXISTS st_setgeoreference(rast raster, georef text, format text); |
|---|
| 86 | DROP FUNCTION IF EXISTS st_setbandnodatavalue(rast raster, band integer, nodatavalue double precision, forcechecking boolean); |
|---|
| 87 | DROP FUNCTION IF EXISTS st_setbandnodatavalue(rast raster, nodatavalue double precision); |
|---|
| 88 | DROP FUNCTION IF EXISTS st_setbandisnodata(rast raster, band integer); |
|---|
| 89 | DROP FUNCTION IF EXISTS st_scaley(raster); |
|---|
| 90 | DROP FUNCTION IF EXISTS st_scalex(raster); |
|---|
| 91 | DROP FUNCTION IF EXISTS st_samealignment(ulx1 double precision, uly1 double precision, scalex1 double precision, scaley1 double precision, skewx1 double precision, skewy1 double precision, ulx2 double precision, uly2 double precision, scalex2 double precision, scaley2 double precision, skewx2 double precision, skewy2 double precision); |
|---|
| 92 | DROP FUNCTION IF EXISTS st_samealignment(rast1 raster, rast2 raster); |
|---|
| 93 | DROP FUNCTION IF EXISTS st_rotation(raster); |
|---|
| 94 | DROP FUNCTION IF EXISTS st_reskew(rast raster, skewx double precision, skewy double precision, algorithm text, maxerr double precision); |
|---|
| 95 | DROP FUNCTION IF EXISTS st_reskew(rast raster, skewxy double precision, algorithm text, maxerr double precision); |
|---|
| 96 | DROP FUNCTION IF EXISTS st_rescale(rast raster, scalex double precision, scaley double precision, algorithm text, maxerr double precision); |
|---|
| 97 | DROP FUNCTION IF EXISTS st_rescale(rast raster, scalexy double precision, algorithm text, maxerr double precision); |
|---|
| 98 | DROP FUNCTION IF EXISTS st_resample(rast raster, width integer, height integer, srid integer, gridx double precision, gridy double precision, skewx double precision, skewy double precision, algorithm text, maxerr double precision); |
|---|
| 99 | DROP FUNCTION IF EXISTS st_resample(rast raster, srid integer, scalex double precision, scaley double precision, gridx double precision, gridy double precision, skewx double precision, skewy double precision, algorithm text, maxerr double precision); |
|---|
| 100 | DROP FUNCTION IF EXISTS st_resample(rast raster, ref raster, usescale boolean, algorithm text, maxerr double precision); |
|---|
| 101 | DROP FUNCTION IF EXISTS st_resample(rast raster, ref raster, algorithm text, maxerr double precision, usescale boolean); |
|---|
| 102 | DROP FUNCTION IF EXISTS st_reclass(rast raster, nband integer, reclassexpr text, pixeltype text, nodataval double precision); |
|---|
| 103 | DROP FUNCTION IF EXISTS st_reclass(rast raster, reclassexpr text, pixeltype text); |
|---|
| 104 | DROP FUNCTION IF EXISTS st_reclass(rast raster, VARIADIC reclassargset reclassarg[]); |
|---|
| 105 | DROP FUNCTION IF EXISTS st_raster2worldcoordy(rast raster, xr integer, yr integer); |
|---|
| 106 | DROP FUNCTION IF EXISTS st_raster2worldcoordy(rast raster, yr integer); |
|---|
| 107 | DROP FUNCTION IF EXISTS st_raster2worldcoordx(rast raster, xr integer, yr integer); |
|---|
| 108 | DROP FUNCTION IF EXISTS st_raster2worldcoordx(rast raster, xr integer); |
|---|
| 109 | DROP FUNCTION IF EXISTS st_range4ma(matrix double precision[], nodatamode text, VARIADIC args text[]); |
|---|
| 110 | DROP FUNCTION IF EXISTS st_quantile(rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, quantile double precision); |
|---|
| 111 | DROP FUNCTION IF EXISTS st_quantile(rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, quantiles double precision[]); |
|---|
| 112 | DROP FUNCTION IF EXISTS st_quantile(rastertable text, rastercolumn text, exclude_nodata_value boolean, quantile double precision); |
|---|
| 113 | DROP FUNCTION IF EXISTS st_quantile(rastertable text, rastercolumn text, nband integer, quantile double precision); |
|---|
| 114 | DROP FUNCTION IF EXISTS st_quantile(rastertable text, rastercolumn text, nband integer, quantiles double precision[]); |
|---|
| 115 | DROP FUNCTION IF EXISTS st_quantile(rast raster, nband integer, exclude_nodata_value boolean, quantile double precision); |
|---|
| 116 | DROP FUNCTION IF EXISTS st_quantile(rast raster, nband integer, exclude_nodata_value boolean, quantiles double precision[]); |
|---|
| 117 | DROP FUNCTION IF EXISTS st_quantile(rastertable text, rastercolumn text, quantile double precision); |
|---|
| 118 | DROP FUNCTION IF EXISTS st_quantile(rastertable text, rastercolumn text, quantiles double precision[]); |
|---|
| 119 | DROP FUNCTION IF EXISTS st_quantile(rast raster, exclude_nodata_value boolean, quantile double precision); |
|---|
| 120 | DROP FUNCTION IF EXISTS st_quantile(rast raster, nband integer, quantile double precision); |
|---|
| 121 | DROP FUNCTION IF EXISTS st_quantile(rast raster, nband integer, quantiles double precision[]); |
|---|
| 122 | DROP FUNCTION IF EXISTS st_quantile(rast raster, quantile double precision); |
|---|
| 123 | DROP FUNCTION IF EXISTS st_quantile(rast raster, quantiles double precision[]); |
|---|
| 124 | DROP FUNCTION IF EXISTS st_polygon(rast raster, band integer); |
|---|
| 125 | DROP FUNCTION IF EXISTS st_pixelwidth(raster); |
|---|
| 126 | DROP FUNCTION IF EXISTS st_pixelheight(raster); |
|---|
| 127 | DROP FUNCTION IF EXISTS st_pixelaspolygons(rast raster, band integer, OUT geom geometry, OUT val double precision, OUT x integer, OUT y integer); |
|---|
| 128 | DROP FUNCTION IF EXISTS st_pixelaspolygon(rast raster, band integer, x integer, y integer); |
|---|
| 129 | DROP FUNCTION IF EXISTS st_pixelaspolygon(rast raster, x integer, y integer); |
|---|
| 130 | DROP FUNCTION IF EXISTS st_numbands(raster); |
|---|
| 131 | DROP FUNCTION IF EXISTS st_minpossiblevalue(pixeltype text); |
|---|
| 132 | DROP FUNCTION IF EXISTS st_min4ma(matrix double precision[], nodatamode text, VARIADIC args text[]); |
|---|
| 133 | DROP FUNCTION IF EXISTS st_metadata(rast raster, OUT upperleftx double precision, OUT upperlefty double precision, OUT width integer, OUT height integer, OUT scalex double precision, OUT scaley double precision, OUT skewx double precision, OUT skewy double precision, OUT srid integer, OUT numbands integer); |
|---|
| 134 | DROP FUNCTION IF EXISTS st_mean4ma(matrix double precision[], nodatamode text, VARIADIC args text[]); |
|---|
| 135 | DROP FUNCTION IF EXISTS st_max4ma(matrix double precision[], nodatamode text, VARIADIC args text[]); |
|---|
| 136 | DROP FUNCTION IF EXISTS st_mapalgebrafctngb(rast raster, band integer, pixeltype text, ngbwidth integer, ngbheight integer, onerastngbuserfunc regprocedure, nodatamode text, VARIADIC args text[]); |
|---|
| 137 | DROP FUNCTION IF EXISTS st_mapalgebrafct(rast1 raster, band1 integer, rast2 raster, band2 integer, tworastuserfunc regprocedure, pixeltype text, extenttype text, VARIADIC userargs text[]); |
|---|
| 138 | DROP FUNCTION IF EXISTS st_mapalgebrafct(rast1 raster, rast2 raster, tworastuserfunc regprocedure, pixeltype text, extenttype text, VARIADIC userargs text[]); |
|---|
| 139 | DROP FUNCTION IF EXISTS st_mapalgebrafct(rast raster, band integer, pixeltype text, onerastuserfunc regprocedure, VARIADIC args text[]); |
|---|
| 140 | DROP FUNCTION IF EXISTS st_mapalgebrafct(rast raster, pixeltype text, onerastuserfunc regprocedure, VARIADIC args text[]); |
|---|
| 141 | DROP FUNCTION IF EXISTS st_mapalgebrafct(rast raster, band integer, onerastuserfunc regprocedure, VARIADIC args text[]); |
|---|
| 142 | DROP FUNCTION IF EXISTS st_mapalgebrafct(rast raster, band integer, pixeltype text, onerastuserfunc regprocedure); |
|---|
| 143 | DROP FUNCTION IF EXISTS st_mapalgebrafct(rast raster, onerastuserfunc regprocedure, VARIADIC args text[]); |
|---|
| 144 | DROP FUNCTION IF EXISTS st_mapalgebrafct(rast raster, pixeltype text, onerastuserfunc regprocedure); |
|---|
| 145 | DROP FUNCTION IF EXISTS st_mapalgebrafct(rast raster, band integer, onerastuserfunc regprocedure); |
|---|
| 146 | DROP FUNCTION IF EXISTS st_mapalgebrafct(rast raster, onerastuserfunc regprocedure); |
|---|
| 147 | DROP FUNCTION IF EXISTS st_mapalgebraexpr(rast1 raster, band1 integer, rast2 raster, band2 integer, expression text, pixeltype text, extenttype text, nodata1expr text, nodata2expr text, nodatanodataval double precision); |
|---|
| 148 | DROP FUNCTION IF EXISTS st_mapalgebraexpr(rast1 raster, rast2 raster, expression text, pixeltype text, extenttype text, nodata1expr text, nodata2expr text, nodatanodataval double precision); |
|---|
| 149 | DROP FUNCTION IF EXISTS st_mapalgebraexpr(rast raster, band integer, pixeltype text, expression text, nodataval double precision); |
|---|
| 150 | DROP FUNCTION IF EXISTS st_mapalgebraexpr(rast raster, pixeltype text, expression text, nodataval double precision); |
|---|
| 151 | DROP FUNCTION IF EXISTS st_makeemptyraster(width integer, height integer, upperleftx double precision, upperlefty double precision, scalex double precision, scaley double precision, skewx double precision, skewy double precision, srid integer); |
|---|
| 152 | DROP FUNCTION IF EXISTS st_makeemptyraster(width integer, height integer, upperleftx double precision, upperlefty double precision, pixelsize double precision); |
|---|
| 153 | DROP FUNCTION IF EXISTS st_makeemptyraster(rast raster); |
|---|
| 154 | DROP FUNCTION IF EXISTS st_isempty(rast raster); |
|---|
| 155 | DROP FUNCTION IF EXISTS st_intersects(rast1 raster, nband1 integer, rast2 raster, nband2 integer); |
|---|
| 156 | DROP FUNCTION IF EXISTS st_intersects(geom geometry, rast raster, nband integer); |
|---|
| 157 | DROP FUNCTION IF EXISTS st_intersects(rast raster, nband integer, geom geometry); |
|---|
| 158 | DROP FUNCTION IF EXISTS st_intersects(rast raster, geom geometry, nband integer); |
|---|
| 159 | DROP FUNCTION IF EXISTS st_intersects(rast1 raster, rast2 raster); |
|---|
| 160 | DROP FUNCTION IF EXISTS st_intersection(rast1 raster, band1 integer, rast2 raster, band2 integer, returnband text, otheruserfunc regprocedure); |
|---|
| 161 | DROP FUNCTION IF EXISTS st_intersection(rast1 raster, band1 integer, geom geometry, extenttype text, otheruserfunc regprocedure); |
|---|
| 162 | DROP FUNCTION IF EXISTS st_intersection(rast1 raster, band1 integer, rast2 raster, band2 integer, otheruserfunc regprocedure); |
|---|
| 163 | DROP FUNCTION IF EXISTS st_intersection(rast1 raster, geom geometry, extenttype text, otheruserfunc regprocedure); |
|---|
| 164 | DROP FUNCTION IF EXISTS st_intersection(rast1 raster, band1 integer, geom geometry, otheruserfunc regprocedure); |
|---|
| 165 | DROP FUNCTION IF EXISTS st_intersection(rast1 raster, rast2 raster, returnband text, otheruserfunc regprocedure); |
|---|
| 166 | DROP FUNCTION IF EXISTS st_intersection(rast1 raster, geom geometry, otheruserfunc regprocedure); |
|---|
| 167 | DROP FUNCTION IF EXISTS st_intersection(rast1 raster, rast2 raster, otheruserfunc regprocedure); |
|---|
| 168 | DROP FUNCTION IF EXISTS st_intersection(geomin geometry, rast raster, band integer); |
|---|
| 169 | DROP FUNCTION IF EXISTS st_histogram(rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, bins integer, width double precision[], "right" boolean); |
|---|
| 170 | DROP FUNCTION IF EXISTS st_histogram(rastertable text, rastercolumn text, nband integer, bins integer, width double precision[], "right" boolean); |
|---|
| 171 | DROP FUNCTION IF EXISTS st_histogram(rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, bins integer, "right" boolean); |
|---|
| 172 | DROP FUNCTION IF EXISTS st_histogram(rast raster, nband integer, exclude_nodata_value boolean, bins integer, width double precision[], "right" boolean); |
|---|
| 173 | DROP FUNCTION IF EXISTS st_histogram(rastertable text, rastercolumn text, nband integer, bins integer, "right" boolean); |
|---|
| 174 | DROP FUNCTION IF EXISTS st_histogram(rast raster, nband integer, bins integer, width double precision[], "right" boolean); |
|---|
| 175 | DROP FUNCTION IF EXISTS st_histogram(rast raster, nband integer, exclude_nodata_value boolean, bins integer, "right" boolean); |
|---|
| 176 | DROP FUNCTION IF EXISTS st_histogram(rast raster, nband integer, bins integer, "right" boolean); |
|---|
| 177 | DROP FUNCTION IF EXISTS st_hillshade(rast raster, band integer, pixeltype text, azimuth double precision, altitude double precision, max_bright double precision, elevation_scale double precision); |
|---|
| 178 | DROP FUNCTION IF EXISTS st_height(raster); |
|---|
| 179 | DROP FUNCTION IF EXISTS st_hasnoband(rast raster, nband integer); |
|---|
| 180 | DROP FUNCTION IF EXISTS st_georeference(rast raster, format text); |
|---|
| 181 | DROP FUNCTION IF EXISTS st_gdaldrivers(OUT idx integer, OUT short_name text, OUT long_name text, OUT create_options text); |
|---|
| 182 | DROP FUNCTION IF EXISTS st_envelope(raster); |
|---|
| 183 | DROP FUNCTION IF EXISTS st_dumpaspolygons(rast raster, band integer); |
|---|
| 184 | DROP FUNCTION IF EXISTS st_count(rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean); |
|---|
| 185 | DROP FUNCTION IF EXISTS st_count(rastertable text, rastercolumn text, exclude_nodata_value boolean); |
|---|
| 186 | DROP FUNCTION IF EXISTS st_count(rast raster, nband integer, exclude_nodata_value boolean); |
|---|
| 187 | DROP FUNCTION IF EXISTS st_count(rast raster, exclude_nodata_value boolean); |
|---|
| 188 | DROP FUNCTION IF EXISTS st_convexhull(raster); |
|---|
| 189 | DROP FUNCTION IF EXISTS st_clip(rast raster, band integer, geom geometry, nodata double precision, trimraster boolean); |
|---|
| 190 | DROP FUNCTION IF EXISTS st_clip(rast raster, band integer, geom geometry, trimraster boolean); |
|---|
| 191 | DROP FUNCTION IF EXISTS st_clip(rast raster, geom geometry, nodata double precision, trimraster boolean); |
|---|
| 192 | DROP FUNCTION IF EXISTS st_clip(rast raster, geom geometry, trimraster boolean); |
|---|
| 193 | DROP FUNCTION IF EXISTS st_bandpixeltype(rast raster, band integer); |
|---|
| 194 | DROP FUNCTION IF EXISTS st_bandpath(rast raster, band integer); |
|---|
| 195 | DROP FUNCTION IF EXISTS st_bandnodatavalue(rast raster, band integer); |
|---|
| 196 | DROP FUNCTION IF EXISTS st_bandmetadata(rast raster, band integer, OUT pixeltype text, OUT hasnodata boolean, OUT nodatavalue double precision, OUT isoutdb boolean, OUT path text); |
|---|
| 197 | DROP FUNCTION IF EXISTS st_bandmetadata(rast raster, band integer[], OUT bandnum integer, OUT pixeltype text, OUT hasnodata boolean, OUT nodatavalue double precision, OUT isoutdb boolean, OUT path text); |
|---|
| 198 | DROP FUNCTION IF EXISTS st_bandisnodata(rast raster, band integer, forcechecking boolean); |
|---|
| 199 | DROP FUNCTION IF EXISTS st_bandisnodata(rast raster, forcechecking boolean); |
|---|
| 200 | DROP FUNCTION IF EXISTS st_band(rast raster, nbands text, delimiter character); |
|---|
| 201 | DROP FUNCTION IF EXISTS st_band(rast raster, nband integer); |
|---|
| 202 | DROP FUNCTION IF EXISTS st_band(rast raster, nbands integer[]); |
|---|
| 203 | DROP FUNCTION IF EXISTS st_astiff(rast raster, nbands integer[], compression text, srid integer); |
|---|
| 204 | DROP FUNCTION IF EXISTS st_astiff(rast raster, nbands integer[], options text[], srid integer); |
|---|
| 205 | DROP FUNCTION IF EXISTS st_astiff(rast raster, compression text, srid integer); |
|---|
| 206 | DROP FUNCTION IF EXISTS st_astiff(rast raster, options text[], srid integer); |
|---|
| 207 | DROP FUNCTION IF EXISTS st_asraster(geom geometry, width integer, height integer, pixeltype text, value double precision, nodataval double precision, upperleftx double precision, upperlefty double precision, skewx double precision, skewy double precision, touched boolean); |
|---|
| 208 | DROP FUNCTION IF EXISTS st_asraster(geom geometry, width integer, height integer, gridx double precision, gridy double precision, pixeltype text, value double precision, nodataval double precision, skewx double precision, skewy double precision, touched boolean); |
|---|
| 209 | DROP FUNCTION IF EXISTS st_asraster(geom geometry, scalex double precision, scaley double precision, pixeltype text, value double precision, nodataval double precision, upperleftx double precision, upperlefty double precision, skewx double precision, skewy double precision, touched boolean); |
|---|
| 210 | DROP FUNCTION IF EXISTS st_asraster(geom geometry, scalex double precision, scaley double precision, gridx double precision, gridy double precision, pixeltype text, value double precision, nodataval double precision, skewx double precision, skewy double precision, touched boolean); |
|---|
| 211 | DROP FUNCTION IF EXISTS st_asraster(geom geometry, width integer, height integer, pixeltype text[], value double precision[], nodataval double precision[], upperleftx double precision, upperlefty double precision, skewx double precision, skewy double precision, touched boolean); |
|---|
| 212 | DROP FUNCTION IF EXISTS st_asraster(geom geometry, width integer, height integer, gridx double precision, gridy double precision, pixeltype text[], value double precision[], nodataval double precision[], skewx double precision, skewy double precision, touched boolean); |
|---|
| 213 | DROP FUNCTION IF EXISTS st_asraster(geom geometry, scalex double precision, scaley double precision, pixeltype text[], value double precision[], nodataval double precision[], upperleftx double precision, upperlefty double precision, skewx double precision, skewy double precision, touched boolean); |
|---|
| 214 | DROP FUNCTION IF EXISTS st_asraster(geom geometry, scalex double precision, scaley double precision, gridx double precision, gridy double precision, pixeltype text[], value double precision[], nodataval double precision[], skewx double precision, skewy double precision, touched boolean); |
|---|
| 215 | DROP FUNCTION IF EXISTS st_asraster(geom geometry, ref raster, pixeltype text, value double precision, nodataval double precision, touched boolean); |
|---|
| 216 | DROP FUNCTION IF EXISTS st_asraster(geom geometry, ref raster, pixeltype text[], value double precision[], nodataval double precision[], touched boolean); |
|---|
| 217 | DROP FUNCTION IF EXISTS st_aspng(rast raster, nband integer, compression integer); |
|---|
| 218 | DROP FUNCTION IF EXISTS st_aspng(rast raster, nband integer, options text[]); |
|---|
| 219 | DROP FUNCTION IF EXISTS st_aspng(rast raster, nbands integer[], compression integer); |
|---|
| 220 | DROP FUNCTION IF EXISTS st_aspng(rast raster, nbands integer[], options text[]); |
|---|
| 221 | DROP FUNCTION IF EXISTS st_aspng(rast raster, options text[]); |
|---|
| 222 | DROP FUNCTION IF EXISTS st_aspect(rast raster, band integer, pixeltype text); |
|---|
| 223 | DROP FUNCTION IF EXISTS st_asjpeg(rast raster, nband integer, quality integer); |
|---|
| 224 | DROP FUNCTION IF EXISTS st_asjpeg(rast raster, nband integer, options text[]); |
|---|
| 225 | DROP FUNCTION IF EXISTS st_asjpeg(rast raster, nbands integer[], quality integer); |
|---|
| 226 | DROP FUNCTION IF EXISTS st_asjpeg(rast raster, nbands integer[], options text[]); |
|---|
| 227 | DROP FUNCTION IF EXISTS st_asjpeg(rast raster, options text[]); |
|---|
| 228 | DROP FUNCTION IF EXISTS st_asgdalraster(rast raster, format text, options text[], srid integer); |
|---|
| 229 | DROP FUNCTION IF EXISTS st_asbinary(raster); |
|---|
| 230 | DROP FUNCTION IF EXISTS st_approxsummarystats(rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, sample_percent double precision); |
|---|
| 231 | DROP FUNCTION IF EXISTS st_approxsummarystats(rastertable text, rastercolumn text, nband integer, sample_percent double precision); |
|---|
| 232 | DROP FUNCTION IF EXISTS st_approxsummarystats(rast raster, nband integer, exclude_nodata_value boolean, sample_percent double precision); |
|---|
| 233 | DROP FUNCTION IF EXISTS st_approxsummarystats(rastertable text, rastercolumn text, sample_percent double precision); |
|---|
| 234 | DROP FUNCTION IF EXISTS st_approxsummarystats(rastertable text, rastercolumn text, exclude_nodata_value boolean); |
|---|
| 235 | DROP FUNCTION IF EXISTS st_approxsummarystats(rast raster, exclude_nodata_value boolean, sample_percent double precision); |
|---|
| 236 | DROP FUNCTION IF EXISTS st_approxsummarystats(rast raster, nband integer, sample_percent double precision); |
|---|
| 237 | DROP FUNCTION IF EXISTS st_approxsummarystats(rast raster, sample_percent double precision); |
|---|
| 238 | DROP FUNCTION IF EXISTS st_approxquantile(rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, sample_percent double precision, quantile double precision); |
|---|
| 239 | DROP FUNCTION IF EXISTS st_approxquantile(rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, sample_percent double precision, quantiles double precision[]); |
|---|
| 240 | DROP FUNCTION IF EXISTS st_approxquantile(rastertable text, rastercolumn text, nband integer, sample_percent double precision, quantile double precision); |
|---|
| 241 | DROP FUNCTION IF EXISTS st_approxquantile(rastertable text, rastercolumn text, nband integer, sample_percent double precision, quantiles double precision[]); |
|---|
| 242 | DROP FUNCTION IF EXISTS st_approxquantile(rast raster, nband integer, exclude_nodata_value boolean, sample_percent double precision, quantile double precision); |
|---|
| 243 | DROP FUNCTION IF EXISTS st_approxquantile(rast raster, nband integer, exclude_nodata_value boolean, sample_percent double precision, quantiles double precision[]); |
|---|
| 244 | DROP FUNCTION IF EXISTS st_approxquantile(rastertable text, rastercolumn text, exclude_nodata_value boolean, quantile double precision); |
|---|
| 245 | DROP FUNCTION IF EXISTS st_approxquantile(rastertable text, rastercolumn text, sample_percent double precision, quantile double precision); |
|---|
| 246 | DROP FUNCTION IF EXISTS st_approxquantile(rastertable text, rastercolumn text, sample_percent double precision, quantiles double precision[]); |
|---|
| 247 | DROP FUNCTION IF EXISTS st_approxquantile(rast raster, nband integer, sample_percent double precision, quantile double precision); |
|---|
| 248 | DROP FUNCTION IF EXISTS st_approxquantile(rast raster, nband integer, sample_percent double precision, quantiles double precision[]); |
|---|
| 249 | DROP FUNCTION IF EXISTS st_approxquantile(rastertable text, rastercolumn text, quantile double precision); |
|---|
| 250 | DROP FUNCTION IF EXISTS st_approxquantile(rastertable text, rastercolumn text, quantiles double precision[]); |
|---|
| 251 | DROP FUNCTION IF EXISTS st_approxquantile(rast raster, exclude_nodata_value boolean, quantile double precision); |
|---|
| 252 | DROP FUNCTION IF EXISTS st_approxquantile(rast raster, sample_percent double precision, quantile double precision); |
|---|
| 253 | DROP FUNCTION IF EXISTS st_approxquantile(rast raster, sample_percent double precision, quantiles double precision[]); |
|---|
| 254 | DROP FUNCTION IF EXISTS st_approxquantile(rast raster, quantile double precision); |
|---|
| 255 | DROP FUNCTION IF EXISTS st_approxquantile(rast raster, quantiles double precision[]); |
|---|
| 256 | DROP FUNCTION IF EXISTS st_approxhistogram(rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, sample_percent double precision, bins integer, width double precision[], "right" boolean); |
|---|
| 257 | DROP FUNCTION IF EXISTS st_approxhistogram(rastertable text, rastercolumn text, nband integer, sample_percent double precision, bins integer, width double precision[], "right" boolean); |
|---|
| 258 | DROP FUNCTION IF EXISTS st_approxhistogram(rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, sample_percent double precision, bins integer, "right" boolean); |
|---|
| 259 | DROP FUNCTION IF EXISTS st_approxhistogram(rast raster, nband integer, exclude_nodata_value boolean, sample_percent double precision, bins integer, width double precision[], "right" boolean); |
|---|
| 260 | DROP FUNCTION IF EXISTS st_approxhistogram(rastertable text, rastercolumn text, nband integer, sample_percent double precision, bins integer, "right" boolean); |
|---|
| 261 | DROP FUNCTION IF EXISTS st_approxhistogram(rast raster, nband integer, sample_percent double precision, bins integer, width double precision[], "right" boolean); |
|---|
| 262 | DROP FUNCTION IF EXISTS st_approxhistogram(rast raster, nband integer, exclude_nodata_value boolean, sample_percent double precision, bins integer, "right" boolean); |
|---|
| 263 | DROP FUNCTION IF EXISTS st_approxhistogram(rast raster, nband integer, sample_percent double precision, bins integer, "right" boolean); |
|---|
| 264 | DROP FUNCTION IF EXISTS st_approxhistogram(rastertable text, rastercolumn text, nband integer, sample_percent double precision); |
|---|
| 265 | DROP FUNCTION IF EXISTS st_approxhistogram(rastertable text, rastercolumn text, sample_percent double precision); |
|---|
| 266 | DROP FUNCTION IF EXISTS st_approxhistogram(rast raster, nband integer, sample_percent double precision); |
|---|
| 267 | DROP FUNCTION IF EXISTS st_approxhistogram(rast raster, sample_percent double precision); |
|---|
| 268 | DROP FUNCTION IF EXISTS st_approxcount(rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, sample_percent double precision); |
|---|
| 269 | DROP FUNCTION IF EXISTS st_approxcount(rastertable text, rastercolumn text, exclude_nodata_value boolean, sample_percent double precision); |
|---|
| 270 | DROP FUNCTION IF EXISTS st_approxcount(rastertable text, rastercolumn text, nband integer, sample_percent double precision); |
|---|
| 271 | DROP FUNCTION IF EXISTS st_approxcount(rast raster, nband integer, exclude_nodata_value boolean, sample_percent double precision); |
|---|
| 272 | DROP FUNCTION IF EXISTS st_approxcount(rastertable text, rastercolumn text, sample_percent double precision); |
|---|
| 273 | DROP FUNCTION IF EXISTS st_approxcount(rast raster, exclude_nodata_value boolean, sample_percent double precision); |
|---|
| 274 | DROP FUNCTION IF EXISTS st_approxcount(rast raster, nband integer, sample_percent double precision); |
|---|
| 275 | DROP FUNCTION IF EXISTS st_approxcount(rast raster, sample_percent double precision); |
|---|
| 276 | DROP FUNCTION IF EXISTS st_addband(rast raster, index integer, pixeltype text, initialvalue double precision, nodataval double precision); |
|---|
| 277 | DROP FUNCTION IF EXISTS st_addband(torast raster, fromrast raster, fromband integer, torastindex integer); |
|---|
| 278 | DROP FUNCTION IF EXISTS st_addband(rast raster, pixeltype text, initialvalue double precision, nodataval double precision); |
|---|
| 279 | DROP FUNCTION IF EXISTS st_addband(torast raster, fromrasts raster[], fromband integer); |
|---|
| 280 | DROP FUNCTION IF EXISTS raster_same(raster, raster); |
|---|
| 281 | DROP FUNCTION IF EXISTS raster_right(raster, raster); |
|---|
| 282 | DROP FUNCTION IF EXISTS raster_overright(raster, raster); |
|---|
| 283 | DROP FUNCTION IF EXISTS raster_overleft(raster, raster); |
|---|
| 284 | DROP FUNCTION IF EXISTS raster_overlap(raster, raster); |
|---|
| 285 | DROP FUNCTION IF EXISTS raster_overbelow(raster, raster); |
|---|
| 286 | DROP FUNCTION IF EXISTS raster_overabove(raster, raster); |
|---|
| 287 | DROP FUNCTION IF EXISTS raster_left(raster, raster); |
|---|
| 288 | DROP FUNCTION IF EXISTS raster_contained(raster, raster); |
|---|
| 289 | DROP FUNCTION IF EXISTS raster_contain(raster, raster); |
|---|
| 290 | DROP FUNCTION IF EXISTS raster_below(raster, raster); |
|---|
| 291 | DROP FUNCTION IF EXISTS raster_above(raster, raster); |
|---|
| 292 | DROP FUNCTION IF EXISTS postgis_raster_lib_version(); |
|---|
| 293 | DROP FUNCTION IF EXISTS postgis_raster_lib_build_date(); |
|---|
| 294 | DROP FUNCTION IF EXISTS postgis_gdal_version(); |
|---|
| 295 | DROP FUNCTION IF EXISTS droprasterconstraints(rastschema name, rasttable name, rastcolumn name, srid boolean, scale_x boolean, scale_y boolean, blocksize_x boolean, blocksize_y boolean, same_alignment boolean, regular_blocking boolean, num_bands boolean, pixel_types boolean, nodata_values boolean, extent boolean); |
|---|
| 296 | DROP FUNCTION IF EXISTS droprasterconstraints(rasttable name, rastcolumn name, srid boolean, scale_x boolean, scale_y boolean, blocksize_x boolean, blocksize_y boolean, same_alignment boolean, regular_blocking boolean, num_bands boolean, pixel_types boolean, nodata_values boolean, extent boolean); |
|---|
| 297 | DROP FUNCTION IF EXISTS droprasterconstraints(rastschema name, rasttable name, rastcolumn name, VARIADIC constraints text[]); |
|---|
| 298 | DROP FUNCTION IF EXISTS droprasterconstraints(rasttable name, rastcolumn name, VARIADIC constraints text[]); |
|---|
| 299 | DROP FUNCTION IF EXISTS dropoverviewconstraints(ovschema name, ovtable name, ovcolumn name); |
|---|
| 300 | DROP FUNCTION IF EXISTS dropoverviewconstraints(ovtable name, ovcolumn name); |
|---|
| 301 | DROP FUNCTION IF EXISTS bytea(raster); |
|---|
| 302 | DROP FUNCTION IF EXISTS box3d(raster); |
|---|
| 303 | DROP FUNCTION IF EXISTS addrasterconstraints(rastschema name, rasttable name, rastcolumn name, srid boolean, scale_x boolean, scale_y boolean, blocksize_x boolean, blocksize_y boolean, same_alignment boolean, regular_blocking boolean, num_bands boolean, pixel_types boolean, nodata_values boolean, extent boolean); |
|---|
| 304 | DROP FUNCTION IF EXISTS addrasterconstraints(rasttable name, rastcolumn name, srid boolean, scale_x boolean, scale_y boolean, blocksize_x boolean, blocksize_y boolean, same_alignment boolean, regular_blocking boolean, num_bands boolean, pixel_types boolean, nodata_values boolean, extent boolean); |
|---|
| 305 | DROP FUNCTION IF EXISTS addrasterconstraints(rastschema name, rasttable name, rastcolumn name, VARIADIC constraints text[]); |
|---|
| 306 | DROP FUNCTION IF EXISTS addrasterconstraints(rasttable name, rastcolumn name, VARIADIC constraints text[]); |
|---|
| 307 | DROP FUNCTION IF EXISTS addoverviewconstraints(ovschema name, ovtable name, ovcolumn name, refschema name, reftable name, refcolumn name, ovfactor integer); |
|---|
| 308 | DROP FUNCTION IF EXISTS addoverviewconstraints(ovtable name, ovcolumn name, reftable name, refcolumn name, ovfactor integer); |
|---|
| 309 | DROP FUNCTION IF EXISTS _st_valuecount(rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, searchvalues double precision[], roundto double precision); |
|---|
| 310 | DROP FUNCTION IF EXISTS _st_valuecount(rast raster, nband integer, exclude_nodata_value boolean, searchvalues double precision[], roundto double precision); |
|---|
| 311 | DROP FUNCTION IF EXISTS _st_summarystats(rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, sample_percent double precision); |
|---|
| 312 | DROP FUNCTION IF EXISTS _st_summarystats(rast raster, nband integer, exclude_nodata_value boolean, sample_percent double precision); |
|---|
| 313 | DROP FUNCTION IF EXISTS _st_slope4ma(matrix double precision[], nodatamode text, VARIADIC args text[]); |
|---|
| 314 | DROP FUNCTION IF EXISTS _st_resample(rast raster, algorithm text, maxerr double precision, srid integer, scalex double precision, scaley double precision, gridx double precision, gridy double precision, skewx double precision, skewy double precision, width integer, height integer); |
|---|
| 315 | DROP FUNCTION IF EXISTS _st_reclass(rast raster, VARIADIC reclassargset reclassarg[]); |
|---|
| 316 | DROP FUNCTION IF EXISTS _st_quantile(rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, sample_percent double precision, quantiles double precision[]); |
|---|
| 317 | DROP FUNCTION IF EXISTS _st_quantile(rast raster, nband integer, exclude_nodata_value boolean, sample_percent double precision, quantiles double precision[]); |
|---|
| 318 | DROP FUNCTION IF EXISTS _st_mapalgebra4unionstate(rast1 raster, rast2 raster, p_expression text, p_nodata1expr text, p_nodata2expr text, p_nodatanodataval double precision, t_expression text, t_nodata1expr text, t_nodata2expr text, t_nodatanodataval double precision); |
|---|
| 319 | DROP FUNCTION IF EXISTS _st_mapalgebra4unionstate(rast1 raster, rast2 raster, bandnum integer, p_expression text); |
|---|
| 320 | DROP FUNCTION IF EXISTS _st_mapalgebra4unionstate(rast1 raster, rast2 raster, p_expression text); |
|---|
| 321 | DROP FUNCTION IF EXISTS _st_mapalgebra4unionstate(rast1 raster, rast2 raster, bandnum integer); |
|---|
| 322 | DROP FUNCTION IF EXISTS _st_mapalgebra4unionstate(rast1 raster, rast2 raster); |
|---|
| 323 | DROP FUNCTION IF EXISTS _st_mapalgebra4unionfinal1(rast raster); |
|---|
| 324 | DROP FUNCTION IF EXISTS _st_intersects(rast1 raster, nband1 integer, rast2 raster, nband2 integer); |
|---|
| 325 | DROP FUNCTION IF EXISTS _st_intersects(geom geometry, rast raster, nband integer); |
|---|
| 326 | DROP FUNCTION IF EXISTS _st_intersects(rast raster, geom geometry, nband integer); |
|---|
| 327 | DROP FUNCTION IF EXISTS _st_intersection(rast1 raster, band1 integer, rast2 raster, band2 integer, extenttype text, returnband text, otheruserfunc regprocedure); |
|---|
| 328 | DROP FUNCTION IF EXISTS _st_histogram(rast raster, nband integer, exclude_nodata_value boolean, sample_percent double precision, bins integer, width double precision[], "right" boolean, min double precision, max double precision); |
|---|
| 329 | DROP FUNCTION IF EXISTS _st_histogram(rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, sample_percent double precision, bins integer, width double precision[], "right" boolean); |
|---|
| 330 | DROP FUNCTION IF EXISTS _st_hillshade4ma(matrix double precision[], nodatamode text, VARIADIC args text[]); |
|---|
| 331 | DROP FUNCTION IF EXISTS _st_dumpaswktpolygons(rast raster, band integer); |
|---|
| 332 | DROP FUNCTION IF EXISTS _st_count(rastertable text, rastercolumn text, nband integer, exclude_nodata_value boolean, sample_percent double precision); |
|---|
| 333 | DROP FUNCTION IF EXISTS _st_count(rast raster, nband integer, exclude_nodata_value boolean, sample_percent double precision); |
|---|
| 334 | DROP FUNCTION IF EXISTS _st_asraster(geom geometry, scalex double precision, scaley double precision, width integer, height integer, pixeltype text[], value double precision[], nodataval double precision[], upperleftx double precision, upperlefty double precision, gridx double precision, gridy double precision, skewx double precision, skewy double precision, touched boolean); |
|---|
| 335 | DROP FUNCTION IF EXISTS _st_aspect4ma(matrix double precision[], nodatamode text, VARIADIC args text[]); |
|---|
| 336 | DROP FUNCTION IF EXISTS _raster_constraint_pixel_types(rast raster); |
|---|
| 337 | DROP FUNCTION IF EXISTS _raster_constraint_nodata_values(rast raster); |
|---|
| 338 | DROP FUNCTION IF EXISTS _raster_constraint_info_srid(rastschema name, rasttable name, rastcolumn name); |
|---|
| 339 | DROP FUNCTION IF EXISTS _raster_constraint_info_scale(rastschema name, rasttable name, rastcolumn name, axis character); |
|---|
| 340 | DROP FUNCTION IF EXISTS _raster_constraint_info_regular_blocking(rastschema name, rasttable name, rastcolumn name); |
|---|
| 341 | DROP FUNCTION IF EXISTS _raster_constraint_info_pixel_types(rastschema name, rasttable name, rastcolumn name); |
|---|
| 342 | DROP FUNCTION IF EXISTS _raster_constraint_info_num_bands(rastschema name, rasttable name, rastcolumn name); |
|---|
| 343 | DROP FUNCTION IF EXISTS _raster_constraint_info_nodata_values(rastschema name, rasttable name, rastcolumn name); |
|---|
| 344 | DROP FUNCTION IF EXISTS _raster_constraint_info_extent(rastschema name, rasttable name, rastcolumn name); |
|---|
| 345 | DROP FUNCTION IF EXISTS _raster_constraint_info_blocksize(rastschema name, rasttable name, rastcolumn name, axis text); |
|---|
| 346 | DROP FUNCTION IF EXISTS _raster_constraint_info_alignment(rastschema name, rasttable name, rastcolumn name); |
|---|
| 347 | DROP FUNCTION IF EXISTS _overview_constraint_info(ovschema name, ovtable name, ovcolumn name, OUT refschema name, OUT reftable name, OUT refcolumn name, OUT factor integer); |
|---|
| 348 | DROP FUNCTION IF EXISTS _overview_constraint(ov raster, factor integer, refschema name, reftable name, refcolumn name); |
|---|
| 349 | DROP FUNCTION IF EXISTS _drop_raster_constraint_srid(rastschema name, rasttable name, rastcolumn name); |
|---|
| 350 | DROP FUNCTION IF EXISTS _drop_raster_constraint_scale(rastschema name, rasttable name, rastcolumn name, axis character); |
|---|
| 351 | DROP FUNCTION IF EXISTS _drop_raster_constraint_regular_blocking(rastschema name, rasttable name, rastcolumn name); |
|---|
| 352 | DROP FUNCTION IF EXISTS _drop_raster_constraint_pixel_types(rastschema name, rasttable name, rastcolumn name); |
|---|
| 353 | DROP FUNCTION IF EXISTS _drop_raster_constraint_num_bands(rastschema name, rasttable name, rastcolumn name); |
|---|
| 354 | DROP FUNCTION IF EXISTS _drop_raster_constraint_nodata_values(rastschema name, rasttable name, rastcolumn name); |
|---|
| 355 | DROP FUNCTION IF EXISTS _drop_raster_constraint_extent(rastschema name, rasttable name, rastcolumn name); |
|---|
| 356 | DROP FUNCTION IF EXISTS _drop_raster_constraint_blocksize(rastschema name, rasttable name, rastcolumn name, axis text); |
|---|
| 357 | DROP FUNCTION IF EXISTS _drop_raster_constraint_alignment(rastschema name, rasttable name, rastcolumn name); |
|---|
| 358 | DROP FUNCTION IF EXISTS _drop_raster_constraint(rastschema name, rasttable name, cn name); |
|---|
| 359 | DROP FUNCTION IF EXISTS _drop_overview_constraint(ovschema name, ovtable name, ovcolumn name); |
|---|
| 360 | DROP FUNCTION IF EXISTS _add_raster_constraint_srid(rastschema name, rasttable name, rastcolumn name); |
|---|
| 361 | DROP FUNCTION IF EXISTS _add_raster_constraint_scale(rastschema name, rasttable name, rastcolumn name, axis character); |
|---|
| 362 | DROP FUNCTION IF EXISTS _add_raster_constraint_regular_blocking(rastschema name, rasttable name, rastcolumn name); |
|---|
| 363 | DROP FUNCTION IF EXISTS _add_raster_constraint_pixel_types(rastschema name, rasttable name, rastcolumn name); |
|---|
| 364 | DROP FUNCTION IF EXISTS _add_raster_constraint_num_bands(rastschema name, rasttable name, rastcolumn name); |
|---|
| 365 | DROP FUNCTION IF EXISTS _add_raster_constraint_nodata_values(rastschema name, rasttable name, rastcolumn name); |
|---|
| 366 | DROP FUNCTION IF EXISTS _add_raster_constraint_extent(rastschema name, rasttable name, rastcolumn name); |
|---|
| 367 | DROP FUNCTION IF EXISTS _add_raster_constraint_blocksize(rastschema name, rasttable name, rastcolumn name, axis text); |
|---|
| 368 | DROP FUNCTION IF EXISTS _add_raster_constraint_alignment(rastschema name, rasttable name, rastcolumn name); |
|---|
| 369 | DROP FUNCTION IF EXISTS _add_raster_constraint(cn name, sql text); |
|---|
| 370 | DROP FUNCTION IF EXISTS _add_overview_constraint(ovschema name, ovtable name, ovcolumn name, refschema name, reftable name, refcolumn name, factor integer); |
|---|
| 371 | DROP TYPE IF EXISTS wktgeomval; |
|---|
| 372 | DROP TYPE IF EXISTS valuecount; |
|---|
| 373 | DROP TYPE IF EXISTS summarystats; |
|---|
| 374 | DROP TYPE IF EXISTS reclassarg; |
|---|
| 375 | DROP TYPE IF EXISTS raster CASCADE; |
|---|
| 376 | DROP FUNCTION IF EXISTS raster_out(raster); |
|---|
| 377 | DROP FUNCTION IF EXISTS raster_in(cstring); |
|---|
| 378 | DROP TYPE IF EXISTS quantile; |
|---|
| 379 | DROP TYPE IF EXISTS histogram; |
|---|
| 380 | DROP TYPE IF EXISTS geomval; |
|---|