This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git.
from fe14e14 Add a `DIMENSION` constant in `AbstractMathTransform2D` for
code clarity.
new 4080d18 Rename `RotatedPole` as `PoleRotation` for consistency with
EPSG database usage (e.g. "Longitude rotation") and with example in ISO 19162.
new d564ace Add parameter names derived from ISO 19162 WKT example for
`PoleRotation` operation method. We use SIS namespace for now, but may change
to OGC later if those names are adopted by OGC.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
...otatedNorthPole.java => NorthPoleRotation.java} | 44 +++++++++++++---------
...otatedSouthPole.java => SouthPoleRotation.java} | 42 +++++++++++++--------
.../{RotatedPole.java => PoleRotation.java} | 28 +++++++-------
...g.opengis.referencing.operation.OperationMethod | 4 +-
.../referencing/provider/ProvidersTest.java | 4 +-
...{RotatedPoleTest.java => PoleRotationTest.java} | 28 +++++++-------
.../sis/test/suite/ReferencingTestSuite.java | 2 +-
7 files changed, 86 insertions(+), 66 deletions(-)
rename
core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/{RotatedNorthPole.java
=> NorthPoleRotation.java} (75%)
rename
core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/{RotatedSouthPole.java
=> SouthPoleRotation.java} (79%)
rename
core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/{RotatedPole.java
=> PoleRotation.java} (95%)
rename
core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/{RotatedPoleTest.java
=> PoleRotationTest.java} (91%)