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 62b9157dbfb499cc672fd85108169cfac8b3eb3b
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Sun Sep 4 10:00:12 2022 +0200

    Fix typo in coordinate operation method name: in "Coordinate Frame 
rotation", the "r" should be lower case
    in agreement with EPSG database and for consistency with other methods such 
as "Position Vector transformation".
---
 .../internal/referencing/provider/CoordinateFrameRotation.java    | 8 ++++----
 .../internal/referencing/provider/CoordinateFrameRotation2D.java  | 8 ++++----
 .../internal/referencing/provider/CoordinateFrameRotation3D.java  | 8 ++++----
 .../sis/internal/referencing/provider/PositionVector7Param.java   | 2 +-
 .../sis/internal/referencing/provider/PositionVector7Param2D.java | 2 +-
 .../sis/internal/referencing/provider/PositionVector7Param3D.java | 2 +-
 .../apache/sis/referencing/operation/InverseOperationMethod.java  | 2 +-
 7 files changed, 16 insertions(+), 16 deletions(-)

diff --git 
a/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/CoordinateFrameRotation.java
 
b/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/CoordinateFrameRotation.java
index 19250d6194..cb861f2b93 100644
--- 
a/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/CoordinateFrameRotation.java
+++ 
b/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/CoordinateFrameRotation.java
@@ -21,7 +21,7 @@ import org.opengis.parameter.ParameterDescriptorGroup;
 
 
 /**
- * The provider for <cite>"Coordinate Frame Rotation (geocentric 
domain)"</cite> (EPSG:1032).
+ * The provider for <cite>"Coordinate Frame rotation (geocentric 
domain)"</cite> (EPSG:1032).
  * This is the same transformation than "{@link PositionVector7Param}"
  * except that the rotation angles have the opposite sign.
  *
@@ -44,12 +44,12 @@ public final class CoordinateFrameRotation extends 
GeocentricAffine {
     static {
         PARAMETERS = builder()
                 .addIdentifier("1032")
-                .addName("Coordinate Frame Rotation (geocentric domain)")
+                .addName("Coordinate Frame rotation (geocentric domain)")
                 
.createGroupWithSameParameters(PositionVector7Param.PARAMETERS);
         /*
          * NOTE: we omit the "Bursa-Wolf" alias because it is ambiguous, since 
it can apply
-         * to both "Coordinate Frame Rotation" and "Position Vector 7-param. 
transformation"
-         * We also omit "Coordinate Frame Rotation" alias for similar reason.
+         * to both "Coordinate Frame rotation" and "Position Vector 7-param. 
transformation"
+         * We also omit "Coordinate Frame rotation" alias for similar reason.
          */
     }
 
diff --git 
a/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/CoordinateFrameRotation2D.java
 
b/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/CoordinateFrameRotation2D.java
index 0636a5c63f..4340a106ac 100644
--- 
a/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/CoordinateFrameRotation2D.java
+++ 
b/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/CoordinateFrameRotation2D.java
@@ -22,7 +22,7 @@ import org.apache.sis.metadata.iso.citation.Citations;
 
 
 /**
- * The provider for <cite>"Coordinate Frame Rotation (geog2D domain)"</cite> 
(EPSG:9607).
+ * The provider for <cite>"Coordinate Frame rotation (geog2D domain)"</cite> 
(EPSG:9607).
  * This is the same transformation than "{@link PositionVector7Param}"
  * except that the rotation angles have the opposite sign.
  *
@@ -45,13 +45,13 @@ public final class CoordinateFrameRotation2D extends 
GeocentricAffineBetweenGeog
     static {
         PARAMETERS = builder()
                 .addIdentifier("9607")
-                .addName("Coordinate Frame Rotation (geog2D domain)")
+                .addName("Coordinate Frame rotation (geog2D domain)")
                 .addName(Citations.ESRI, "Coordinate_Frame")
                 
.createGroupWithSameParameters(PositionVector7Param2D.PARAMETERS);
         /*
          * NOTE: we omit the "Bursa-Wolf" alias because it is ambiguous, since 
it can apply
-         * to both "Coordinate Frame Rotation" and "Position Vector 7-param. 
transformation"
-         * We also omit "Coordinate Frame Rotation" alias for similar reason.
+         * to both "Coordinate Frame rotation" and "Position Vector 7-param. 
transformation"
+         * We also omit "Coordinate Frame rotation" alias for similar reason.
          */
     }
 
diff --git 
a/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/CoordinateFrameRotation3D.java
 
