Home
last modified time | relevance | path

Searched refs:newraster (Results 1 – 17 of 17) sorted by relevance

/dports/databases/postgis32/postgis-3.2.0/raster/scripts/plpgsql/
H A Dst_createindexraster.sql28 newraster raster := ST_AddBand(ST_MakeEmptyRaster(rast), pixeltype);
31 w int := ST_Width(newraster);
32 h int := ST_Height(newraster);
49newraster = ST_SetBandNodataValue(ST_MapAlgebraExpr(newraster, pixeltype, 'abs([rast.x] - ' || xdi…
54newraster = ST_SetBandNodataValue(ST_MapAlgebraExpr(newraster, pixeltype, 'abs([rast.x] - (' || w:…
56 RETURN newraster;
H A Dst_setvalues.sql31 newraster raster := rast;
115 IF ST_Value(newraster, newband, cx, cy) != rastnodataval THEN
116 newraster := ST_SetValue(newraster, newband, cx, cy, newval);
123 newraster := ST_SetValue(newraster, newband, cx, cy, newval);
128 RETURN newraster;
210 newraster raster := rast1;
342 …IF (ST_Value(newraster, newband1, cx, cy) != rast1nodataval) AND (NOT newkeepsourcenodata OR r2val…
343 newraster := ST_SetValue(newraster, newband1, cx, cy, r2val);
354 newraster := ST_SetValue(newraster, newband1, cx, cy, r2val);
359 RETURN newraster;
H A Dst_addband.sql14 newraster raster;
41newraster := ST_AddBand(rast1, newindex, ST_BandPixelType(rast2, newband), newnodatavalue, newnoda…
44 newraster := ST_SetValue(newraster, newindex, x, y, ST_Value(rast2, newband, x, y));
47 RETURN newraster;
H A Dst_setarray.sql9 newraster raster := rast;
/dports/databases/postgis31/postgis-3.1.4/raster/scripts/plpgsql/
H A Dst_createindexraster.sql28 newraster raster := ST_AddBand(ST_MakeEmptyRaster(rast), pixeltype);
31 w int := ST_Width(newraster);
32 h int := ST_Height(newraster);
49newraster = ST_SetBandNodataValue(ST_MapAlgebraExpr(newraster, pixeltype, 'abs([rast.x] - ' || xdi…
54newraster = ST_SetBandNodataValue(ST_MapAlgebraExpr(newraster, pixeltype, 'abs([rast.x] - (' || w:…
56 RETURN newraster;
H A Dst_setvalues.sql31 newraster raster := rast;
115 IF ST_Value(newraster, newband, cx, cy) != rastnodataval THEN
116 newraster := ST_SetValue(newraster, newband, cx, cy, newval);
123 newraster := ST_SetValue(newraster, newband, cx, cy, newval);
128 RETURN newraster;
210 newraster raster := rast1;
342 …IF (ST_Value(newraster, newband1, cx, cy) != rast1nodataval) AND (NOT newkeepsourcenodata OR r2val…
343 newraster := ST_SetValue(newraster, newband1, cx, cy, r2val);
354 newraster := ST_SetValue(newraster, newband1, cx, cy, r2val);
359 RETURN newraster;
H A Dst_addband.sql14 newraster raster;
41newraster := ST_AddBand(rast1, newindex, ST_BandPixelType(rast2, newband), newnodatavalue, newnoda…
44 newraster := ST_SetValue(newraster, newindex, x, y, ST_Value(rast2, newband, x, y));
47 RETURN newraster;
H A Dst_setarray.sql9 newraster raster := rast;
/dports/databases/postgis30/postgis-3.0.4/raster/scripts/plpgsql/
H A Dst_createindexraster.sql28 newraster raster := ST_AddBand(ST_MakeEmptyRaster(rast), pixeltype);
31 w int := ST_Width(newraster);
32 h int := ST_Height(newraster);
49newraster = ST_SetBandNodataValue(ST_MapAlgebraExpr(newraster, pixeltype, 'abs([rast.x] - ' || xdi…
54newraster = ST_SetBandNodataValue(ST_MapAlgebraExpr(newraster, pixeltype, 'abs([rast.x] - (' || w:…
56 RETURN newraster;
H A Dst_setvalues.sql31 newraster raster := rast;
115 IF ST_Value(newraster, newband, cx, cy) != rastnodataval THEN
116 newraster := ST_SetValue(newraster, newband, cx, cy, newval);
123 newraster := ST_SetValue(newraster, newband, cx, cy, newval);
128 RETURN newraster;
210 newraster raster := rast1;
342 …IF (ST_Value(newraster, newband1, cx, cy) != rast1nodataval) AND (NOT newkeepsourcenodata OR r2val…
343 newraster := ST_SetValue(newraster, newband1, cx, cy, r2val);
354 newraster := ST_SetValue(newraster, newband1, cx, cy, r2val);
359 RETURN newraster;
H A Dst_addband.sql14 newraster raster;
41newraster := ST_AddBand(rast1, newindex, ST_BandPixelType(rast2, newband), newnodatavalue, newnoda…
44 newraster := ST_SetValue(newraster, newindex, x, y, ST_Value(rast2, newband, x, y));
47 RETURN newraster;
H A Dst_setarray.sql9 newraster raster := rast;
/dports/databases/postgis25/postgis-2.5.5/raster/scripts/plpgsql/
H A Dst_createindexraster.sql28 newraster raster := ST_AddBand(ST_MakeEmptyRaster(rast), pixeltype);
31 w int := ST_Width(newraster);
32 h int := ST_Height(newraster);
49newraster = ST_SetBandNodataValue(ST_MapAlgebraExpr(newraster, pixeltype, 'abs([rast.x] - ' || xdi…
54newraster = ST_SetBandNodataValue(ST_MapAlgebraExpr(newraster, pixeltype, 'abs([rast.x] - (' || w:…
56 RETURN newraster;
H A Dst_setvalues.sql31 newraster raster := rast;
115 IF ST_Value(newraster, newband, cx, cy) != rastnodataval THEN
116 newraster := ST_SetValue(newraster, newband, cx, cy, newval);
123 newraster := ST_SetValue(newraster, newband, cx, cy, newval);
128 RETURN newraster;
210 newraster raster := rast1;
342 …IF (ST_Value(newraster, newband1, cx, cy) != rast1nodataval) AND (NOT newkeepsourcenodata OR r2val…
343 newraster := ST_SetValue(newraster, newband1, cx, cy, r2val);
354 newraster := ST_SetValue(newraster, newband1, cx, cy, r2val);
359 RETURN newraster;
H A Dst_addband.sql14 newraster raster;
41newraster := ST_AddBand(rast1, newindex, ST_BandPixelType(rast2, newband), newnodatavalue, newnoda…
44 newraster := ST_SetValue(newraster, newindex, x, y, ST_Value(rast2, newband, x, y));
47 RETURN newraster;
H A Dst_setarray.sql9 newraster raster := rast;
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcomcd.c62 newmax, style, newraster; in us_color() local
261 newraster = myatoi(pp); in us_color()
262 (void)setind((INTBIG)desc, VGRAPHICS, x_("raster"), j, newraster); in us_color()
450 newraster = myatoi(++pp); in us_color()
451 (void)setind((INTBIG)desc, VGRAPHICS, x_("raster"), l, newraster); in us_color()