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 d773f3f985 Improve TupleArray bound computation and ignores NaN values
new 6511cd91e3 Remove two classes which were not worth to have as
separated classes.
new 92af9cbb75 Prepare for the removal of the `Static` class. That class
serves no useful purpose. Its original intend was documentation, but its
Javadoc was not really maintained for that purpose and the number of subclasses
listed by Javadoc become too large.
new bcf37c2a15 Bug fix: `GridView` in the JavaFX application was not
showing all values. This is a rewrite of the `GridViewSkin` class which was
drawing the cells. The new implementation draws the cells itself instead of
relying on Table.
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:
.../sis/coverage/privy/SampleDimensions.java | 3 +-
.../sis/feature/privy/AttributeConvention.java | 3 +-
.../org/apache/sis/filter/privy/FunctionNames.java | 3 +-
.../org/apache/sis/geometry/wrapper/jts/JTS.java | 3 +-
.../org/apache/sis/image/privy/ImageUtilities.java | 3 +-
.../org/apache/sis/image/privy/RasterFactory.java | 3 +-
.../test/org/apache/sis/feature/Assertions.java | 3 +-
.../org/apache/sis/metadata/privy/Identifiers.java | 3 +-
.../sis/metadata/privy/ImplementationHelper.java | 3 +-
.../org/apache/sis/metadata/privy/NameMeaning.java | 3 +-
.../sis/metadata/sql/privy/SQLUtilities.java | 3 +-
.../main/org/apache/sis/xml/InputFactory.java | 3 +-
.../main/org/apache/sis/xml/OutputFactory.java | 3 +-
.../test/org/apache/sis/metadata/Assertions.java | 3 +-
.../metadata/iso/citation/HardCodedCitations.java | 3 +-
.../main/org/apache/sis/geometry/Envelopes.java | 2 +-
.../sis/referencing/datum/AbstractDatum.java | 27 +-
.../org/apache/sis/referencing/datum/SubTypes.java | 74 --
.../operation/AbstractCoordinateOperation.java | 43 +-
.../apache/sis/referencing/operation/SubTypes.java | 74 --
.../sis/referencing/operation/provider/ESRI.java | 3 +-
.../sis/referencing/privy/AxisDirections.java | 3 +-
.../referencing/privy/CoordinateOperations.java | 3 +-
.../org/apache/sis/referencing/privy/Formulas.java | 3 +-
.../referencing/privy/ReferencingUtilities.java | 3 +-
.../sis/referencing/privy/ShapeUtilities.java | 3 +-
.../apache/sis/referencing/privy/WKTKeywords.java | 3 +-
.../apache/sis/referencing/privy/WKTUtilities.java | 3 +-
.../org/apache/sis/referencing/Assertions.java | 3 +-
.../org/apache/sis/storage/gpx/Attributes.java | 4 +-
.../main/org/apache/sis/storage/gpx/Tags.java | 4 +-
.../main/org/apache/sis/io/stream/IOUtilities.java | 3 +-
.../apache/sis/storage/base/StoreUtilities.java | 3 +-
.../main/org/apache/sis/util/Printable.java | 2 +-
.../main/org/apache/sis/util/Static.java | 3 +
.../org/apache/sis/util/privy/CollectionsExt.java | 3 +-
.../main/org/apache/sis/util/privy/Constants.java | 4 +-
.../main/org/apache/sis/util/privy/Numerics.java | 3 +-
.../main/org/apache/sis/util/privy/Strings.java | 3 +-
.../main/org/apache/sis/util/privy/URLs.java | 4 +-
.../main/org/apache/sis/util/privy/Unsafe.java | 3 +-
.../test/org/apache/sis/test/Assertions.java | 3 +-
.../org/apache/sis/test/TestConfiguration.java | 4 +-
.../test/org/apache/sis/test/TestUtilities.java | 3 +-
.../main/org/apache/sis/geometries/Geometries.java | 3 +-
.../main/org/apache/sis/geometries/math/Maths.java | 3 +-
.../org/apache/sis/geometries/math/Matrices.java | 3 +-
.../apache/sis/geometries/math/Quaternions.java | 4 +-
.../apache/sis/geometries/math/TupleArrays.java | 3 +-
.../org/apache/sis/geometries/math/Vectors.java | 3 +-
.../geometries/operation/GeometryOperations.java | 13 +-
.../sis/geometries/processor/ProcessorUtils.java | 3 +-
.../apache/sis/storage/shapefile/cpg/CpgFiles.java | 3 +-
netbeans-project/nbproject/project.xml | 1 +
.../org/apache/sis/gui/coverage/CellFormat.java | 63 +-
.../main/org/apache/sis/gui/coverage/GridCell.java | 70 --
.../org/apache/sis/gui/coverage/GridControls.java | 8 +-
.../org/apache/sis/gui/coverage/GridError.java | 19 +-
.../main/org/apache/sis/gui/coverage/GridRow.java | 110 ---
.../org/apache/sis/gui/coverage/GridRowSkin.java | 136 ---
.../main/org/apache/sis/gui/coverage/GridTile.java | 43 +-
.../main/org/apache/sis/gui/coverage/GridView.java | 253 +++---
.../org/apache/sis/gui/coverage/GridViewSkin.java | 944 +++++++++++----------
.../main/org/apache/sis/gui/internal/FontGIS.java | 5 +-
.../org/apache/sis/gui/internal/GUIUtilities.java | 3 +-
.../main/org/apache/sis/gui/internal/Styles.java | 20 +-
.../org/apache/sis/gui/coverage/GridViewApp.java | 6 +-
67 files changed, 826 insertions(+), 1234 deletions(-)
delete mode 100644
endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/datum/SubTypes.java
delete mode 100644
endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/operation/SubTypes.java
delete mode 100644
optional/src/org.apache.sis.gui/main/org/apache/sis/gui/coverage/GridCell.java
delete mode 100644
optional/src/org.apache.sis.gui/main/org/apache/sis/gui/coverage/GridRow.java
delete mode 100644
optional/src/org.apache.sis.gui/main/org/apache/sis/gui/coverage/GridRowSkin.java