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 a39fb97d1c77d020d5c3b238133b6829ab2bbb7d Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Mon May 2 18:18:38 2022 +0200 Javadoc updates. --- .../sis/internal/referencing/provider/MercatorAuxiliarySphere.java | 5 +++++ .../apache/sis/referencing/operation/projection/MercatorTest.java | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/MercatorAuxiliarySphere.java b/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/MercatorAuxiliarySphere.java index c999996836..cbed10fcf2 100644 --- a/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/MercatorAuxiliarySphere.java +++ b/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/MercatorAuxiliarySphere.java @@ -55,6 +55,11 @@ public final class MercatorAuxiliarySphere extends AbstractMercator { * <caption>Parameter names</caption> * <tr><td> ESRI: </td><td> Auxiliary_Sphere_Type </td></tr> * </table> + * <b>Notes:</b> + * <ul> + * <li>Value domain: [0…3]</li> + * <li>Default value: 0</li> + * </ul> */ public static final ParameterDescriptor<Integer> AUXILIARY_SPHERE_TYPE; diff --git a/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/MercatorTest.java b/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/MercatorTest.java index 45739da80b..4e0452a798 100644 --- a/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/MercatorTest.java +++ b/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/MercatorTest.java @@ -307,7 +307,7 @@ public final strictfp class MercatorTest extends MapProjectionTestCase { @Test @DependsOnMethod({"testSpecialLatitudes", "testDerivative"}) public void testSphericalCase() throws FactoryException, TransformException { - createNormalizedProjection(false); // Spherical case + createNormalizedProjection(false); // Spherical case testSpecialLatitudes(); testDerivative();