Uses of Class
de.dlr.proseo.model.Orbit
Packages that use Orbit
Package
Description
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.
-
Uses of Orbit in de.dlr.proseo.model
Methods in de.dlr.proseo.model that return OrbitModifier and TypeMethodDescriptionJob.getOrbit()Gets the related orbit (if any)Product.getOrbit()Gets the orbit for this productMethods in de.dlr.proseo.model that return types with arguments of type OrbitModifier and TypeMethodDescriptionSpacecraft.getOrbits()Get the orbits of the spacecraftProcessingOrder.getRequestedOrbits()Gets the requested orbitsMethods in de.dlr.proseo.model with parameters of type OrbitModifier and TypeMethodDescriptionvoidSets the related orbitvoidSets the orbit for this productMethod parameters in de.dlr.proseo.model with type arguments of type Orbit -
Uses of Orbit in de.dlr.proseo.model.dao
Methods in de.dlr.proseo.model.dao that return OrbitModifier and TypeMethodDescriptionOrbitRepository.findByMissionCodeAndSpacecraftCodeAndOrbitNumber(String missionCode, String spacecraftCode, Integer orbitNumber) Get the orbit with the given spacecraft and orbit numberMethods in de.dlr.proseo.model.dao that return types with arguments of type OrbitModifier and TypeMethodDescriptionOrbitRepository.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)