Jeospace API

Uses of Package
org.jeospace.coordinate

Packages that use org.jeospace.coordinate
org.jeospace.coordinate Contains classes that support 3 dimensional coordinate objects used to position and orient. 
org.jeospace.navigation Contains classes that implement the navigation capabilities. 
org.jeospace.physics Contains classes supporting physics based simulations. 
org.jeospace.physics.orbit Contains interfaces and classes supporting physics based orbital mechanics. 
org.jeospace.projection Contains classes that manage map projections. 
org.jeospace.simulation Contains classes to configure, manage and control the simulation/visulation environment. 
org.jeospace.ui.swt.widgets Contains classes for creating SWT based user interfaces which utilize Jeospace objects. 
 

Classes in org.jeospace.coordinate used by org.jeospace.coordinate
Attitude
          An object containing a set of measure objects that together represent an orientation, also commonly known as Euler Angles.
Axis
          Constant object identifiers of the axis's of a cartesian coordinate system.
AxisAngle
          An object that represents a normalized axis-angle representation of a rotation utilizing double precision floating point values.
Cartesian
          An object that represents a 3 dimensional cartesian coordinate.
CartesianConvention
          Requirements for converting Cartesian data values between conventions.
Ellipsoidal
          A concrete subclass of Polar, Ellipsoidal represents a form of a polar coordinate that is referenced to an Ellipsoid.
Polar
          An abstract base class for representing forms of 3 dimensional spherical polar coordinates.
Quaternion
          A normalized quaternion implemented with double precision floating point values.
Spherical
          A concrete subclass of Polar implementing a spherical coordinate system.
Vector
          A 3 dimensional vector implemented with double precision floating point values.
 

Classes in org.jeospace.coordinate used by org.jeospace.navigation
Attitude
          An object containing a set of measure objects that together represent an orientation, also commonly known as Euler Angles.
Cartesian
          An object that represents a 3 dimensional cartesian coordinate.
Polar
          An abstract base class for representing forms of 3 dimensional spherical polar coordinates.
Quaternion
          A normalized quaternion implemented with double precision floating point values.
 

Classes in org.jeospace.coordinate used by org.jeospace.physics
Cartesian
          An object that represents a 3 dimensional cartesian coordinate.
Spherical
          A concrete subclass of Polar implementing a spherical coordinate system.
 

Classes in org.jeospace.coordinate used by org.jeospace.physics.orbit
Cartesian
          An object that represents a 3 dimensional cartesian coordinate.
Ellipsoidal
          A concrete subclass of Polar, Ellipsoidal represents a form of a polar coordinate that is referenced to an Ellipsoid.
Spherical
          A concrete subclass of Polar implementing a spherical coordinate system.
 

Classes in org.jeospace.coordinate used by org.jeospace.projection
Ellipsoidal
          A concrete subclass of Polar, Ellipsoidal represents a form of a polar coordinate that is referenced to an Ellipsoid.
Polar
          An abstract base class for representing forms of 3 dimensional spherical polar coordinates.
Spherical
          A concrete subclass of Polar implementing a spherical coordinate system.
 

Classes in org.jeospace.coordinate used by org.jeospace.simulation
Attitude
          An object containing a set of measure objects that together represent an orientation, also commonly known as Euler Angles.
Cartesian
          An object that represents a 3 dimensional cartesian coordinate.
Ellipsoidal
          A concrete subclass of Polar, Ellipsoidal represents a form of a polar coordinate that is referenced to an Ellipsoid.
Polar
          An abstract base class for representing forms of 3 dimensional spherical polar coordinates.
Spherical
          A concrete subclass of Polar implementing a spherical coordinate system.
 

Classes in org.jeospace.coordinate used by org.jeospace.ui.swt.widgets
Attitude
          An object containing a set of measure objects that together represent an orientation, also commonly known as Euler Angles.
Cartesian
          An object that represents a 3 dimensional cartesian coordinate.
Polar
          An abstract base class for representing forms of 3 dimensional spherical polar coordinates.
Quaternion
          A normalized quaternion implemented with double precision floating point values.
 


Jeospace API

Copyright © 2006 - jeospace.org