Project Modules

This project has declared the following modules:

NameDescription
Metadata coreImplementations 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 FranceFrench 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 SQLStores 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.