File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/main/groovy/geoscript/layer Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ Versions
135
135
+-----------+----------+-----------+--------+----------+
136
136
| GeoScript | GeoTools | GeoServer | JTS | Groovy |
137
137
+-----------+----------+-----------+--------+----------+
138
- | 1.13 | 21 | 2.15 | 1.16.0 | 2.5.5 |
138
+ | 1.13 | 21 | 2.15 | 1.16.0 | 2.5.6 |
139
139
+-----------+----------+-----------+--------+----------+
140
140
| 1.12 | 20 | 2.14 | 1.16.0 | 2.4.15 |
141
141
+-----------+----------+-----------+--------+----------+
Original file line number Diff line number Diff line change @@ -890,7 +890,7 @@ class Raster implements Renderable {
890
890
891
891
/**
892
892
* 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
894
894
* @return A Raster
895
895
*/
896
896
Raster convolve (int radius ) {
@@ -901,7 +901,8 @@ class Raster implements Renderable {
901
901
902
902
/**
903
903
* 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
905
906
* @return A Raster
906
907
*/
907
908
Raster convolve (int width , int height ) {
You can’t perform that action at this time.
0 commit comments