| Contact | Donate | Imprint |
| AisStation | GeographicalAreaModule | MarineTraffic |
| Property | Type | Entity | Reference | Module |
| (1) ActiveFromUtc | DATE | AisStation | ||
| (2) ActiveToUtc | DATE | AisStation | ||
| (3) Country | LONG | AisStation | Country | UserAccountModule |
| (4) ElevationMeters | STRING | AisStation | ||
| (5) IsActive | BOOL | AisStation | ||
| (6) Latitude | STRING | AisStation | ||
| (7) Longitude | STRING | AisStation | ||
| (8) Name | STRING | AisStation | ||
| (9) OwnerUser | LONG | AisStation | ||
| (10) StationCode | STRING | AisStation | ||
| (11) StationType | STRING | AisStation |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /aisstation/{id} | deleteAisStationById(id) | GeographicalAreaModule | DELETE | AisStation |
| (2) /aisstation | findAllAisStation() | GeographicalAreaModule | GET | AisStation |
| (3) /aismessage/aisstation/{id} | findAllAisMessageOfAisStation(id) | GeographicalAreaModule | GET | AisStation AisMessage |
| (4) /aisstation | insertAisStation(aisstation) | GeographicalAreaModule | POST | AisStation |
| (5) /aisstation/country/{id} | findAllAisStationOfCountry(id) | GeographicalAreaModule | GET | Country AisStation |
| (6) /aisstation/{id} | updateAisStationById(aisstation) | GeographicalAreaModule | PUT | AisStation |
| (7) /aisstation/{id} | findAisStationById(id) | GeographicalAreaModule | GET | AisStation |
| (8) /positionreport/aisstation/{id} | findAllPositionReportOfAisStation(id) | VesselModule | GET | AisStation PositionReport |
Example:
final AisStation aisstation = (AisStation) invokeModule(GEOGRAPHICAL_AREA_MODULE + "/aisstation/" + id, AisStation.class);| Contact | Donate | Imprint |