Back to demo index

IIOMetadataPanel demo

This demo illustrates the use of the IIOMetadataPanel widget. The widget can be used for displaying any IIOMetadata. In this applet, we shown the structure of the spatial metadata formats defined by Geotk for Image I/O operations. These formats are based of the following material:

Widget javadoc: IIOMetadataPanel
See also SpatialMetadataFormat
How to use: Browse the tree and look at the description in the bottom of the canvas. Click the button in the upper right corner of the table for showing additional columns.
How to make your own: Instantiate IIOMetadataPanel and declare the metadata to show. The easiest way to declare the metadata shown below is to invoke addDefaultMetadataFormats() on the created panel.
Prerequites:
  • Java 6
  • Firefox 3 on Linux or Windows, or Internet Explorer on Windows (there is known issues with Safari, Opera and Firefox on MacOS)