Overview

Summary

ContactDonateImprint


Appendix E-8: GROUND STATION (UI prompt)


GroundStationGroundStationModuleStarlink

Properties (7)

PropertyTypeEntityReferenceModule
(1) CountrySTRINGGroundStation
(2) FrequencyRangeSTRINGGroundStation
(3) LatitudeDOUBLEGroundStation
(4) LongitudeDOUBLEGroundStation
(5) NameSTRINGGroundStation
(6) OperationalSinceDATEGroundStation
(7) RegionSTRINGGroundStation


Module Interfaces (9)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /groundstationinsertGroundStation(groundstation)GroundStationModulePOSTGroundStation
(2) /testsatellitegroundstation/groundstation/{id}findAllTestSatelliteGroundStationOfGroundStation(id)GroundStationModuleGETGroundStation TestSatelliteGroundStation
(3) /groundstation/{id}deleteGroundStationById(id)GroundStationModuleDELETEGroundStation
(4) /groundstation/{id}updateGroundStationById(groundstation)GroundStationModulePUTGroundStation
(5) /groundstation/{id}findGroundStationById(id)GroundStationModuleGETGroundStation
(6) /groundstationfindAllGroundStation()GroundStationModuleGETGroundStation
(7) /groundstationfrequencyband/groundstation/{id}findAllGroundStationFrequencyBandOfGroundStation(id)GroundStationModuleGETGroundStation GroundStationFrequencyBand
(8) /regulatoryapprovalgroundstation/groundstation/{id}findAllRegulatoryApprovalGroundStationOfGroundStation(id)RegulatoryApprovalModuleGETGroundStation RegulatoryApprovalGroundStation
(9) /satellitegroundstation/groundstation/{id}findAllSatelliteGroundStationOfGroundStation(id)SatelliteModuleGETGroundStation SatelliteGroundStation





Example:

final GroundStation groundstation = (GroundStation) invokeModule(GROUND_STATION_MODULE + "/groundstation/" + id, GroundStation.class);
if (groundstation != null) {
}
return groundstation;


Overview

Summary

ContactDonateImprint