
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: | IIOMetadataPanelSee 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: |
|