b/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/CoordinateFrameRotation3D.java
index 3bad35f321..09b15079da 100644
--- 
a/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/CoordinateFrameRotation3D.java
+++ 
b/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/CoordinateFrameRotation3D.java
@@ -21,7 +21,7 @@ import org.opengis.parameter.ParameterDescriptorGroup;
 
 
 /**
- * The provider for <cite>"Coordinate Frame Rotation (geog3D domain)"</cite> 
(EPSG:1038).
+ * The provider for <cite>"Coordinate Frame rotation (geog3D domain)"</cite> 
(EPSG:1038).
  * This is the same transformation than "{@link PositionVector7Param}"
  * except that the rotation angles have the opposite sign.
  *
@@ -44,12 +44,12 @@ public final class CoordinateFrameRotation3D extends 
GeocentricAffineBetweenGeog
     static {
         PARAMETERS = builder()
                 .addIdentifier("1038")
-                .addName("Coordinate Frame Rotation (geog3D domain)")
+                .addName("Coordinate Frame rotation (geog3D domain)")
                 
.createGroupWithSameParameters(PositionVector7Param3D.PARAMETERS);
         /*
          * NOTE: we omit the "Bursa-Wolf" alias because it is ambiguous, since 
it can apply
-         * to both "Coordinate Frame Rotation" and "Position Vector 7-param. 
transformation"
-         * We also omit "Coordinate Frame Rotation" alias for similar reason.
+         * to both "Coordinate Frame rotation" and "Position Vector 7-param. 
transformation"
+         * We also omit "Coordinate Frame rotation" alias for similar reason.
          */
     }
 
diff --git 
a/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/PositionVector7Param.java
 
b/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/PositionVector7Param.java
index 42c54f6d51..169531b7ce 100644
--- 
a/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/PositionVector7Param.java
+++ 
b/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/PositionVector7Param.java
@@ -47,7 +47,7 @@ public final class PositionVector7Param extends 
GeocentricAffine {
                 .createGroup(TX, TY, TZ, RX, RY, RZ, DS);
         /*
          * NOTE: we omit the "Bursa-Wolf" alias because it is ambiguous, since 
it can apply
-         * to both "Coordinate Frame Rotation" and "Position Vector 7-param. 
transformation"
+         * to both "Coordinate Frame rotation" and "Position Vector 7-param. 
transformation"
          * We also omit "Position Vector 7-param. transformation" alias for 
similar reason.
          */
     }
diff --git 
a/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/PositionVector7Param2D.java
 
b/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/PositionVector7Param2D.java
index e0f2218f50..b6c79601ca 100644
--- 
a/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/PositionVector7Param2D.java
+++ 
b/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/PositionVector7Param2D.java
@@ -52,7 +52,7 @@ public final class PositionVector7Param2D extends 
GeocentricAffineBetweenGeograp
                              TX, TY, TZ, RX, RY, RZ, DS);
         /*
          * NOTE: we omit the "Bursa-Wolf" alias because it is ambiguous, since 
it can apply
-         * to both "Coordinate Frame Rotation" and "Position Vector 7-param. 
transformation"
+         * to both "Coordinate Frame rotation" and "Position Vector 7-param. 
transformation"
          * We also omit "Position Vector 7-param. transformation" alias for 
similar reason.
          */
     }
diff --git 
a/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/PositionVector7Param3D.java
 
b/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/PositionVector7Param3D.java
index 707cc0c77d..c7ff2a84b8 100644
--- 
a/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/PositionVector7Param3D.java
+++ 
b/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/PositionVector7Param3D.java
@@ -46,7 +46,7 @@ public final class PositionVector7Param3D extends 
GeocentricAffineBetweenGeograp
                 
.createGroupWithSameParameters(PositionVector7Param2D.PARAMETERS);
         /*
          * NOTE: we omit the "Bursa-Wolf" alias because it is ambiguous, since 
it can apply
-         * to both "Coordinate Frame Rotation" and "Position Vector 7-param. 
transformation"
+         * to both "Coordinate Frame rotation" and "Position Vector 7-param. 
transformation"
          * We also omit "Position Vector 7-param. transformation" alias for 
similar reason.
          */
     }
diff --git 
a/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/InverseOperationMethod.java
 
b/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/InverseOperationMethod.java
index 8f937b68d5..be5d015204 100644
--- 
a/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/InverseOperationMethod.java
+++ 
b/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/InverseOperationMethod.java
@@ -187,7 +187,7 @@ final class InverseOperationMethod extends 
DefaultOperationMethod {
                         } else {
                             tgt.setValue(-src.doubleValue());
                         }
-                        // No need to add 'tgt' to 'copy' since it was done by 
the call to copy.parameter(…).
+                        // No need to add `tgt` to `copy` since it was done by 
the call to copy.parameter(…).
                         continue;
                     }
                 }

Reply via email to