]> granicus.if.org Git - postgis/commitdiff
Minor comment updates to correct details
authorBborie Park <bkpark at ucdavis.edu>
Fri, 15 Jul 2011 21:07:32 +0000 (21:07 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Fri, 15 Jul 2011 21:07:32 +0000 (21:07 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7644 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_core/rt_api.c
raster/rt_core/rt_api.h

index a9471b3062de053dcb8d6e82431de00a327579c1..c2c78c2fbd8e419d9f82cfa604e3c6764c5bc031 100644 (file)
@@ -5231,7 +5231,7 @@ rt_raster_replace_band(rt_raster raster, rt_band band, int index) {
  * Return formatted GDAL raster from raster
  *
  * @param raster : the raster to convert
- * @param srs : the raster's coordinate system in OGC WKT or PROJ.4
+ * @param srs : the raster's coordinate system in OGC WKT
  * @param format : format to convert to. GDAL driver short name
  * @param options : list of format creation options. array of strings
  * @param gdalsize : will be set to the size of returned bytea
@@ -5422,7 +5422,7 @@ rt_raster_gdal_drivers(uint32_t *drv_count) {
  * Return GDAL dataset using GDAL MEM driver from raster
  *
  * @param raster : raster to convert to GDAL MEM
- * @param srs : the raster's coordinate system in OGC WKT or PROJ.4
+ * @param srs : the raster's coordinate system in OGC WKT
  * @param bandNums : array of band numbers to extract from raster
  *                   and include in the GDAL dataset (0 based)
  * @param count : number of elements in bandNums
@@ -5897,7 +5897,7 @@ rt_raster_from_gdal_dataset(GDALDatasetH ds) {
  * Return a warped raster using GDAL Warp API
  *
  * @param raster : raster to transform
- * @param src_srs : the raster's coordinate system in OGC WKT or PROJ.4
+ * @param src_srs : the raster's coordinate system in OGC WKT
  * @param dst_srs : the warped raster's coordinate system
  * @param scale_x : the pixel width of the warped raster
  * @param scale_y : the pixel height of the warped raster
index e69cbd7aa088cbbe68dc9fadb458fdf1f088d687..d52d20de575ee6b3445d2e63c2c57b7ca04bda02 100644 (file)
@@ -881,7 +881,7 @@ rt_band rt_raster_replace_band(rt_raster raster, rt_band band,
  * Return formatted GDAL raster from raster
  *
  * @param raster : the raster to convert
- * @param srs : the raster's coordinate system in OGC WKT or PROJ.4
+ * @param srs : the raster's coordinate system in OGC WKT
  * @param format : format to convert to. GDAL driver short name
  * @param options : list of format creation options. array of strings
  * @param gdalsize : will be set to the size of returned bytea
@@ -906,7 +906,7 @@ rt_gdaldriver rt_raster_gdal_drivers(uint32_t *drv_count);
  * Return GDAL dataset using GDAL MEM driver from raster
  *
  * @param raster : raster to convert to GDAL MEM
- * @param srs : the raster's coordinate system in OGC WKT or PROJ.4
+ * @param srs : the raster's coordinate system in OGC WKT
  * @param bandNums : array of band numbers to extract from raster
  *                   and include in the GDAL dataset (0 based)
  * @param count : number of elements in bandNums
@@ -930,7 +930,7 @@ rt_raster rt_raster_from_gdal_dataset(GDALDatasetH ds);
  * Return a warped raster using GDAL Warp API
  *
  * @param raster : raster to transform
- * @param src_srs : the raster's coordinate system in OGC WKT or PROJ.4
+ * @param src_srs : the raster's coordinate system in OGC WKT
  * @param dst_srs : the warped raster's coordinate system
  * @param scale_x : the pixel width of the warped raster
  * @param scale_y : the pixel height of the warped raster