Overview

Summary

ContactDonateImprint


Appendix E-14: ORBIT SHELL (UI prompt)


OrbitShellSatelliteModuleStarlink

Properties (6)

PropertyTypeEntityReferenceModule
(1) AltitudeKmDOUBLEOrbitShell
(2) InclinationDegDOUBLEOrbitShell
(3) NumberOfPlanesINTOrbitShell
(4) PhaseSTRINGOrbitShell
(5) SatellitesPerPlaneINTOrbitShell
(6) TotalSatellitesPlannedINTOrbitShell


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /orbitshell/{id}findOrbitShellById(id)SatelliteModuleGETOrbitShell
(2) /orbitshell/{id}deleteOrbitShellById(id)SatelliteModuleDELETEOrbitShell
(3) /orbitshellfindAllOrbitShell()SatelliteModuleGETOrbitShell
(4) /orbitshellinsertOrbitShell(orbitshell)SatelliteModulePOSTOrbitShell
(5) /satellite/orbitshell/{id}findAllSatelliteOfOrbitShell(id)SatelliteModuleGETOrbitShell Satellite
(6) /orbitshell/{id}updateOrbitShellById(orbitshell)SatelliteModulePUTOrbitShell





Example:

final OrbitShell orbitshell = (OrbitShell) invokeModule(SATELLITE_MODULE + "/orbitshell/" + id, OrbitShell.class);
if (orbitshell != null) {
}
return orbitshell;


Overview

Summary

ContactDonateImprint