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 db9cbe5b13 More extensive documentation on the new `getMetadata()` methods. Provide default implementation using the information provided by existing methods. new fc7eca86b2 Initial version of Equidistant Cylindrical (EPSG:1028) map projection with formulas as published in EPSG guidance notes. new 011426fc99 Replace epsilon greek letter by eta for avoiding confusion with an error term or with eccentricity. 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: .../main/module-info.java | 1 + .../operation/projection/CylindricalEqualArea.java | 4 +- .../projection/EquidistantCylindrical.java | 194 +++++++++++++++++++++ .../operation/projection/NormalizedProjection.java | 5 +- .../operation/provider/EquidistantCylindrical.java | 81 +++++++++ .../operation/provider/Equirectangular.java | 24 ++- .../operation/transform/MathTransformProvider.java | 2 +- .../apache/sis/referencing/ClenshawSummation.java | 19 +- .../operation/projection/CassiniSoldnerTest.java | 6 +- ...ntTest.java => EquidistantCylindricalTest.java} | 75 ++++---- .../operation/provider/ProvidersTest.java | 1 + geoapi/snapshot | 2 +- 12 files changed, 354 insertions(+), 60 deletions(-) create mode 100644 endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/projection/EquidistantCylindrical.java create mode 100644 endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/provider/EquidistantCylindrical.java copy endorsed/src/org.apache.sis.referencing/test/org/apache/sis/referencing/operation/projection/{ModifiedAzimuthalEquidistantTest.java => EquidistantCylindricalTest.java} (52%)