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 c2bc991edb435103951effec7398919c6dcd74d2
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Fri Sep 17 15:48:37 2021 +0200

    Document that derivative is not yet supported.
    
    https://issues.apache.org/jira/browse/SIS-237
---
 .../operation/projection/ModifiedAzimuthalEquidistant.java          | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git 
a/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/ModifiedAzimuthalEquidistant.java
 
b/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/ModifiedAzimuthalEquidistant.java
index 652e4f2..331eef7 100644
--- 
a/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/ModifiedAzimuthalEquidistant.java
+++ 
b/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/projection/ModifiedAzimuthalEquidistant.java
@@ -37,6 +37,12 @@ import static 
org.apache.sis.internal.referencing.provider.ModifiedAzimuthalEqui
  * This is an approximation of the oblique form of the <cite>Azimuthal 
Equidistant</cite> projection.
  * For distances under 800 kilometres this modification introduces no 
significant error.
  *
+ * <h2>Limitation</h2>
+ * This class does not support derivative (Jacobian matrix) yet.
+ * See <a href="https://issues.apache.org/jira/browse/SIS-237";>SIS-237 on 
issues tracker</a>.
+ *
+ * @todo Add Jacobian matrix formulas.
+ *
  * @author  Martin Desruisseaux (Geomatys)
  * @version 1.1
  *

Reply via email to