Details
Description
This is the parent task for the various parts of the new Coverage I/O framework. The goals for this framework are:
- Make as much geographic metadata as possible available through javax.imageio.metadata.IIOMetadata.
- Define an IIOMetadataFormat as close as possible to ISO 19115-2 and ISO 19129 standards.
- Close integration with org.opengis.metadata for easy integration with MD-Web and similar projects.
- Allow visual exploration of metadata for making easier to check correctness.
This I/O framework should delegate as much decoding work as possible on the Image I/O layer. The Coverage I/O layer (which is on top of the Image I/O layer) should not have any decoding work left. A single CoverageReader instance should be able to rule all possible ImageReader (assuming they are compliant with the IIOMetadataFormat we define).
Issue Links
- depends upon
-
GEOTK-24
Implement ISO 19115-2 interfaces
-
1. |
View ISO 19115-2 metadata in an IIOMetadata structure | |
|
Martin Desruisseaux |
|
||||||||||
2. |
View IIOMetadata as a TreeTableModel | |
|
Martin Desruisseaux |
|
||||||||||
3. |
Swing widget for browsing Image I/O metadata | |
|
Martin Desruisseaux |
|
||||||||||
4. |
Define a custom IIOMetadataFormat for ISO 19129 informations | |
|
Martin Desruisseaux |
|
||||||||||
5. |
Create an AsciiGrid reader and writer | |
|
Martin Desruisseaux |
|
||||||||||
6. |
Create WorldImageReader and Writer | |
|
Martin Desruisseaux |
|
||||||||||
| 7. | Create a GeoTIFF reader and writer | |
|
Martin Desruisseaux |
|
||||||||||
| 8. | Create a complete RAW ImageReader | |
|
Martin Desruisseaux | |||||||||||
9. |
Port NetcdfImageReader from Geotk-pending | |
|
Martin Desruisseaux |
|
||||||||||
10. |
Extends ImageReadParam to the n-dimensional case | |
|
Martin Desruisseaux |
|
||||||||||
11. |
Create a CoverageReader interface and implementation | |
|
Martin Desruisseaux |
|
||||||||||
12. |
Port the PostGrid database engine to Geotoolkit.org | |
|
Martin Desruisseaux |
|
Mark as closed, while not every part are finished (missing complete RAW image reader and GeoTIFF image reader) because the main framework is now in place.