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 756a5e0ea3 Avoid start imports of `org.opengis.test.Assert` static
methods. This is in anticipation for a fix equivalent to SIS-579 in GeoAPI.
new 8fc9815c59 Add support for two-dimensional `SphericalCS` as submitted
in ISO 19111 amendment 2.
new a618f9af4d Add clarification about the use of conformal radius. This
is a change in documentation and symbols only.
new 3110d38dba Add an `AbstractEnvelope.isFinite()` convenience method.
The 3 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:
.../org/apache/sis/geometry/AbstractEnvelope.java | 21 ++++++++++++-
.../apache/sis/io/wkt/GeodeticObjectParser.java | 14 +++++----
.../sis/referencing/cs/CoordinateSystems.java | 4 +--
.../sis/referencing/cs/DefaultSphericalCS.java | 32 ++++++++++++++++++--
.../referencing/factory/GeodeticObjectFactory.java | 35 ++++++++++++++++++++++
.../referencing/factory/sql/EPSGDataAccess.java | 1 +
.../operation/projection/AzimuthalEquidistant.java | 2 +-
.../operation/projection/Initializer.java | 6 ++--
.../referencing/operation/projection/Mercator.java | 7 +++--
.../operation/projection/NormalizedProjection.java | 11 ++++---
.../operation/projection/ProjectionVariant.java | 6 ++++
.../org/apache/sis/geometry/ArrayEnvelopeTest.java | 15 ++++++++--
.../org/apache/sis/storage/geotiff/CRSBuilder.java | 4 +--
.../org/apache/sis/internal/netcdf/CRSBuilder.java | 10 +++++--
14 files changed, 140 insertions(+), 28 deletions(-)