Changes between Version 15 and Version 16 of WKTRaster/FAQ
- Timestamp:
- 03/22/10 11:30:58 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/FAQ
v15 v16 14 14 * rasters to overlaps (which is necessary to implement lossless vector to raster conversion) 15 15 16 These arrangement are possible in Oracle as well, but they implies the storage of multiple SDO_GEORASTER objects linked to as many SDO_RASTER table. A complex coverage can lead to hundreds of tablein the database. With WKT Raster you can store a similar raster arrangement into a unique table.16 These arrangements are possible in Oracle as well, but they implies the storage of multiple SDO_GEORASTER objects linked to as many SDO_RASTER tables. A complex coverage can lead to hundreds of tables in the database. With WKT Raster you can store a similar raster arrangement into a unique table. 17 17 18 18 '''3 - Why do you say "WKT Raster goal is to implement the RASTER type as much as possible like the GEOMETRY type is implemented in PostGIS"? Vector and raster are very different and have always been threated differently in GIS packages.'''