|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Ellipsoid | |
| org.jeospace.coordinate | Contains classes that support 3 dimensional coordinate objects used to position and orient. |
| org.jeospace.geometry | Contains classes that describe and manipulate geometric objects. |
| org.jeospace.physics.orbit | Contains interfaces and classes supporting physics based orbital mechanics. |
| org.jeospace.simulation | Contains classes to configure, manage and control the simulation/visulation environment. |
| Uses of Ellipsoid in org.jeospace.coordinate |
| Methods in org.jeospace.coordinate that return Ellipsoid | |
Ellipsoid |
Ellipsoidal.getEllipsoid()
Get the Ellipsoid component of this coordinate object. |
| Methods in org.jeospace.coordinate with parameters of type Ellipsoid | |
static void |
PositionUtils.getVisibleRadius(Spherical spherical,
Ellipsoid ellipsoid,
Angle radiusAngle)
Calculate the visible radius on the surface of an ellipsoid of the point defined by the argument ellipsoid-centric fixed coordinate and place the result into the argument Angle object. |
void |
Ellipsoidal.set(Cartesian cartesian,
Ellipsoid ellipsoid)
Set the Ellipsoidal coordinate object's components. |
void |
Ellipsoidal.set(Polar polar,
Ellipsoid ellipsoid)
Set the Ellipsoidal coordinate object's components. |
void |
Ellipsoidal.set(double longitudeDegrees,
double latitudeDegrees,
Length elevation,
Ellipsoid ellipsoid)
Set the Ellipsoidal coordinate object's components. |
void |
Ellipsoidal.setEllipsoid(Ellipsoid ellipsoid)
Set the Ellipsoid component of this coordinate object. |
| Constructors in org.jeospace.coordinate with parameters of type Ellipsoid | |
Ellipsoidal(Ellipsoid ellipsoid)
Construct an Ellipsoidal coordinate object with default coordinate
parameters and the specified ellipsoid. |
|
Ellipsoidal(Cartesian cartesian,
Ellipsoid ellipsoid)
Construct an Ellipsoidal coordinate object that cooresponds to the given
Cartesian coordinate. |
|
Ellipsoidal(Polar polar,
Ellipsoid ellipsoid)
Construct an Ellipsoidal coordinate object that cooresponds to the given
Polar |
|
Ellipsoidal(double longitudeDegrees,
double latitudeDegrees,
Length elevation,
Ellipsoid ellipsoid)
Construct an Ellipsoidal coordinate object with the given parameters from the given objects. |
|
Ellipsoidal(Longitude longitude,
Latitude latitude,
Length elevation,
Ellipsoid ellipsoid)
Construct an Ellipsoidal coordinate object. |
|
| Uses of Ellipsoid in org.jeospace.geometry |
| Methods in org.jeospace.geometry that return Ellipsoid | |
static Ellipsoid |
EllipsoidCatalog.get(java.lang.String id)
Return the Ellipsoid that matches the id string |
static Ellipsoid |
EllipsoidCatalog.getInstance(Length semiMajorAxis,
Length semiMinorAxis,
java.lang.String id)
Return an Ellipsoid instance |
static Ellipsoid |
EllipsoidCatalog.getInstance(Length semiMajorAxis,
double inverseFlattening,
java.lang.String id)
Return an Ellipsoid instance |
static Ellipsoid[] |
EllipsoidCatalog.getEllipsoids()
Return an array of the defined Ellipsoid objects |
| Uses of Ellipsoid in org.jeospace.physics.orbit |
| Methods in org.jeospace.physics.orbit that return Ellipsoid | |
Ellipsoid |
Moon.getEllipsoid()
Return the reference ellipsoid of the world |
Ellipsoid |
SolarWorld.getEllipsoid()
Return the reference ellipsoid of the world |
Ellipsoid |
BaseWorld.getEllipsoid()
Return the reference ellipsoid of the world |
Ellipsoid |
World.getEllipsoid()
Return the reference ellipsoid of the world |
| Constructors in org.jeospace.physics.orbit with parameters of type Ellipsoid | |
BaseWorld(Identification ident,
ReferenceFrame refFrame,
Ellipsoid ellipsoid,
Mass mass,
OrbitalElements elements)
Construct a World instance |
|
| Uses of Ellipsoid in org.jeospace.simulation |
| Methods in org.jeospace.simulation that return Ellipsoid | |
Ellipsoid |
Unmarshal.getEllipsoid(org.w3c.dom.Element ellipsoid_element)
Return the Ellipsoid object that cooresponds to the argument |
| Methods in org.jeospace.simulation with parameters of type Ellipsoid | |
org.w3c.dom.Element |
Marshal.createEllipsoid(Ellipsoid ellipsoid)
Create and return an Element cooresponding to the argument
Ellipsoid object |
|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||