Jeospace API

Uses of Class
org.jeospace.measure.Mass

Packages that use Mass
org.jeospace.measure Contains classes that describe and manipulate quantities of measurement. 
org.jeospace.physics Contains classes supporting physics based simulations. 
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.text Contains classes for handling the textual representation of measurement and identity objects 
 

Uses of Mass in org.jeospace.measure
 

Methods in org.jeospace.measure with parameters of type Mass
 void Mass.set(Mass mass)
          Set this Mass object to the specified value.
 void Mass.add(Mass mass)
          Add to this object the argument Mass object.
 void Mass.subtract(Mass mass)
          Subtract from this object the argument Mass object.
 int Mass.compareTo(Mass that)
          Compare this object with the argument for order.
 

Constructors in org.jeospace.measure with parameters of type Mass
Mass(Mass mass)
          Construct a Mass object.
 

Uses of Mass in org.jeospace.physics
 

Methods in org.jeospace.physics with parameters of type Mass
static double Gravitation.getConstant(Mass mass)
          Return the gravitational constant (GM) for a world given it's mass in units of (km^3 s^-2)
static double Gravitation.getSolarMassRatio(Mass mass)
          Return the ratio of the world's mass to that of the Sun
 

Uses of Mass in org.jeospace.physics.orbit
 

Constructors in org.jeospace.physics.orbit with parameters of type Mass
BaseWorld(Identification ident, ReferenceFrame refFrame, Ellipsoid ellipsoid, Mass mass, OrbitalElements elements)
          Construct a World instance
 

Uses of Mass in org.jeospace.simulation
 

Methods in org.jeospace.simulation that return Mass
 Mass Unmarshal.getMass(org.w3c.dom.Element mass_element)
          Return the Mass object that cooresponds to the argument
 

Uses of Mass in org.jeospace.text
 

Methods in org.jeospace.text that return Mass
 Mass MassFormat.parse(java.lang.String inText)
          Parse the passed String into an Mass object.
 

Methods in org.jeospace.text with parameters of type Mass
 java.lang.String MassFormat.format(Mass inMass)
          Format the passed Mass object into a human readable String.
 


Jeospace API

Copyright © 2006 - jeospace.org