Uses of Interface
org.orekit.bodies.BodyShape

Packages that use BodyShape
fr.cnes.sirius.patrius.events   
fr.cnes.sirius.patrius.projections   
fr.cnes.sirius.patrius.signalpropagation.iono   
org.orekit.attitudes This package provides classes to represent simple attitudes. 
org.orekit.attitudes.directions   
org.orekit.bodies This package provides interface to represent the position and geometry of space objects such as stars, planets or asteroids. 
org.orekit.forces.atmospheres   
org.orekit.frames This package provides classes to handle frames and transforms between them. 
org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. 
 

Uses of BodyShape in fr.cnes.sirius.patrius.events
 

Methods in fr.cnes.sirius.patrius.events that return BodyShape
 BodyShape EarthZoneDetector.getCentralBodyShape()
          Get the central body shape.
 

Constructors in fr.cnes.sirius.patrius.events with parameters of type BodyShape
EarthZoneDetector(BodyShape centralBody, List<double[][]> zonesPoints)
          Constructor for the earth zones entering detector with default maxCheck and convergence threshold.
EarthZoneDetector(BodyShape centralBody, List<double[][]> zonesPoints, double maxCheck, double threshold)
          Constructor for the earth zones entering detector.
EarthZoneDetector(BodyShape centralBody, List<double[][]> zonesPoints, double maxCheck, double threshold, EventDetector.Action entry, EventDetector.Action exit)
          Constructor for the earth zones entering detector.
EarthZoneDetector(BodyShape centralBody, List<double[][]> zonesPoints, double maxCheck, double threshold, EventDetector.Action entry, EventDetector.Action exit, boolean removeEntry, boolean removeExit)
          Constructor for the earth zones entering detector.
 

Uses of BodyShape in fr.cnes.sirius.patrius.projections
 

Classes in fr.cnes.sirius.patrius.projections that implement BodyShape
 class ProjectionEllipsoid
           This class extends the ExtendedOneAxisEllipsoid class and provides utility methods needed for projections.
 

Methods in fr.cnes.sirius.patrius.projections that return BodyShape
 BodyShape IProjection.getReference()
          Get the system of reference used.
 

Uses of BodyShape in fr.cnes.sirius.patrius.signalpropagation.iono
 

Constructors in fr.cnes.sirius.patrius.signalpropagation.iono with parameters of type BodyShape
BentModel(R12Provider r12Provider, SolarActivityDataProvider solarActivity, USKProvider uskProvider, BodyShape earth, Vector3D inStation, Frame inFrameSta, double freq)
          Constructor for the Bent ionospheric correction model.
 

Uses of BodyShape in org.orekit.attitudes
 

Methods in org.orekit.attitudes that return BodyShape
 BodyShape GroundPointing.getBodyShape()
          Get the body shape.
 

Constructors in org.orekit.attitudes with parameters of type BodyShape
BodyCenterGroundPointing(BodyShape shape)
          Constructor.
GroundPointing(BodyShape shape)
          Default constructor.
LofOffsetPointing(BodyShape shape, AttitudeProvider attLaw, Vector3D satPointingVector)
          Creates new instance.
NadirPointing(BodyShape shape)
          Creates new instance.
TargetGroundPointing(BodyShape shape, GeodeticPoint targetGeo)
          Creates a new instance from body shape and target expressed in geodetic coordinates.
TargetGroundPointing(BodyShape bodyShape, Vector3D target)
          Creates a new instance from body shape and target expressed in cartesian coordinates.
TargetPointing(GeodeticPoint targetGeo, BodyShape shape)
          Creates a new instance from body shape and target expressed in geodetic coordinates.
 

Uses of BodyShape in org.orekit.attitudes.directions
 

Constructors in org.orekit.attitudes.directions with parameters of type BodyShape
GroundVelocityDirection(BodyShape bodyShape, IDirection trackingDirection)
          Constructor
NadirDirection(BodyShape bodyShape)
          Simple constructor
 

Uses of BodyShape in org.orekit.bodies
 

Subinterfaces of BodyShape in org.orekit.bodies
 interface GeometricBodyShape
          Extended interface for celestial bodies shapes : extends the OREKIT's BodyShape interface by adding geometric methods.
 

Classes in org.orekit.bodies that implement BodyShape
 class ExtendedOneAxisEllipsoid
           implementation of the PatriusBodyShape interface : this an extended spheroid model to represent celestial bodies shapes.
 class OneAxisEllipsoid
          Modeling of a one-axis ellipsoid.
 

Uses of BodyShape in org.orekit.forces.atmospheres
 

Constructors in org.orekit.forces.atmospheres with parameters of type BodyShape
DTM2000(DTM2000InputParameters parameters, PVCoordinatesProvider sun, BodyShape earth)
          Simple constructor for independent computation.
