Changes between Version 47 and Version 48 of PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools/document


Ignore:
Timestamp:
Aug 20, 2012, 10:53:19 AM (12 years ago)
Author:
qliu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools/document

    v47 v48  
    2525
    2626'''Name'''
    27 ST_EuclideanDistance - One raster, One band version:
    28  Creates a new one band raster generated from a point coverage and aligned with the provided reference raster or with raster specifications. The pixel values in the new raster represent the Euclidean distance from each pixel to the source points.
     27 ST_EuclideanDistance - One raster, One band version:
     28  Creates a new one band raster generated from a point coverage and aligned with the provided reference raster or with raster specifications. The pixel values in the new raster represent the Euclidean distance from each pixel to the source points.
    2929
    3030'''Synopsis'''
     
    244244'''Name'''
    245245[[BR]]
    246 ST_CostDistance - One raster, One band version:
    247  Creates a new one band raster generated from a point coverage and a one band cost raster, and aligned with the provided reference raster or with raster specifications. The pixel values in the new raster represent the least accumulative cost of traversing the cost surface from source points to each cell.
     246 ST_CostDistance - One raster, One band version:
     247  Creates a new one band raster generated from a point coverage and a one band cost raster, and aligned with the provided reference raster or with raster specifications. The pixel values in the new raster represent the least accumulative cost of traversing the cost surface from source points to each cell.
    248248
    249249'''Synopsis'''