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 ea81e2ea10 feat(Shapefile): add support for timezone parameter
     new faa80d5c73 Add an `InternalDataStoreException` for making easier to 
spot exceptions that shouldn't happen.
     new 374e94d4cd Rename the `gimi` sub-package as `geo` because the GIMI 
draft standard is heading toward a different approach based on RDF files.
     new 3f23779ec3 Replace `@todo` Javadoc tag by a new `@Incomplete` 
annotation for identifying the boxes that are not fully implemented.
     new d024c7dd36 In the tree representation of GeoHEIF nodes, indicate when 
a box is unsupported.
     new 7ca22a3878 Implement the support of the `tilC` box in GeoHEIF files.

The 5 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/xml/TransformedEvent.java  |   2 +-
 .../sis/referencing/cs/CoordinateSystems.java      |   2 +-
 .../factory/CommonAuthorityFactory.java            |   6 +-
 .../referencing/factory/FactoryDataException.java  |   2 +-
 .../referencing/factory/GeodeticObjectFactory.java |   2 +-
 ...xception.java => InternalFactoryException.java} |  28 ++--
 .../referencing/operation/gridded/LoadedGrid.java  |   2 +-
 .../operation/projection/ZonedGridSystem.java      |   3 +-
 .../provider/FranceGeocentricInterpolation.java    |   3 +-
 .../GeocentricAffineBetweenGeographic.java         |   3 +-
 .../operation/provider/GeocentricToGeographic.java |   3 +-
 .../operation/provider/Geographic3Dto2D.java       |   3 +-
 .../operation/provider/Spherical2Dto3D.java        |   3 +-
 .../operation/provider/VerticalOffset.java         |   3 +-
 .../transform/DefaultMathTransformFactory.java     |   3 +-
 .../transform/EllipsoidToRadiusTransform.java      |   3 +-
 .../sis/storage/geotiff/reader/Localization.java   |   3 +-
 .../sis/storage/InternalDataStoreException.java    |   9 +-
 .../main/org/apache/sis/util/Exceptions.java       |   6 +-
 .../org/apache/sis/util/resources/Vocabulary.java  |  10 ++
 .../sis/util/resources/Vocabulary.properties       |   2 +
 .../sis/util/resources/Vocabulary_fr.properties    |   2 +
 .../sis/storage/geoheif/CoverageBuilder.java       |   7 +-
 .../apache/sis/storage/geoheif/GeoHeifStore.java   |   3 +-
 .../sis/storage/geoheif/UncompressedImage.java     |   2 +-
 .../main/org/apache/sis/storage/isobmff/Box.java   |   2 +-
 .../apache/sis/storage/isobmff/BoxRegistry.java    |   9 ++
 .../apache/sis/storage/isobmff/ContainerBox.java   |  13 ++
 .../org/apache/sis/storage/isobmff/Extension.java  |  16 +-
 .../org/apache/sis/storage/isobmff/FullBox.java    |  28 ++--
 .../org/apache/sis/storage/isobmff/Incomplete.java |  17 +--
 .../sis/storage/isobmff/MainBoxRegistry.java       |   2 +-
 .../org/apache/sis/storage/isobmff/Reader.java     |  11 +-
 .../main/org/apache/sis/storage/isobmff/Root.java  |   2 +-
 .../org/apache/sis/storage/isobmff/TreeNode.java   |  80 ++++++++--
 .../apache/sis/storage/isobmff/base/GroupList.java |   2 +-
 .../apache/sis/storage/isobmff/base/ItemInfo.java  |  11 +-
 .../sis/storage/isobmff/base/ItemProperties.java   |  32 ++--
 .../isobmff/base/ItemPropertyAssociation.java      |  34 ++---
 .../isobmff/base/ItemPropertyContainer.java        |   2 +-
 .../sis/storage/isobmff/base/ItemReference.java    |   3 +-
 .../org/apache/sis/storage/isobmff/base/Meta.java  |   3 +-
 .../org/apache/sis/storage/isobmff/base/Movie.java |   2 +-
 .../sis/storage/isobmff/base/MovieHeader.java      |   5 +-
 .../sis/storage/isobmff/base/OriginalFileType.java |   2 +-
 .../isobmff/base/ProgressiveDownloadInfo.java      |   5 +-
 .../org/apache/sis/storage/isobmff/base/Track.java |   2 +-
 .../sis/storage/isobmff/base/TrackHeader.java      |  19 +--
 .../apache/sis/storage/isobmff/base/UserData.java  |   2 +-
 .../storage/isobmff/{gimi => geo}/ModelCRS.java    |   6 +-
 .../isobmff/{gimi => geo}/ModelTiePoint.java       |   6 +-
 .../isobmff/{gimi => geo}/ModelTransformation.java |   6 +-
 .../isobmff/geo/TiledImageConfiguration.java       | 166 +++++++++++++++++++++
 .../isobmff/{gimi => geo}/UnknownProperty.java     |   4 +-
 .../isobmff/{gimi => geo}/package-info.java        |   2 +-
 .../isobmff/gimi/TiledImageConfiguration.java      |  56 -------
 .../sis/storage/isobmff/mpeg/ChromaLocation.java   |   5 +-
 .../isobmff/mpeg/ComponentReferenceLevel.java      |   5 +-
 .../isobmff/mpeg/DepthMappingInformation.java      |   5 +-
 .../storage/isobmff/mpeg/DisparityInformation.java |   5 +-
 .../sis/storage/isobmff/mpeg/FieldInterlace.java   |   5 +-
 .../storage/isobmff/mpeg/FieldInterlaceType.java   |   5 +-
 .../isobmff/mpeg/FramePackingInformation.java      |   5 +-
 .../mpeg/PolarizationPatternDefinition.java        |   5 +-
 .../storage/isobmff/mpeg/SensorBadPixelsMap.java   |   5 +-
 .../mpeg/SensorNonUniformityCorrection.java        |   5 +-
 .../sis/storage/isobmff/mpeg/TAIClockInfo.java     |   6 +-
 .../sis/storage/isobmff/mpeg/TAITimeStamp.java     |   5 +-
 .../storage/isobmff/video/ContentDescribes.java    |   5 +-
 .../isobmff/{gimi => geo}/ExtensionTest.java       |   4 +-
 70 files changed, 471 insertions(+), 264 deletions(-)
 copy 
endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/factory/{FactoryDataException.java
 => InternalFactoryException.java} (68%)
 copy 
endorsed/src/org.apache.sis.metadata/main/org/apache/sis/xml/bind/UseLegacyMetadata.java
 => 
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/isobmff/Incomplete.java
 (69%)
 rename 
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/isobmff/{gimi
 => geo}/ModelCRS.java (96%)
 rename 
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/isobmff/{gimi
 => geo}/ModelTiePoint.java (95%)
 rename 
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/isobmff/{gimi
 => geo}/ModelTransformation.java (95%)
 create mode 100644 
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/isobmff/geo/TiledImageConfiguration.java
 rename 
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/isobmff/{gimi
 => geo}/UnknownProperty.java (95%)
 rename 
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/isobmff/{gimi
 => geo}/package-info.java (96%)
 delete mode 100644 
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/isobmff/gimi/TiledImageConfiguration.java
 rename 
incubator/src/org.apache.sis.storage.geoheif/test/org/apache/sis/storage/isobmff/{gimi
 => geo}/ExtensionTest.java (93%)

Reply via email to