Details
Description
The content of IIOMetadata objects are uneasy to handle because there is no explit methods for fetching a particular information, and the DTD provided in the standard Java documentation is not easy to read. A Swing widget for browsing IIOMetadata content, a little bit like what we do for image operations with OperationTreeBrowser, would be convenient.
Such widget can also be of real use for applications like Puzzle, and would be of huge help for inspecting client data when we don't have direct access to those data: we can write a GUI application for the client and let him check his data himself.
This widget needs to work with arbitrary IIOMetadata instances using only pure JDK API. It shall not require any geotk-specific class.
The ImageFileProperties class display such metadata, together with basic informations like image size and tiling.

Attached screenshot of current state.