Jeospace API

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

Packages that use Latitude
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.simulation Contains classes to configure, manage and control the simulation/visulation environment. 
org.jeospace.ui.swing.components Contains classes for creating Swing based user interfaces which utilize Jeospace objects. 
org.jeospace.ui.swt.widgets Contains classes for creating SWT based user interfaces which utilize Jeospace objects. 
org.jeospace.x3d.geometry Contains classes used in the construction of x3d geometry. 
 

Uses of Latitude in org.jeospace.coordinate
 

Fields in org.jeospace.coordinate declared as Latitude
 Latitude Attitude.pitch
          The pitch of the Attitude object
 Latitude Polar.latitude
          The latitude component of the Polar coordinate
 

Methods in org.jeospace.coordinate that return Latitude
static Latitude PositionUtils.longitudeCrossing(Longitude longitude, Polar p1, Polar p2)
          Calculate the latitude at which a great circle crosses a line of longitude.
 

Methods in org.jeospace.coordinate with parameters of type Latitude
 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 Latitude
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 Latitude in org.jeospace.geometry
 

Methods in org.jeospace.geometry with parameters of type Latitude
 Length Ellipsoid.getRadius(Latitude latitude)
          Return a Length object representing the ellipsoidal radius at the argument Latitude.
 

Uses of Latitude in org.jeospace.simulation
 

Methods in org.jeospace.simulation that return Latitude
 Latitude Unmarshal.getLatitude(org.w3c.dom.Element lat_element)
          Return the Latitude object that cooresponds to the argument
 

Uses of Latitude in org.jeospace.ui.swing.components
 

Methods in org.jeospace.ui.swing.components that return Latitude
 Latitude LatitudeSpinner.getLatitude()
          Return the Latitude object that this control is acting on.
 

Methods in org.jeospace.ui.swing.components with parameters of type Latitude
 void LatitudeSpinner.setLatitude(Latitude newAngle)
          Set the Latitude object to be manipulated by the control.
 

Constructors in org.jeospace.ui.swing.components with parameters of type Latitude
LatitudeSpinner(Latitude initial)
          Constructor.
LatitudeSpinner(Latitude initial, AngleFormat formatter)
          Constructor.
 

Uses of Latitude in org.jeospace.ui.swt.widgets
 

Methods in org.jeospace.ui.swt.widgets that return Latitude
 Latitude LatitudeSpider.getLatitude()
          Return the Latitude object that this control is acting on.
 Latitude LatitudeSpinner.getLatitude()
          Return the Latitude object that this control is acting on.
 

Methods in org.jeospace.ui.swt.widgets with parameters of type Latitude
 void LatitudeSpider.setLatitude(Latitude newAngle)
          Set the Latitude object to be manipulated by the control.
 void LatitudeSpinner.setLatitude(Latitude newAngle)
          Set the Latitude object to be manipulated by the control.
 

Constructors in org.jeospace.ui.swt.widgets with parameters of type Latitude
LatitudeSpider(org.eclipse.swt.widgets.Composite parent, Latitude initial)
          Constructor.
LatitudeSpider(org.eclipse.swt.widgets.Composite parent, Latitude initial, AngleFormat formatter)
          Constructor.
LatitudeSpinner(org.eclipse.swt.widgets.Composite parent, Latitude initial)
          Constructor.
LatitudeSpinner(org.eclipse.swt.widgets.Composite parent, Latitude initial, AngleFormat formatter)
          Constructor.
 

Uses of Latitude in org.jeospace.x3d.geometry
 

Constructors in org.jeospace.x3d.geometry with parameters of type Latitude
SphericalLongitude(Longitude longitude, Latitude begin, Latitude end)
          Constructor for a segment of a line of longitude.
SphericalLatitude(Latitude latitude)
          Constructor
 


Jeospace API

Copyright © 2006 - jeospace.org