Jeospace API

Uses of Class
org.jeospace.measure.angle.DecimalAngle

Packages that use DecimalAngle
org.jeospace.measure.angle Contains classes that support angular measurements. 
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 DecimalAngle in org.jeospace.measure.angle
 

Subclasses of DecimalAngle in org.jeospace.measure.angle
 class Latitude
          A subclass of DecimalAngle, a latitude is an angle that is restricted in value to be within a half revolution of arc.
 class Longitude
          A subclass of DecimalAngle, a longitude is an angle that is always normalized to a value within a full revolution of arc.
 

Uses of DecimalAngle in org.jeospace.physics.orbit
 

Methods in org.jeospace.physics.orbit that return DecimalAngle
 DecimalAngle OrbitalElements.getMeanMotion()
          Return the mean motion (per day)
 

Constructors in org.jeospace.physics.orbit with parameters of type DecimalAngle
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 DecimalAngle in org.jeospace.simulation
 

Methods in org.jeospace.simulation that return DecimalAngle
 DecimalAngle Unmarshal.getDecimalAngle(org.w3c.dom.Element angle_element)
          Return the DecimalAngle object that cooresponds to the argument
 


Jeospace API

Copyright © 2006 - jeospace.org