This project has declared the following modules:
| Name | Description |
|---|---|
| Utility core | Miscellaneous utilities. |
| XML base | Basic utilities for XML marshalling and unmarshalling. Those utilities are built on top of the JAXB framework. |
| Apache logging adapter | An adapter for using Apache's commons-logging in Geotk. Geotk will automatically redirect all its logging events to commons-logging if this JAR is on the classpath. If there is no need for commons-logging inter-operability, we recommend to NOT include this JAR on the classpath in order to use the default Java logging framework instead. |
| Log4J logging adapter | An adapter for using Log4J in Geotk. Geotk will automatically redirect all its logging events to Log4J if this JAR is on the classpath. If there is no need for Log4J inter-operability, we recommend to NOT include this JAR on the classpath in order to use the default Java logging framework instead. |
| Installer | Geotoolkit installer. This module setup the directory where Geotoolkit stores some data, and optionally download free data required for some functionnalities, for example the NADCON grids required for more accurate datum shifts over the United States. |