|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Longitude | |
| org.jeospace.coordinate | Contains classes that support 3 dimensional coordinate objects used to position and orient. |
| 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. |
| org.jeospace.x3d.geometry | Contains classes used in the construction of x3d geometry. |
| Uses of Longitude in org.jeospace.coordinate |
| Fields in org.jeospace.coordinate declared as Longitude | |
Longitude |
Attitude.yaw
The yaw of the Attitude object |
Longitude |
Attitude.roll
The roll of the Attitude object |
Longitude |
Polar.longitude
The longitude component of the Polar coordinate |
| Methods in org.jeospace.coordinate with parameters of type Longitude | |
static Latitude |
PositionUtils.longitudeCrossing(Longitude longitude,
Polar p1,
Polar p2)
Calculate the latitude at which a great circle crosses a line of longitude. |
static void |
PositionUtils.getTargetCoordinate(Polar initial,
Longitude azimuth,
Angle angularSeparation,
Polar target)
Calculate a target position in longitude and latitude given an initial position a heading and an angular distance. |
void |
Attitude.set(Longitude yaw,
Latitude pitch,
Longitude roll)
Set the Attitude's components. |
void |
Polar.set(Longitude longitude,
Latitude latitude,
Length radius)
Set the Polar coordinate object's components. |
| Constructors in org.jeospace.coordinate with parameters of type Longitude | |
Attitude(Longitude yaw,
Latitude pitch,
Longitude roll)
Create an Attitude initialized to the specified values. |
|
Ellipsoidal(Longitude longitude,
Latitude latitude,
Length elevation)
Construct an Ellipsoidal coordinate object. |
|
Ellipsoidal(Longitude longitude,
Latitude latitude,
Length elevation,
Ellipsoid ellipsoid)
Construct an Ellipsoidal coordinate object. |
|
Spherical(Longitude longitude,
Latitude latitude,
Length radius)
Create a Spherical coordinate object from the given objects. |
|
| Uses of Longitude in org.jeospace.physics.orbit |
| Methods in org.jeospace.physics.orbit that return Longitude | |
Longitude |
OrbitalElements.getInclination()
Return the orbital inclination |
Longitude |
OrbitalElements.getLongitudeOfTheAscendingNode()
Return the longitude of the ascending node |
Longitude |
OrbitalElements.getArgumentOfPeriapsis()
Return the argument of periapsis |
Longitude |
OrbitalElements.getMeanAnomalyAtTheEpoch()
Return the mean anomaly at the epoch |
| Constructors in org.jeospace.physics.orbit with parameters of type Longitude | |
OrbitalElements(double eccentricity,
Longitude inclination,
Longitude ascendingNode,
Longitude argumentOfPeriapsis,
Length distanceOfPeriapsis,
Epoch timeOfPeriapsis,
Epoch epoch,
double GM)
Create an OrbitalElements object with the given parameters. |
|
OrbitalElements(double eccentricity,
Longitude inclination,
Longitude ascendingNode,
Longitude argumentOfPeriapsis,
Length semiMajorAxis,
Longitude meanAnomalyAtTheEpoch,
Epoch epoch,
double GM)
Create an OrbitalElements object with the given parameters. |
|
OrbitalElements(double eccentricity,
Longitude inclination,
Longitude ascendingNode,
Longitude argumentOfPeriapsis,
Longitude meanAnomalyAtTheEpoch,
DecimalAngle meanMotion,
double dragCoefficient,
Epoch epoch,
double GM)
Create an OrbitalElements object with the given parameters. |
|
| Uses of Longitude in org.jeospace.simulation |
| Methods in org.jeospace.simulation that return Longitude | |
Longitude |
Unmarshal.getLongitude(org.w3c.dom.Element lng_element)
Return the Longitude object that cooresponds to the argument |
| Uses of Longitude in org.jeospace.x3d.geometry |
| Constructors in org.jeospace.x3d.geometry with parameters of type Longitude | |
SphericalLongitude(Longitude longitude,
Latitude begin,
Latitude end)
Constructor for a segment of a line of longitude. |
|
SphericalLongitude(Longitude longitude)
Constructor for a line of longitude extending from pole to pole. |
|
|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||