Uses of Class
de.dlr.proseo.model.Spacecraft
Packages that use Spacecraft
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 Spacecraft in de.dlr.proseo.model
Methods in de.dlr.proseo.model that return SpacecraftMethods in de.dlr.proseo.model that return types with arguments of type SpacecraftMethods in de.dlr.proseo.model with parameters of type SpacecraftModifier and TypeMethodDescriptionvoidOrbit.setSpacecraft(Spacecraft spacecraft) Sets the related spacecraftMethod parameters in de.dlr.proseo.model with type arguments of type SpacecraftModifier and TypeMethodDescriptionvoidMission.setSpacecrafts(Set<Spacecraft> spacecrafts) Sets the set of spacecrafts -
Uses of Spacecraft in de.dlr.proseo.model.dao
Methods in de.dlr.proseo.model.dao that return SpacecraftModifier and TypeMethodDescriptionSpacecraftRepository.findByMissionAndCode(String missionCode, String spacecraftCode) Get the spacecraft with the given mission and code