Changes between Version 155 and Version 156 of WKTRaster/SpecificationWorking03
- Timestamp:
- 09/20/11 08:17:03 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking03
v155 v156 82 82 These set of functions are required because there are cases where ST_Intersects(raster, geometry) != ST_Intersects(geometry, raster). 83 83 84 84 [[Image(st_intersects_triangle.png)]] 85 86 In the image above, the black border denotes the boundary of a triangle polygon and the red within is the raster version of the geometry. The polygon touches the raster in blue while the red raster does not. 85 87 86 88 '''ST_AsRaster(geometry, pixeltype, val, nodataval, ulx, uly, width, height, pixelsizex, pixelsizey, skewx, skewy) -> raster - done see below'''