This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/sis.git


    from 161a5fe3c8 Merge branch 'geoapi-3.1', but without the assumption that 
`ProjectedCRS` extends `DerivedCRS`. IT means that `GeneralDerivedCRS` needs to 
be used more often than on the `geoapi-3.1` branch.
     add 5bfa0612ca Remove usage of `PlanarProjection`, `ConicProjection` and 
`CylindricalProjection` sub-interfaces.
     add 1182c4c724 Change in the type of ProjectedCRS.baseCRS: relaxed from 
GeographicCRS to GeodeticCRS for conformance to ISO 19111.
     add 883dfe7e9b Merge branch 'geoapi-4.0' into geoapi-3.1: removal of 
non-standard PlanarProjection, ConicProjection and CylindricalProjection 
interfaces.
     new 66a5fa5253 Merge branch 'geoapi-3.1' 
https://issues.apache.org/jira/browse/SIS-597

The 1 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/buildtools/book/OGC.lst         |   1 -
 .../org/apache/sis/portrayal/CanvasContext.java    |   4 +-
 .../gazetteer/MilitaryGridReferenceSystem.java     |   4 +-
 .../sis/referencing/crs/DefaultProjectedCRS.java   |  19 ++--
 .../referencing/factory/sql/EPSGDataAccess.java    |   2 +-
 .../operation/AbstractCoordinateOperation.java     |   3 -
 .../operation/DefaultConicProjection.java          | 108 ---------------------
 .../referencing/operation/DefaultConversion.java   |  41 ++++----
 .../DefaultCoordinateOperationFactory.java         |  15 +--
 .../operation/DefaultCylindricalProjection.java    | 108 ---------------------
 .../operation/DefaultOperationMethod.java          |   5 +-
 .../operation/DefaultPlanarProjection.java         | 108 ---------------------
 .../referencing/operation/DefaultProjection.java   |  13 ++-
 .../apache/sis/referencing/operation/SubTypes.java |  40 +-------
 .../operation/provider/AbstractLambert.java        |   3 +-
 .../operation/provider/AbstractMercator.java       |   3 +-
 .../operation/provider/AbstractStereographic.java  |   3 +-
 .../operation/provider/AlbersEqualArea.java        |   3 +-
 .../provider/AzimuthalEquidistantSpherical.java    |   3 +-
 .../operation/provider/CassiniSoldner.java         |   3 +-
 .../operation/provider/Equirectangular.java        |   4 +-
 .../provider/LambertAzimuthalEqualArea.java        |   3 +-
 .../provider/LambertCylindricalEqualArea.java      |   3 +-
 .../LambertCylindricalEqualAreaSpherical.java      |   3 +-
 .../operation/provider/MapProjection.java          |   9 +-
 .../provider/ModifiedAzimuthalEquidistant.java     |   3 +-
 .../referencing/operation/provider/Mollweide.java  |   3 +-
 .../operation/provider/Orthographic.java           |   3 +-
 .../referencing/operation/provider/Polyconic.java  |   3 +-
 .../operation/provider/SatelliteTracking.java      |   3 +-
 .../referencing/operation/provider/Sinusoidal.java |   3 +-
 .../org/apache/sis/geometry/TransformTestCase.java |  15 +--
 .../sis/io/wkt/GeodeticObjectParserTest.java       |   4 +-
 .../referencing/crs/DefaultProjectedCRSTest.java   |   4 +-
 .../referencing/factory/sql/EPSGFactoryTest.java   |   3 +-
 .../transform/OperationMethodSetTest.java          |  52 +++++-----
 .../report/CoordinateOperationMethods.java         |  19 ++--
 .../integration/CoordinateReferenceSystemTest.java |   6 +-
 .../sis/storage/geotiff/reader/CRSBuilder.java     |   4 +-
 39 files changed, 115 insertions(+), 521 deletions(-)
 delete mode 100644 
endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/DefaultConicProjection.java
 delete mode 100644 
endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/DefaultCylindricalProjection.java
 delete mode 100644 
endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/DefaultPlanarProjection.java

Reply via email to