This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git
commit 8ffd56cbc1f5886dd2f3f40b69db984668e99fb1
Author: Martin Desruisseaux <martin.desruisseaux@geomatys.com>
AuthorDate: Tue May 28 23:08:56 2019 +0200
Complete documentation.
---
.../src/main/java/org/apache/sis/coverage/grid/GridDerivation.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/core/sis-raster/src/main/java/org/apache/sis/coverage/grid/GridDerivation.java
b/core/sis-raster/src/main/java/org/apache/sis/coverage/grid/GridDerivation.java
index 4db9d15..f8d0adc 100644
--- a/core/sis-raster/src/main/java/org/apache/sis/coverage/grid/GridDerivation.java
+++ b/core/sis-raster/src/main/java/org/apache/sis/coverage/grid/GridDerivation.java
@@ -210,7 +210,9 @@ public class GridDerivation {
* This setting modifies computations performed by the following methods
* (it has no effect on other methods in this {@code GridDerivation} class):
* <ul>
+ * <li>{@link #subgrid(GridGeometry)}</li>
* <li>{@link #subgrid(Envelope, double...)}</li>
+ * <li>{@link #resize(GridExtent, double...)}</li>
* </ul>
*
* For each dimension <var>i</var> of the grid computed by above methods,
the {@linkplain GridExtent#getLow(int) low} grid
|