File tree Expand file tree Collapse file tree
src/main/groovy/geoscript/layer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ Versions
135135+-----------+----------+-----------+--------+----------+
136136| GeoScript | GeoTools | GeoServer | JTS | Groovy |
137137+-----------+----------+-----------+--------+----------+
138- | 1.13 | 21 | 2.15 | 1.16.0 | 2.5.5 |
138+ | 1.13 | 21 | 2.15 | 1.16.0 | 2.5.6 |
139139+-----------+----------+-----------+--------+----------+
140140| 1.12 | 20 | 2.14 | 1.16.0 | 2.4.15 |
141141+-----------+----------+-----------+--------+----------+
Original file line number Diff line number Diff line change @@ -890,7 +890,7 @@ class Raster implements Renderable {
890890
891891 /**
892892 * Calculate a convoluted version of the current Raster
893- * @param options Optional named parameters ( kernel, kernelRadius, kernelWidth and kernelHeight)
893+ * @param radius The kernel radius
894894 * @return A Raster
895895 */
896896 Raster convolve (int radius ) {
@@ -901,7 +901,8 @@ class Raster implements Renderable {
901901
902902 /**
903903 * Calculate a convoluted version of the current Raster
904- * @param options Optional named parameters (kernel, kernelRadius, kernelWidth and kernelHeight)
904+ * @param width The kernel width
905+ * @param height The height width
905906 * @return A Raster
906907 */
907908 Raster convolve (int width , int height ) {
You can’t perform that action at this time.
0 commit comments