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 7c107c57ee Move the check for perpendicular axes in the parent class. This is in anticipation for the addition of experimental coordinate systems such as `MinkowskiCS` in other branches. new 1448606ef8 Spelling and documentation fixes. new 200ed9511a Deprecate for removal `NullArgumentException`. new 6f65c2bacd Remove the boolean return value in WritableFeatureSet.removeIf(Predicate) 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: .../main/org/apache/sis/console/CommandRunner.java | 2 +- .../sis/coverage/grid/GridCoverageBuilder.java | 2 +- .../apache/sis/coverage/grid/ImageRenderer.java | 7 +- .../apache/sis/feature/builder/TypeBuilder.java | 4 +- .../apache/sis/geometry/wrapper/Geometries.java | 2 +- .../apache/sis/image/BandedSampleConverter.java | 12 +- .../main/org/apache/sis/image/ComputedImage.java | 2 +- .../iso/DefaultApplicationSchemaInformation.java | 2 +- .../apache/sis/metadata/iso/DefaultIdentifier.java | 2 +- .../org/apache/sis/xml/TransformingWriter.java | 2 +- .../main/org/apache/sis/xml/XML.java | 6 +- .../sis/metadata/iso/citation/CitationsTest.java | 2 +- .../metadata/iso/citation/DefaultCitationTest.java | 2 +- .../org/apache/sis/metadata/xml/TestUsingFile.java | 2 +- .../sis/test/xml/AnnotationConsistencyCheck.java | 2 +- .../org/apache/sis/portrayal/CanvasFollower.java | 3 +- .../main/org/apache/sis/style/se1/Graphic.java | 2 +- .../org/apache/sis/style/se1/PointPlacement.java | 2 +- .../gazetteer/MilitaryGridReferenceSystem.java | 2 +- .../main/org/apache/sis/geometry/Envelopes.java | 2 +- .../main/org/apache/sis/geometry/Shapes2D.java | 2 +- .../main/org/apache/sis/io/wkt/Formatter.java | 2 +- .../apache/sis/io/wkt/GeodeticObjectParser.java | 2 +- .../main/org/apache/sis/referencing/CommonCRS.java | 2 +- .../sis/referencing/cs/CoordinateSystems.java | 3 +- .../operation/CoordinateOperationRegistry.java | 2 +- .../operation/builder/LocalizationGridBuilder.java | 4 +- .../sis/referencing/operation/provider/NTv2.java | 6 +- .../apache/sis/referencing/util/j2d/Bezier.java | 4 +- .../test/org/apache/sis/io/wkt/WKTFormatTest.java | 2 +- .../operation/CoordinateOperationFinderTest.java | 2 +- .../operation/provider/MapProjectionTest.java | 2 +- .../apache/sis/storage/landsat/LandsatStore.java | 2 +- .../org/apache/sis/storage/geotiff/GeoTIFF.java | 2 +- .../apache/sis/storage/geotiff/GeoTiffStore.java | 2 +- .../apache/sis/storage/geotiff/NativeMetadata.java | 2 +- .../org/apache/sis/storage/geotiff/Reader.java | 4 +- .../sis/storage/geotiff/internal/Compression.java | 2 +- .../sis/storage/geotiff/SelfConsistencyTest.java | 2 +- .../org/apache/sis/storage/netcdf/NetcdfStore.java | 2 +- .../org/apache/sis/storage/netcdf/base/Grid.java | 3 +- .../sis/storage/netcdf/base/FeatureSetTest.java | 2 +- .../main/org/apache/sis/storage/sql/SQLStore.java | 2 +- .../sis/storage/sql/postgis/ObjectGetter.java | 2 +- .../org/apache/sis/storage/gpx/WritableStore.java | 7 +- .../sis/storage/xml/stream/RewriteOnUpdate.java | 22 +-- .../org/apache/sis/storage/gpx/UpdaterTest.java | 4 +- .../apache/sis/io/stream/ChannelDataOutput.java | 2 +- .../sis/storage/DataStoreContentException.java | 2 +- .../org/apache/sis/storage/WritableFeatureSet.java | 14 +- .../main/org/apache/sis/storage/base/CodeType.java | 4 +- .../apache/sis/storage/base/MetadataBuilder.java | 2 +- .../apache/sis/storage/base/TiledGridResource.java | 2 +- .../sis/storage/csv/MovingFeatureBuilder.java | 4 +- .../sis/storage/image/WorldFileResource.java | 2 +- .../storage/internal/WritableResourceSupport.java | 2 +- .../main/org/apache/sis/measure/Units.java | 2 +- .../main/org/apache/sis/util/ArraysExt.java | 172 ++++++++------------- .../main/org/apache/sis/util/CharSequences.java | 4 +- .../org/apache/sis/util/NullArgumentException.java | 8 + .../main/org/apache/sis/util/StringBuilders.java | 10 +- .../apache/sis/util/collection/TreeNodeList.java | 2 +- .../apache/sis/util/collection/WeakHashSet.java | 5 +- .../sis/util/collection/WeakValueHashMap.java | 8 +- .../test/org/apache/sis/test/TestRunner.java | 2 +- .../sis/gui/coverage/StyledRenderingData.java | 2 +- 66 files changed, 167 insertions(+), 237 deletions(-)