This project has declared the following modules:
| Name | Description |
|---|---|
| Metadata core | Implementations of metadata derived from ISO 19115. This module provides both an implementation of the metadata interfaces defined in GeoAPI, and a framework for handling those metadata through Java reflection. |
| Metadata France | French extensions to ISO metadata. Those extensions are standardized by AFNOR (Association Française de Normalisation). All extended classes begin with the FRA_ prefix. |
| Metadata on SQL | Stores metadata in a SQL database. Each metadata class is mapped to a table, and each metadata attribute is mapped to a column in the appropriate table. Tables and columns are created only when first needed. |