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

asf-gitbox-commits pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git


    from 5ccba14513 More systematic construction of gray scale instead of index 
color model.
     new ef16287fad Avoid repeating the same warnings twice after WKT 
formatting of a CRS.
     new 2d623b02d0 More robust creation of the CRS for grid coordinates: if we 
cannot create a DerivedCRS, fallback on EngineeringCRS.

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:
 .../apache/sis/coverage/grid/GridCRSBuilder.java   | 524 +++++++++++++++++++++
 .../org/apache/sis/coverage/grid/GridExtent.java   |  24 +-
 .../apache/sis/coverage/grid/GridExtentCRS.java    | 413 ----------------
 .../org/apache/sis/coverage/grid/GridGeometry.java |  39 +-
 .../apache/sis/coverage/grid/GridGeometryTest.java |  33 +-
 .../main/org/apache/sis/geometry/Envelopes.java    |   2 +-
 .../main/org/apache/sis/io/wkt/Formatter.java      |   5 +-
 .../main/org/apache/sis/io/wkt/WKTFormat.java      |   6 +-
 .../main/org/apache/sis/io/wkt/Warnings.java       | 145 ++++--
 .../main/org/apache/sis/io/wkt/package-info.java   |   2 +-
 .../apache/sis/referencing/IdentifiedObjects.java  |   6 +-
 .../org/apache/sis/referencing/cs/AbstractCS.java  |   2 +-
 .../apache/sis/referencing/cs/DefaultAffineCS.java |   2 +-
 .../sis/referencing/cs/DefaultCylindricalCS.java   |   2 +-
 .../apache/sis/referencing/cs/DefaultLinearCS.java |   2 +-
 .../apache/sis/referencing/cs/DefaultPolarCS.java  |   2 +-
 .../sis/referencing/cs/DefaultSphericalCS.java     |   2 +-
 .../apache/sis/referencing/cs/DefaultTimeCS.java   |  22 +-
 .../sis/referencing/cs/DefaultVerticalCS.java      |   2 +-
 .../apache/sis/referencing/cs/package-info.java    |   2 +-
 .../apache/sis/gui/referencing/AuthorityCodes.java |  15 +-
 .../org/apache/sis/gui/referencing/CRSChooser.java |   6 +-
 .../org/apache/sis/gui/referencing/MenuSync.java   |   7 +-
 .../gui/referencing/RecentReferenceSystems.java    | 114 ++---
 24 files changed, 783 insertions(+), 596 deletions(-)
 create mode 100644 
endorsed/src/org.apache.sis.feature/main/org/apache/sis/coverage/grid/GridCRSBuilder.java
 delete mode 100644 
endorsed/src/org.apache.sis.feature/main/org/apache/sis/coverage/grid/GridExtentCRS.java

Reply via email to