From: Bborie Park Date: Fri, 15 Jul 2011 21:07:32 +0000 (+0000) Subject: Minor comment updates to correct details X-Git-Tag: 2.0.0alpha1~1200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c3a02f55fd123bc9a51bec65b2ab71ab50ee559;p=postgis Minor comment updates to correct details git-svn-id: http://svn.osgeo.org/postgis/trunk@7644 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/rt_core/rt_api.c b/raster/rt_core/rt_api.c index a9471b306..c2c78c2fb 100644 --- a/raster/rt_core/rt_api.c +++ b/raster/rt_core/rt_api.c @@ -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 diff --git a/raster/rt_core/rt_api.h b/raster/rt_core/rt_api.h index e69cbd7aa..d52d20de5 100644 --- a/raster/rt_core/rt_api.h +++ b/raster/rt_core/rt_api.h @@ -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