You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sis.apache.org by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2022/12/20 14:20:00 UTC

[jira] [Resolved] (SIS-526) Replace org.apache.sis.storage.geotiff.Tags by javax.imageio.plugins.tiff

     [ https://issues.apache.org/jira/browse/SIS-526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Desruisseaux resolved SIS-526.
-------------------------------------
    Resolution: Fixed

> Replace org.apache.sis.storage.geotiff.Tags by javax.imageio.plugins.tiff
> -------------------------------------------------------------------------
>
>                 Key: SIS-526
>                 URL: https://issues.apache.org/jira/browse/SIS-526
>             Project: Spatial Information Systems
>          Issue Type: Wish
>          Components: Storage
>    Affects Versions: 1.1, 1.2, 1.3
>            Reporter: Martin Desruisseaux
>            Assignee: Martin Desruisseaux
>            Priority: Minor
>             Fix For: 1.4
>
>
> SIS has a list of TIFF tags in package-privete {{org.apache.sis.storage.geotiff.Tags}} class. Since Java 9, the {{javax.imageio.plugins.tiff}} package provide the same functionality. The standard package is richer in term of tag information (name, values, etc.); using it would both remove unnecessary duplication and allows richer {{GeoTIFFStore.getNativeMetadata()}} result.
> This issue depends on the migration to Java 9, which must be done first.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)