This project has declared the following modules:
| Name | Description |
|---|---|
| Test base | Miscellaneous utilities for test suites. |
| Scalability test | Test the scalability of some Geotk modules. This test is executed from the console on arbitrary data which must be supplied by the user. |
| Reports generator | Generates some HTML reports for the Geotk library. The classes in this module iterate over some kind of services declared by the Geotk library (for example the list of map projections) and produce HTML reports to be copied on the web server. The reports are for example the list of all supported EPSG codes. |
| EPSG pack | Pack the EPSG data script file. This module is used only when the geotk-epsg module needs to be updated for a new release of the EPSG database. It can be run from the command line with "java -jar geotk-epsg-pack-3.x-SNAPSHOT.jar". |