Changes between Version 192 and Version 193 of WKTRaster/SpecificationWorking03


Ignore:
Timestamp:
Nov 30, 2011, 7:30:29 AM (13 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking03

    v192 v193  
    490490== '''Objective FV.20 - Being able to determine topological characteristics of a coverage''' ==
    491491
    492 '''ST_HasOverlaps(rasttable text, rastcolumn text)'''[[BR]]
    493 '''ST_HasGaps(rasttable text, rastcolumn text)'''[[BR]]
     492'''ST_HasNoOverlaps(rasttable text, rastcolumn text)'''[[BR]]
     493'''ST_HasNoGaps(rasttable text, rastcolumn text)'''[[BR]]
    494494'''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]]
    496496'''ST_IsRegularlyTiled(rasttable text, rastcolumn text)''' if the four conditions above are fulfilled. The ST_HasTileSameSize() condition could be optional.[[BR]]
    497497