| Contact | Donate | Imprint |
| PositionReport | VesselModule | MarineTraffic |
| Property | Type | Entity | Reference | Module |
| (1) AisStation | LONG | PositionReport | AisStation | GeographicalAreaModule |
| (2) CourseOverGround | STRING | PositionReport | ||
| (3) DestinationText | STRING | PositionReport | ||
| (4) EtaUtc | DATE | PositionReport | ||
| (5) GeographicalArea | LONG | PositionReport | GeographicalArea | GeographicalAreaModule |
| (6) Heading | STRING | PositionReport | ||
| (7) IsInterpolated | BOOL | PositionReport | ||
| (8) Latitude | STRING | PositionReport | ||
| (9) Longitude | STRING | PositionReport | ||
| (10) NavigationalStatus | STRING | PositionReport | ||
| (11) PositionAccuracyMeters | STRING | PositionReport | ||
| (12) PositionTimeUtc | DATE | PositionReport | ||
| (13) SpeedOverGround | STRING | PositionReport | ||
| (14) Vessel | LONG | PositionReport | Vessel | VesselModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /alertevent/positionreport/{id} | findAllAlertEventOfPositionReport(id) | PortModule | GET | PositionReport AlertEvent |
| (2) /positionreport | insertPositionReport(positionreport) | VesselModule | POST | PositionReport |
| (3) /positionreport/{id} | deletePositionReportById(id) | VesselModule | DELETE | PositionReport |
| (4) /positionreport/aisstation/{id} | findAllPositionReportOfAisStation(id) | VesselModule | GET | AisStation PositionReport |
| (5) /positionreport/vessel/{id} | findAllPositionReportOfVessel(id) | VesselModule | GET | Vessel PositionReport |
| (6) /positionreport/{id} | updatePositionReportById(positionreport) | VesselModule | PUT | PositionReport |
| (7) /positionreport/{id} | findPositionReportById(id) | VesselModule | GET | PositionReport |
| (8) /positionreport | findAllPositionReport() | VesselModule | GET | PositionReport |
| (9) /positionreport/geographicalarea/{id} | findAllPositionReportOfGeographicalArea(id) | VesselModule | GET | GeographicalArea PositionReport |
Example:
final PositionReport positionreport = (PositionReport) invokeModule(VESSEL_MODULE + "/positionreport/" + id, PositionReport.class);| Contact | Donate | Imprint |