Verwendungen von Klasse
de.dlr.proseo.model.Orbit
Packages, die Orbit verwenden
Package
Beschreibung
The de.dlr.proseo.model package contains all classes required for the modelling of the persistent state
of prosEO, the Processing System for Earth Observation Data
This package contains data access object (DAO) classes for the common data model of prosEO.
-
Verwendungen von Orbit in de.dlr.proseo.model
Methoden in de.dlr.proseo.model, die Orbit zurückgebenModifizierer und TypMethodeBeschreibungJob.getOrbit()
Gets the related orbit (if any)Product.getOrbit()
Gets the orbit for this productMethoden in de.dlr.proseo.model, die Typen mit Argumenten vom Typ Orbit zurückgebenModifizierer und TypMethodeBeschreibungSpacecraft.getOrbits()
Get the orbits of the spacecraftProcessingOrder.getRequestedOrbits()
Gets the requested orbitsMethoden in de.dlr.proseo.model mit Parametern vom Typ OrbitModifizierer und TypMethodeBeschreibungvoid
Sets the related orbitvoid
Sets the orbit for this productMethodenparameter in de.dlr.proseo.model mit Typargumenten vom Typ Orbit -
Verwendungen von Orbit in de.dlr.proseo.model.dao
Methoden in de.dlr.proseo.model.dao, die Orbit zurückgebenModifizierer und TypMethodeBeschreibungOrbitRepository.findByMissionCodeAndSpacecraftCodeAndOrbitNumber
(String missionCode, String spacecraftCode, Integer orbitNumber) Get the orbit with the given spacecraft and orbit numberMethoden in de.dlr.proseo.model.dao, die Typen mit Argumenten vom Typ Orbit zurückgebenModifizierer und TypMethodeBeschreibungOrbitRepository.findByMissionCodeAndSpacecraftCodeAndOrbitNumberBetween
(String missionCode, String spacecraftCode, Integer orbitNumberFrom, Integer orbitNumberTo) Get all orbits for the given spacecraft and orbit number rangeOrbitRepository.findByMissionCodeAndSpacecraftCodeAndStartTimeBetween
(String missionCode, String spacecraftCode, Instant startTimeFrom, Instant startTimeTo) Get all orbits for a given spacecraft that start in the given time interval (inclusive)OrbitRepository.findByMissionCodeAndSpacecraftCodeAndTimeIntersect
(String missionCode, String spacecraftCode, Instant startTime, Instant stopTime) Get all orbits for a given spacecraft that start and stop time intersects the given time interval (inclusive)