Changes between Version 192 and Version 193 of WKTRaster/SpecificationWorking03
- Timestamp:
- 11/30/11 07:30:29 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking03
v192 v193 490 490 == '''Objective FV.20 - Being able to determine topological characteristics of a coverage''' == 491 491 492 '''ST_Has Overlaps(rasttable text, rastcolumn text)'''[[BR]]493 '''ST_Has Gaps(rasttable text, rastcolumn text)'''[[BR]]492 '''ST_HasNoOverlaps(rasttable text, rastcolumn text)'''[[BR]] 493 '''ST_HasNoGaps(rasttable text, rastcolumn text)'''[[BR]] 494 494 '''ST_HasTileSameSize(rasttable text, rastcolumn text)'''[[BR]] 495 '''ST_HasTileAligned(rasttable text, rastcolumn text)''' [[BR]]495 '''ST_HasTileAligned(rasttable text, rastcolumn text)''' -- this is the actually the same as ST_SameAlignment()[[BR]] 496 496 '''ST_IsRegularlyTiled(rasttable text, rastcolumn text)''' if the four conditions above are fulfilled. The ST_HasTileSameSize() condition could be optional.[[BR]] 497 497