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 9c13d9f4f6 Removal of deprecated methods. -
MathTransformFactory.createParameterizedTransform — replaced by builder. -
CoordinateOperationFactory.createOperation(sourceCRS, targetCRS) — replaced by
RegisterOperations.
new 810626ad87 Remove the `lastMethod` field from
`DefaultMathTransformFactory`, since the deprecated method reading it has been
removed. This change is appled on the `geoapi-4.0` branch only.
new 1a246afc55 Automatic post-merge import reorganization.
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:
.../org/apache/sis/filter/TemporalOperation.java | 2 +-
.../main/org/apache/sis/temporal/DefaultInstant.java | 4 ++--
.../main/org/apache/sis/temporal/DefaultPeriod.java | 2 +-
.../org/apache/sis/xml/bind/gml/TimePeriodBound.java | 4 +++-
.../org/apache/sis/temporal/DefaultInstantTest.java | 10 +++++-----
.../org/apache/sis/temporal/DefaultPeriodTest.java | 2 ++
.../sis/referencing/MultiRegisterOperations.java | 8 +++++---
.../sis/referencing/factory/sql/EPSGDataAccess.java | 2 +-
.../internal/ParameterizedTransformBuilder.java | 7 ++++---
.../referencing/internal/PositionTransformer.java | 2 +-
.../sis/referencing/operation/DefaultConversion.java | 2 +-
.../operation/DefaultCoordinateOperationFactory.java | 2 +-
.../transform/DefaultMathTransformFactory.java | 20 +++-----------------
.../operation/transform/MathTransformBuilder.java | 1 -
.../sis/referencing/privy/CoordinateOperations.java | 2 +-
.../transform/CoordinateSystemTransformTest.java | 2 +-
.../transform/MathTransformFactoryMock.java | 2 +-
.../apache/sis/storage/landsat/MetadataReader.java | 4 +++-
.../apache/sis/storage/netcdf/base/GridMapping.java | 4 +---
.../apache/sis/storage/sql/postgis/RasterReader.java | 2 +-
.../main/org/apache/sis/measure/RangeFormat.java | 4 ++--
.../org/apache/sis/util/privy/MetadataServices.java | 4 +++-
22 files changed, 43 insertions(+), 49 deletions(-)