HarrisPriester(PVCoordinatesProvider sun, BodyShape earth)
          Simple constructor for Modified Harris-Priester atmosphere model.
HarrisPriester(PVCoordinatesProvider sun, BodyShape earth, double n)
          Constructor for Modified Harris-Priester atmosphere model.
HarrisPriester(PVCoordinatesProvider sun, BodyShape earth, double[][] tabAltRho)
          Constructor for Modified Harris-Priester atmosphere model.
HarrisPriester(PVCoordinatesProvider sun, BodyShape earth, double[][] tabAltRho, double n)
          Constructor for Modified Harris-Priester atmosphere model.
JB2006(JB2006InputParameters parameters, PVCoordinatesProvider sun, BodyShape earth)
          Constructor with space environment information for internal computation.
MSISE2000(MSISE2000InputParameters data, BodyShape earthBody, CelestialBody sunBody)
          Simple constructor for class MSIS00Adapter.
SimpleExponentialAtmosphere(BodyShape shape, double rho0, double h0, double hscale)
          Create an exponential atmosphere.
US76(BodyShape earthBody)
          Simple constructor for class US76
 

Uses of BodyShape in org.orekit.frames
 

Methods in org.orekit.frames that return BodyShape
 BodyShape TopocentricFrame.getParentShape()
          Get the body shape on which the local point is defined.
 

Constructors in org.orekit.frames with parameters of type BodyShape
TopocentricFrame(BodyShape bodyParentShape, GeodeticPoint geodeticPoint, double frameOrientation, String name)
          This constructor builds a topocentric frame which Z-axis is the zenith.
TopocentricFrame(BodyShape bodyParentShape, GeodeticPoint geodeticPoint, String name)
          This constructor builds an east oriented topocentric frame.
 

Uses of BodyShape in org.orekit.propagation.events
 

Methods in org.orekit.propagation.events that return BodyShape
 BodyShape AltitudeDetector.getBodyShape()
          Get the body shape.
 BodyShape LatitudeDetector.getEarthShape()
          Returns the Earth shape.
 BodyShape NadirSolarIncidenceDetector.getEarthShape()
          Returns Earth shape.
 

Constructors in org.orekit.propagation.events with parameters of type BodyShape
AltitudeDetector(double altitude, BodyShape bodyShape)
          Build a new altitude detector.
AltitudeDetector(double altitude, BodyShape bodyShape, double maxCheck)
          Build a new altitude detector.
AltitudeDetector(double altitude, BodyShape bodyShape, double maxCheck, double threshold)
          Build a new altitude detector.
AltitudeDetector(double altitude, BodyShape bodyShape, double maxCheck, double threshold, EventDetector.Action ascending, EventDetector.Action descending)
          Build a new altitude detector.
AltitudeDetector(double altitude, BodyShape bodyShape, double maxCheck, double threshold, EventDetector.Action ascending, EventDetector.Action descending, boolean removeAscending, boolean removeDescending)
          Build a new altitude detector.
LatitudeDetector(double latitudeToDetect, BodyShape earth, double maxCheck, double threshold, EventDetector.Action increasing, EventDetector.Action decreasing)
          Constructor for the latitude detector for both local increasing and decreasing latitude.
LatitudeDetector(double latitudeToDetect, BodyShape earth, double maxCheck, double threshold, EventDetector.Action increasing, EventDetector.Action decreasing, boolean removeIncreasing, boolean removeDecreasing)
          Constructor for the latitude detector for both local increasing and decreasing latitude.
LatitudeDetector(double latitudeToDetect, BodyShape earth, int slopeType)
          Constructor for the latitude detector.
LatitudeDetector(double latitudeToDetect, BodyShape earth, int slopeType, double maxCheck, double threshold)
          Constructor for the latitude detector.
LatitudeDetector(double latitudeToDetect, BodyShape earth, int slopeType, double maxCheck, double threshold, EventDetector.Action action)
          Constructor for the latitude detector.
LatitudeDetector(double latitudeToDetect, BodyShape earth, int slopeType, double maxCheck, double threshold, EventDetector.Action action, boolean remove)
          Constructor for the latitude detector.
NadirSolarIncidenceDetector(double incidence, BodyShape earth, double maxCheck, double threshold)
          Constructor for the nadir point solar incidence detector
NadirSolarIncidenceDetector(double incidence, BodyShape earth, double maxCheck, double threshold, EventDetector.Action action)
          Constructor for the nadir point solar incidence detector
NadirSolarIncidenceDetector(double incidence, BodyShape earth, double maxCheck, double threshold, EventDetector.Action action, boolean remove)
          Constructor for the nadir point solar incidence detector
 



Copyright © 2016 CNES. All Rights Reserved.