| Contact | Donate | Imprint |
| Entity | Alias | Module | Global Schema |
| (1) FrequencyBand | FrequencyBand | FrequencyBandModule | Starlink |
| (2) GroundStation | GroundStation | GroundStationModule | Starlink |
| (3) GroundStationFrequencyBand | GroundStationFrequencyBand | GroundStationModule | Starlink |
| (4) RegulatoryApprovalGroundStation | RegulatoryApprovalGroundStation | RegulatoryApprovalModule | Starlink |
| (5) SatelliteGroundStation | SatelliteGroundStation | SatelliteModule | Starlink |
| (6) TestSatellite | TestSatellite | GroundStationModule | Starlink |
| (7) TestSatelliteGroundStation | TestSatelliteGroundStation | GroundStationModule | Starlink |
| GroundStation | GroundStationModule | Starlink |
| Property | Type | Entity | Reference | Module |
| (1) Country | STRING | GroundStation | ||
| (2) FrequencyRange | STRING | GroundStation | ||
| (3) Latitude | DOUBLE | GroundStation | ||
| (4) Longitude | DOUBLE | GroundStation | ||
| (5) Name | STRING | GroundStation | ||
| (6) OperationalSince | DATE | GroundStation | ||
| (7) Region | STRING | GroundStation |
Example:
final GroundStation groundstation = (GroundStation) invokeModule(GROUND_STATION_MODULE + "/groundstation/" + id, GroundStation.class);| GroundStationFrequencyBand | GroundStationModule | Starlink |
| Property | Type | Entity | Reference | Module |
| (1) FrequencyBand | INT | GroundStationFrequencyBand | FrequencyBand | FrequencyBandModule |
| (2) GroundStation | INT | GroundStationFrequencyBand | GroundStation | GroundStationModule |
Example:
final GroundStationFrequencyBand groundstationfrequencyband = (GroundStationFrequencyBand) invokeModule(GROUND_STATION_MODULE + "/groundstationfrequencyband/" + id, GroundStationFrequencyBand.class);| TestSatellite | GroundStationModule | Starlink |
| Property | Type | Entity | Reference | Module |
| (1) DeorbitDate | DATE | TestSatellite | ||
| (2) LaunchDate | DATE | TestSatellite | ||
| (3) MassKg | DOUBLE | TestSatellite | ||
| (4) Name | STRING | TestSatellite | ||
| (5) Notes | STRING | TestSatellite | ||
| (6) Purpose | STRING | TestSatellite |
Example:
final TestSatellite testsatellite = (TestSatellite) invokeModule(GROUND_STATION_MODULE + "/testsatellite/" + id, TestSatellite.class);| TestSatelliteGroundStation | GroundStationModule | Starlink |
| Property | Type | Entity | Reference | Module |
| (1) GroundStation | INT | TestSatelliteGroundStation | GroundStation | GroundStationModule |
| (2) TestSatellite | INT | TestSatelliteGroundStation | TestSatellite | GroundStationModule |
Example:
final TestSatelliteGroundStation testsatellitegroundstation = (TestSatelliteGroundStation) invokeModule(GROUND_STATION_MODULE + "/testsatellitegroundstation/" + id, TestSatelliteGroundStation.class);| Contact | Donate | Imprint |