|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Polar | |
| 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.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. |
| Uses of Polar in org.jeospace.coordinate |
| Subclasses of Polar in org.jeospace.coordinate | |
class |
Ellipsoidal
A concrete subclass of Polar, Ellipsoidal represents a
form of a polar coordinate that is referenced to an Ellipsoid. |
class |
Spherical
A concrete subclass of Polar implementing a spherical coordinate system. |
| Methods in org.jeospace.coordinate with parameters of type Polar | |
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 |
Ellipsoidal.set(Polar polar)
Set the Ellipsoidal coordinate object's components. |
void |
Ellipsoidal.set(Polar polar,
Ellipsoid ellipsoid)
Set the Ellipsoidal coordinate object's components. |
void |
Spherical.set(Polar polar)
Set the Spherical coordinate object's components. |
void |
Polar.set(Polar polar)
Set the Polar coordinate object's components. |
Angle |
Polar.getAngularSeparation(Polar target)
Return the angular separation between this Polar
object and the argument. |
| Constructors in org.jeospace.coordinate with parameters of type Polar | |
Ellipsoidal(Polar polar)
Construct an Ellipsoidal coordinate object from the argument
Polar coordinate. |
|
Ellipsoidal(Polar polar,
Ellipsoid ellipsoid)
Construct an Ellipsoidal coordinate object that cooresponds to the given
Polar |
|
Spherical(Polar polar)
Construct a Spherical coordinate object from the argument
Polar coordinate. |
|
| Uses of Polar in org.jeospace.navigation |
| Methods in org.jeospace.navigation that return Polar | |
Polar |
ShadowSibling.getPolar()
Return the positioning data in a Polar coordinate object. |
Polar |
ShadowParent.getPolar()
Return the positioning data in a Polar coordinate object. |
Polar |
ShadowChild.getPolar()
Return the positioning data in a Polar coordinate object. |
Polar |
OrbitInterpolator.getPolar()
Return the positioning data in a Polar coordinate object. |
Polar |
SphericalInterpolator.getPolar()
Return the positioning data in a Polar coordinate object. |
Polar |
DefaultPosition.getPolar()
Return the position in a Polar coordinate object. |
Polar |
Position.getPolar()
Return the positioning data in a Polar coordinate object. |
| Methods in org.jeospace.navigation with parameters of type Polar | |
void |
DefaultPosition.set(Polar polar)
Set the position coordinate |
void |
PositionControl.set(Polar polar)
Set the initial position coordinate |
| Constructors in org.jeospace.navigation with parameters of type Polar | |
SphericalInterpolator(Polar startPosition,
Polar endPosition,
Length scale)
Construct an instance |
|
| Uses of Polar in org.jeospace.projection |
| Methods in org.jeospace.projection with parameters of type Polar | |
int[] |
Equirectangular.toPoint(Polar p)
Translate the coordinate to a point in the projection. |
int |
Equirectangular.toPoint(Polar p,
int[] val,
int index)
Translate the coordinate to a point in the projection and append it to the argument array at the specified index. |
| Uses of Polar in org.jeospace.simulation |
| Methods in org.jeospace.simulation that return Polar | |
Polar |
Unmarshal.getPositionCoordinate(org.w3c.dom.Element position_element)
Return the Polar coordinate that cooresponds to the argument |
| Methods in org.jeospace.simulation with parameters of type Polar | |
org.w3c.dom.Element |
Marshal.createViewpoint(java.lang.String name,
ReferenceFrame refFrame,
Polar position,
Attitude attitude)
Create and return a viewpoint Element at a fixed position and orientation |
org.w3c.dom.Element |
Marshal.createViewpoint(java.lang.String name,
ReferenceFrame refFrame,
Polar position,
SimNode home,
SimNode target)
Create and return a viewpoint Element at a fixed position with an orientation
that tracks a target orbital object |
org.w3c.dom.Element |
Marshal.createPosition(Polar coordinate)
Create and return a position Element |
| Uses of Polar in org.jeospace.ui.swt.widgets |
| Methods in org.jeospace.ui.swt.widgets that return Polar | |
Polar |
NavigationControl.getPolar()
Return the position coordinate object. |
| Methods in org.jeospace.ui.swt.widgets with parameters of type Polar | |
void |
NavigationControl.set(Polar polar)
Set the working coordinate. |
|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||