...
One important thing to understand about the movement module are movements, segments and tracks.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<!-- Integration dependency -->
<dependency>
<groupId>eu.europa.ec.fisheries.uvms.movement</groupId>
<artifactId>movement-model</artifactId>
<version>2.1.1</version>
<classifier>date</classifier>
</dependency> |
Module dependencies
All movements are calculated to be a part of a segment and a track. Calculations can then be made to control the reported speeds and courses to the actual speed and courses that are calculated. More of this can be read on the Javadoc.
...
The movement module has functionality for storing temporary ( manual ) positions. These positions can be created saved and retrieved for later processing. When the user wants to he or she can execute the movement. When the movement is executed it is sent to the exchange module who in turn processes the position report.
Module dependencies
Name | Description |
Spatial | Retrieve Spatial enrichment data regarding areas for a movement. This is due to pre calculation of spatial data that is stored in the movement database |
Exchange | When sending a temporary movement that movement is sent to exchange who in turn processes the movement like a movement retrieved from any system o plugin |
Audit | Audit logs are sent to the audit module. Audit logs are created when actions that changes data in the database are made. |
User | All requests to the REST api is authenticated via the user module. If the user module is undeployed the rest api for the movement module will not work |
...