Uses of Class
org.episteme.natural.physics.astronomy.CelestialBody
Packages that use CelestialBody
-
Uses of CelestialBody in org.episteme.natural.physics.astronomy
Subclasses of CelestialBody in org.episteme.natural.physics.astronomyModifier and TypeClassDescriptionclassRepresents an artificial satellite orbiting Earth.classRepresents a Planet.classRepresents a planetary ring system.classRepresents a Star.Methods in org.episteme.natural.physics.astronomy that return CelestialBodyMethods in org.episteme.natural.physics.astronomy that return types with arguments of type CelestialBodyMethods in org.episteme.natural.physics.astronomy with parameters of type CelestialBodyModifier and TypeMethodDescriptionvoidStarSystem.addBody(CelestialBody body) voidCelestialBody.addChild(CelestialBody child) voidStarSystem.removeBody(CelestialBody body) voidCelestialBody.setParent(CelestialBody parent) -
Uses of CelestialBody in org.episteme.natural.physics.loaders
Subclasses with type arguments of type CelestialBody in org.episteme.natural.physics.loadersModifier and TypeClassDescriptionclassLoader for JPL DE-series Ephemerides (binary SPK format).Methods in org.episteme.natural.physics.loaders that return types with arguments of type CelestialBodyModifier and TypeMethodDescriptionJPLEphemerisLoader.getResourceType()protected List<CelestialBody> JPLEphemerisLoader.loadFromSource(String id)