| Interface | Description |
|---|---|
| Constants |
Strings used in configurations etc...
|
| Constants.Style |
Style related constants.
|
| Constants.Style.Grid |
Grid style constants.
|
| Constants.Style.OverviewMap |
Default Style for the Overview Map and Area of interest.
|
| Constants.Style.Raster |
Raster style constants.
|
| MapPrinterFactory |
Interface for a class that creates MapPrinters.
|
| Class | Description |
|---|---|
| ApplicationContextProvider |
Provides application context in static context.
|
| ExceptionUtils |
Util class for exception handling.
|
| FileUtils |
Methods for interacting with files.
|
| FloatingPointUtil |
Util class to test equality of floating points.
|
| ImageIOPluginScanner |
Scans for ImageIO plugins when the application context is loaded.
|
| ImageUtils |
Utility functions for images.
|
| MapPrinter |
The main class for printing maps.
|
| RegexpUtil |
Regular Expression utilities.
|
| SvgUtil |
SVG Utilities.
|
| URIUtils |
Utility methods for editing and analyzing uris.
|
| VersionInfo |
Allows to access version information (from the manifest).
|
| WaitDB |
If the DB isconfigured (for multi-instance), this small executable will wait for the DB to be available.
|
| Exception | Description |
|---|---|
| ExtraPropertyException |
Indicates one or more properties are not used either in a config.yaml configuration file or in the request
json.
|
| IllegalFileAccessException |
Indicates there was an attempt to load a file that was not in the configuration directory.
|
| MissingPropertyException |
Indicates one or more properties are missing either from a config.yaml configuration file or from request
json.
|
| PrintException |
Base exception for printing problems.
|