Jeospace API
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

ACCELERATE - Static variable in class org.jeospace.navigation.Alpha
Behavior constant indicating that the alpha value accelerates or ramps up from it's beginning to end.
ACCELERATE_DECELERATE - Static variable in class org.jeospace.navigation.Alpha
Behavior constant indicating that the alpha value accelerates for the first half of it's operation then decelerates for the second half.
ACTIVE - Static variable in interface org.jeospace.xml.JeospaceStrings
 
ADD_COMPONENT_MASK - Static variable in class org.jeospace.event.AtlasEvent
Sub mask indicating an add component operation.
AE - Static variable in interface org.jeospace.physics.orbit.SxP4Constants
The ratio of the Earth's equatorial radius to it's self ?
AFGHANISTAN - Static variable in class org.jeospace.util.CountryCode
Afghanistan
ALAND_ISLANDS - Static variable in class org.jeospace.util.CountryCode
Åland Islands
ALARM_EXPIRED - Static variable in class org.jeospace.event.ChronAlarmEvent
The event id indicating that a ChronAlarm's time interval has expired.
ALBANIA - Static variable in class org.jeospace.util.CountryCode
Albania
ALGERIA - Static variable in class org.jeospace.util.CountryCode
Algeria
ALIAS - Static variable in interface org.jeospace.xml.JeospaceStrings
 
ALPHA - Static variable in class org.jeospace.util.Greek
Alpha
ALPHA - Static variable in interface org.jeospace.xml.JeospaceStrings
 
ALTITUDE - Static variable in class org.jeospace.text.AngleFormatStyle
Identifier of an altitude angle format style.
AMERICAN_SAMOA - Static variable in class org.jeospace.util.CountryCode
American Samoa
AND - Static variable in class org.jeospace.util.Constellation
Andromeda
ANDORRA - Static variable in class org.jeospace.util.CountryCode
Andorra
ANGLE - Static variable in class org.jeospace.text.AngleFormatStyle
Identifier of a generic angle format style.
ANGOLA - Static variable in class org.jeospace.util.CountryCode
Angola
ANGUILLA - Static variable in class org.jeospace.util.CountryCode
Anguilla
ANT - Static variable in class org.jeospace.util.Constellation
Antlia
ANTARCTICA - Static variable in class org.jeospace.util.CountryCode
Antarctica
ANTIGUA_AND_BARBUDA - Static variable in class org.jeospace.util.CountryCode
Antigua and Barbuda
APOTHECARY_DRAM - Static variable in class org.jeospace.measure.MassUnit
Unit identifier - APOTHECARY_DRAM = 3 Scruples
APOTHECARY_OUNCE - Static variable in class org.jeospace.measure.MassUnit
Unit identifier - APOTHECARY_OUNCE = 8 Drams
APOTHECARY_POUND - Static variable in class org.jeospace.measure.MassUnit
Unit identifier - APOTHECARY_POUND = 12 Ounces
APOTHECARY_SCRUPLE - Static variable in class org.jeospace.measure.MassUnit
Unit identifier - APOTHECARY_SCRUPLE = 20 Grains
APS - Static variable in class org.jeospace.util.Constellation
Apus
AQL - Static variable in class org.jeospace.util.Constellation
Aquila
AQR - Static variable in class org.jeospace.util.Constellation
Aquarius
ARA - Static variable in class org.jeospace.util.Constellation
Ara
ARGENTINA - Static variable in class org.jeospace.util.CountryCode
Argentina
ARG_OF_PERIAPSIS - Static variable in interface org.jeospace.xml.JeospaceStrings
 
ARI - Static variable in class org.jeospace.util.Constellation
Aries
ARMENIA - Static variable in class org.jeospace.util.CountryCode
Armenia
ARTIFICIAL_SATELLITE - Static variable in class org.jeospace.designation.Classification
Constant indicating an artificial satellite.
ARUBA - Static variable in class org.jeospace.util.CountryCode
Aruba
ASCENDING - Static variable in class org.jeospace.physics.orbit.Visibility
ASCENDING - object is ascending across the defined horizon
ASCENDING_NODE - Static variable in interface org.jeospace.xml.JeospaceStrings
 
ASCENSION_ISLAND - Static variable in class org.jeospace.util.CountryCode
Ascension Island
ASHMORE_AND_CARTIER_ISLANDS - Static variable in class org.jeospace.util.CountryCode
Ashmore and Cartier Islands
ASSOCIATION - Static variable in interface org.jeospace.xml.JeospaceStrings
 
ATLAS - Static variable in interface org.jeospace.xml.JeospaceStrings
 
ATLASLIST - Static variable in interface org.jeospace.xml.JeospaceStrings
 
ATLASLOCATOR - Static variable in interface org.jeospace.xml.JeospaceStrings
 
ATLAS_CLOSE - Static variable in class org.jeospace.event.ProfileEvent
The event id indicating that an Atlas has been closed.
ATLAS_OPEN - Static variable in class org.jeospace.event.ProfileEvent
The event id indicating that an Atlas has been opened.
ATTITUDE - Static variable in interface org.jeospace.xml.JeospaceStrings
 
ATTO - Static variable in class org.jeospace.measure.Mult
Constant - atto (a) = 10^-18
AU - Static variable in class org.jeospace.measure.LengthUnit
Constant identifier for astronomical units.
AUR - Static variable in class org.jeospace.util.Constellation
Auriga
AUSTRALIA - Static variable in class org.jeospace.util.CountryCode
Australia
AUSTRIA - Static variable in class org.jeospace.util.CountryCode
Austria
AUTUMNAL_EQUINOX - Static variable in class org.jeospace.physics.orbit.SolarNodeID
Autumnal Equinox node identifier
AVATARSIZE - Static variable in class org.jeospace.event.CockpitPropertyEvent
Event id indicating that the avatar size has changed.
AVOIRDUPOIS_DRAM - Static variable in class org.jeospace.measure.MassUnit
Unit identifier - AVOIRDUPOIS_DRAM = 27.34375 Grains
AVOIRDUPOIS_OUNCE - Static variable in class org.jeospace.measure.MassUnit
Unit identifier - AVOIRDUPOIS_OUNCE = 16 Drams = 437.5 Grains
AVOIRDUPOIS_POUND - Static variable in class org.jeospace.measure.MassUnit
Unit identifier - AVOIRDUPOIS_POUND = 16 Ounces = 7000 Grains
AZERBAIJAN - Static variable in class org.jeospace.util.CountryCode
Azerbaijan
AZIMUTH - Static variable in class org.jeospace.text.AngleFormatStyle
Identifier of an azimuth angle format style.
Affix - class org.jeospace.text.Affix.
Constant object identifiers of the type of affix.
Alpha - class org.jeospace.navigation.Alpha.
Generator of alpha values (ranging 0.0 to 1.0) for interpolators.
Alpha() - Constructor for class org.jeospace.navigation.Alpha
Default Constructor.
Alpha(double, double, int, int) - Constructor for class org.jeospace.navigation.Alpha
Constructor
Anchor - class org.jeospace.x3d.node.Anchor.
An SAI Anchor node wrapper.
Anchor(X3DScene) - Constructor for class org.jeospace.x3d.node.Anchor
Constructor
Anchor(X3DNode) - Constructor for class org.jeospace.x3d.node.Anchor
Constructor
Angle - interface org.jeospace.measure.angle.Angle.
Angle provides the base operations for setting, getting and manipulating angular measurement values.
AngleConstants - class org.jeospace.measure.angle.AngleConstants.
Numeric constants used for the conversions of angles representations.
AngleConstants() - Constructor for class org.jeospace.measure.angle.AngleConstants
 
AngleFormat - class org.jeospace.text.AngleFormat.
Formats Angle objects into readable strings and parses strings into Angle objects.
AngleFormat(Affix, AngleSignPair, AngleNorm, AngleUnit, Mult) - Constructor for class org.jeospace.text.AngleFormat
Construct an AngleFormat object.
AngleFormat(Affix, AngleSignPair, AngleNorm, AngleUnit, Mult, Locale) - Constructor for class org.jeospace.text.AngleFormat
Construct an AngleFormat object.
AngleFormat.Field - class org.jeospace.text.AngleFormat.Field.
Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from AngleFormat.formatToCharacterIterator and as field identifiers in FieldPosition.
AngleFormat.Field(String) - Constructor for class org.jeospace.text.AngleFormat.Field
Creates a Field instance with the specified name.
AngleFormatStyle - class org.jeospace.text.AngleFormatStyle.
Constant object identifiers of types of angle usage which defines a style of presentation.
AngleFormatStyle(String, Affix, AngleSignPair, boolean, AngleNorm, AngleUnit, Mult) - Constructor for class org.jeospace.text.AngleFormatStyle
Restricted constructor
AngleFormatSymbols - class org.jeospace.text.AngleFormatSymbols.
Defines the localizable symbols and separators used by AngleFormat.
AngleFormatSymbols() - Constructor for class org.jeospace.text.AngleFormatSymbols
Construct an AngleFormatSymbols object initialized to the default locale.
AngleFormatSymbols(Locale) - Constructor for class org.jeospace.text.AngleFormatSymbols
Construct an AngleFormatSymbols object initialized to the specified locale.
AngleNorm - class org.jeospace.measure.angle.AngleNorm.
Constant object identifiers of the options for normalization of an angle.
AngleNorm(String) - Constructor for class org.jeospace.measure.angle.AngleNorm
Construct a AngleNorm object.
AngleSign - class org.jeospace.measure.angle.AngleSign.
Constant object identifiers of the direction of rotation of an angle.
AngleSign(String, String, int) - Constructor for class org.jeospace.measure.angle.AngleSign
Construct a AngleSign object.
AngleSignPair - class org.jeospace.text.AngleSignPair.
Constant object identifiers of matched pairs of angle sign conventions
AngleSignPair(String, String) - Constructor for class org.jeospace.text.AngleSignPair
Restricted Constructor
AngleSpider - class org.jeospace.ui.swt.widgets.AngleSpider.
A compound widget for manipulating Angle values.
AngleSpider(Composite) - Constructor for class org.jeospace.ui.swt.widgets.AngleSpider
Constructor.
AngleSpider(Composite, Angle) - Constructor for class org.jeospace.ui.swt.widgets.AngleSpider
Constructor.
AngleSpider(Composite, Angle, AngleFormat) - Constructor for class org.jeospace.ui.swt.widgets.AngleSpider
Constructor.
AngleSpinner - class org.jeospace.ui.swing.components.AngleSpinner.
A Component for manipulating Angle values.
AngleSpinner() - Constructor for class org.jeospace.ui.swing.components.AngleSpinner
Constructor.
AngleSpinner(Angle) - Constructor for class org.jeospace.ui.swing.components.AngleSpinner
Constructor.
AngleSpinner(Angle, AngleFormat) - Constructor for class org.jeospace.ui.swing.components.AngleSpinner
Constructor.
AngleSpinner - class org.jeospace.ui.swt.widgets.AngleSpinner.
A compound widget for manipulating Angle values.
AngleSpinner(Composite) - Constructor for class org.jeospace.ui.swt.widgets.AngleSpinner
Constructor.
AngleSpinner(Composite, Angle) - Constructor for class org.jeospace.ui.swt.widgets.AngleSpinner
Constructor.
AngleSpinner(Composite, Angle, AngleFormat) - Constructor for class org.jeospace.ui.swt.widgets.AngleSpinner
Constructor.
AngleType - interface org.jeospace.measure.angle.AngleType.
Marker interface to distinguish an AngleType class
AngleUnit - interface org.jeospace.measure.angle.AngleUnit.
Requirements for defining an AngleUnit class
AnomalyType - class org.jeospace.physics.orbit.AnomalyType.
Constant object identifiers of the type of orbital anomaly.
AnomalyType(String) - Constructor for class org.jeospace.physics.orbit.AnomalyType
Construct a AnomalyType object.
Appearance - class org.jeospace.x3d.node.Appearance.
An SAI Appearance node wrapper.
Appearance(X3DScene) - Constructor for class org.jeospace.x3d.node.Appearance
Constructor
Appearance(X3DNode) - Constructor for class org.jeospace.x3d.node.Appearance
Constructor
Atlas - class org.jeospace.simulation.Atlas.
A simulation environment configuration object that contains descriptors of content.
Atlas() - Constructor for class org.jeospace.simulation.Atlas
Construct a new empty atlas
Atlas(Document) - Constructor for class org.jeospace.simulation.Atlas
Construct an atlas initialized from the argument xml document
AtlasEvent - class org.jeospace.event.AtlasEvent.
The event object for distributing Atlas change notification.
AtlasEvent(Object, int, Element) - Constructor for class org.jeospace.event.AtlasEvent
Construct an AtlasEvent.
AtlasListener - interface org.jeospace.event.AtlasListener.
The listener interface for receiving Atlas change events.
Attitude - class org.jeospace.coordinate.Attitude.
An object containing a set of measure objects that together represent an orientation, also commonly known as Euler Angles.
Attitude() - Constructor for class org.jeospace.coordinate.Attitude
Create an Attitude initialized with default parameters; all coordinate components set to zero.
Attitude(Longitude, Latitude, Longitude) - Constructor for class org.jeospace.coordinate.Attitude
Create an Attitude initialized to the specified values.
Attitude(double, double, double) - Constructor for class org.jeospace.coordinate.Attitude
Create an Attitude initialized to the specified values.
Attitude(Attitude) - Constructor for class org.jeospace.coordinate.Attitude
Create an Attitude initialized to duplicate the passed object.
AudioClip - class org.jeospace.x3d.node.AudioClip.
An SAI AudioClip node wrapper.
AudioClip(X3DScene) - Constructor for class org.jeospace.x3d.node.AudioClip
Constructor
AudioClip(X3DNode) - Constructor for class org.jeospace.x3d.node.AudioClip
Constructor
Axis - class org.jeospace.coordinate.Axis.
Constant object identifiers of the axis's of a cartesian coordinate system.
Axis(String, int) - Constructor for class org.jeospace.coordinate.Axis
Construct a Axis object.
AxisAngle - class org.jeospace.coordinate.AxisAngle.
An object that represents a normalized axis-angle representation of a rotation utilizing double precision floating point values.
AxisAngle() - Constructor for class org.jeospace.coordinate.AxisAngle
Construct an instance initialized to (0, 0, 1, 0)
AxisAngle(double, double, double, double) - Constructor for class org.jeospace.coordinate.AxisAngle
Construct an instance initialized to the given value and normalized
AxisAngle(double[]) - Constructor for class org.jeospace.coordinate.AxisAngle
Construct an instance initialized to the given value and normalized
AxisAngle(float[]) - Constructor for class org.jeospace.coordinate.AxisAngle
Construct an instance initialized to the given value and normalized
AxisAngle(Vector, double) - Constructor for class org.jeospace.coordinate.AxisAngle
Construct an instance initialized to the given values and normalize
AxisAngle(Axis, double) - Constructor for class org.jeospace.coordinate.AxisAngle
Construct an instance initialized to the given rotation about the specified axis
AxisAngle(AxisAngle) - Constructor for class org.jeospace.coordinate.AxisAngle
Construct an instance initialized to duplicate the argument
abreviation - Variable in class org.jeospace.measure.angle.DecimalAngleUnit
The abreviated name of the unit of angle
abreviation - Variable in class org.jeospace.util.Constellation
The abreviation of the constellation
actionKeyPress - Variable in class org.jeospace.x3d.node.KeySensor
The actionKeyPress eventOut
actionKeyRelease - Variable in class org.jeospace.x3d.node.KeySensor
The actionKeyRelease eventOut
activeLayer - Variable in class org.jeospace.x3d.node.LayerSet
The activeLayer exposedField
add(Length) - Method in class org.jeospace.measure.Length
Add to this object the argument Length object.
add(Mass) - Method in class org.jeospace.measure.Mass
Add to this object the argument Mass object.
add(Temperature) - Method in class org.jeospace.measure.Temperature
Add to this object the argument Temperature object.
add(Time) - Method in class org.jeospace.measure.Time
Add to this object the argument Time object.
add(Angle) - Method in interface org.jeospace.measure.angle.Angle
Add to this Angle the passed Angle.
add(DecimalAngleUnit, double) - Method in interface org.jeospace.measure.angle.Angle
Add to this Angle the double value in the specified DecimalAngleUnits.
add(SexagesimalAngleUnit, int) - Method in interface org.jeospace.measure.angle.Angle
Add to this Angle the value in the specified SexagesimalAngleUnits.
add(Angle) - Method in class org.jeospace.measure.angle.DecimalAngle
Add to this DecimalAngle the passed Angle.
add(DecimalAngleUnit, double) - Method in class org.jeospace.measure.angle.DecimalAngle
Add to this DecimalAngle the double value in the specified DecimalAngleUnits.
add(SexagesimalAngleUnit, int) - Method in class org.jeospace.measure.angle.DecimalAngle
Add to this DecimalAngle the value in the specified SexagesimalAngleUnits.
add(Angle) - Method in class org.jeospace.measure.angle.Latitude
Add to this Latitude the passed Angle.
add(DecimalAngleUnit, double) - Method in class org.jeospace.measure.angle.Latitude
Add to this Latitude the double value in the specified DecimalAngleUnits.
add(SexagesimalAngleUnit, int) - Method in class org.jeospace.measure.angle.Latitude
Add to this Latitude the value in the specified SexagesimalAngleUnits.
add(Angle) - Method in class org.jeospace.measure.angle.Longitude
Add to this Longitude the passed Angle.
add(DecimalAngleUnit, double) - Method in class org.jeospace.measure.angle.Longitude
Add to this Longitude the double value in the specified DecimalAngleUnits.
add(SexagesimalAngleUnit, int) - Method in class org.jeospace.measure.angle.Longitude
Add to this Longitude the value in the specified SexagesimalAngleUnits.
add(Angle) - Method in class org.jeospace.measure.angle.SexagesimalAngle
Add to this SexagesimalAngle the passed Angle.
add(DecimalAngleUnit, double) - Method in class org.jeospace.measure.angle.SexagesimalAngle
Add to this SexagesimalAngle the double value in the specified DecimalAngleUnits.
add(SexagesimalAngleUnit, int) - Method in class org.jeospace.measure.angle.SexagesimalAngle
Add to this SexagesimalAngle the value in the specified SexagesimalAngleUnits.
add(Format.Field, int, int) - Method in class org.jeospace.text.FieldAttributor
Add a Field - index pair mapping
add(ReferenceFrame, X3DNode) - Method in class org.jeospace.x3d.PlatformStructure
Add the argument node to the specified ReferenceFrame of the PlatformStructure
add(ReferenceFrame, X3DNode[]) - Method in class org.jeospace.x3d.PlatformStructure
Add the argument nodes to the specified ReferenceFrame of the PlatformStructure
add(ReferenceFrame, X3DNode) - Method in class org.jeospace.x3d.RootStructure
Add the argument node to the specified ReferenceFrame of the RootStructure
add(ReferenceFrame, X3DNode[]) - Method in class org.jeospace.x3d.RootStructure
Add the argument nodes to the specified ReferenceFrame of the RootStructure
add(ReferenceFrame, X3DNode) - Method in interface org.jeospace.x3d.Structure
Add the argument node to the specified ReferenceFrame of the Structure
add(ReferenceFrame, X3DNode[]) - Method in interface org.jeospace.x3d.Structure
Add the argument nodes to the specified ReferenceFrame of the Structure
add(ReferenceFrame, X3DNode) - Method in class org.jeospace.x3d.SystemStructure
Add the argument node to the specified ReferenceFrame of the SystemStructure
add(ReferenceFrame, X3DNode[]) - Method in class org.jeospace.x3d.SystemStructure
Add the argument nodes to the specified ReferenceFrame of the SystemStructure
addAlarm(ChronAlarm) - Method in interface org.jeospace.simulation.ChronAlarmQueue
Add an alarm to the queue.
addAtlasListener(AtlasListener) - Method in class org.jeospace.simulation.Atlas
Add a listener to this atlas
addCheckRollover(SexagesimalAngleUnit, int) - Method in class org.jeospace.measure.angle.Latitude
Add to this Latitude the value in the specified SexagesimalAngleUnits.
addCheckRollover(DecimalAngleUnit, double) - Method in class org.jeospace.measure.angle.Latitude
Add to this Latitude the double value in the specified DecimalAngleUnits.
addCheckRollover(Angle) - Method in class org.jeospace.measure.angle.Latitude
Add to this Latitude object the passed Angle object.
addChild(ChildNode) - Method in interface org.jeospace.simulation.ParentNode
Add a new descendant SimNode to this node
addChild(ChildNode) - Method in class org.jeospace.simulation.RootNode
Add a new descendant SimNode to this node
addChild(ChildNode) - Method in class org.jeospace.simulation.SystemNode
Add a new descendant ChildNode to this system's list of orbital objects.
addChildren - Variable in class org.jeospace.x3d.node.Anchor
The addChildren eventIn
addChildren - Variable in class org.jeospace.x3d.node.Billboard
The addChildren eventIn
addChildren - Variable in class org.jeospace.x3d.node.Collision
The addChildren eventIn
addChildren - Variable in class org.jeospace.x3d.node.Group
The addChildren eventIn
addChildren - Variable in class org.jeospace.x3d.node.Layer
The addChildren eventIn
addChildren - Variable in class org.jeospace.x3d.node.Transform
The addChildren eventIn
addChronAlarmListener(ChronAlarmListener) - Method in interface org.jeospace.simulation.ChronAlarm
Add a listener to the ChronAlarm.
addChronListener(ChronListener) - Method in class org.jeospace.simulation.Chronometer
Add a listener for ChronEvents
addCockpitPropertyListener(CockpitPropertyListener) - Method in class org.jeospace.x3d.CockpitProperties
Add a Cockpit property listener
addElement(Element) - Method in class org.jeospace.simulation.Atlas
Add the argument Element to the atlas document, firing an AtlasEvent as necessary.
addIdentificationListener(IdentificationListener) - Method in class org.jeospace.simulation.X3DSimManager
Add a listener for IdentificationEvents
addInterpolationListener(InterpolationListener) - Method in class org.jeospace.navigation.OrbitInterpolator
Add a listener to this interpolator
addInterpolationListener(InterpolationListener) - Method in interface org.jeospace.navigation.OrientationInterpolator
Add a listener to this interpolator
addInterpolationListener(InterpolationListener) - Method in interface org.jeospace.navigation.PositionInterpolator
Add a listener to this interpolator
addInterpolationListener(InterpolationListener) - Method in class org.jeospace.navigation.QuaternionInterpolator
Add a listener to this interpolator
addInterpolationListener(InterpolationListener) - Method in class org.jeospace.navigation.SphericalInterpolator
Add a listener to this interpolator
addNavigationListener(NavigationListener) - Method in interface org.jeospace.simulation.NavManager
Add a listener for NavigationEvents
addNavigationListener(NavigationListener) - Method in class org.jeospace.simulation.X3DNavManager
Add a listener for NavigationEvents
addPlatformComponent(Element) - Method in class org.jeospace.simulation.X3DSimManager
Add a visual component to the X3D browser
addProfileListener(ProfileListener) - Method in class org.jeospace.simulation.Profile
Add a listener to this profile
addRollListener(Rollable) - Method in class org.jeospace.ui.swing.components.LatitudeSpinner
Add a listener for Rollable events
addRollListener(Rollable) - Method in class org.jeospace.ui.swt.widgets.LatitudeSpider
Add a listener for Rollable events
addRollListener(Rollable) - Method in class org.jeospace.ui.swt.widgets.LatitudeSpinner
Add a listener for Rollable events
addSimListener(SimListener) - Method in interface org.jeospace.simulation.SimManager
Add a listener for SimEvents
addSimListener(SimListener) - Method in class org.jeospace.simulation.X3DSimManager
Add a listener for SimEvents
addSystemComponent(Element) - Method in class org.jeospace.simulation.X3DSimManager
Add a visual component to the X3D browser
addTask(Runnable) - Method in class org.jeospace.simulation.ChronManager
Add a new task to the run list
addTask(Runnable) - Method in interface org.jeospace.simulation.TaskScheduler
Add a new task to the scheduler's run list
addValueChangeListener(ValueChangeListener) - Method in class org.jeospace.ui.swing.components.JeospaceComp
Add a listener for ValueChangeEvents
addValueChangeListener(ValueChangeListener) - Method in class org.jeospace.ui.swt.widgets.JeospaceComp
Add a listener for ValueChangeEvents
alpha - Variable in class org.jeospace.x3d.node.MultiTexture
The alpha exposedField
altKey - Variable in class org.jeospace.x3d.node.KeySensor
The altKey eventOut
ambientIntensity - Variable in class org.jeospace.x3d.node.DirectionalLight
The ambientIntensity exposedField
ambientIntensity - Variable in class org.jeospace.x3d.node.Material
The ambientIntensity exposedField
ambientIntensity - Variable in class org.jeospace.x3d.node.PointLight
The ambientIntensity exposedField
ambientIntensity - Variable in class org.jeospace.x3d.node.SpotLight
The ambientIntensity exposedField
angle(Quaternion) - Method in class org.jeospace.coordinate.Quaternion
Return the angular separation of this quaternion and the argument in units of radians.
angle - Variable in class org.jeospace.measure.angle.DecimalAngle
The value of this DecimalAngle object.
angle - Variable in class org.jeospace.measure.angle.SexagesimalAngle
The value of this SexagesimalAngle.
appearance - Variable in class org.jeospace.x3d.node.Shape
The appearance exposedField
applied - Variable in class org.jeospace.x3d.node.LineProperties
The applied exposedField
atlasChanged(AtlasEvent) - Method in interface org.jeospace.event.AtlasListener
Invoked when an Atlas change occurs.
atlasChanged(AtlasEvent) - Method in class org.jeospace.simulation.Executive
The Atlas Event Listener
attenuation - Variable in class org.jeospace.x3d.node.PointLight
The attenuation exposedField
attenuation - Variable in class org.jeospace.x3d.node.SpotLight
The attenuation exposedField
autoOffset - Variable in class org.jeospace.x3d.node.CylinderSensor
The autoOffset exposedField
autoOffset - Variable in class org.jeospace.x3d.node.PlaneSensor
The autoOffset exposedField
autoOffset - Variable in class org.jeospace.x3d.node.SphereSensor
The autoOffset exposedField
avatarSize - Variable in class org.jeospace.x3d.node.NavigationInfo
The avatarSize exposedField
axisOfRotation - Variable in class org.jeospace.x3d.node.Billboard
The axisOfRotation exposedField

B

B1900 - Static variable in class org.jeospace.physics.orbit.Epoch
The epoch B1900
B1950 - Static variable in class org.jeospace.physics.orbit.Epoch
The epoch B1950
BACKWARD - Static variable in class org.jeospace.simulation.ChronDirection
Constant value indicating that time is running backward
BAHAMAS - Static variable in class org.jeospace.util.CountryCode
Bahamas, The
BAHRAIN - Static variable in class org.jeospace.util.CountryCode
Bahrain
BAKER_ISLAND - Static variable in class org.jeospace.util.CountryCode
Baker Island
BANGLADESH - Static variable in class org.jeospace.util.CountryCode
Bangladesh
BARBADOS - Static variable in class org.jeospace.util.CountryCode
Barbados
BAYER - Static variable in interface org.jeospace.xml.JeospaceStrings
 
BELARUS - Static variable in class org.jeospace.util.CountryCode
Belarus
BELGIUM - Static variable in class org.jeospace.util.CountryCode
Belgium
BELIZE - Static variable in class org.jeospace.util.CountryCode
Belize
BENIN - Static variable in class org.jeospace.util.CountryCode
Benin
BERMUDA - Static variable in class org.jeospace.util.CountryCode
Bermuda
BETA - Static variable in class org.jeospace.util.Greek
Beta
BFD - Static variable in interface org.jeospace.xml.JeospaceStrings
 
BHUTAN - Static variable in class org.jeospace.util.CountryCode
Bhutan
BLUE - Static variable in interface org.jeospace.xml.JeospaceStrings
 
BOLIVIA - Static variable in class org.jeospace.util.CountryCode
Bolivia
BOO - Static variable in class org.jeospace.util.Constellation
Boötes
BOSNIA_AND_HERZEGOVINA - Static variable in class org.jeospace.util.CountryCode
Bosnia and Herzegovina
BOTSWANA - Static variable in class org.jeospace.util.CountryCode
Botswana
BOUNDARY - Static variable in interface org.jeospace.xml.JeospaceStrings
 
BOUVET_ISLAND - Static variable in class org.jeospace.util.CountryCode
Bouvet Island
BOX - Static variable in interface org.jeospace.xml.JeospaceStrings
 
BRAZIL - Static variable in class org.jeospace.util.CountryCode
Brazil
BRITISH_INDIAN_OCEAN_TERRITORY - Static variable in class org.jeospace.util.CountryCode
British Indian Ocean Territory
BRUNEI - Static variable in class org.jeospace.util.CountryCode
Brunei
BULGARIA - Static variable in class org.jeospace.util.CountryCode
Bulgaria
BURKINA_FASO - Static variable in class org.jeospace.util.CountryCode
Burkina Faso
BURMA - Static variable in class org.jeospace.util.CountryCode
Burma
BURUNDI - Static variable in class org.jeospace.util.CountryCode
Burundi
Background - class org.jeospace.x3d.node.Background.
An SAI Background node wrapper.
Background(X3DScene) - Constructor for class org.jeospace.x3d.node.Background
Constructor
Background(X3DNode) - Constructor for class org.jeospace.x3d.node.Background
Constructor
BaseSatellite - class org.jeospace.physics.orbit.BaseSatellite.
A concrete implementation of Satellite for identifying and tracking satellites in 'unperturbed' orbits about their parent worlds.
BaseSatellite() - Constructor for class org.jeospace.physics.orbit.BaseSatellite
Construct an instance
BaseSatellite(Identification, ReferenceFrame, OrbitalElements) - Constructor for class org.jeospace.physics.orbit.BaseSatellite
Construct a Satellite instance
BaseWorld - class org.jeospace.physics.orbit.BaseWorld.
A concrete implementation of World intended to be initialized parametrically.
BaseWorld() - Constructor for class org.jeospace.physics.orbit.BaseWorld
Construct an instance
BaseWorld(Identification, ReferenceFrame, Ellipsoid, Mass, OrbitalElements) - Constructor for class org.jeospace.physics.orbit.BaseWorld
Construct a World instance
Billboard - class org.jeospace.x3d.node.Billboard.
An SAI Billboard node wrapper.
Billboard(X3DScene) - Constructor for class org.jeospace.x3d.node.Billboard
Constructor
Billboard(X3DNode) - Constructor for class org.jeospace.x3d.node.Billboard
Constructor
BooleanFilter - class org.jeospace.x3d.node.BooleanFilter.
An SAI BooleanFilter node wrapper.
BooleanFilter(X3DScene) - Constructor for class org.jeospace.x3d.node.BooleanFilter
Constructor
BooleanFilter(X3DNode) - Constructor for class org.jeospace.x3d.node.BooleanFilter
Constructor
BooleanSequencer - class org.jeospace.x3d.node.BooleanSequencer.
An SAI BooleanSequencer node wrapper.
BooleanSequencer(X3DScene) - Constructor for class org.jeospace.x3d.node.BooleanSequencer
Constructor
BooleanSequencer(X3DNode) - Constructor for class org.jeospace.x3d.node.BooleanSequencer
Constructor
BooleanToggle - class org.jeospace.x3d.node.BooleanToggle.
An SAI BooleanToggle node wrapper.
BooleanToggle(X3DScene) - Constructor for class org.jeospace.x3d.node.BooleanToggle
Constructor
BooleanToggle(X3DNode) - Constructor for class org.jeospace.x3d.node.BooleanToggle
Constructor
BooleanTrigger - class org.jeospace.x3d.node.BooleanTrigger.
An SAI BooleanTrigger node wrapper.
BooleanTrigger(X3DScene) - Constructor for class org.jeospace.x3d.node.BooleanTrigger
Constructor
BooleanTrigger(X3DNode) - Constructor for class org.jeospace.x3d.node.BooleanTrigger
Constructor
Box - class org.jeospace.x3d.node.Box.
An SAI Box node wrapper.
Box(X3DScene) - Constructor for class org.jeospace.x3d.node.Box
Constructor
Box(X3DNode) - Constructor for class org.jeospace.x3d.node.Box
Constructor
backTexture - Variable in class org.jeospace.x3d.node.TextureBackground
The backTexture exposedField
backUrl - Variable in class org.jeospace.x3d.node.Background
The backUrl exposedField
bboxCenter - Variable in class org.jeospace.x3d.node.Anchor
The bboxCenter field
bboxCenter - Variable in class org.jeospace.x3d.node.Billboard
The bboxCenter field
bboxCenter - Variable in class org.jeospace.x3d.node.Collision
The bboxCenter field
bboxCenter - Variable in class org.jeospace.x3d.node.Group
The bboxCenter field
bboxCenter - Variable in class org.jeospace.x3d.node.Inline
The bboxCenter field
bboxCenter - Variable in class org.jeospace.x3d.node.LOD
The bboxCenter field
bboxCenter - Variable in class org.jeospace.x3d.node.Shape
The bboxCenter field
bboxCenter - Variable in class org.jeospace.x3d.node.Switch
The bboxCenter field
bboxCenter - Variable in class org.jeospace.x3d.node.Transform
The bboxCenter field
bboxSize - Variable in class org.jeospace.x3d.node.Anchor
The bboxSize field
bboxSize - Variable in class org.jeospace.x3d.node.Billboard
The bboxSize field
bboxSize - Variable in class org.jeospace.x3d.node.Collision
The bboxSize field
bboxSize - Variable in class org.jeospace.x3d.node.Group
The bboxSize field
bboxSize - Variable in class org.jeospace.x3d.node.Inline
The bboxSize field
bboxSize - Variable in class org.jeospace.x3d.node.LOD
The bboxSize field
bboxSize - Variable in class org.jeospace.x3d.node.Shape
The bboxSize field
bboxSize - Variable in class org.jeospace.x3d.node.Switch
The bboxSize field
bboxSize - Variable in class org.jeospace.x3d.node.Transform
The bboxSize field
beamWidth - Variable in class org.jeospace.x3d.node.SpotLight
The beamWidth exposedField
beginCap - Variable in class org.jeospace.x3d.node.Extrusion
The beginCap field
behaviour - Variable in class org.jeospace.navigation.Alpha
Modifier of the fraction.
bindTime - Variable in class org.jeospace.x3d.node.Background
The bindTime eventOut
bindTime - Variable in class org.jeospace.x3d.node.Fog
The bindTime eventOut
bindTime - Variable in class org.jeospace.x3d.node.NavigationInfo
The bindTime eventOut
bindTime - Variable in class org.jeospace.x3d.node.TextureBackground
The bindTime eventOut
bindTime - Variable in class org.jeospace.x3d.node.Viewpoint
The bindTime eventOut
bottom - Variable in class org.jeospace.x3d.node.Cone
The bottom field
bottom - Variable in class org.jeospace.x3d.node.Cylinder
The bottom field
bottomRadius - Variable in class org.jeospace.x3d.node.Cone
The bottomRadius field
bottomTexture - Variable in class org.jeospace.x3d.node.TextureBackground
The bottomTexture exposedField
bottomUrl - Variable in class org.jeospace.x3d.node.Background
The bottomUrl exposedField
browserChanged(BrowserEvent) - Method in class org.jeospace.simulation.X3DSimManager
The Browser Listener.

C

CAE - Static variable in class org.jeospace.util.Constellation
Caelum
CALENDAR_YEAR - Static variable in class org.jeospace.measure.TimeUnit
Constant time period, one calendar year.
CAM - Static variable in class org.jeospace.util.Constellation
Camelopardalis
CAMBODIA - Static variable in class org.jeospace.util.CountryCode
Cambodia
CAMEROON - Static variable in class org.jeospace.util.CountryCode
Cameroon
CANADA - Static variable in class org.jeospace.util.CountryCode
Canada
CAP - Static variable in class org.jeospace.util.Constellation
Capricornus
CAPE_VERDE - Static variable in class org.jeospace.util.CountryCode
Cape Verde
CAR - Static variable in class org.jeospace.util.Constellation
Carina
CARAT - Static variable in class org.jeospace.measure.MassUnit
Unit identifier - CARAT = 0.2 Grams
CARTESIAN - Static variable in interface org.jeospace.xml.JeospaceStrings
 
CAS - Static variable in class org.jeospace.util.Constellation
Cassiopeia
CAYMAN_ISLANDS - Static variable in class org.jeospace.util.CountryCode
Cayman Islands
CD - Static variable in class org.jeospace.text.EpochFormatStyle
Constant indicating a compact date format as found in the orbital elements of comets for the time of periapsis.
CELSIUS - Static variable in class org.jeospace.measure.TemperatureUnit
Unit identifier - CELSIUS
CEN - Static variable in class org.jeospace.util.Constellation
Centaurus
CENTI - Static variable in class org.jeospace.measure.Mult
Constant - centi (c) = 10^-2
CENTRAL_AFRICAN_REPUBLIC - Static variable in class org.jeospace.util.CountryCode
Central African Republic
CEP - Static variable in class org.jeospace.util.Constellation
Cepheus
CET - Static variable in class org.jeospace.util.Constellation
Cetus
CHA - Static variable in class org.jeospace.util.Constellation
Chamaeleon
CHAD - Static variable in class org.jeospace.util.CountryCode
Chad
CHI - Static variable in class org.jeospace.util.Greek
Chi
CHILE - Static variable in class org.jeospace.util.CountryCode
Chile
CHINA - Static variable in class org.jeospace.util.CountryCode
China
CHRISTMAS_ISLAND - Static variable in class org.jeospace.util.CountryCode
Christmas Island
CHRONDIRECTION - Static variable in interface org.jeospace.xml.JeospaceStrings
 
CHRONOMETER - Static variable in interface org.jeospace.xml.JeospaceStrings
 
CHRONRATE - Static variable in interface org.jeospace.xml.JeospaceStrings
 
CHRONSTATE - Static variable in interface org.jeospace.xml.JeospaceStrings
 
CIR - Static variable in class org.jeospace.util.Constellation
Circinus
CK2 - Static variable in interface org.jeospace.physics.orbit.SxP4Constants
Unknown
CK4 - Static variable in interface org.jeospace.physics.orbit.SxP4Constants
Unknown
CLASS - Static variable in interface org.jeospace.xml.JeospaceStrings
 
CLASSIC - Static variable in class org.jeospace.x3d.Encode
Identifier of the X3D Classic encoding type
CLIPPERTON_ISLAND - Static variable in class org.jeospace.util.CountryCode
Clipperton Island
CLL - Static variable in interface org.jeospace.physics.orbit.SDP4Constants
Unknown
CLSS - Static variable in interface org.jeospace.physics.orbit.SDP4Constants
Unknown
CMA - Static variable in class org.jeospace.util.Constellation
Canis Major
CMI - Static variable in class org.jeospace.util.Constellation
Canis Minor
CNC - Static variable in class org.jeospace.util.Constellation
Cancer
COCKPIT_CHANGED - Static variable in class org.jeospace.event.NavigationEvent
The event id indicating that a new Cockpit has been configured
COCOS_ISLANDS - Static variable in class org.jeospace.util.CountryCode
Cocos (Keeling) Islands
COL - Static variable in class org.jeospace.util.Constellation
Columba
COLOMBIA - Static variable in class org.jeospace.util.CountryCode
Colombia
COLORCODE - Static variable in interface org.jeospace.xml.JeospaceStrings
 
COM - Static variable in class org.jeospace.util.Constellation
Coma Berenices
COMET - Static variable in class org.jeospace.designation.Classification
Constant indicating a comet, a secondary natural satellites of stars exhibiting highly eccentric orbits.
COMET - Static variable in class org.jeospace.physics.orbit.OrbitalElementsType
Constant indicating the elements of a high orbital eccentricity object such as a comet
COMOROS - Static variable in class org.jeospace.util.CountryCode
Comoros
COMPLETE - Static variable in class org.jeospace.event.InterpolationEvent
Event id indicating that the interpolation has been completed.
COMPONENT_ADD - Static variable in class org.jeospace.event.AtlasEvent
The event id indicating that a system component has been added.
COMPONENT_EVENT_TYPE - Static variable in class org.jeospace.event.AtlasEvent
Sub mask indicating a system component event.
COMPONENT_REMOVE - Static variable in class org.jeospace.event.AtlasEvent
The event id indicating that a system component has been removed.
CONE - Static variable in interface org.jeospace.xml.JeospaceStrings
 
CONGO - Static variable in class org.jeospace.util.CountryCode
Congo
CONGO_DEMOCRATIC_REPUBLIC - Static variable in class org.jeospace.util.CountryCode
Congo, Democratic Republic of the
CONSTELLATION - Static variable in interface org.jeospace.xml.JeospaceStrings
 
CONTINUOUS - Static variable in class org.jeospace.navigation.Alpha
Loop count value indicating that the Alpha should run continuously
COOK_ISLANDS - Static variable in class org.jeospace.util.CountryCode
Cook Islands
COORDINATE - Static variable in interface org.jeospace.xml.JeospaceStrings
 
CORAL_SEA_ISLANDS - Static variable in class org.jeospace.util.CountryCode
Coral Sea Islands
COSTA_RICA - Static variable in class org.jeospace.util.CountryCode
Costa Rica
COTE_D_IVOIRE - Static variable in class org.jeospace.util.CountryCode
Côte d'Ivoire
COUNTRY - Static variable in interface org.jeospace.xml.JeospaceStrings
 
COUNTY - Static variable in interface org.jeospace.xml.JeospaceStrings
 
COVERAGE - Static variable in interface org.jeospace.xml.JeospaceStrings
 
CRA - Static variable in class org.jeospace.util.Constellation
Corona Austrina
CRB - Static variable in class org.jeospace.util.Constellation
Corona Borealis
CROATIA - Static variable in class org.jeospace.util.CountryCode
Croatia
CRT - Static variable in class org.jeospace.util.Constellation
Crater
CRU - Static variable in class org.jeospace.util.Constellation
Crux
CRV - Static variable in class org.jeospace.util.Constellation
Corvus
CUBA - Static variable in class org.jeospace.util.CountryCode
Cuba
CVN - Static variable in class org.jeospace.util.Constellation
Canes Venatici
CYG - Static variable in class org.jeospace.util.Constellation
Cygnus
CYPRUS - Static variable in class org.jeospace.util.CountryCode
Cyprus
CZECH_REPUBLIC - Static variable in class org.jeospace.util.CountryCode
Czech Republic
CalendarSpinner - class org.jeospace.ui.swing.components.CalendarSpinner.
A Component for manipulating Calendar values.
CalendarSpinner() - Constructor for class org.jeospace.ui.swing.components.CalendarSpinner
Constructor.
CalendarSpinner(Calendar) - Constructor for class org.jeospace.ui.swing.components.CalendarSpinner
Constructor.
CalendarSpinner - class org.jeospace.ui.swt.widgets.CalendarSpinner.
A widget for manipulating Calendar values.
CalendarSpinner(Composite) - Constructor for class org.jeospace.ui.swt.widgets.CalendarSpinner
Constructor.
CalendarSpinner(Composite, Calendar) - Constructor for class org.jeospace.ui.swt.widgets.CalendarSpinner
Constructor.
CallbackTimerTask - class org.jeospace.ui.swt.widgets.CallbackTimerTask.
A simple implementation of TimerTask that will schedule a Runnable on the display thread when it's timer triggers.
CallbackTimerTask(Display, Runnable) - Constructor for class org.jeospace.ui.swt.widgets.CallbackTimerTask
Constructor
Cartesian - class org.jeospace.coordinate.Cartesian.
An object that represents a 3 dimensional cartesian coordinate.
Cartesian() - Constructor for class org.jeospace.coordinate.Cartesian
Create a Cartesian coordinate object with default values.
Cartesian(double[], CartesianConvention, Length) - Constructor for class org.jeospace.coordinate.Cartesian
Create a Cartesian coordinate object initialized with the given parameters.
Cartesian(double[], Length) - Constructor for class org.jeospace.coordinate.Cartesian
Create a Cartesian coordinate object initialized with the given parameters.
Cartesian(float[], CartesianConvention, Length) - Constructor for class org.jeospace.coordinate.Cartesian
Create a Cartesian coordinate object initialized with the given parameters.
Cartesian(float[], Length) - Constructor for class org.jeospace.coordinate.Cartesian
Create a Cartesian coordinate object initialized with the given parameters.
Cartesian(double, double, double, CartesianConvention, Length) - Constructor for class org.jeospace.coordinate.Cartesian
Create a Cartesian coordinate object initialized with the given parameters.
Cartesian(double, double, double, Length) - Constructor for class org.jeospace.coordinate.Cartesian
Create a Cartesian coordinate object initialized with the given parameters.
Cartesian(Cartesian) - Constructor for class org.jeospace.coordinate.Cartesian
Create a Cartesian coordinate object identical to the passed object.
CartesianConvention - interface org.jeospace.coordinate.CartesianConvention.
Requirements for converting Cartesian data values between conventions.
CelestialBody - interface org.jeospace.physics.orbit.CelestialBody.
Defines the base requirements for identifying and positioning a celestial body.
ChildNode - interface org.jeospace.simulation.ChildNode.
Define the requirements for a simulation node that may be a descendant of another simulation node.
ChronAlarm - interface org.jeospace.simulation.ChronAlarm.
Requirements for an alarm mechanism to send events at the expirations of virtual time periods.
ChronAlarmEvent - class org.jeospace.event.ChronAlarmEvent.
The event object for distributing ChronAlarm event notification.
ChronAlarmEvent(Object, int, Object, long) - Constructor for class org.jeospace.event.ChronAlarmEvent
Construct a ChronAlarmEvent object with the specified source object and type.
ChronAlarmFactory - interface org.jeospace.simulation.ChronAlarmFactory.
Requirements for a factory to create ChronAlarms.
ChronAlarmListener - interface org.jeospace.event.ChronAlarmListener.
The listener interface for receiving ChronAlarm events.
ChronAlarmQueue - interface org.jeospace.simulation.ChronAlarmQueue.
The requirements for maintaining an alarm queue
ChronDirection - class org.jeospace.simulation.ChronDirection.
Constant object identifiers indicating the direction of time flow of the Chronometer.
ChronDirection(String) - Constructor for class org.jeospace.simulation.ChronDirection
Protected Constructor
ChronEvent - class org.jeospace.event.ChronEvent.
The event object for distributing Chronometer event notification.
ChronEvent(Object, int) - Constructor for class org.jeospace.event.ChronEvent
Construct a ChronEvent object with the specified source object and type.
ChronListener - interface org.jeospace.event.ChronListener.
The listener interface for receiving Chronometer change events.
ChronManager - class org.jeospace.simulation.ChronManager.
Maintains the current active Chronometer, provides a synchronous scheduler for executing tasks on the simulation frame clock and collects performance data on the execution of simulation functions.
ChronManager(Chronometer) - Constructor for class org.jeospace.simulation.ChronManager
Constructor
ChronPeriod - class org.jeospace.simulation.ChronPeriod.
Object for defining periods of virtual time used in simulation control.
ChronPeriod(int, TimeUnit) - Constructor for class org.jeospace.simulation.ChronPeriod
Construct a ChronPeriod object.
ChronPeriod(ChronPeriod) - Constructor for class org.jeospace.simulation.ChronPeriod
Construct a ChronPeriod object.
ChronState - class org.jeospace.simulation.ChronState.
Constant object identifiers of the run state the Chronometer
ChronState(String) - Constructor for class org.jeospace.simulation.ChronState
Protected Constructor
Chronometer - class org.jeospace.simulation.Chronometer.
A virtual clock used to control the setting and passage of time independent of the system clock.
Chronometer() - Constructor for class org.jeospace.simulation.Chronometer
Constructor for a Chronometer that tracks system time.
Chronometer(long) - Constructor for class org.jeospace.simulation.Chronometer
Constructor for a Chronometer that is set to the specified time.
Chronometer(Date) - Constructor for class org.jeospace.simulation.Chronometer
Constructor for a Chronometer that is set to the specified time.
Chronometer(Calendar) - Constructor for class org.jeospace.simulation.Chronometer
Constructor for a Chronometer that is set to the specified time.
Chronometer(double) - Constructor for class org.jeospace.simulation.Chronometer
Constructor for a Chronometer that is set to the specified time.
Classification - class org.jeospace.designation.Classification.
Constant objects representing the type of simulation object.
Classification(String) - Constructor for class org.jeospace.designation.Classification
Construct a Classification object.
Cockpit - class org.jeospace.x3d.Cockpit.
A view platform that is oriented and aligned with the gravitation vector and horizontal coordinate system of the System to which it is attached.
Cockpit(X3DScene, CockpitProperties) - Constructor for class org.jeospace.x3d.Cockpit
Constructor
CockpitProperties - class org.jeospace.x3d.CockpitProperties.
The set of properties used to configure the Cockpit.
CockpitProperties() - Constructor for class org.jeospace.x3d.CockpitProperties
Restricted Constructor
CockpitPropertyEvent - class org.jeospace.event.CockpitPropertyEvent.
The event object for distributing notification of changes to the CockpitProperties.
CockpitPropertyEvent(Object, int) - Constructor for class org.jeospace.event.CockpitPropertyEvent
Construct a CockpitPropertyEvent object with the specified source object and type.
CockpitPropertyListener - interface org.jeospace.event.CockpitPropertyListener.
The listener interface for CockpitProperties events.
Collision - class org.jeospace.x3d.node.Collision.
An SAI Collision node wrapper.
Collision(X3DScene) - Constructor for class org.jeospace.x3d.node.Collision
Constructor
Collision(X3DNode) - Constructor for class org.jeospace.x3d.node.Collision
Constructor
Color - class org.jeospace.x3d.node.Color.
An SAI Color node wrapper.
Color(X3DScene) - Constructor for class org.jeospace.x3d.node.Color
Constructor
Color(X3DNode) - Constructor for class org.jeospace.x3d.node.Color
Constructor
ColorInterpolator - class org.jeospace.x3d.node.ColorInterpolator.
An SAI ColorInterpolator node wrapper.
ColorInterpolator(X3DScene) - Constructor for class org.jeospace.x3d.node.ColorInterpolator
Constructor
ColorInterpolator(X3DNode) - Constructor for class org.jeospace.x3d.node.ColorInterpolator
Constructor
ColorRGBA - class org.jeospace.x3d.node.ColorRGBA.
An SAI ColorRGBA node wrapper.
ColorRGBA(X3DScene) - Constructor for class org.jeospace.x3d.node.ColorRGBA
Constructor
ColorRGBA(X3DNode) - Constructor for class org.jeospace.x3d.node.ColorRGBA
Constructor
Cone - class org.jeospace.x3d.node.Cone.
An SAI Cone node wrapper.
Cone(X3DScene) - Constructor for class org.jeospace.x3d.node.Cone
Constructor
Cone(X3DNode) - Constructor for class org.jeospace.x3d.node.Cone
Constructor
Constellation - class org.jeospace.util.Constellation.
Constant objects defining the Constellations by name, abreviation and genitive name.
Constellation(String, String, String) - Constructor for class org.jeospace.util.Constellation
Construct an Constellation object.
Coordinate - class org.jeospace.x3d.node.Coordinate.
An SAI Coordinate node wrapper.
Coordinate(X3DScene) - Constructor for class org.jeospace.x3d.node.Coordinate
Constructor
Coordinate(X3DNode) - Constructor for class org.jeospace.x3d.node.Coordinate
Constructor
CoordinateDataSource - interface org.jeospace.x3d.geometry.CoordinateDataSource.
Defines the requirements for generating coordinate points for an X3D Coordinate node
CoordinateInterpolator - class org.jeospace.x3d.node.CoordinateInterpolator.
An SAI CoordinateInterpolator node wrapper.
CoordinateInterpolator(X3DScene) - Constructor for class org.jeospace.x3d.node.CoordinateInterpolator
Constructor
CoordinateInterpolator(X3DNode) - Constructor for class org.jeospace.x3d.node.CoordinateInterpolator
Constructor
CountryCode - class org.jeospace.util.CountryCode.
Constant objects containing the country codes for states, dependencies and areas of special sovereignty as described by ISO-3166, the IANA and FIPS 10-4.
CountryCode(String, String, String, String, String, String, String) - Constructor for class org.jeospace.util.CountryCode
Protected Constructor
CountryNames - class org.jeospace.text.CountryNames.
Localization resource for the names of countrys, territories and areas of special sovereignty.
CountryNames(Locale) - Constructor for class org.jeospace.text.CountryNames
Construct a CountryNames object for the locale.
CustomViewport - class org.jeospace.x3d.node.CustomViewport.
An SAI CustomViewport node wrapper.
CustomViewport(X3DScene) - Constructor for class org.jeospace.x3d.node.CustomViewport
Constructor
CustomViewport(X3DNode) - Constructor for class org.jeospace.x3d.node.CustomViewport
Constructor
Cylinder - class org.jeospace.x3d.node.Cylinder.
An SAI Cylinder node wrapper.
Cylinder(X3DScene) - Constructor for class org.jeospace.x3d.node.Cylinder
Constructor
Cylinder(X3DNode) - Constructor for class org.jeospace.x3d.node.Cylinder
Constructor
CylinderSensor - class org.jeospace.x3d.node.CylinderSensor.
An SAI CylinderSensor node wrapper.
CylinderSensor(X3DScene) - Constructor for class org.jeospace.x3d.node.CylinderSensor
Constructor
CylinderSensor(X3DNode) - Constructor for class org.jeospace.x3d.node.CylinderSensor
Constructor
cache - Static variable in class org.jeospace.text.CountryNames
Cache of resource bundles
cache - Static variable in class org.jeospace.text.LengthUnitNames
Cache of resource bundles
cache - Static variable in class org.jeospace.text.LengthUnitSymbols
 
cache - Static variable in class org.jeospace.text.MassUnitNames
Cache of resource bundles
cache - Static variable in class org.jeospace.text.MassUnitSymbols
Cache of resource bundles
cache - Static variable in class org.jeospace.text.MultPrefixes
 
cache - Static variable in class org.jeospace.text.TimeUnitNames
 
cache - Static variable in class org.jeospace.text.WorldNames
Cache of resource bundles
cancel() - Method in interface org.jeospace.simulation.ChronAlarm
Cancel the alarm
ccw - Variable in class org.jeospace.x3d.node.ElevationGrid
The ccw field
ccw - Variable in class org.jeospace.x3d.node.Extrusion
The ccw field
ccw - Variable in class org.jeospace.x3d.node.IndexedFaceSet
The ccw field
ccw - Variable in class org.jeospace.x3d.node.IndexedTriangleFanSet
The ccw field
ccw - Variable in class org.jeospace.x3d.node.IndexedTriangleSet
The ccw field
ccw - Variable in class org.jeospace.x3d.node.IndexedTriangleStripSet
The ccw field
ccw - Variable in class org.jeospace.x3d.node.TriangleFanSet
The ccw field
ccw - Variable in class org.jeospace.x3d.node.TriangleSet
The ccw field
ccw - Variable in class org.jeospace.x3d.node.TriangleStripSet
The ccw field
center - Variable in class org.jeospace.x3d.node.LOD
The center field
center - Variable in class org.jeospace.x3d.node.ProximitySensor
The center exposedField
center - Variable in class org.jeospace.x3d.node.TextureTransform
The center exposedField
center - Variable in class org.jeospace.x3d.node.Transform
The center exposedField
center - Variable in class org.jeospace.x3d.node.VisibilitySensor
The center exposedField
centerOfRotation - Variable in class org.jeospace.x3d.node.Viewpoint
The centerOfRotation exposedField
changeSign() - Method in class org.jeospace.measure.Length
Change the sign of the magnitude of this Length object.
changeSign() - Method in interface org.jeospace.measure.angle.Angle
Change the sign of this Angle.
changeSign() - Method in class org.jeospace.measure.angle.DecimalAngle
Change the sign of this DecimalAngle.
changeSign() - Method in class org.jeospace.measure.angle.SexagesimalAngle
Change the sign of this SexagesimalAngle.
checkCondition() - Method in interface org.jeospace.simulation.ChronAlarm
Check the chronometer to determine if an alarm condition has been met.
children - Variable in class org.jeospace.x3d.node.Anchor
The children exposedField
children - Variable in class org.jeospace.x3d.node.Billboard
The children exposedField
children - Variable in class org.jeospace.x3d.node.Collision
The children exposedField
children - Variable in class org.jeospace.x3d.node.Group
The children exposedField
children - Variable in class org.jeospace.x3d.node.LOD
The children exposedField
children - Variable in class org.jeospace.x3d.node.Layer
The children exposedField
children - Variable in class org.jeospace.x3d.node.Switch
The children exposedField
children - Variable in class org.jeospace.x3d.node.Transform
The children exposedField
chronAlarmCondition(ChronAlarmEvent) - Method in interface org.jeospace.event.ChronAlarmListener
Invoked when a ChronAlarm event occurs.
chronChanged(ChronEvent) - Method in interface org.jeospace.event.ChronListener
Invoked when a Chronometer event occurs.
clear() - Method in class org.jeospace.coordinate.Attitude
Clear the Attitude's components.
clear() - Method in class org.jeospace.coordinate.AxisAngle
Set the axis angle values to (0, 0, 1, 0)
clear() - Method in class org.jeospace.coordinate.Polar
Clear the Polar coordinate components.
clear() - Method in class org.jeospace.coordinate.Vector
Clear the values of the vector
clear() - Method in class org.jeospace.measure.Length
Set the value of this Length object to 0 meters.
clear() - Method in class org.jeospace.measure.Mass
Set the value of this Mass object to 0 kilograms.
clear() - Method in class org.jeospace.measure.Temperature
Set the value of this Temperature object to 0 degrees Celsius.
clear() - Method in class org.jeospace.measure.Time
Set the value of this Time object to 0 seconds.
clear() - Method in interface org.jeospace.measure.angle.Angle
Set the value of this Angle to 0.
clear() - Method in class org.jeospace.measure.angle.DecimalAngle
Set the value of this DecimalAngle to 0.
clear() - Method in class org.jeospace.measure.angle.SexagesimalAngle
Set the value of this SexagesimalAngle to 0.
clearAndSetField(SexagesimalAngleUnit, int) - Method in class org.jeospace.measure.angle.SexagesimalAngle
Clear the specified SexagesimalAngleUnit field of this SexagesimalAngle object and set the specified integer value to the field.
clearField(SexagesimalAngleUnit) - Method in class org.jeospace.measure.angle.SexagesimalAngle
Set the value of the specified SexagesimalAngleUnit field of this SexagesimalAngle to 0.
clearFormatOptions() - Method in class org.jeospace.text.LengthFormat
Clear the multiplier and units of display for the format method of this LengthFormat object.
clearFormatOptions() - Method in class org.jeospace.text.MassFormat
Clear the multiplier and units of display for the format method of this MassFormat object.
clone() - Method in class org.jeospace.coordinate.AxisAngle
Return the clone of the axis angle
clone() - Method in class org.jeospace.coordinate.Quaternion
Return a clone of the quaternion
clone() - Method in class org.jeospace.measure.Length
Return a copy of this Length object.
clone() - Method in class org.jeospace.measure.Mass
Return a copy of this Mass object.
clone() - Method in class org.jeospace.measure.Temperature
Return a copy of this Temperature object.
clone() - Method in class org.jeospace.measure.Time
Return a copy of this Time object.
clone() - Method in class org.jeospace.measure.angle.DecimalAngle
Return a copy of this DecimalAngle object.
clone() - Method in class org.jeospace.measure.angle.Latitude
Return a copy of this Latitude object.
clone() - Method in class org.jeospace.measure.angle.Longitude
Return a copy of this Longitude object.
clone() - Method in class org.jeospace.measure.angle.SexagesimalAngle
Return a copy of this SexagesimalAngle object.
clone() - Method in class org.jeospace.text.AngleFormat
Return a copy of this AngleFormat object.
clone() - Method in class org.jeospace.text.AngleFormatSymbols
Return a copy of this AngleFormatSymbols object.
clone() - Method in class org.jeospace.text.LengthFormat
Return a copy of this LengthFormat object.
clone() - Method in class org.jeospace.text.MassFormat
Return a copy of this MassFormat object.
closeAtlas(URL) - Method in class org.jeospace.simulation.Profile
Remove the Atlas that cooresponds to the URL from the profile's working set.
cockpitPropertyChanged(CockpitPropertyEvent) - Method in interface org.jeospace.event.CockpitPropertyListener
Invoked when a cockpit property change occurs.
cockpitPropertyChanged(CockpitPropertyEvent) - Method in class org.jeospace.x3d.Cockpit
The cockpit property listener, configures the cockpit's parameters due to changes in it's properties object.
collide - Variable in class org.jeospace.x3d.node.Collision
The collide exposedField
collideTime - Variable in class org.jeospace.x3d.node.Collision
The collideTime eventOut
color - Variable in class org.jeospace.x3d.node.Color
The color exposedField
color - Variable in class org.jeospace.x3d.node.ColorRGBA
The color exposedField
color - Variable in class org.jeospace.x3d.node.DirectionalLight
The color exposedField
color - Variable in class org.jeospace.x3d.node.ElevationGrid
The color exposedField
color - Variable in class org.jeospace.x3d.node.Fog
The color exposedField
color - Variable in class org.jeospace.x3d.node.IndexedFaceSet
The color exposedField
color - Variable in class org.jeospace.x3d.node.IndexedLineSet
The color exposedField
color - Variable in class org.jeospace.x3d.node.IndexedTriangleFanSet
The color exposedField
color - Variable in class org.jeospace.x3d.node.IndexedTriangleSet
The color exposedField
color - Variable in class org.jeospace.x3d.node.IndexedTriangleStripSet
The color exposedField
color - Variable in class org.jeospace.x3d.node.LineSet
The color exposedField
color - Variable in class org.jeospace.x3d.node.MultiTexture
The color exposedField
color - Variable in class org.jeospace.x3d.node.PointLight
The color exposedField
color - Variable in class org.jeospace.x3d.node.PointSet
The color exposedField
color - Variable in class org.jeospace.x3d.node.SpotLight
The color exposedField
color - Variable in class org.jeospace.x3d.node.TriangleFanSet
The color exposedField
color - Variable in class org.jeospace.x3d.node.TriangleSet
The color exposedField
color - Variable in class org.jeospace.x3d.node.TriangleStripSet
The color exposedField
colorIndex - Variable in class org.jeospace.x3d.node.IndexedFaceSet
The colorIndex field
colorIndex - Variable in class org.jeospace.x3d.node.IndexedLineSet
The colorIndex field
colorPerVertex - Variable in class org.jeospace.x3d.node.ElevationGrid
The colorPerVertex field
colorPerVertex - Variable in class org.jeospace.x3d.node.IndexedFaceSet
The colorPerVertex field
colorPerVertex - Variable in class org.jeospace.x3d.node.IndexedLineSet
The colorPerVertex field
colorPerVertex - Variable in class org.jeospace.x3d.node.IndexedTriangleFanSet
The colorPerVertex field
colorPerVertex - Variable in class org.jeospace.x3d.node.IndexedTriangleSet
The colorPerVertex field
colorPerVertex - Variable in class org.jeospace.x3d.node.IndexedTriangleStripSet
The colorPerVertex field
colorPerVertex - Variable in class org.jeospace.x3d.node.TriangleFanSet
The colorPerVertex field
colorPerVertex - Variable in class org.jeospace.x3d.node.TriangleSet
The colorPerVertex field
colorPerVertex - Variable in class org.jeospace.x3d.node.TriangleStripSet
The colorPerVertex field
compareTo(Length) - Method in class org.jeospace.measure.Length
Compare this object with the argument for order.
compareTo(Object) - Method in class org.jeospace.measure.Length
Compare this object with the argument for order.
compareTo(Mass) - Method in class org.jeospace.measure.Mass
Compare this object with the argument for order.
compareTo(Object) - Method in class org.jeospace.measure.Mass
Compare this object with the argument for order.
compareTo(Mult) - Method in class org.jeospace.measure.Mult
Compare this object with the argument for order.
compareTo(Object) - Method in class org.jeospace.measure.Mult
Compare this object with the argument for order.
compareTo(Temperature) - Method in class org.jeospace.measure.Temperature
Compare this object with the argument for order.
compareTo(Object) - Method in class org.jeospace.measure.Temperature
Compare this object with the argument for order.
compareTo(Time) - Method in class org.jeospace.measure.Time
Compare this object with the argument for order.
compareTo(Object) - Method in class org.jeospace.measure.Time
Compare this object with the argument for order.
compareTo(Object) - Method in interface org.jeospace.measure.angle.Angle
Compare this object with the argument for order.
compareTo(Angle) - Method in interface org.jeospace.measure.angle.Angle
Compare this object with the argument for order.
compareTo(Angle) - Method in class org.jeospace.measure.angle.DecimalAngle
Compare this object with the argument for order.
compareTo(Object) - Method in class org.jeospace.measure.angle.DecimalAngle
Compare this object with the argument for order.
compareTo(Angle) - Method in class org.jeospace.measure.angle.SexagesimalAngle
Compare this object with the argument for order.
compareTo(Object) - Method in class org.jeospace.measure.angle.SexagesimalAngle
Compare this object with the argument for order.
compareTo(Epoch) - Method in class org.jeospace.physics.orbit.Epoch
Compare this object with the argument for order.
compareTo(Object) - Method in class org.jeospace.physics.orbit.Epoch
Compare this object with the argument for order.
component - Variable in class org.jeospace.x3d.PlatformStructure
The component transform
computeSize(int, int, boolean) - Method in class org.jeospace.ui.swt.widgets.AngleSpider
Override Composite
computeSize(int, int, boolean) - Method in class org.jeospace.ui.swt.widgets.AngleSpinner
Override Composite
computeSize(int, int, boolean) - Method in class org.jeospace.ui.swt.widgets.CalendarSpinner
Override Composite
computeSize(int, int, boolean) - Method in class org.jeospace.ui.swt.widgets.LatitudeSpider
Override Composite
computeSize(int, int, boolean) - Method in class org.jeospace.ui.swt.widgets.LatitudeSpinner
Override Composite
conjugate() - Method in class org.jeospace.coordinate.Quaternion
Set the value of this quaternion to it's conjugate (or inverse)
controlKey - Variable in class org.jeospace.x3d.node.KeySensor
The controlKey eventOut
convex - Variable in class org.jeospace.x3d.node.Extrusion
The convex field
convex - Variable in class org.jeospace.x3d.node.IndexedFaceSet
The convex field
coord - Variable in class org.jeospace.x3d.node.IndexedFaceSet
The coord exposedField
coord - Variable in class org.jeospace.x3d.node.IndexedLineSet
The coord exposedField
coord - Variable in class org.jeospace.x3d.node.IndexedTriangleFanSet
The coord exposedField
coord - Variable in class org.jeospace.x3d.node.IndexedTriangleSet
The coord exposedField
coord - Variable in class org.jeospace.x3d.node.IndexedTriangleStripSet
The coord exposedField
coord - Variable in class org.jeospace.x3d.node.LineSet
The coord exposedField
coord - Variable in class org.jeospace.x3d.node.PointSet
The coord exposedField
coord - Variable in class org.jeospace.x3d.node.TriangleFanSet
The coord exposedField
coord - Variable in class org.jeospace.x3d.node.TriangleSet
The coord exposedField
coord - Variable in class org.jeospace.x3d.node.TriangleStripSet
The coord exposedField
coordIndex - Variable in class org.jeospace.x3d.node.IndexedFaceSet
The coordIndex field
coordIndex - Variable in class org.jeospace.x3d.node.IndexedLineSet
The coordIndex field
creaseAngle - Variable in class org.jeospace.x3d.node.ElevationGrid
The creaseAngle field
creaseAngle - Variable in class org.jeospace.x3d.node.Extrusion
The creaseAngle field
creaseAngle - Variable in class org.jeospace.x3d.node.IndexedFaceSet
The creaseAngle field
create(Identification, ReferenceFrame, OrbitalElements) - Static method in class org.jeospace.physics.orbit.SatelliteFactory
The factory method
create(OrbitalElements, World, double) - Static method in class org.jeospace.x3d.geometry.EllipticPathFactory
The factory method
createAttitude(Attitude) - Method in class org.jeospace.simulation.Marshal
Create and return an Element cooresponding to the argument Attitude object
createBox(boolean, Length, Color) - Method in class org.jeospace.simulation.Marshal
Create and return a descriptor of a Box
createBoxShape(X3DScene, Color) - Static method in class org.jeospace.x3d.X3DUtils
Return a Shape containing a Box primative that is the argument Color
createCartesian(Cartesian) - Method in class org.jeospace.simulation.Marshal
Create and return an Element cooresponding to the argument Cartesian object
createChronAlarm(ChronAlarmListener, Object, ChronPeriod, boolean) - Method in interface org.jeospace.simulation.ChronAlarmFactory
Create a new alarm.
createChronAlarm(ChronAlarmListener, Object, ChronPeriod, boolean) - Method in class org.jeospace.simulation.ChronManager
Create a new ChronAlarm.
createColorCode(Color) - Method in class org.jeospace.simulation.Marshal
Create and return an Element cooresponding to the argument Color object
createCone(boolean, Length, Color) - Method in class org.jeospace.simulation.Marshal
Create and return a descriptor of a Cone
createConeShape(X3DScene, Color) - Static method in class org.jeospace.x3d.X3DUtils
Return a Shape containing a Cone primative that is the argument Color
createCoveragePlatformComponent(String, ReferenceFrame, Color) - Method in class org.jeospace.simulation.Marshal
Create and return a platform component Element
createDecimalAngle(String, DecimalAngleUnit, Angle) - Method in class org.jeospace.simulation.Marshal
Create and return an Element cooresponding to the argument Angle object
createEllipsoid(Ellipsoid) - Method in class org.jeospace.simulation.Marshal
Create and return an Element cooresponding to the argument Ellipsoid object
createEllipsoidal(Ellipsoidal) - Method in class org.jeospace.simulation.Marshal
Create and return an Element cooresponding to the argument Ellipsoidal object
createEllipticPathSystemComponent(String, ReferenceFrame, OrbitalElements, Color) - Method in class org.jeospace.simulation.Marshal
Create and return an elliptic path component Element (a type of system component)
createEpoch(String, Epoch) - Method in class org.jeospace.simulation.Marshal
Create and return an Element cooresponding to the argument Epoch object
createEpoch(String, EpochFormatStyle, Epoch) - Method in class org.jeospace.simulation.Marshal
Create and return an Element cooresponding to the argument Epoch object
createEpoch(String, EpochFormatStyle, double) - Method in class org.jeospace.simulation.Marshal
Create and return an Element cooresponding to the arguments
createIFSShape(X3DScene, IFSDataSource) - Static method in class org.jeospace.x3d.X3DUtils
Return a Shape containing the IndexedFaceSet generated from the source argument
createIFSShape(X3DScene, IFSDataSource, boolean) - Static method in class org.jeospace.x3d.X3DUtils
Return a Shape containing the IndexedFaceSet generated from the source argument
createILSShape(X3DScene, ILSDataSource, Color) - Static method in class org.jeospace.x3d.X3DUtils
Return a Shape containing the IndexedLineSet generated from the source argument that is the argument Color
createIdentification(Identification) - Method in class org.jeospace.simulation.Marshal
Create and return an identification Element
createIndexedFaceSet(X3DScene, IFSDataSource) - Static method in class org.jeospace.x3d.X3DUtils
Return an IndexedFaceSet generated from the source argument
createInlinePlatformComponent(String, String, ReferenceFrame, String, Length, Element[]) - Method in class org.jeospace.simulation.Marshal
Create and return a platform component Element
createInlineSystemComponent(String, String, ReferenceFrame, Length, Element[]) - Method in class org.jeospace.simulation.Marshal
Create and return a system component Element
createLength(String, Length) - Method in class org.jeospace.simulation.Marshal
Create and return an Element cooresponding to the argument Length object
createLineIndices(Ellipsoidal[], int) - Method in class org.jeospace.projection.Equirectangular
Create 2D line segment points for the given set of coordinates.
createNewDocument() - Static method in class org.jeospace.xml.XMLUtilities
Create and return a new empty xml DOM object
createNode(KineticBody) - Method in class org.jeospace.simulation.SimNodeRegistry
Create and add a SimNode to the registry and to it's parent node.
createOrbitalElements(OrbitalElements) - Method in class org.jeospace.simulation.Marshal
Create and return an orbital element Element
createOrbitalLocator(SimNode, SimNode) - Method in class org.jeospace.simulation.Marshal
Create and return an Element that contains the path to and identifier of an SimNode component
createOrientation(Attitude) - Method in class org.jeospace.simulation.Marshal
Create and return an orientation Element
createOrientationTrack(SimNode, SimNode) - Method in class org.jeospace.simulation.Marshal
Create and return an orientation Element
createPolyIndices(Ellipsoidal[], boolean) - Method in class org.jeospace.projection.Equirectangular
Create polygon indices for the given set of coordinates.
createPosition(Polar) - Method in class org.jeospace.simulation.Marshal
Create and return a position Element
createPositionShadow(SimNode, SimNode, Length) - Method in class org.jeospace.simulation.Marshal
Create and return a position Element
createReferenceFrame(ReferenceFrame) - Method in class org.jeospace.simulation.Marshal
Create and return an Element cooresponding to the argument ReferenceFrame object
createRoot(String) - Method in class org.jeospace.simulation.SimNodeRegistry
Create a new root SimNode.
createSatellite(Satellite) - Method in class org.jeospace.simulation.Marshal
Create and return a satellite component Element
createSatelliteNode(Satellite) - Method in class org.jeospace.simulation.SimNodeRegistry
Create and add a SatelliteNode to the registry and to it's parent node.
createSphere(boolean, Length, Color) - Method in class org.jeospace.simulation.Marshal
Create and return a descriptor of a Sphere
createSpherePlatformComponent(String, String, ReferenceFrame, boolean, Length, Color) - Method in class org.jeospace.simulation.Marshal
Create and return a platform component Element
createSphereShape(X3DScene, Color) - Static method in class org.jeospace.x3d.X3DUtils
Return a Shape containing a Sphere primative that is the argument Color
createSphereSystemComponent(String, String, ReferenceFrame, boolean, Length, Color) - Method in class org.jeospace.simulation.Marshal
Create and return a sphere component Element (a type of system component)
createSpherical(Spherical) - Method in class org.jeospace.simulation.Marshal
Create and return an Element cooresponding to the argument Spherical object
createSystemNode(World) - Method in class org.jeospace.simulation.SimNodeRegistry
Create and add an SystemNode to the registry and to it's parent node.
createUrl(String) - Method in class org.jeospace.simulation.Marshal
Create and return an Element cooresponding to the argument url string
createViewpoint(String, ReferenceFrame, Polar, Attitude) - Method in class org.jeospace.simulation.Marshal
Create and return a viewpoint Element at a fixed position and orientation
createViewpoint(String, ReferenceFrame, SimNode, SimNode, Length, Attitude) - Method in class org.jeospace.simulation.Marshal
Create and return a viewpoint Element at a fixed orientation with a position that shadows a target orbital object as viewed from a separate orbital object
createViewpoint(String, ReferenceFrame, Polar, SimNode, SimNode) - Method in class org.jeospace.simulation.Marshal
Create and return a viewpoint Element at a fixed position with an orientation that tracks a target orbital object
cross(Vector, Vector) - Static method in class org.jeospace.coordinate.Vector
Return the cross product of two vectors
crossSection - Variable in class org.jeospace.x3d.node.Extrusion
The crossSection field
cutOffAngle - Variable in class org.jeospace.x3d.node.SpotLight
The cutOffAngle exposedField
cycleInterval - Variable in class org.jeospace.x3d.node.TimeSensor
The cycleInterval exposedField
cycleTime - Variable in class org.jeospace.x3d.node.TimeSensor
The cycleTime eventOut

D

DATE - Static variable in interface org.jeospace.xml.JeospaceStrings
 
DBL_EPSILON - Static variable in interface org.jeospace.coordinate.MathConstants
The smallest discernible double precision floating point number.
DECELERATE - Static variable in class org.jeospace.navigation.Alpha
Behavior constant indicating that the alpha value decelerates or ramps down from it's beginning to end.
DECI - Static variable in class org.jeospace.measure.Mult
Constant - deci (d) = 10^-1
DECIMAL - Static variable in class org.jeospace.measure.angle.DecimalAngleType
Constant identifier of a decimal angle type
DECIMAL - Static variable in class org.jeospace.text.AngleFormat.Field
Constant identifying the decimal fraction field.
DECIMAL_SYMBOL - Static variable in class org.jeospace.text.AngleFormat.Field
Constant identifying the decimal fraction symbol.
DECLINATION - Static variable in class org.jeospace.text.AngleFormatStyle
Identifier of a declination angle format style.
DECLINATION - Static variable in interface org.jeospace.xml.JeospaceStrings
 
DECREMENT - Static variable in class org.jeospace.navigation.Alpha
Direction constant indicating that the alpha will decrement
DEFAULT - Static variable in interface org.jeospace.xml.JeospaceStrings
 
DEG - Static variable in interface org.jeospace.xml.JeospaceStrings
 
DEGREES - Static variable in class org.jeospace.measure.angle.DecimalAngleUnit
Constant identifier for units of decimal degrees
DEGREES - Static variable in class org.jeospace.measure.angle.SexagesimalAngleUnit
Constant identifier for units of degrees
DEGREES_PER_HOUR - Static variable in class org.jeospace.measure.angle.AngleConstants
Degrees per hour (15)
DEGREES_PER_HOUR - Static variable in class org.jeospace.measure.angle.HourConstants
Degrees per hour (15)
DEGREES_PER_MICRO - Static variable in class org.jeospace.measure.angle.AngleConstants
Degrees per microsecond (2.77777777777777e-10)
DEGREES_PER_MINUTE - Static variable in class org.jeospace.measure.angle.AngleConstants
Degrees per Minute (0.01666666666666)
DEGREES_PER_RADIAN - Static variable in class org.jeospace.measure.angle.AngleConstants
Degrees per radian (57.29577951308232)
DEGREES_PER_REVOLUTION - Static variable in class org.jeospace.measure.angle.AngleConstants
Degrees per single revolution (360)
DEGREES_PER_SECOND - Static variable in class org.jeospace.measure.angle.AngleConstants
Degrees per second (2.7777777777777e-4)
DEKA - Static variable in class org.jeospace.measure.Mult
Constant - deka (da) = 10
DEL - Static variable in class org.jeospace.util.Constellation
Delphinus
DELTA - Static variable in class org.jeospace.util.Greek
Delta
DENMARK - Static variable in class org.jeospace.util.CountryCode
Denmark
DESCENDING - Static variable in class org.jeospace.physics.orbit.Visibility
DESCENDING - object is decending across the defined horizon
DIR - Static variable in interface org.jeospace.xml.JeospaceStrings
 
DISPLAY_STATUS - Static variable in interface org.jeospace.xml.JeospaceStrings
 
DISTANCE - Static variable in interface org.jeospace.xml.JeospaceStrings
 
DIST_OF_PERIAPSIS - Static variable in interface org.jeospace.xml.JeospaceStrings
 
DJIBOUTI - Static variable in class org.jeospace.util.CountryCode
Djibouti
DMS - Static variable in class org.jeospace.measure.angle.SexagesimalAngleType
Constant identifier of sexagesimal type of degrees/minutes/seconds
DOMINICA - Static variable in class org.jeospace.util.CountryCode
Dominica
DOMINICAN_REPUBLIC - Static variable in class org.jeospace.util.CountryCode
Dominican Republic
DOR - Static variable in class org.jeospace.util.Constellation
Dorado
DOWN - Static variable in class org.jeospace.physics.orbit.Visibility
DOWN - object is not visible and is below the defined horizon
DRA - Static variable in class org.jeospace.util.Constellation
Draco
DRAG_COEFFICIENT - Static variable in interface org.jeospace.xml.JeospaceStrings
 
DecimalAngle - class org.jeospace.measure.angle.DecimalAngle.
DecimalAngle provides a concrete implementation of Angle which is designed for high performance usage in conjunction with java.lang.Math trigonometric methods - or other functions which require double precision floating point representations of angular measurements.
DecimalAngle() - Constructor for class org.jeospace.measure.angle.DecimalAngle
Construct a DecimalAngle initialized to a value of 0.
DecimalAngle(Angle) - Constructor for class org.jeospace.measure.angle.DecimalAngle
Construct a DecimalAngle initialized to the specified value.
DecimalAngle(DecimalAngleUnit, double) - Constructor for class org.jeospace.measure.angle.DecimalAngle
Construct a DecimalAngle initialized to the value and units specified.
DecimalAngle(SexagesimalAngleType, AngleSign, double) - Constructor for class org.jeospace.measure.angle.DecimalAngle
Construct a DecimalAngle initialized to the value and units specified.
DecimalAngle(SexagesimalAngleType, AngleSign, int, double) - Constructor for class org.jeospace.measure.angle.DecimalAngle
Construct a DecimalAngle initialized to the value and units specified.
DecimalAngle(SexagesimalAngleType, AngleSign, int, int, double) - Constructor for class org.jeospace.measure.angle.DecimalAngle
Construct a DecimalAngle initialized to the value and units specified.
DecimalAngle(SexagesimalAngleType, AngleSign, int, int, int, int) - Constructor for class org.jeospace.measure.angle.DecimalAngle
Construct a DecimalAngle initialized to the value and units specified.
DecimalAngleType - class org.jeospace.measure.angle.DecimalAngleType.
Constant object identifier of a decimal angle type.
DecimalAngleType(String) - Constructor for class org.jeospace.measure.angle.DecimalAngleType
Construct a DecimalAngleType object.
DecimalAngleUnit - class org.jeospace.measure.angle.DecimalAngleUnit.
DecimalAngleUnit provides constant object identifiers for the commonly used decimal representations of Angle's.
DecimalAngleUnit(String, String, String, double, long) - Constructor for class org.jeospace.measure.angle.DecimalAngleUnit
Construct a DecimalAngleUnit object.
DefaultConvention - class org.jeospace.coordinate.DefaultConvention.
The default CartesianConvention.
DefaultConvention() - Constructor for class org.jeospace.coordinate.DefaultConvention
Constructor
DefaultOrientation - class org.jeospace.navigation.DefaultOrientation.
A trivial implementation of an OrientationControl.
DefaultOrientation() - Constructor for class org.jeospace.navigation.DefaultOrientation
Default Constructor
DefaultPosition - class org.jeospace.navigation.DefaultPosition.
A trivial implementation of a PositionControl.
DefaultPosition() - Constructor for class org.jeospace.navigation.DefaultPosition
Default Constructor
DirectionalLight - class org.jeospace.x3d.node.DirectionalLight.
An SAI DirectionalLight node wrapper.
DirectionalLight(X3DScene) - Constructor for class org.jeospace.x3d.node.DirectionalLight
Constructor
DirectionalLight(X3DNode) - Constructor for class org.jeospace.x3d.node.DirectionalLight
Constructor
dau - Variable in class org.jeospace.text.AngleFormat
 
degrees - Variable in class org.jeospace.measure.angle.DecimalAngleUnit
The value of a single unit in decimal degrees
degrees - Variable in class org.jeospace.measure.angle.SexagesimalAngleUnit
The value of a single unit in decimal degrees
degrees - Variable in class org.jeospace.physics.orbit.LunarPhaseID
The lunar phase angle in degrees.
deletionAllowed - Variable in class org.jeospace.x3d.node.StringSensor
The deletionAllowed exposedField
description - Variable in class org.jeospace.x3d.node.Anchor
The description exposedField
description - Variable in class org.jeospace.x3d.node.AudioClip
The description exposedField
description - Variable in class org.jeospace.x3d.node.CylinderSensor
The description exposedField
description - Variable in class org.jeospace.x3d.node.PlaneSensor
The description exposedField
description - Variable in class org.jeospace.x3d.node.SphereSensor
The description exposedField
description - Variable in class org.jeospace.x3d.node.TouchSensor
The description exposedField
description - Variable in class org.jeospace.x3d.node.Viewpoint
The description exposedField
diffuseColor - Variable in class org.jeospace.x3d.node.Material
The diffuseColor exposedField
directOutput - Variable in class org.jeospace.x3d.node.Script
The directOutput field
direction - Variable in class org.jeospace.x3d.node.DirectionalLight
The direction exposedField
direction - Variable in class org.jeospace.x3d.node.Sound
The direction exposedField
direction - Variable in class org.jeospace.x3d.node.SpotLight
The direction exposedField
directionAffix - Variable in class org.jeospace.text.AngleFormat
Identifier of the position of the sign symbol as prefix or suffix.
directionAffix - Variable in class org.jeospace.text.AngleFormatStyle
The directional affix setting
diskAngle - Variable in class org.jeospace.x3d.node.CylinderSensor
The diskAngle exposedField
dispose() - Method in class org.jeospace.x3d.Cockpit
Dispose of the resources of this Cockpit, prepare it for garbage collection.
dispose() - Method in class org.jeospace.x3d.PlatformStructure
Explicitly dispose of all the PlatformStructure's resources
dispose() - Method in class org.jeospace.x3d.RootStructure
Explicitly dispose of all the RootStructure's resources
dispose() - Method in class org.jeospace.x3d.ScaledComponent
Explicitly dispose of all resources
dispose() - Method in interface org.jeospace.x3d.Structure
Explicitly dispose of all the Structure's resources
dispose() - Method in class org.jeospace.x3d.SystemStructure
Explicitly dispose of all the SystemStructure's resources
distance - Variable in class org.jeospace.coordinate.Polar
The distance component of the Polar coordinate
domain - Variable in class org.jeospace.util.CountryCode
IANA 2 character domain identifier.
dot(Quaternion) - Method in class org.jeospace.coordinate.Quaternion
Return the value of the dot product of this quaternion and the argument
dot(Vector) - Method in class org.jeospace.coordinate.Vector
Return the value of the dot product of this vector and the argument
dotTerms() - Method in class org.jeospace.physics.orbit.SxP4EllipticMotion.SDP4
 

E

E6A - Static variable in interface org.jeospace.physics.orbit.SxP4Constants
10^-6, Mult.MICRO
EARTH - Static variable in class org.jeospace.util.WorldName
 
EAST - Static variable in class org.jeospace.measure.angle.Longitude
Constant identifier indicating a positive direction of the Longitude.
ECCENTRICITY - Static variable in interface org.jeospace.xml.JeospaceStrings
 
ECEFConvention - class org.jeospace.coordinate.ECEFConvention.
CartesianConvention implementation of the ECEF (Earth Centered Earth Fixed) convention.
ECEFConvention() - Constructor for class org.jeospace.coordinate.ECEFConvention
Constructor
ECLIPTIC - Static variable in class org.jeospace.designation.SystemFrame
The ecliptic (or base level) reference frame
ECLIPTIC - Static variable in interface org.jeospace.xml.JeospaceStrings
 
ECUADOR - Static variable in class org.jeospace.util.CountryCode
Ecuador
EGYPT - Static variable in class org.jeospace.util.CountryCode
Egypt
ELEVATION - Static variable in interface org.jeospace.xml.JeospaceStrings
 
ELLIPSOID - Static variable in interface org.jeospace.xml.JeospaceStrings
 
ELLIPSOIDAL - Static variable in class org.jeospace.designation.SystemFrame
The ellipsoidal reference frame
ELLIPSOIDAL - Static variable in interface org.jeospace.xml.JeospaceStrings
 
ELLIPTICPATH - Static variable in interface org.jeospace.xml.JeospaceStrings
 
EL_SALVADOR - Static variable in class org.jeospace.util.CountryCode
El Salvador
EPOCH - Static variable in interface org.jeospace.xml.JeospaceStrings
 
EPSILON - Static variable in class org.jeospace.util.Greek
Epsilon
EQU - Static variable in class org.jeospace.util.Constellation
Equuleus
EQUATORIAL - Static variable in class org.jeospace.designation.SystemFrame
The equatorial reference frame
EQUATORIAL - Static variable in interface org.jeospace.xml.JeospaceStrings
 
EQUATORIAL_GUINEA - Static variable in class org.jeospace.util.CountryCode
Equatorial Guinea
ERI - Static variable in class org.jeospace.util.Constellation
Eridanus
ERITREA - Static variable in class org.jeospace.util.CountryCode
Eritrea
ESTONIA - Static variable in class org.jeospace.util.CountryCode
Estonia
ETA - Static variable in class org.jeospace.util.Greek
Eta
ETHIOPIA - Static variable in class org.jeospace.util.CountryCode
Ethiopia
EXA - Static variable in class org.jeospace.measure.Mult
Constant - exa (E) = 10^18
Earth - class org.jeospace.physics.orbit.Earth.
Earth, third planet from the Sun.
Earth() - Constructor for class org.jeospace.physics.orbit.Earth
Construct an Earth instance
EarthEllipticPath - class org.jeospace.x3d.geometry.EarthEllipticPath.
Generate the data for creating an X3D IndexedLineSet of an Ellipse as described by a set of OrbitalElements.
EarthEllipticPath(OrbitalElements, double) - Constructor for class org.jeospace.x3d.geometry.EarthEllipticPath
Constructor
EarthSatellite - class org.jeospace.physics.orbit.EarthSatellite.
A concrete implementation of Satellite specific to identifying and tracking Earth orbiting satellites.
EarthSatellite(Identification, OrbitalElements) - Constructor for class org.jeospace.physics.orbit.EarthSatellite
Construct an instance
ElevationGrid - class org.jeospace.x3d.node.ElevationGrid.
An SAI ElevationGrid node wrapper.
ElevationGrid(X3DScene) - Constructor for class org.jeospace.x3d.node.ElevationGrid
Constructor
ElevationGrid(X3DNode) - Constructor for class org.jeospace.x3d.node.ElevationGrid
Constructor
Ellipsoid - class org.jeospace.geometry.Ellipsoid.
Ellipsoid is an immutable object that represents a geometric shape also known as an oblate spheroid or an ellipsoid of revolution.
Ellipsoid() - Constructor for class org.jeospace.geometry.Ellipsoid
Construct a default Ellipsoid object, a sphere of radius 1 km.
Ellipsoid(Length, Length, String) - Constructor for class org.jeospace.geometry.Ellipsoid
Construct an Ellipsoid object.
Ellipsoid(Length, double, String) - Constructor for class org.jeospace.geometry.Ellipsoid
Construct an Ellipsoid object.
EllipsoidCatalog - class org.jeospace.geometry.EllipsoidCatalog.
Factory and repository of Ellipsoids referenced by id.
EllipsoidCatalog() - Constructor for class org.jeospace.geometry.EllipsoidCatalog
Protected Constructor
Ellipsoidal - class org.jeospace.coordinate.Ellipsoidal.
A concrete subclass of Polar, Ellipsoidal represents a form of a polar coordinate that is referenced to an Ellipsoid.
Ellipsoidal() - Constructor for class org.jeospace.coordinate.Ellipsoidal
Construct an Ellipsoidal coordinate object with default parameters.
Ellipsoidal(Ellipsoid) - Constructor for class org.jeospace.coordinate.Ellipsoidal
Construct an Ellipsoidal coordinate object with default coordinate parameters and the specified ellipsoid.
Ellipsoidal(Polar) - Constructor for class org.jeospace.coordinate.Ellipsoidal
Construct an Ellipsoidal coordinate object from the argument Polar coordinate.
Ellipsoidal(Cartesian, Ellipsoid) - Constructor for class org.jeospace.coordinate.Ellipsoidal
Construct an Ellipsoidal coordinate object that cooresponds to the given Cartesian coordinate.
Ellipsoidal(Polar, Ellipsoid) - Constructor for class org.jeospace.coordinate.Ellipsoidal
Construct an Ellipsoidal coordinate object that cooresponds to the given Polar coordinate.
Ellipsoidal(double, double, Length) - Constructor for class org.jeospace.coordinate.Ellipsoidal
Construct an Ellipsoidal coordinate object with the given parameters from the given objects.
Ellipsoidal(double, double, Length, Ellipsoid) - Constructor for class org.jeospace.coordinate.Ellipsoidal
Construct an Ellipsoidal coordinate object with the given parameters from the given objects.
Ellipsoidal(Longitude, Latitude, Length) - Constructor for class org.jeospace.coordinate.Ellipsoidal
Construct an Ellipsoidal coordinate object.
Ellipsoidal(Longitude, Latitude, Length, Ellipsoid) - Constructor for class org.jeospace.coordinate.Ellipsoidal
Construct an Ellipsoidal coordinate object.
EllipticMotion - interface org.jeospace.physics.orbit.EllipticMotion.
Defines the requirements for classes that will be calculating the elliptic motion of orbital objects from their orbital elements.
EllipticPath - class org.jeospace.x3d.geometry.EllipticPath.
Generate the data for creating an X3D IndexedLineSet of an Ellipse as described by a set of OrbitalElements.
EllipticPath(OrbitalElements) - Constructor for class org.jeospace.x3d.geometry.EllipticPath
Constructor
EllipticPathFactory - class org.jeospace.x3d.geometry.EllipticPathFactory.
Factory for creating ILSDataSources for elliptic path's
EllipticPathFactory() - Constructor for class org.jeospace.x3d.geometry.EllipticPathFactory
Restricted Constructor
Encode - class org.jeospace.x3d.Encode.
Constant object identifiers of X3D encoding types
Encode(String, String) - Constructor for class org.jeospace.x3d.Encode
Restricted Constructor
EncodingUtils - class org.jeospace.x3d.EncodingUtils.
Utilities for encoding nodes, fields and arrays of primative types into X3D compatible strings
EncodingUtils() - Constructor for class org.jeospace.x3d.EncodingUtils
 
Epoch - class org.jeospace.physics.orbit.Epoch.
An immutable object, an epoch is a representation of an instant in time that is used as a point of reference - typically in astronomical calculations.
Epoch() - Constructor for class org.jeospace.physics.orbit.Epoch
Construct an Epoch object initialized to the value of the current system time.
Epoch(Epoch) - Constructor for class org.jeospace.physics.orbit.Epoch
Construct an Epoch object initialized to the value of the argument.
Epoch(double) - Constructor for class org.jeospace.physics.orbit.Epoch
Construct an Epoch object initialized from the argument Julian day.
Epoch(Calendar) - Constructor for class org.jeospace.physics.orbit.Epoch
Construct an Epoch object initialized to the value of the argument Calendar.
EpochFormat - class org.jeospace.text.EpochFormat.
A utility for supporting various formats of date and time representations as found in orbital element data sources.
EpochFormat(EpochFormatStyle) - Constructor for class org.jeospace.text.EpochFormat
Construct an EpochFormat object initialized to format and parse Epochs per the argument style
EpochFormatStyle - class org.jeospace.text.EpochFormatStyle.
Constant objects representing the format style of an EpochFormat.
EpochFormatStyle(String) - Constructor for class org.jeospace.text.EpochFormatStyle
Construct a EpochFormatStyle object.
Equirectangular - class org.jeospace.projection.Equirectangular.
A simple Cylindrical Equidistant Projection of the world.
Equirectangular(int, int) - Constructor for class org.jeospace.projection.Equirectangular
Constructor
Executive - class org.jeospace.simulation.Executive.
The Executive is the simulation configuration manager.
Executive(ExternalBrowser, Profile, URL) - Constructor for class org.jeospace.simulation.Executive
Constructor
Extrusion - class org.jeospace.x3d.node.Extrusion.
An SAI Extrusion node wrapper.
Extrusion(X3DScene) - Constructor for class org.jeospace.x3d.node.Extrusion
Constructor
Extrusion(X3DNode) - Constructor for class org.jeospace.x3d.node.Extrusion
Constructor
ecliptic - Variable in class org.jeospace.x3d.SystemStructure
Transform cooresponding to SystemFrame.ECLIPTIC
elapsedTime - Variable in class org.jeospace.x3d.node.AudioClip
The elapsedTime eventOut
elapsedTime - Variable in class org.jeospace.x3d.node.MovieTexture
The elapsedTime eventOut
elapsedTime - Variable in class org.jeospace.x3d.node.TimeSensor
The elapsedTime eventOut
ellipsoidal - Variable in class org.jeospace.x3d.SystemStructure
Transform cooresponding to SystemFrame.ELLIPSOIDAL
emissiveColor - Variable in class org.jeospace.x3d.node.Material
The emissiveColor exposedField
enableLogging(boolean) - Method in class org.jeospace.simulation.ChronManager
Set the state of performance data logging
enableOrientation(boolean) - Method in class org.jeospace.navigation.DefaultOrientation
Ignored
enableOrientation(boolean) - Method in interface org.jeospace.navigation.Orientation
Set the state of the object to produce updated orientation data.
enableOrientation(boolean) - Method in class org.jeospace.navigation.QuaternionInterpolator
Set the state of the interpolator to update it's Alpha in response to update( ) calls.
enableOrientation(boolean) - Method in class org.jeospace.navigation.TrackEarthSatellite
Set the state of the object to produce updated orientation data.
enableOrientation(boolean) - Method in class org.jeospace.navigation.TrackSolarOrbitalObject
Set the state of the object to produce updated orientation data.
enableOrientation(boolean) - Method in class org.jeospace.ui.swt.widgets.NavigationControl
Set the enabled state of the control and it's ui elements.
enablePosition(boolean) - Method in class org.jeospace.navigation.DefaultPosition
Ignored
enablePosition(boolean) - Method in class org.jeospace.navigation.OrbitInterpolator
Set the state of the interpolator to update it's Alpha in response to update( ) calls.
enablePosition(boolean) - Method in interface org.jeospace.navigation.Position
Set the state of the object to produce updated positioning data.
enablePosition(boolean) - Method in class org.jeospace.navigation.ShadowChild
Set the state of the object to produce updated positioning data.
enablePosition(boolean) - Method in class org.jeospace.navigation.ShadowParent
Set the state of the object to produce updated positioning data.
enablePosition(boolean) - Method in class org.jeospace.navigation.ShadowSibling
Set the state of the object to produce updated positioning data.
enablePosition(boolean) - Method in class org.jeospace.navigation.SphericalInterpolator
Set the state of the interpolator to update it's Alpha in response to update( ) calls.
enablePosition(boolean) - Method in class org.jeospace.ui.swt.widgets.NavigationControl
Set the enabled state of the control and it's ui elements.
enabled - Variable in class org.jeospace.x3d.node.Collision
The enabled exposedField
enabled - Variable in class org.jeospace.x3d.node.CylinderSensor
The enabled exposedField
enabled - Variable in class org.jeospace.x3d.node.KeySensor
The enabled exposedField
enabled - Variable in class org.jeospace.x3d.node.LoadSensor
The enabled exposedField
enabled - Variable in class org.jeospace.x3d.node.PlaneSensor
The enabled exposedField
enabled - Variable in class org.jeospace.x3d.node.ProximitySensor
The enabled exposedField
enabled - Variable in class org.jeospace.x3d.node.SphereSensor
The enabled exposedField
enabled - Variable in class org.jeospace.x3d.node.StringSensor
The enabled exposedField
enabled - Variable in class org.jeospace.x3d.node.TimeSensor
The enabled exposedField
enabled - Variable in class org.jeospace.x3d.node.TouchSensor
The enabled exposedField
enabled - Variable in class org.jeospace.x3d.node.VisibilitySensor
The enabled exposedField
encodeClassic(String, boolean) - Static method in class org.jeospace.x3d.EncodingUtils
Return the Classic encoding of a field
encodeClassic(String, int) - Static method in class org.jeospace.x3d.EncodingUtils
Return the Classic encoding of a field
encodeClassic(String, float) - Static method in class org.jeospace.x3d.EncodingUtils
Return the Classic encoding of a field
encodeClassic(String, double) - Static method in class org.jeospace.x3d.EncodingUtils
Return the Classic encoding of a field
encodeClassic(String, String) - Static method in class org.jeospace.x3d.EncodingUtils
Return the Classic encoding of a field
encodeClassic(String, boolean[]) - Static method in class org.jeospace.x3d.EncodingUtils
Return the Classic encoding of a field
encodeClassic(String, int[]) - Static method in class org.jeospace.x3d.EncodingUtils
Return the Classic encoding of a field
encodeClassic(String, float[]) - Static method in class org.jeospace.x3d.EncodingUtils
Return the Classic encoding of a field
encodeClassic(String, float[][]) - Static method in class org.jeospace.x3d.EncodingUtils
Return the Classic encoding of a field
encodeClassic(String, double[]) - Static method in class org.jeospace.x3d.EncodingUtils
Return the Classic encoding of a field
encodeClassic(String, String[]) - Static method in class org.jeospace.x3d.EncodingUtils
Return the Classic encoding of a field
encodeXML(String, boolean) - Static method in class org.jeospace.x3d.EncodingUtils
Return the XML encoding of a field
encodeXML(String, int) - Static method in class org.jeospace.x3d.EncodingUtils
Return the XML encoding of a field
encodeXML(String, float) - Static method in class org.jeospace.x3d.EncodingUtils
Return the XML encoding of a field
encodeXML(String, double) - Static method in class org.jeospace.x3d.EncodingUtils
Return the XML encoding of a field
encodeXML(String, String) - Static method in class org.jeospace.x3d.EncodingUtils
Return the XML encoding of a field
encodeXML(String, boolean[]) - Static method in class org.jeospace.x3d.EncodingUtils
Return the XML encoding of a field
encodeXML(String, int[]) - Static method in class org.jeospace.x3d.EncodingUtils
Return the XML encoding of a field
encodeXML(String, float[]) - Static method in class org.jeospace.x3d.EncodingUtils
Return the XML encoding of a field
encodeXML(String, float[][]) - Static method in class org.jeospace.x3d.EncodingUtils
Return the XML encoding of a field
encodeXML(String, double[]) - Static method in class org.jeospace.x3d.EncodingUtils
Return the XML encoding of a field
encodeXML(String, String[]) - Static method in class org.jeospace.x3d.EncodingUtils
Return the XML encoding of a field
endCap - Variable in class org.jeospace.x3d.node.Extrusion
The endCap field
enterTime - Variable in class org.jeospace.x3d.node.ProximitySensor
The enterTime eventOut
enterTime - Variable in class org.jeospace.x3d.node.VisibilitySensor
The enterTime eventOut
enteredText - Variable in class org.jeospace.x3d.node.StringSensor
The enteredText eventOut
equals(Object) - Method in class org.jeospace.coordinate.Attitude
Compare two Attitude objects for equality.
equals(Object) - Method in class org.jeospace.coordinate.AxisAngle
Check the axis angle for equality with the passed object.
equals(Object) - Method in class org.jeospace.coordinate.Cartesian
Compare two Cartesian coordinate objects for equality.
equals(Object) - Method in class org.jeospace.coordinate.Ellipsoidal
Compare two Ellipsoidal coordinate objects for equality.
equals(Object) - Method in class org.jeospace.coordinate.Quaternion
Check the quaternion for equality with the passed object.
equals(Object) - Method in class org.jeospace.coordinate.Spherical
Compare two Spherical coordinate objects for equality.
equals(Object) - Method in class org.jeospace.coordinate.Vector
Check the vector for equality with the passed object.
equals(Object) - Method in class org.jeospace.geometry.Ellipsoid
Compare two Ellipsoids for equality.
equals(Object) - Method in class org.jeospace.measure.Length
Compare two Lengths for equality.
equals(Object) - Method in class org.jeospace.measure.Mass
Compare two Masss for equality.
equals(Object) - Method in class org.jeospace.measure.Temperature
Compare two Temperatures for equality.
equals(Object) - Method in class org.jeospace.measure.Time
Compare two Times for equality.
equals(Object) - Method in class org.jeospace.measure.angle.DecimalAngle
Compare two Angles for equality.
equals(Object) - Method in class org.jeospace.measure.angle.Latitude
Compare two Latitudes for equality.
equals(Object) - Method in class org.jeospace.measure.angle.Longitude
Compare two Longitudes for equality.
equals(Object) - Method in class org.jeospace.measure.angle.SexagesimalAngle
Compare two Angles for equality.
equals(Object) - Method in class org.jeospace.physics.orbit.Epoch
Compare two Epochs for equality.
equals(Object) - Method in class org.jeospace.physics.orbit.OrbitalElements
Compare two OrbitalElements objects for equality.
equals(Object) - Method in class org.jeospace.text.AngleFormat
Compare two AngleFormats for equality.
equals(Object) - Method in class org.jeospace.text.AngleFormatSymbols
Compare two AngleFormatSymbols for equality.
equals(Object) - Method in class org.jeospace.text.LengthFormat
Compare two LengthFormats for equality.
equals(Object) - Method in class org.jeospace.text.MassFormat
Compare two MassFormats for equality.
equatorial - Variable in class org.jeospace.x3d.SystemStructure
Transform cooresponding to SystemFrame.EQUATORIAL
equatorial_radius_kilometers - Static variable in class org.jeospace.physics.orbit.Jupiter
 
equatorial_radius_kilometers - Static variable in class org.jeospace.physics.orbit.Mars
 
equatorial_radius_kilometers - Static variable in class org.jeospace.physics.orbit.Mercury
 
equatorial_radius_kilometers - Static variable in class org.jeospace.physics.orbit.Neptune
 
equatorial_radius_kilometers - Static variable in class org.jeospace.physics.orbit.Pluto
 
equatorial_radius_kilometers - Static variable in class org.jeospace.physics.orbit.Saturn
 
equatorial_radius_kilometers - Static variable in class org.jeospace.physics.orbit.Uranus
 
equatorial_radius_kilometers - Static variable in class org.jeospace.physics.orbit.Venus
 
exitTime - Variable in class org.jeospace.x3d.node.ProximitySensor
The exitTime eventOut
exitTime - Variable in class org.jeospace.x3d.node.VisibilitySensor
The exitTime eventOut
exponent - Variable in class org.jeospace.measure.Mult
The exponent of the multiplier
extension - Variable in class org.jeospace.x3d.Encode
The encoding file extension

F

FAHRENHEIT - Static variable in class org.jeospace.measure.TemperatureUnit
Unit identifier - FAHRENHEIT
FALKLAND_ISLANDS - Static variable in class org.jeospace.util.CountryCode
Falkland Islands (Malvinas)
FALSE - Static variable in interface org.jeospace.xml.JeospaceStrings
 
FAROE_ISLANDS - Static variable in class org.jeospace.util.CountryCode
Faroe Islands
FASX2 - Static variable in interface org.jeospace.physics.orbit.SDP4Constants
Unknown
FASX4 - Static variable in interface org.jeospace.physics.orbit.SDP4Constants
Unknown
FASX6 - Static variable in interface org.jeospace.physics.orbit.SDP4Constants
Unknown
FEMTO - Static variable in class org.jeospace.measure.Mult
Constant - femto (f) = 10^-15
FIELDOFVIEW - Static variable in class org.jeospace.event.CockpitPropertyEvent
Event id indicating that the field of view has changed.
FIELD_OF_VIEW - Static variable in interface org.jeospace.xml.JeospaceStrings
 
FIJI - Static variable in class org.jeospace.util.CountryCode
Fiji
FINLAND - Static variable in class org.jeospace.util.CountryCode
Finland
FIRST_QUARTER - Static variable in class org.jeospace.physics.orbit.LunarPhaseID
First Quarter phase identifier
FLAMSTEED - Static variable in interface org.jeospace.xml.JeospaceStrings
 
FLT_EPSILON - Static variable in interface org.jeospace.coordinate.MathConstants
The smallest discernible single precision floating point number.
FOOT - Static variable in class org.jeospace.measure.LengthUnit
Constant identifier for units of feet.
FOR - Static variable in class org.jeospace.util.Constellation
Fornax
FORMAT - Static variable in interface org.jeospace.xml.JeospaceStrings
 
FORWARD - Static variable in class org.jeospace.simulation.ChronDirection
Constant value indicating that time is running forward
FRAME - Static variable in interface org.jeospace.xml.JeospaceStrings
 
FRAME_READY - Static variable in class org.jeospace.event.SimEvent
Event id indicating that the simulation manager is ready for the next frame update.
FRANCE - Static variable in class org.jeospace.util.CountryCode
France
FRENCH_GUIANA - Static variable in class org.jeospace.util.CountryCode
French Guiana
FRENCH_POLYNESIA - Static variable in class org.jeospace.util.CountryCode
French Polynesia
FRENCH_SOUTHERN_AND_ANTARCTIC_LANDS - Static variable in class org.jeospace.util.CountryCode
French Southern and Antarctic Lands
FULL - Static variable in interface org.jeospace.xml.JeospaceStrings
 
FULL_MOON - Static variable in class org.jeospace.physics.orbit.LunarPhaseID
Full Moon phase identifier
FULL_REVOLUTION - Static variable in class org.jeospace.measure.angle.AngleNorm
Constant indicating that the angle should be normalized to within a full revolution ( +/-360 degrees ), preserving the direction of the angle.
FULL_REVOLUTION_NEGATIVE - Static variable in class org.jeospace.measure.angle.AngleNorm
Constant indicating that the angle should be normalized to within a negative full revolution ( -360 degrees ).
FULL_REVOLUTION_POSITIVE - Static variable in class org.jeospace.measure.angle.AngleNorm
Constant indicating that the angle should be normalized to within a positive full revolution ( +360 degrees ).
FieldAttributor - class org.jeospace.text.FieldAttributor.
The field attributor maps a format StringBuffer's Fields to beginning and ending indices within the buffer.
FieldAttributor() - Constructor for class org.jeospace.text.FieldAttributor
Protected Constructor
FixedViewport - class org.jeospace.x3d.node.FixedViewport.
An SAI FixedViewport node wrapper.
FixedViewport(X3DScene) - Constructor for class org.jeospace.x3d.node.FixedViewport
Constructor
FixedViewport(X3DNode) - Constructor for class org.jeospace.x3d.node.FixedViewport
Constructor
Fog - class org.jeospace.x3d.node.Fog.
An SAI Fog node wrapper.
Fog(X3DScene) - Constructor for class org.jeospace.x3d.node.Fog
Constructor
Fog(X3DNode) - Constructor for class org.jeospace.x3d.node.Fog
Constructor
FontStyle - class org.jeospace.x3d.node.FontStyle.
An SAI FontStyle node wrapper.
FontStyle(X3DScene) - Constructor for class org.jeospace.x3d.node.FontStyle
Constructor
FontStyle(X3DNode) - Constructor for class org.jeospace.x3d.node.FontStyle
Constructor
family - Variable in class org.jeospace.x3d.node.FontStyle
The family field
fanCount - Variable in class org.jeospace.x3d.node.TriangleFanSet
The fanCount exposedField
feature - Static variable in class org.jeospace.util.PlanetaryFeature
 
fieldAttributor - Variable in class org.jeospace.text.AngleFormat
The field attributor maps field positions within formatted strings and produces an attributed character iterator
fieldOfView - Variable in class org.jeospace.x3d.node.Viewpoint
The fieldOfView exposedField
fillProperties - Variable in class org.jeospace.x3d.node.Appearance
The fillProperties exposedField
finalText - Variable in class org.jeospace.x3d.node.StringSensor
The finalText eventOut
fips - Variable in class org.jeospace.util.CountryCode
FIPS (Federal Information Processing Standard) Publication 10-4 2 character identifier.
fireAtlasEvent(int, Element) - Method in class org.jeospace.simulation.Atlas
Deliver events to the listeners
fireChronEvent(int) - Method in class org.jeospace.simulation.Chronometer
Send a ChronEvent to all registered listeners
fireCockpitPropertyEvent(int) - Method in class org.jeospace.x3d.CockpitProperties
Deliver the events.....
fireIdentificationEvent(int, Identification) - Method in class org.jeospace.simulation.X3DSimManager
Send an IdentificationEvent to all registered listeners
fireInterpolationEvent(int) - Method in class org.jeospace.navigation.OrbitInterpolator
Deliver events to the listeners
fireInterpolationEvent(int) - Method in class org.jeospace.navigation.QuaternionInterpolator
Deliver events to the listeners
fireInterpolationEvent(int) - Method in class org.jeospace.navigation.SphericalInterpolator
Deliver events to the listeners
fireProfileEvent(int, Object) - Method in class org.jeospace.simulation.Profile
Deliver events to the listeners
fireSimEvent(SimEvent) - Method in class org.jeospace.simulation.X3DSimManager
Send a SimEvent to all registered listeners
fireValueChangeEvent(ValueChangeEvent) - Method in class org.jeospace.ui.swing.components.JeospaceComp
Send a ValueChangeEvent to all registered listeners
fireValueChangeEvent(ValueChangeEvent) - Method in class org.jeospace.ui.swt.widgets.JeospaceComp
Send a ValueChangeEvent to all registered listeners
fixedHeight - Variable in class org.jeospace.x3d.node.CustomViewport
The fixedHeight field
fixedWidth - Variable in class org.jeospace.x3d.node.CustomViewport
The fixedWidth field
fixedX - Variable in class org.jeospace.x3d.node.CustomViewport
The fixedX field
fixedY - Variable in class org.jeospace.x3d.node.CustomViewport
The fixedY field
fmtAngle - Variable in class org.jeospace.text.AngleFormat
Scratch Angle object for format methods
fogType - Variable in class org.jeospace.x3d.node.Fog
The fogType exposedField
fontStyle - Variable in class org.jeospace.x3d.node.Text
The fontStyle exposedField
forceTransitions - Variable in class org.jeospace.x3d.node.LOD
The forceTransitions field
format(Object, StringBuffer, FieldPosition) - Method in class org.jeospace.text.AngleFormat
Overrides Format.
format(Angle, StringBuffer, FieldPosition) - Method in class org.jeospace.text.AngleFormat
Format an Angle object into a human readable string.
format(Angle) - Method in class org.jeospace.text.AngleFormat
Format an Angle object into a human readable String.
format(Epoch) - Method in class org.jeospace.text.EpochFormat
Return the String for the Epoch in the instantiated style
format(Length) - Method in class org.jeospace.text.LengthFormat
Format the passed Length object into a human readable String.
format(Mass) - Method in class org.jeospace.text.MassFormat
Format the passed Mass object into a human readable String.
formatGMTOffset(TimeZone) - Static method in class org.jeospace.text.TimeZoneFormat
A simple formatter for producing TimeZone representations as offsets from GMT
formatOptionsAreSet - Variable in class org.jeospace.text.LengthFormat
 
formatOptionsAreSet - Variable in class org.jeospace.text.MassFormat
 
formatToCharacterIterator(Object) - Method in class org.jeospace.text.AngleFormat
Return the AttributedCharacterIterator describing the formatted value.
fraction - Variable in class org.jeospace.navigation.Alpha
The base value of the alpha which determines it's begin and end points.
fraction_changed - Variable in class org.jeospace.x3d.node.TimeSensor
The fraction_changed eventOut
frame - Variable in class org.jeospace.designation.PlatformReferenceFrame
System level frame of reference id
frame - Variable in class org.jeospace.designation.SystemReferenceFrame
System level frame of reference id
fromDefault(double[]) - Method in interface org.jeospace.coordinate.CartesianConvention
Rearrange in place the array of double values from the default convention to the required convention in the correct x, y, z order.
fromDefault(double[]) - Method in class org.jeospace.coordinate.DefaultConvention
Rearrange in place the array of double values from the default convention to the required convention in the correct x, y, z order.
fromDefault(double[]) - Method in class org.jeospace.coordinate.ECEFConvention
Rearrange in place the array of double values from the default convention to the required convention in the correct x, y, z order.
frontTexture - Variable in class org.jeospace.x3d.node.TextureBackground
The frontTexture exposedField
frontUrl - Variable in class org.jeospace.x3d.node.Background
The frontUrl exposedField
function - Variable in class org.jeospace.x3d.node.MultiTexture
The function exposedField

G

G22 - Static variable in interface org.jeospace.physics.orbit.SDP4Constants
Unknown
G32 - Static variable in interface org.jeospace.physics.orbit.SDP4Constants
Unknown
G44 - Static variable in interface org.jeospace.physics.orbit.SDP4Constants
Unknown
G52 - Static variable in interface org.jeospace.physics.orbit.SDP4Constants
Unknown
G54 - Static variable in interface org.jeospace.physics.orbit.SDP4Constants
Unknown
GABON - Static variable in class org.jeospace.util.CountryCode
Gabon
GAMBIA - Static variable in class org.jeospace.util.CountryCode
Gambia, The
GAMMA - Static variable in class org.jeospace.util.Greek
Gamma
GAUSSIAN_GRAVITATIONAL_CONSTANT - Static variable in class org.jeospace.physics.Gravitation
The Gaussian gravitational constant (k), in units of (au^3 d^-2 Msun)œ.
GEM - Static variable in class org.jeospace.util.Constellation
Gemini
GEOLATITUDE - Static variable in class org.jeospace.text.AngleFormatStyle
Identifier of a geographic latitude angle format style.
GEOLONGITUDE - Static variable in class org.jeospace.text.AngleFormatStyle
Identifier of a geographic longitude angle format style.
GEORGIA - Static variable in class org.jeospace.util.CountryCode
Georgia
GERMANY - Static variable in class org.jeospace.util.CountryCode
Germany
GHANA - Static variable in class org.jeospace.util.CountryCode
Ghana
GIBRALTAR - Static variable in class org.jeospace.util.CountryCode
Gibraltar
GIGA - Static variable in class org.jeospace.measure.Mult
Constant - giga (G) = 10^9
GMEarth - Static variable in class org.jeospace.physics.Gravitation
The gravitational constant (GM) of the Earth, in units of (km^3 s^-2)
GMsun - Static variable in class org.jeospace.physics.Gravitation
The gravitational constant (GM) of the Sun, in units of (km^3 s^-2)
GRAIN - Static variable in class org.jeospace.measure.MassUnit
Unit identifier - GRAIN
GRAM - Static variable in class org.jeospace.measure.MassUnit
Unit identifier - GRAM
GREECE - Static variable in class org.jeospace.util.CountryCode
Greece
GREEN - Static variable in interface org.jeospace.xml.JeospaceStrings
 
GREENLAND - Static variable in class org.jeospace.util.CountryCode
Greenland
GRENADA - Static variable in class org.jeospace.util.CountryCode
Grenada
GRID - Static variable in interface org.jeospace.xml.JeospaceStrings
 
GRU - Static variable in class org.jeospace.util.Constellation
Grus
GUADELOUPE - Static variable in class org.jeospace.util.CountryCode
Guadeloupe
GUAM - Static variable in class org.jeospace.util.CountryCode
Guam
GUATEMALA - Static variable in class org.jeospace.util.CountryCode
Guatemala
GUERNSEY - Static variable in class org.jeospace.util.CountryCode
Guernsey
GUINEA - Static variable in class org.jeospace.util.CountryCode
Guinea
GUINEA_BISSAU - Static variable in class org.jeospace.util.CountryCode
Guinea-Bissau
GUYANA - Static variable in class org.jeospace.util.CountryCode
Guyana
GeocentricWorld - interface org.jeospace.physics.orbit.GeocentricWorld.
Describes the requirements specific to transforming the positions of worlds in the Solar System from heliocentric ecliptic to geocentric ecliptic form.
Globe - class org.jeospace.navigation.Globe.
An orientation for the plane of the horizon about a world.
Globe() - Constructor for class org.jeospace.navigation.Globe
Constructor
Gravitation - class org.jeospace.physics.Gravitation.
Constants and conversion methods relating to gravitational constants (GM) of worlds.
Gravitation() - Constructor for class org.jeospace.physics.Gravitation
 
Greek - class org.jeospace.util.Greek.
Greek provides objects representing the letters of the Greek alphabet.
Group - class org.jeospace.x3d.node.Group.
An SAI Group node wrapper.
Group(X3DScene) - Constructor for class org.jeospace.x3d.node.Group
Constructor
Group(X3DNode) - Constructor for class org.jeospace.x3d.node.Group
Constructor
gEarth - Static variable in class org.jeospace.physics.Gravitation
The standard acceleration of gravity of the Earth, in units of (m s^-2)
genitive - Variable in class org.jeospace.util.Constellation
The genitive name of the constellation
geometry - Variable in class org.jeospace.x3d.node.Shape
The geometry exposedField
get(double[]) - Method in class org.jeospace.coordinate.AxisAngle
Return the value of the axis angle in the argument array in x, y, z, angle order
get(float[]) - Method in class org.jeospace.coordinate.AxisAngle
Return the value of the axis angle in the argument array in x, y, z, angle order
get(Vector) - Method in class org.jeospace.coordinate.AxisAngle
Return the value of the axis angle
get(AxisAngle) - Method in class org.jeospace.coordinate.AxisAngle
Return the value of the axis angle in the argument AxisAngle object
get(CartesianConvention, double[]) - Method in class org.jeospace.coordinate.Cartesian
Get the double values for the coordinate points scaled by the Length object
get(CartesianConvention, Length, double[]) - Method in class org.jeospace.coordinate.Cartesian
Get the double values for the coordinate points scaled by the Length object
get(Length, double[]) - Method in class org.jeospace.coordinate.Cartesian
Get the double values for the coordinate points scaled by the Length object
get(CartesianConvention, float[]) - Method in class org.jeospace.coordinate.Cartesian
Get the float values for the coordinate points scaled by the Length object
get(CartesianConvention, Length, float[]) - Method in class org.jeospace.coordinate.Cartesian
Get the float values for the coordinate points scaled by the Length object
get(Length, float[]) - Method in class org.jeospace.coordinate.Cartesian
Get the float values for the coordinate points scaled by the Length object
get(Vector) - Method in class org.jeospace.coordinate.Quaternion
Return the value of the quaternion
get(AxisAngle) - Method in class org.jeospace.coordinate.Quaternion
Return the value of the quaternion as an axis angle
get(Attitude) - Method in class org.jeospace.coordinate.Quaternion
Initialize the argument Attitude object to correspond to the quaternion oriented per the DefaultConvention.
get(double[]) - Method in class org.jeospace.coordinate.Quaternion
Return the value of the quaternion
get(Quaternion) - Method in class org.jeospace.coordinate.Quaternion
Return the value of the quaternion
get() - Method in class org.jeospace.coordinate.Vector
Return the values of the vector
get(double[]) - Method in class org.jeospace.coordinate.Vector
Get the double values of the vector
get(float[]) - Method in class org.jeospace.coordinate.Vector
Get the float values of the vector
get(Axis) - Method in class org.jeospace.coordinate.Vector
Get the vector value along an axis
get(String) - Static method in class org.jeospace.geometry.EllipsoidCatalog
Return the Ellipsoid that matches the id string
get(DecimalAngleUnit) - Method in interface org.jeospace.measure.angle.Angle
Return the double value of this Angle in the specified DecimalAngleUnits.
get(DecimalAngleUnit) - Method in class org.jeospace.measure.angle.DecimalAngle
Return the double value of this DecimalAngle in the specified DecimalAngleUnits.
get(DecimalAngleUnit) - Method in class org.jeospace.measure.angle.SexagesimalAngle
Return the double value of this SexagesimalAngle in the specified DecimalAngleUnits.
get(Attitude) - Method in class org.jeospace.navigation.DefaultOrientation
Return the orientationin the argument object.
get(Quaternion) - Method in class org.jeospace.navigation.DefaultOrientation
Return the orientation data in the argument object.
get(Cartesian) - Method in class org.jeospace.navigation.DefaultPosition
Return the position in the argument object.
get(Cartesian, Quaternion) - Method in class org.jeospace.navigation.Globe
Calculate the plane of the horizon orientation for the argument cartesian coordinate.
get(Cartesian, Quaternion) - Method in interface org.jeospace.navigation.Horizon
Calculate the plane of the horizon orientation for the argument cartesian coordinate.
get(Cartesian) - Method in class org.jeospace.navigation.OrbitInterpolator
Return the position as a Cartesian
get(Attitude) - Method in interface org.jeospace.navigation.Orientation
Return the orientation data in the argument object.
get(Quaternion) - Method in interface org.jeospace.navigation.Orientation
Return the orientation data in the argument object.
get(Cartesian) - Method in interface org.jeospace.navigation.Position
Return the positioning data in the argument object.
get(Quaternion) - Method in class org.jeospace.navigation.QuaternionInterpolator
Return the orientation value as a Quaternion
get(Attitude) - Method in class org.jeospace.navigation.QuaternionInterpolator
Return the orientation data in the argument object.
get(Cartesian) - Method in class org.jeospace.navigation.ShadowChild
Return the positioning data in the argument object.
get(Cartesian) - Method in class org.jeospace.navigation.ShadowParent
Return the positioning data in the argument object.
get(Cartesian) - Method in class org.jeospace.navigation.ShadowSibling
Return the positioning data in the argument object.
get(Cartesian) - Method in class org.jeospace.navigation.SphericalInterpolator
Return the position as a Cartesian
get(Attitude) - Method in class org.jeospace.navigation.TrackEarthSatellite
Return the orientation data in the argument object.
get(Quaternion) - Method in class org.jeospace.navigation.TrackEarthSatellite
Return the orientation data in the argument object.
get(Attitude) - Method in class org.jeospace.navigation.TrackSolarOrbitalObject
Return the orientation data in the argument object.
get(Quaternion) - Method in class org.jeospace.navigation.TrackSolarOrbitalObject
Return the orientation data in the argument object.
get(Spherical, Spherical) - Static method in class org.jeospace.physics.orbit.Visibility
Return an instance of Visibility which cooresponds with the horizontal coordinates of the object.
get(Cartesian) - Method in class org.jeospace.ui.swt.widgets.NavigationControl
Return the positioning data in the argument object.
get(Attitude) - Method in class org.jeospace.ui.swt.widgets.NavigationControl
Return the orientation data in the argument object.
get(Quaternion) - Method in class org.jeospace.ui.swt.widgets.NavigationControl
Return the orientation data in the argument object.
getAberrationCorrection(double, Spherical, Spherical) - Method in class org.jeospace.physics.orbit.Earth
Get the aberration correction for the geocentric ecliptic coordinate of an object.
getAberrationCorrection(double, Spherical, Spherical) - Static method in class org.jeospace.physics.orbit.Sun
'High acuracy' aberration correction for the Sun.
getAbsoluteMagnitude(double, Length) - Static method in class org.jeospace.util.StellarUtils
Return the absolute magnitude of a star given it's apparent magnitude and distance
getAbsoluteMagnitude(double, double) - Static method in class org.jeospace.util.StellarUtils
Return the absolute magnitude of a star given it's apparent magnitude and parallax
getActiveReferenceFrame() - Method in interface org.jeospace.simulation.NavManager
Return the current active navigation reference frame
getActiveReferenceFrame() - Method in class org.jeospace.simulation.X3DNavManager
Return the current active navigation reference frame
getActiveViewpoint() - Method in class org.jeospace.simulation.Profile
Return the Element that describes the current active viewpoint
getAlpha() - Method in class org.jeospace.navigation.OrbitInterpolator
Return the Alpha object
getAlpha() - Method in interface org.jeospace.navigation.OrientationInterpolator
Return the Alpha object
getAlpha() - Method in interface org.jeospace.navigation.PositionInterpolator
Return the Alpha object
getAlpha() - Method in class org.jeospace.navigation.QuaternionInterpolator
Return the Alpha object
getAlpha() - Method in class org.jeospace.navigation.SphericalInterpolator
Return the Alpha object
getAlphabet() - Static method in class org.jeospace.util.Greek
Return an array of the defined Greek objects
getAngle() - Method in class org.jeospace.ui.swing.components.AngleSpinner
Return the Angle object that this control is acting on.
getAngle() - Method in class org.jeospace.ui.swt.widgets.AngleSpider
Return the Angle object that this control is acting on.
getAngle() - Method in class org.jeospace.ui.swt.widgets.AngleSpinner
Return the Angle object that this control is acting on.
getAngleNorms() - Static method in class org.jeospace.measure.angle.AngleNorm
Return an array of the defined AngleNorm objects
getAngleSigns() - Static method in class org.jeospace.measure.angle.AngleSign
Return an array of the defined AngleSign objects
getAngleUnits() - Method in class org.jeospace.text.AngleFormat
Return the AngleUnit used in formatting.
getAngularSeparation(Polar) - Method in class org.jeospace.coordinate.Polar
Return the angular separation between this Polar object and the argument.
getApparentMagnitude(double, Length) - Static method in class org.jeospace.util.StellarUtils
Return the apparent magnitude of a star given it's absolute magnitude and distance
getApparentSiderealTime(double, Ellipsoidal, Angle) - Method in class org.jeospace.physics.orbit.Earth
Get the apparent sidereal time ( theta ), the local hour angle corrected for nutation for the specified position on the Earth's surface at the specified Julian Day.
getArgument() - Method in class org.jeospace.event.AtlasEvent
Return the component of the Atlas that has changed
getArgument() - Method in class org.jeospace.event.ProfileEvent
Return the component of the Profile that has changed
getArgumentOfPeriapsis() - Method in class org.jeospace.physics.orbit.OrbitalElements
Return the argument of periapsis
getAssociations() - Method in class org.jeospace.designation.Identification
Return the associations map of the object
getAtlas(URL) - Method in class org.jeospace.simulation.Profile
Return the Atlas that matches the url key string
getAtlas(URL, boolean) - Method in class org.jeospace.simulation.Profile
Return the Atlas that matches the url key string
getAtlasList() - Method in class org.jeospace.simulation.Profile
Return the List of the profile's atlases.
getAtlasMap() - Method in class org.jeospace.simulation.Profile
Return the Map of the profile's atlases.
getAttitude() - Method in class org.jeospace.coordinate.Quaternion
Return an Attitude object that corresponds to the quaternion oriented per the DefaultConvention.
getAttitude(Element) - Method in class org.jeospace.simulation.Unmarshal
Return the Attitude object that cooresponds to the argument
getAvatarSize(float[]) - Method in class org.jeospace.x3d.CockpitProperties
Return the avatar size
getAxisAngle() - Method in class org.jeospace.coordinate.Quaternion
Return an AxisAngle object that corresponds to the quaternion
getBehaviour() - Method in class org.jeospace.navigation.Alpha
Return the behavior constant
getBrowserFrameRate() - Method in class org.jeospace.simulation.X3DSimManager
Return the X3D browser frame rate.
getCalendar() - Method in class org.jeospace.physics.orbit.Epoch
Return the Calendar representation of this Epoch
getCalendar(double) - Static method in class org.jeospace.physics.orbit.Epoch
Return the Gregorian calendar that cooresponds to the specified Julian Day.
getCalendar(double, Calendar) - Static method in class org.jeospace.physics.orbit.Epoch
Initialize the argument Calendar object to coorespond to the specified Julian Day.
getCalendar() - Method in class org.jeospace.simulation.Chronometer
Return the Chronometer's time in a Calendar object
getCalendar(Calendar) - Method in class org.jeospace.simulation.Chronometer
Return the Chronometer's time in a Calendar object
getCalendar() - Method in class org.jeospace.ui.swing.components.CalendarSpinner
Return the Calendar object that this control is acting on.
getCalendar() - Method in class org.jeospace.ui.swt.widgets.CalendarSpinner
Return the Calendar object that this control is acting on.
getCalendarAtNode(SolarNodeID, double) - Static method in class org.jeospace.physics.orbit.SolarNode
Get the Calendar representation for the specified node for the year of the specified Julian Day.
getCalendarAtNode(SolarNodeID, Calendar) - Static method in class org.jeospace.physics.orbit.SolarNode
Get the Calendar representation for the specified node for the year of the specified Calendar.
getCartesian() - Method in class org.jeospace.coordinate.Ellipsoidal
Get the Cartesian representation of the Ellipsoidal coordinate.
getCartesian(Length) - Method in class org.jeospace.coordinate.Ellipsoidal
Get the Cartesian representation of the Ellipsoidal coordinate object.
getCartesian(Cartesian) - Method in class org.jeospace.coordinate.Ellipsoidal
Get the Cartesian representation of the Ellipsoidal coordinate object.
getCartesian() - Method in class org.jeospace.coordinate.Polar
Get the Cartesian representation of the Polar coordinate.
getCartesian(Length) - Method in class org.jeospace.coordinate.Polar
Get the Cartesian representation of the Polar coordinate.
getCartesian(Cartesian) - Method in class org.jeospace.coordinate.Polar
Get the Cartesian representation of the Polar coordinate.
getCartesian() - Method in class org.jeospace.coordinate.Spherical
Get the Cartesian representation of the Spherical coordinate.
getCartesian(Length) - Method in class org.jeospace.coordinate.Spherical
Get the Cartesian representation of the Spherical coordinate.
getCartesian(Cartesian) - Method in class org.jeospace.coordinate.Spherical
Get the Cartesian representation of the Spherical coordinate.
getCartesian(Element) - Method in class org.jeospace.simulation.Unmarshal
Return the Cartesian object that cooresponds to the argument
getChild(String) - Method in interface org.jeospace.simulation.ParentNode
Return the descendant ChildNode.
getChild(String) - Method in class org.jeospace.simulation.RootNode
Return the descendant ChildNode.
getChild(String) - Method in class org.jeospace.simulation.SystemNode
Return the descendant ChildNode.
getChildElements(Element) - Static method in class org.jeospace.xml.XMLUtilities
Return the child Elements of the argument Element
getChildren() - Method in interface org.jeospace.simulation.ParentNode
Return the List of the descendant ChildNodes.
getChildren() - Method in class org.jeospace.simulation.RootNode
Return the List of the child SimNodes.
getChildren() - Method in class org.jeospace.simulation.SystemNode
Return the List of the descendant ChildNodes.
getChronDirections() - Static method in class org.jeospace.simulation.ChronDirection
Return an array of the defined ChronDirection objects
getChronManager() - Static method in class org.jeospace.simulation.Executive
Return the reference to the Chronometer Manager
getChronRate() - Method in class org.jeospace.simulation.Chronometer
Return the aggregate chron rate.
getChronStates() - Static method in class org.jeospace.simulation.ChronState
Return an array of the defined ChronState objects
getChronometer() - Method in class org.jeospace.simulation.ChronManager
Return the current active Chronometer
getChronometer() - Method in class org.jeospace.simulation.Profile
Return the Chronometer
getClassification() - Method in class org.jeospace.designation.Identification
Return the type of the object
getClassifications() - Static method in class org.jeospace.designation.Classification
Return an array of the defined Classification objects
getClockPeriod() - Method in class org.jeospace.simulation.ChronManager
Return the frame clock period in milliseconds.
getClockPeriod() - Method in interface org.jeospace.simulation.TaskScheduler
Return the scheduler's clock period in milliseconds.
getCodeBase() - Method in class org.jeospace.simulation.Profile
Return the base URL
getColor(Element) - Method in class org.jeospace.simulation.Unmarshal
Return the Color object that cooresponds to the argument
getConstant(double) - Static method in class org.jeospace.physics.Gravitation
Return the gravitational constant (GM) for a world given the ratio of it's mass to the Sun's in units of (km^3 s^-2)
getConstant(Mass) - Static method in class org.jeospace.physics.Gravitation
Return the gravitational constant (GM) for a world given it's mass in units of (km^3 s^-2)
getConstellations() - Static method in class org.jeospace.util.Constellation
Return an array of the defined Constellation objects
getContentHandler() - Method in class org.jeospace.xml.XMLReaderAdapter
Return the current content handler.
getCoordinate(double, Spherical) - Method in interface org.jeospace.physics.KineticBody
Calculate the position of the object referenced to it's parent reference frame at the specified time and initialize the argument Spherical object with the position coordinate.
getCoordinate(double, Cartesian) - Method in interface org.jeospace.physics.KineticBody
Calculate the position of the object referenced to it's parent reference frame at the specified time and initialize the argument Cartesian object with the position coordinate.
getCoordinate(double, Spherical) - Method in class org.jeospace.physics.orbit.BaseSatellite
Calculate the position of the satellite referenced to it's orbital plane about it's parent world at the specified time and initialize the passed Spherical object with the position coordinate.
getCoordinate(double, Cartesian) - Method in class org.jeospace.physics.orbit.BaseSatellite
Calculate the position of the satellite referenced to it's orbital plane about it's parent world at the specified time and initialize the passed Cartesian object with the position coordinate.
getCoordinate(double, Spherical) - Method in class org.jeospace.physics.orbit.BaseWorld
Calculate the position of the world referenced to it's orbital plane about it's parent world at the specified time and initialize the passed Spherical object with the position coordinate.
getCoordinate(double, Cartesian) - Method in class org.jeospace.physics.orbit.BaseWorld
Calculate the position of the world referenced to it's orbital plane about it's parent world at the specified time and initialize the passed Cartesian object with the position coordinate.
getCoordinate(double, Spherical) - Method in interface org.jeospace.physics.orbit.CelestialBody
Calculate the position of the object referenced to it's parent reference frame at the specified time and initialize the argument Spherical object with the position coordinate.
getCoordinate(double, Cartesian) - Method in interface org.jeospace.physics.orbit.CelestialBody
Calculate the position of the object referenced to it's parent reference frame at the specified time and initialize the argument Cartesian object with the position coordinate.
getCoordinate(double, Spherical) - Method in class org.jeospace.physics.orbit.Moon
Calculate the position of the world referenced to it's orbital plane about it's parent world at the specified time and initialize the passed Spherical object with the position coordinate.
getCoordinate(double, Cartesian) - Method in class org.jeospace.physics.orbit.Moon
Calculate the position of the world referenced to it's orbital plane about it's parent world at the specified time and initialize the passed Cartesian object with the position coordinate.
getCoordinate(double, Spherical) - Method in class org.jeospace.physics.orbit.Pluto
Calculate the position of the world referenced to it's orbital plane about it's parent world at the specified time and initialize the passed Spherical object with the position coordinate.
getCoordinate(double, Cartesian) - Method in class org.jeospace.physics.orbit.Pluto
Calculate the position of the world referenced to it's orbital plane about it's parent world at the specified time and initialize the passed Cartesian object with the position coordinate.
getCoordinate(double, Spherical) - Method in class org.jeospace.physics.orbit.SolarWorld
Calculate the position of the world referenced to it's orbital plane about it's parent world at the specified time and initialize the passed Spherical object with the position coordinate.
getCoordinate(double, Cartesian) - Method in class org.jeospace.physics.orbit.SolarWorld
Calculate the position of the world referenced to it's orbital plane about it's parent world at the specified time and initialize the passed Cartesian object with the position coordinate.
getCoordinate(double, Spherical) - Method in class org.jeospace.physics.orbit.Sun
Over-rides SolarWorld.
getCoordinate(double, Cartesian) - Method in class org.jeospace.physics.orbit.Sun
Over-rides SolarWorld.
getCoordinatePoints() - Method in interface org.jeospace.x3d.geometry.CoordinateDataSource
Return the coordinate points.
getCoordinatePoints() - Method in class org.jeospace.x3d.geometry.EarthEllipticPath
Return the coordinate points of the line set.
getCoordinatePoints() - Method in class org.jeospace.x3d.geometry.EllipticPath
Return the coordinate points of the line set.
getCoordinatePoints() - Method in class org.jeospace.x3d.geometry.SphericalLatLongMesh
Return the coordinate points.
getCoordinatePoints() - Method in class org.jeospace.x3d.geometry.SphericalLatitude
Return the coordinate points of the line set.
getCoordinatePoints() - Method in class org.jeospace.x3d.geometry.SphericalLongitude
Return the coordinate points of the line set.
getCountryCodes() - Static method in class org.jeospace.util.CountryCode
Return an array of the defined CountryCode objects
getCurrentJulianDay() - Static method in class org.jeospace.physics.orbit.Epoch
Return the Julian Day equivalent to the value of the current system time.
getDTDHandler() - Method in class org.jeospace.xml.XMLReaderAdapter
Return the current DTD handler.
getDate() - Method in class org.jeospace.simulation.Chronometer
Return the Chronometer's time in a Date object
getDate(Date) - Method in class org.jeospace.simulation.Chronometer
Return the Chronometer's time in a Date object
getDecimalAngle(Element) - Method in class org.jeospace.simulation.Unmarshal
Return the DecimalAngle object that cooresponds to the argument
getDecimalAngleUnits() - Static method in class org.jeospace.measure.angle.DecimalAngleUnit
Return an array of the defined DecimalAngleUnit objects
getDecimalSeparator() - Method in class org.jeospace.text.AngleFormatSymbols
Return the string used for decimal sign
getDegreeSymbol() - Method in class org.jeospace.text.AngleFormatSymbols
Return the String representing degrees.
getDegrees() - Method in interface org.jeospace.measure.angle.AngleUnit
Return the double value of the unit in degrees.
getDegrees() - Method in class org.jeospace.measure.angle.DecimalAngleUnit
Return the double value of the unit in degrees.
getDegrees() - Method in class org.jeospace.measure.angle.SexagesimalAngleUnit
Return the double value of the unit in degrees.
getDirection() - Method in class org.jeospace.simulation.Chronometer
Return the value indicating the direction of time flow of the Chronometer.
getDirectionAffix() - Method in class org.jeospace.text.AngleFormat
Return the directional affix setting.
getDirectionAffixSeparator() - Method in class org.jeospace.text.AngleFormatSymbols
Return the string used to separate the direction affix from the numeric portion of the angle.
getDisplayStatus(Element) - Static method in class org.jeospace.simulation.Atlas
Return the display status of the argument element
getDisplayStatus(Element) - Static method in class org.jeospace.simulation.Unmarshal
Return the state of the display status attribute of the argument element
getDistance(Ellipsoidal, Ellipsoidal) - Static method in class org.jeospace.coordinate.PositionUtils
Return a Length object representing the ellipsoidal surface distance (orthodromic distance) between the two input coordinates.
getDistanceOfPeriapsis() - Method in class org.jeospace.physics.orbit.OrbitalElements
Return the distance of periapsis
getDocument() - Method in class org.jeospace.simulation.Atlas
Return the atlas document.
getDocument() - Method in class org.jeospace.simulation.Profile
Return the xml Document that describes the state and references of the profile's objects.
getDocument(URL) - Static method in class org.jeospace.xml.XMLUtilities
Create and return a new xml DOM object parsed from the argument URL
getDocument(URL, String) - Static method in class org.jeospace.xml.XMLUtilities
Create and return a new xml DOM object parsed from the argument url parameters
getDocument(String) - Static method in class org.jeospace.xml.XMLUtilities
Create and return a new xml DOM object parsed from the argument url string
getDocument(InputSource, XMLReader) - Static method in class org.jeospace.xml.XMLUtilities
Create and return a new xml DOM object parsed through an XMLReader from the argument InputSource.
getDoubleValue(Element) - Method in class org.jeospace.simulation.Unmarshal
Return the double value of the argument element
getDragCoefficient() - Method in class org.jeospace.physics.orbit.OrbitalElements
Return the drag coefficient
getEastDirectionSymbol() - Method in class org.jeospace.text.AngleFormatSymbols
Return the string representing the direction East.
getEccentricity() - Method in class org.jeospace.physics.orbit.OrbitalElements
Return the orbital eccentricity
getElement(String, Element) - Static method in class org.jeospace.xml.XMLUtilities
Return the first child Element of the argument Element that matches the argument tagName
getElementByAttribute(String, String, String) - Method in class org.jeospace.simulation.Atlas
Return the first instance of an atlas Element with the argument tag name and matching attribute name and value.
getElements(String) - Method in class org.jeospace.simulation.Atlas
Return the NodeList of atlas Elements with the argument tag name.
getElementsByAttribute(String, String, String) - Method in class org.jeospace.simulation.Atlas
Return the list of atlas Elements with the argument tag name and matching attribute name and value.
getEllipsoid() - Method in class org.jeospace.coordinate.Ellipsoidal
Get the Ellipsoid component of this coordinate object.
getEllipsoid() - Method in class org.jeospace.physics.orbit.BaseWorld
Return the reference ellipsoid of the world
getEllipsoid() - Method in class org.jeospace.physics.orbit.Moon
Return the reference ellipsoid of the world
getEllipsoid() - Method in class org.jeospace.physics.orbit.SolarWorld
Return the reference ellipsoid of the world
getEllipsoid() - Method in interface org.jeospace.physics.orbit.World
Return the reference ellipsoid of the world
getEllipsoid(Element) - Method in class org.jeospace.simulation.Unmarshal
Return the Ellipsoid object that cooresponds to the argument
getEllipsoidal(Element) - Method in class org.jeospace.simulation.Unmarshal
Return the Ellipsoidal object that cooresponds to the argument
getEllipsoidalCoordinates(Satellite, double, int, int) - Static method in class org.jeospace.projection.ProjectionUtils
Calculate the Earth Ellipsoidal coordinates that coorespond to the orbital path of a satellite.
getEllipsoids() - Static method in class org.jeospace.geometry.EllipsoidCatalog
Return an array of the defined Ellipsoid objects
getEllipticity() - Method in class org.jeospace.geometry.Ellipsoid
Return the double value of the ellipsoid ellipticity parameter.
getEllipticitySquared() - Method in class org.jeospace.geometry.Ellipsoid
Return the double value of the ellipsoid ellipticity^2 parameter.
getEnabled() - Method in interface org.jeospace.simulation.SimManager
Return the enable state.
getEnabled() - Method in class org.jeospace.simulation.X3DSimManager
Return the enable state.
getEntityResolver() - Method in class org.jeospace.xml.XMLReaderAdapter
Return the current entity resolver.
getEpoch() - Method in class org.jeospace.physics.orbit.OrbitalElements
Return the epoch
getEpoch(Element) - Method in class org.jeospace.simulation.Unmarshal
Return the Epoch that cooresponds to the argument
getEpochFormatStyle() - Method in class org.jeospace.text.EpochFormat
Return the EpochFormatStyle object
getEpochFormatStyles() - Static method in class org.jeospace.text.EpochFormatStyle
Return an array of the defined EpochFormatStyle objects
getEquationOfTime(double) - Method in class org.jeospace.physics.orbit.Earth
Get the equation of time value for the Julian Day.
getEquatorialCoordinate(Ellipsoidal, Spherical, Spherical) - Static method in class org.jeospace.physics.orbit.Earth
Calculate the equatorial coordinates ( right ascension & declination ) from a horizontal coordinate ( altitude & azimuth ) and a position on the Earth's surface.
getEquatorialCoordinate(double, Spherical, Spherical) - Method in class org.jeospace.physics.orbit.Earth
Convert from geocentric ecliptic to geocentric equatorial coordinates ( Right Ascension, Declination ).
getEquatorialRadius() - Method in class org.jeospace.geometry.Ellipsoid
Return the Length of the equatorial radius of the ellipsoid.
getErrorHandler() - Method in class org.jeospace.xml.XMLReaderAdapter
Return the current error handler.
getEventObject() - Method in class org.jeospace.event.NavigationEvent
Return the event Object.
getFK5Correction(double, Spherical, Spherical) - Static method in class org.jeospace.physics.orbit.Earth
Calculate the FK5 system correction for a geocentric ecliptic coordinate for the Julian Day.
getFaceCoordinateIndices() - Method in interface org.jeospace.x3d.geometry.IFSDataSource
Return the indices of the coordinate points of the face set.
getFaceCoordinateIndices() - Method in class org.jeospace.x3d.geometry.SphericalLatLongMesh
Return the indices of the coordinate points of the face set.
getFeature(String) - Method in class org.jeospace.xml.XMLReaderAdapter
Look up the value of a feature.
getFeatureList() - Static method in class org.jeospace.util.PlanetaryFeature
 
getField(SexagesimalAngleUnit) - Method in class org.jeospace.measure.angle.SexagesimalAngle
Return the integer value for the specified field contained in this SexagesimalAngle object.
getFieldAttributor() - Method in class org.jeospace.text.AngleFormat
Return the FieldAttributor
getFieldOfView() - Method in class org.jeospace.x3d.CockpitProperties
Return the field of view
getFieldPosition(FieldPosition) - Method in class org.jeospace.text.FieldAttributor
Initialize the begin and end indices of the FieldPosition object.
getFields(SexagesimalAngleType) - Method in class org.jeospace.measure.angle.SexagesimalAngle
Return the integer array of field values contained in this SexagesimalAngle cooresponding to the specified SexagesimalAngleType.
getFirstChildElement(Element) - Static method in class org.jeospace.xml.XMLUtilities
Return the first child Element of the argument Element
getFlattening() - Method in class org.jeospace.geometry.Ellipsoid
Return the double value of the ellipsoid flattening parameter.
getFootprintBoundary(Satellite, double, int) - Static method in class org.jeospace.projection.ProjectionUtils
Calculate the Earth Ellipsoidal coordinates that coorespond to the footprint of a satellite.
getFootprintBoundary(Ellipsoidal, Angle, int) - Static method in class org.jeospace.projection.ProjectionUtils
Calculate the Ellipsoidal coordinates that coorespond to the conical footprint on the surface of an ellipsoid.
getFraction() - Method in class org.jeospace.navigation.Alpha
Return the fraction value
getFractionOfDay(Calendar) - Static method in class org.jeospace.physics.orbit.Epoch
Return the value of a fraction portion of a day represented by the Calendar fields that are less significant than the Calendar.DAY field.
getFramePeriodData(int[]) - Method in class org.jeospace.simulation.ChronManager
Return the frame period data.
getGeocentricEclipticCoordinate(double, Spherical) - Method in class org.jeospace.physics.orbit.Earth
Convert from geocentric equatorial coordinates ( Right Ascension & Declination ) to geocentric ecliptic coordinates for the specified Julian Day.
getGeocentricEclipticCoordinate(double, Spherical, Spherical) - Method in class org.jeospace.physics.orbit.Earth
Convert the heliocentric ecliptic coordinate to a geocentric ecliptic coordinate for the given Julian day.
getGeocentricEclipticCoordinate(double, Spherical, Spherical) - Method in interface org.jeospace.physics.orbit.GeocentricWorld
Return the geocentric ecliptic coordinate of the world on the Julian day given the Earth's heliocentric ecliptic coordinate
getGeocentricEclipticCoordinate(double, Spherical, Spherical) - Method in class org.jeospace.physics.orbit.Moon
Return the geocentric ecliptic coordinate of the world given the Earth's heliocentric ecliptic coordinate.
getGeocentricEclipticCoordinate(double, Spherical, Spherical) - Method in class org.jeospace.physics.orbit.SolarWorld
Return the geocentric ecliptic coordinate of the world on the Julian day given the Earth's heliocentric ecliptic coordinate
getGeocentricEclipticCoordinate(double, Spherical, Spherical) - Method in class org.jeospace.physics.orbit.Sun
Return the geocentric ecliptic coordinate of the world on the Julian day given the Earth's heliocentric ecliptic coordinate.
getGeocentricFixedCoordinate(double, Spherical, Spherical) - Method in class org.jeospace.physics.orbit.Earth
Convert from geocentric equatorial inertial (ECI - Earth Centered Inertial) to geocentric fixed coordinates (ECEF - Earth Centered Earth Fixed).
getGravitationalConstant() - Method in class org.jeospace.physics.orbit.BaseWorld
Return the gravitational constant of the world.
getGravitationalConstant() - Method in class org.jeospace.physics.orbit.Moon
Return the gravitational constant of the world in units of km^3 sec^2.
getGravitationalConstant() - Method in class org.jeospace.physics.orbit.SolarWorld
Return the gravitational constant of the world.
getGravitationalConstant() - Method in interface org.jeospace.physics.orbit.World
Return the gravitational constant of the world.
getHeadlight() - Method in class org.jeospace.x3d.CockpitProperties
Return the state of the headlight
getHeight() - Method in class org.jeospace.projection.Equirectangular
Return the vertical (latitude) dimension of the projection.
getHomeViewpoint() - Method in class org.jeospace.simulation.Profile
Return the Element that describes the home viewpoint
getHorizontalCoordinate(double, Ellipsoidal, Spherical, Spherical) - Method in class org.jeospace.physics.orbit.Earth
Calculate the local horizontal coordinates ( altitude & azimuth ) from the object's equatorial coordinate and the observer's position on the Earth's surface for the specified Julian Day.
getHourSymbol() - Method in class org.jeospace.text.AngleFormatSymbols
Return the String representing hours.
getID() - Method in class org.jeospace.designation.Identification
Return the unique identifier of the object
getID() - Method in class org.jeospace.event.AtlasEvent
Return the event type.
getID() - Method in class org.jeospace.event.ChronAlarmEvent
Return the event type.
getID() - Method in class org.jeospace.event.ChronEvent
Return the event type.
getID() - Method in class org.jeospace.event.CockpitPropertyEvent
Return the event type.
getID() - Method in class org.jeospace.event.InterpolationEvent
Return the event type.
getID() - Method in class org.jeospace.event.NavigationEvent
Return the event type.
getID() - Method in class org.jeospace.event.ProfileEvent
Return the event type.
getID() - Method in class org.jeospace.event.SimEvent
Return the event type.
getID() - Method in class org.jeospace.geometry.Ellipsoid
Return the id string of this ellipsoid
getID() - Method in class org.jeospace.simulation.RootNode
Return the identifier of this node
getID() - Method in class org.jeospace.simulation.SatelliteNode
Return the identifier of this satellite
getID() - Method in interface org.jeospace.simulation.SimNode
Return the identifier of this object
getID() - Method in class org.jeospace.simulation.SystemNode
Return the identifier of this SystemNode
getID() - Method in class org.jeospace.ui.event.ValueChangeEvent
Return the event type.
getIDs() - Static method in class org.jeospace.geometry.EllipsoidCatalog
Return the list of cataloged ellipsoid ids.
getIdentification() - Method in interface org.jeospace.designation.Identifiable
Return the Identification object
getIdentification() - Method in class org.jeospace.event.IdentificationEvent
Return the event Identification object.
getIdentification() - Method in class org.jeospace.physics.orbit.BaseSatellite
Return the Identification of this satellite
getIdentification() - Method in class org.jeospace.physics.orbit.BaseWorld
Return the Identification of this world
getIdentification() - Method in class org.jeospace.physics.orbit.Moon
Return the Identification of this world
getIdentification() - Method in class org.jeospace.physics.orbit.SolarWorld
Return the Identification of this world
getIdentification(Element) - Method in class org.jeospace.simulation.Unmarshal
Return the Identification object that cooresponds to the argument
getInclination() - Method in class org.jeospace.physics.orbit.OrbitalElements
Return the orbital inclination
getInstance() - Static method in class org.jeospace.designation.ReferenceFrameFactory
Return the factory instance
getInstance(Length, Length, String) - Static method in class org.jeospace.geometry.EllipsoidCatalog
Return an Ellipsoid instance
getInstance(Length, double, String) - Static method in class org.jeospace.geometry.EllipsoidCatalog
Return an Ellipsoid instance
getInstance() - Static method in class org.jeospace.simulation.Executive
Return the reference to the Executive
getInstance() - Static method in class org.jeospace.simulation.SimNodeRegistry
Return the instance of the registry
getInstance() - Static method in class org.jeospace.simulation.Unmarshal
Return an Unmarshal instance
getInstance(AngleFormatStyle) - Static method in class org.jeospace.text.AngleFormat
Return an AngleFormat object configured to the requested style and the default locale
getInstance(AngleFormatStyle, Locale) - Static method in class org.jeospace.text.AngleFormat
Return an AngleFormat object configured to the requested style and locale
getInstance() - Static method in class org.jeospace.text.CountryNames
Return the CountryNames object for the default locale.
getInstance(Locale) - Static method in class org.jeospace.text.CountryNames
Return the CountryNames object for the specified locale.
getInstance() - Static method in class org.jeospace.text.LengthUnitNames
Return the LengthUnitNames object for the default locale.
getInstance(Locale) - Static method in class org.jeospace.text.LengthUnitNames
Return the LengthUnitNames object for the specified locale.
getInstance() - Static method in class org.jeospace.text.LengthUnitSymbols
Return the LengthUnitSymbols object for the default locale.
getInstance(Locale) - Static method in class org.jeospace.text.LengthUnitSymbols
Return the LengthUnitSymbols object for the specified locale.
getInstance() - Static method in class org.jeospace.text.MassUnitNames
Return the MassUnitNames object for the default locale.
getInstance(Locale) - Static method in class org.jeospace.text.MassUnitNames
Return the MassUnitNames object for the specified locale.
getInstance() - Static method in class org.jeospace.text.MassUnitSymbols
Return the MassUnitSymbols object for the default locale.
getInstance(Locale) - Static method in class org.jeospace.text.MassUnitSymbols
Return the MassUnitSymbols object for the specified locale.
getInstance() - Static method in class org.jeospace.text.MultPrefixes
Return the MultPrefixes object for the default locale.
getInstance(Locale) - Static method in class org.jeospace.text.MultPrefixes
Return the MultPrefixes object for the specified locale.
getInstance() - Static method in class org.jeospace.text.TimeUnitNames
Return the TimeUnitNames object for the default locale.
getInstance(Locale) - Static method in class org.jeospace.text.TimeUnitNames
Return the TimeUnitNames object for the specified locale.
getInstance() - Static method in class org.jeospace.text.WorldNames
Return the WorldNames object for the default locale.
getInstance(Locale) - Static method in class org.jeospace.text.WorldNames
Return the WorldNames object for the specified locale.
getInstance() - Static method in class org.jeospace.x3d.CockpitProperties
Return the instance of the properties
getIterator() - Method in class org.jeospace.text.FieldAttributor
Return the AttributedCharacterIterator for the formatted StringBuffer
getJulianCenturiesJ2K(double) - Static method in class org.jeospace.physics.orbit.Epoch
Get the double representation of the Julian Centuries referenced to the epoch J.2000 for the specified Julian Day.
getJulianDay() - Method in class org.jeospace.physics.orbit.Epoch
Return the Julian Day representation of this Epoch
getJulianDay(Calendar) - Static method in class org.jeospace.physics.orbit.Epoch
Get the double representation of the Julian Day for the specified Calendar.
getJulianDay() - Method in class org.jeospace.simulation.Chronometer
Return the Chronometer's time as a Julian Day.
getJulianDayAtNode(SolarNodeID, Calendar) - Static method in class org.jeospace.physics.orbit.SolarNode
Get the double representation of the Julian Day for the specified node for the year of the specified Calendar.
getJulianDayAtNode(SolarNodeID, double) - Static method in class org.jeospace.physics.orbit.SolarNode
Get the double representation of the Julian Day for the specified node for the year of the specified Julian Day.
getJulianMillenniaJ2K(double) - Static method in class org.jeospace.physics.orbit.Epoch
Get the double representation of the Julian Millennia referenced to the epoch J.2000 for the specified Julian Day.
getLatitude(Element) - Method in class org.jeospace.simulation.Unmarshal
Return the Latitude object that cooresponds to the argument
getLatitude() - Method in class org.jeospace.ui.swing.components.LatitudeSpinner
Return the Latitude object that this control is acting on.
getLatitude() - Method in class org.jeospace.ui.swt.widgets.LatitudeSpider
Return the Latitude object that this control is acting on.
getLatitude() - Method in class org.jeospace.ui.swt.widgets.LatitudeSpinner
Return the Latitude object that this control is acting on.
getLength(Element) - Method in class org.jeospace.simulation.Unmarshal
Return the Length object that cooresponds to the argument
getLengthUnits() - Static method in class org.jeospace.measure.LengthUnit
Return an array of the defined LengthUnit objects
getLightTimeCorrectedGeocentricEclipticCoordinate(double, Spherical, Spherical) - Method in interface org.jeospace.physics.orbit.GeocentricWorld
Return the geocentric ecliptic coordinate of the world on the Julian day, adjusted to compensate for the difference in it's apparent position due to the time it takes for it's reflected light to travel to earth, given the Earth's heliocentric ecliptic coordinate.
getLightTimeCorrectedGeocentricEclipticCoordinate(double, Spherical, Spherical) - Method in class org.jeospace.physics.orbit.Moon
Return the geocentric ecliptic coordinate of the world, adjusted to compensate for the difference in it's apparent position due to the time it takes for it's reflected light to travel to earth, given the Earth's heliocentric ecliptic coordinate.
getLightTimeCorrectedGeocentricEclipticCoordinate(double, Spherical, Spherical) - Method in class org.jeospace.physics.orbit.SolarWorld
Return the geocentric ecliptic coordinate of the world, adjusted to compensate for the difference in it's apparent position due to the time it takes for it's reflected light to travel to earth, given the Earth's heliocentric ecliptic coordinate
getLightTimeCorrectedGeocentricEclipticCoordinate(double, Spherical, Spherical) - Method in class org.jeospace.physics.orbit.Sun
Return the geocentric ecliptic coordinate of the Sun on the Julian day, adjusted to compensate for the difference in it's apparent position due to the time it takes for it's light to travel to earth, given the Earth's heliocentric ecliptic coordinate.
getLineCoordinateIndices() - Method in class org.jeospace.x3d.geometry.EarthEllipticPath
Return the indices of the coordinate points of the line set.
getLineCoordinateIndices() - Method in class org.jeospace.x3d.geometry.EllipticPath
Return the indices of the coordinate points of the line set.
getLineCoordinateIndices() - Method in interface org.jeospace.x3d.geometry.ILSDataSource
Return the indices of the coordinate points of the line set.
getLineCoordinateIndices() - Method in class org.jeospace.x3d.geometry.SphericalLatitude
Return the indices of the coordinate points of the line set.
getLineCoordinateIndices() - Method in class org.jeospace.x3d.geometry.SphericalLongitude
Return the indices of the coordinate points of the line set.
getLoadStatus() - Method in class org.jeospace.simulation.Atlas
Return the load status
getLocale() - Method in class org.jeospace.simulation.Profile
Return the Locale
getLongitude(Element) - Method in class org.jeospace.simulation.Unmarshal
Return the Longitude object that cooresponds to the argument
getLongitudeNormalization() - Method in class org.jeospace.physics.orbit.BaseWorld
Return the normalization option to be used to format longitude coordinates.
getLongitudeNormalization() - Method in class org.jeospace.physics.orbit.Moon
Return the normalization option to be used to format longitude coordinates.
getLongitudeNormalization() - Method in class org.jeospace.physics.orbit.SolarWorld
Return the normalization option to be used to format longitude coordinates.
getLongitudeNormalization() - Method in interface org.jeospace.physics.orbit.World
Return the normalization option to be used to format longitude coordinates.
getLongitudeOfTheAscendingNode() - Method in class org.jeospace.physics.orbit.OrbitalElements
Return the longitude of the ascending node
getLoopCount() - Method in class org.jeospace.navigation.Alpha
Return the loop count
getLunarPhaseID() - Static method in class org.jeospace.physics.orbit.LunarPhaseID
Return an array of the defined LunarPhaseID objects
getMagnitude() - Method in class org.jeospace.coordinate.Cartesian
Get the magnitude of the coordinate's radius vector, adjusted for scale
getMagnitude(Length) - Method in class org.jeospace.coordinate.Cartesian
Get the magnitude of the coordinate's radius vector, adjusted for scale
getMagnitude() - Method in class org.jeospace.measure.Length
Return the double value of the magnitude of this Length object.
getMagnitude(LengthUnit) - Method in class org.jeospace.measure.Length
Return the double value of the magnitude of this Length object in the specified units.
getMagnitude(Mult, LengthUnit) - Method in class org.jeospace.measure.Length
Return the double value of the magnitude of this Length object in the specified multiplier and units.
getMagnitude() - Method in class org.jeospace.measure.Mass
Return the value of the magnitude of this Mass object.
getMagnitude(MassUnit) - Method in class org.jeospace.measure.Mass
Return the double value of the magnitude of this Mass object in the specified units.
getMagnitude(Mult, MassUnit) - Method in class org.jeospace.measure.Mass
Return the double value of the magnitude of this Mass object in the specified multiplier and units.
getMagnitude(TemperatureUnit) - Method in class org.jeospace.measure.Temperature
Return the double value of the magnitude of this Temperature object in the specified units.
getMagnitude() - Method in class org.jeospace.measure.Time
Return the value of the magnitude of this Time object.
getMagnitude(TimeUnit) - Method in class org.jeospace.measure.Time
Return the double value of the magnitude of this Time object in the specified units.
getMagnitude(Mult, TimeUnit) - Method in class org.jeospace.measure.Time
Return the double value of the magnitude of this Time object in the specified multiplier and units.
getMarshaler() - Method in class org.jeospace.simulation.Atlas
Return the Marshal object associated with this atlas
getMass(Element) - Method in class org.jeospace.simulation.Unmarshal
Return the Mass object that cooresponds to the argument
getMassUnits() - Static method in class org.jeospace.measure.MassUnit
Return an array of the defined MassUnit objects
getMaximum() - Method in class org.jeospace.ui.swing.components.AngleSpinner
Return the maximum value.
getMaximum() - Method in class org.jeospace.ui.swing.components.LatitudeSpinner
Return the maximum value.
getMaximum() - Method in class org.jeospace.ui.swt.widgets.AngleSpider
Return the maximum value.
getMaximum() - Method in class org.jeospace.ui.swt.widgets.AngleSpinner
Return the maximum value.
getMaximum() - Method in class org.jeospace.ui.swt.widgets.LatitudeSpider
Return the maximum value.
getMaximum() - Method in class org.jeospace.ui.swt.widgets.LatitudeSpinner
Return the maximum value.
getMaximumDecimalSize() - Method in class org.jeospace.text.AngleFormat
Return the Mult object that cooresponds to the desired maximum number of decimal digits.
getMeanAnomalyAtTheEpoch() - Method in class org.jeospace.physics.orbit.OrbitalElements
Return the mean anomaly at the epoch
getMeanMotion() - Method in class org.jeospace.physics.orbit.OrbitalElements
Return the mean motion (per day)
getMeanObliquityOfEcliptic(double, Angle) - Method in class org.jeospace.physics.orbit.Earth
Get the mean obliquity of the ecliptic ( epsilon_0 ) for the specified Julian Day
getMeanSiderealTime(double, Ellipsoidal, Angle) - Static method in class org.jeospace.physics.orbit.Earth
Get the mean sidereal time ( theta ) at the specified position on the Earth's surface for the Julian Day.
getMeanSiderealTimeAtGreenwich(double, Angle) - Static method in class org.jeospace.physics.orbit.Earth
Get the mean sidereal time at Greenwich ( theta_0 ) for the Julian Day.
getMicros() - Method in interface org.jeospace.measure.angle.AngleUnit
Return the long value of the unit in microseconds of degree.
getMicros() - Method in class org.jeospace.measure.angle.DecimalAngleUnit
Return the long value of the unit in microseconds of degree.
getMicros() - Method in class org.jeospace.measure.angle.SexagesimalAngleUnit
Return the long value of the unit in microseconds of degree.
getMinimum() - Method in class org.jeospace.ui.swing.components.AngleSpinner
Return the minimum value.
getMinimum() - Method in class org.jeospace.ui.swing.components.LatitudeSpinner
Return the minimum value.
getMinimum() - Method in class org.jeospace.ui.swt.widgets.AngleSpider
Return the minimum value.
getMinimum() - Method in class org.jeospace.ui.swt.widgets.AngleSpinner
Return the minimum value.
getMinimum() - Method in class org.jeospace.ui.swt.widgets.LatitudeSpider
Return the minimum value.
getMinimum() - Method in class org.jeospace.ui.swt.widgets.LatitudeSpinner
Return the minimum value.
getMinimumDecimalSize() - Method in class org.jeospace.text.AngleFormat
Return the Mult object that cooresponds to the desired minimum number of decimal digits.
getMinutesOfDegreeSymbol() - Method in class org.jeospace.text.AngleFormatSymbols
Return the String representing minutes of degree.
getMinutesOfHourSymbol() - Method in class org.jeospace.text.AngleFormatSymbols
Return the String representing minutes of hour.
getMultiplier() - Method in class org.jeospace.measure.Length
Return the Mult component of this Length object.
getMultiplier() - Method in class org.jeospace.measure.Mass
Return the Mult component of this Mass object.
getMultiplier() - Method in class org.jeospace.measure.Time
Return the Mult component of this Time object.
getMultiplier() - Method in class org.jeospace.simulation.ChronPeriod
Return the multiplier component of the ChronPeriod.
getName() - Method in class org.jeospace.designation.Identification
Return the common name of the object
getName() - Method in class org.jeospace.simulation.Atlas
Return the atlas name
getName() - Method in class org.jeospace.simulation.Profile
Return the name of the profile
getName(CountryCode) - Method in class org.jeospace.text.CountryNames
Return the localized name cooresponding to the passed CountryCode object.
getName(LengthUnit) - Method in class org.jeospace.text.LengthUnitNames
Return the localized name cooresponding to the passed LengthUnit object.
getName(MassUnit) - Method in class org.jeospace.text.MassUnitNames
Return the localized name cooresponding to the passed MassUnit object.
getName(String) - Method in class org.jeospace.text.WorldNames
Return the localized world name cooresponding to the passed string.
getNames(CountryCode[]) - Method in class org.jeospace.text.CountryNames
Return an array of localized names cooresponding to the passed CountryCode objects.
getNames(LengthUnit[]) - Method in class org.jeospace.text.LengthUnitNames
Return an array of localized names cooresponding to the passed LengthUnit objects.
getNames(MassUnit[]) - Method in class org.jeospace.text.MassUnitNames
Return an array of localized names cooresponding to the passed MassUnit objects.
getNames(TimeUnit[]) - Method in class org.jeospace.text.TimeUnitNames
Return an array of localized names cooresponding to the passed TimeUnit objects.
getNames(String[]) - Method in class org.jeospace.text.WorldNames
Return an array of localized world names cooresponding to the passed array of strings.
getNavManager() - Method in class org.jeospace.simulation.X3DSimManager
Return the active NavManager
getNegativeDirectionSymbol() - Method in class org.jeospace.text.AngleFormatSymbols
Return the string representing a negative direction.
getNext(LunarPhaseID) - Static method in class org.jeospace.physics.orbit.LunarPhase
Get the Calendar date of the next occurrence of the requested phase transition of the Moon.
getNext(LunarPhaseID, Calendar) - Static method in class org.jeospace.physics.orbit.LunarPhase
Get the Calendar date of the next occurrence of the requested phase transition of the Moon after the specified Calendar.
getNode(ReferenceFrame) - Method in class org.jeospace.simulation.SimNodeRegistry
Return the SimNode that cooresponds to the argument.
getNode(String) - Method in class org.jeospace.simulation.SimNodeRegistry
Return the SimNode that cooresponds to the argument.
getNormalizationOption() - Method in class org.jeospace.text.AngleFormat
Get the normalization option used in formatting.
getNorthDirectionSymbol() - Method in class org.jeospace.text.AngleFormatSymbols
Return the string representing the direction North.
getNumberFormat() - Method in class org.jeospace.text.LengthFormat
Return the NumberFormat object associated with this LengthFormat object
getNumberFormat() - Method in class org.jeospace.text.MassFormat
Return the NumberFormat object associated with this MassFormat object
getNutationInLongitude(double, Angle) - Method in class org.jeospace.physics.orbit.Earth
Get the nutation in longitude ( delta_psi ) for the specified Julian Day.
getNutationInObliquity(double, Angle) - Method in class org.jeospace.physics.orbit.Earth
Get the nutation in obliquity ( delta_epsilon ) for the specified Julian Day
getOrbitalElements(double) - Method in class org.jeospace.physics.orbit.BaseSatellite
Return the OrbitalElements of the satellite
getOrbitalElements(double) - Method in class org.jeospace.physics.orbit.BaseWorld
Return the orbital elements for the world at the specified time
getOrbitalElements(double) - Method in class org.jeospace.physics.orbit.Moon
Return the orbital elements for the world at the specified time
getOrbitalElements(double) - Method in interface org.jeospace.physics.orbit.OrbitalBody
Return the OrbitalElements of the object at the specified time
getOrbitalElements(double) - Method in class org.jeospace.physics.orbit.Pluto
Return the orbital elements for the world at the specified time
getOrbitalElements(double) - Method in class org.jeospace.physics.orbit.SolarWorld
Return the orbital elements for the world at the specified time
getOrbitalElements(double) - Method in class org.jeospace.physics.orbit.Sun
Over-rides SolarWorld.
getOrbitalElements(Element, World) - Method in class org.jeospace.simulation.Unmarshal
Return the OrbitalElements that coorespond to the argument
getOrientation(Attitude, float[]) - Static method in class org.jeospace.coordinate.OrientationUtil
Return the axis angle representation that cooresponds to the argument Attitude object
getOrientation(Quaternion, float[]) - Static method in class org.jeospace.coordinate.OrientationUtil
Return the axis angle representation that cooresponds to the argument Quaternion object
getOrientation(World, double, float[]) - Static method in class org.jeospace.physics.orbit.RotationalAxis
Calculate the orientation of the axis rotational axis of the specified world .
getOrientation() - Method in interface org.jeospace.simulation.NavManager
Return the current active navigation orientation
getOrientation() - Method in class org.jeospace.simulation.X3DNavManager
Return the current active navigation orientation
getOrientationCoordinate(Element) - Method in class org.jeospace.simulation.Unmarshal
Return the Attitude coordinate that cooresponds to the argument
getOwner() - Method in class org.jeospace.simulation.Atlas
Return the identifier of the owner of this atlas
getParent() - Method in interface org.jeospace.simulation.ChildNode
Return the parent node of this object.
getParent() - Method in class org.jeospace.simulation.SatelliteNode
Return the parent SimNode of this satellite.
getParent() - Method in class org.jeospace.simulation.SystemNode
Return the parent SimNode of this system.
getPhase() - Static method in class org.jeospace.physics.orbit.LunarPhase
Get the double representation of the current phase angle of the Moon in degrees.
getPhase(Calendar) - Static method in class org.jeospace.physics.orbit.LunarPhase
Get the double representation of the phase angle of the Moon at the specified Calendar in degrees.
getPlaneOfTheHorizonOrientation(Cartesian, float[]) - Static method in class org.jeospace.coordinate.OrientationUtil
Return the orientation of the plane of the horizon (based on the DefaultConvention) for the argument Cartesian coordinate
getPlatform(String, String, String) - Method in class org.jeospace.designation.ReferenceFrameFactory
Return a PlatformReferenceFrame cooresponding to the argument identifiers.
getPlatformStructure() - Method in class org.jeospace.simulation.SatelliteNode
Return the PlatformStructure for this satellite.
getPolar() - Method in class org.jeospace.navigation.DefaultPosition
Return the position in a Polar coordinate object.
getPolar() - Method in class org.jeospace.navigation.OrbitInterpolator
Return the positioning data in a Polar coordinate object.
getPolar() - Method in interface org.jeospace.navigation.Position
Return the positioning data in a Polar coordinate object.
getPolar() - Method in class org.jeospace.navigation.ShadowChild
Return the positioning data in a Polar coordinate object.
getPolar() - Method in class org.jeospace.navigation.ShadowParent
Return the positioning data in a Polar coordinate object.
getPolar() - Method in class org.jeospace.navigation.ShadowSibling
Return the positioning data in a Polar coordinate object.
getPolar() - Method in class org.jeospace.navigation.SphericalInterpolator
Return the positioning data in a Polar coordinate object.
getPolar() - Method in class org.jeospace.ui.swt.widgets.NavigationControl
Return the position coordinate object.
getPolarRadius() - Method in class org.jeospace.geometry.Ellipsoid
Return the Length of the polar radius of the ellipsoid.
getPosition() - Method in interface org.jeospace.simulation.NavManager
Return the current active navigation position
getPosition() - Method in class org.jeospace.simulation.X3DNavManager
Return the current active navigation position
getPositionCoordinate(Element) - Method in class org.jeospace.simulation.Unmarshal
Return the Polar coordinate that cooresponds to the argument
getPositiveDirectionSymbol() - Method in class org.jeospace.text.AngleFormatSymbols
Return the string representing a positive direction.
getPrefix(Mult) - Method in class org.jeospace.text.MultPrefixes
Return the localized prefix cooresponding to the passed Mult object.
getPrefix(TimeUnit) - Method in class org.jeospace.text.TimeUnitNames
Return the localized name cooresponding to the passed TimeUnit object.
getPrefixes(Mult[]) - Method in class org.jeospace.text.MultPrefixes
Return an array of localized prefixes cooresponding to the passed Mult objects.
getProperty(String) - Method in class org.jeospace.xml.XMLReaderAdapter
Look up the value of a property.
getRadianSymbol() - Method in class org.jeospace.text.AngleFormatSymbols
Return the String representing radians.
getRadius(Latitude) - Method in class org.jeospace.geometry.Ellipsoid
Return a Length object representing the ellipsoidal radius at the argument Latitude.
getReferenceFrame() - Method in interface org.jeospace.physics.KineticBody
Return the identifier of the object's reference frame.
getReferenceFrame() - Method in class org.jeospace.physics.orbit.BaseSatellite
Return the identifier of the satellite's orbital reference frame.
getReferenceFrame() - Method in class org.jeospace.physics.orbit.BaseWorld
Return the identifier of the reference frame in which this world orbits.
getReferenceFrame() - Method in interface org.jeospace.physics.orbit.CelestialBody
Return the identifier of the object's reference frame.
getReferenceFrame() - Method in class org.jeospace.physics.orbit.Moon
Return the identifier of the reference frame in which this world orbits.
getReferenceFrame() - Method in class org.jeospace.physics.orbit.SolarWorld
Return the identifier of the reference frame in which this world orbits.
getReferenceFrame(Element) - Method in class org.jeospace.simulation.Unmarshal
Return the ReferenceFrame object that cooresponds to the argument
getRevolutionSymbol() - Method in class org.jeospace.text.AngleFormatSymbols
Return the String representing revolutions.
getRoot(String) - Method in class org.jeospace.designation.ReferenceFrameFactory
Return a RootReferenceFrame for the argument identifier.
getRoot() - Method in class org.jeospace.simulation.SimNodeRegistry
Return the root SimNode.
getRootStructure() - Method in class org.jeospace.simulation.RootNode
Return the RootStructure for the simulation.
getRotationalAxis(double) - Method in class org.jeospace.physics.orbit.BaseWorld
Return the position on the celestial sphere that is intersected by a vector along the rotational axis of the world - from it's origin, through the world's the North Pole.
getRotationalAxis(double) - Method in class org.jeospace.physics.orbit.Earth
Return the position on the celestial sphere that is intersected by a vector along the rotational axis of the world - from it's origin, through the world's North Pole.
getRotationalAxis(double) - Method in class org.jeospace.physics.orbit.Jupiter
Return the position on the celestial sphere that is intersected by a vector along the rotational axis of the world - from it's origin, through the world's the North Pole.
getRotationalAxis(double) - Method in class org.jeospace.physics.orbit.Mars
Return the position on the celestial sphere that is intersected by a vector along the rotational axis of the world - from it's origin, through the world's the North Pole.
getRotationalAxis(double) - Method in class org.jeospace.physics.orbit.Mercury
Return the position on the celestial sphere that is intersected by a vector along the rotational axis of the world - from it's origin, through the world's the North Pole.
getRotationalAxis(double) - Method in class org.jeospace.physics.orbit.Moon
Return the position on the celestial sphere that is intersected by a vector along the rotational axis of the world - from it's origin, through the world's the North Pole.
getRotationalAxis(double) - Method in class org.jeospace.physics.orbit.Neptune
Return the position on the celestial sphere that is intersected by a vector along the rotational axis of the world - from it's origin, through the world's the North Pole.
getRotationalAxis(double) - Method in class org.jeospace.physics.orbit.Pluto
Return the position on the celestial sphere that is intersected by a vector along the rotational axis of the world - from it's origin, through the world's the North Pole.
getRotationalAxis(double) - Method in class org.jeospace.physics.orbit.Saturn
Return the position on the celestial sphere that is intersected by a vector along the rotational axis of the world - from it's origin, through the world's the North Pole.
getRotationalAxis(double) - Method in class org.jeospace.physics.orbit.SolarWorld
Return the position on the celestial sphere that is intersected by a vector along the rotational axis of the world - from it's origin, through the world's the North Pole.
getRotationalAxis(double) - Method in class org.jeospace.physics.orbit.Sun
Return the position on the celestial sphere that is intersected by a vector along the rotational axis of the world - from it's origin, through it's North Pole.
getRotationalAxis(double) - Method in class org.jeospace.physics.orbit.Uranus
Return the position on the celestial sphere that is intersected by a vector along the rotational axis of the world - from it's origin, through the world's the North Pole.
getRotationalAxis(double) - Method in class org.jeospace.physics.orbit.Venus
Return the position on the celestial sphere that is intersected by a vector along the rotational axis of the world - from it's origin, through the world's the North Pole.
getRotationalAxis(double) - Method in interface org.jeospace.physics.orbit.World
Return the position on the celestial sphere that is intersected by a vector along the rotational axis of the world - from it's origin, through the world's the North Pole.
getRotationalAxisOrientation(Spherical, float[]) - Static method in class org.jeospace.physics.orbit.RotationalAxis
Return the axis angle representation that will orient the axis of rotation of an ellipsoid toward the given Spherical coordinate on the celestial sphere.
getSIMultipliers() - Static method in class org.jeospace.measure.Mult
Return an array of the defined Mult objects
getSatellite() - Method in class org.jeospace.simulation.SatelliteNode
Return the properties for this satellite
getSatellite(Element, World) - Method in class org.jeospace.simulation.Unmarshal
Return the Satellite object that cooresponds to the argument
getSatelliteNode(String) - Method in class org.jeospace.simulation.SystemNode
Return the SatelliteNode matching the search parameters.
getSatelliteNodes() - Method in class org.jeospace.simulation.SystemNode
Return the List of this system's SatelliteNodes.
getScale() - Method in class org.jeospace.coordinate.Cartesian
Get the coordinate's scalor object
getScale() - Method in class org.jeospace.simulation.X3DSimManager
Return the scale at which the simulation is displayed.
getScale() - Method in interface org.jeospace.x3d.geometry.CoordinateDataSource
Return the scale to which the coordinate points are calculated.
getScale() - Method in class org.jeospace.x3d.geometry.EarthEllipticPath
Return the scale to which the coordinate points are calculated.
getScale() - Method in class org.jeospace.x3d.geometry.EllipticPath
Return the scale to which the coordinate points are calculated.
getScale() - Method in class org.jeospace.x3d.geometry.SphericalLatLongMesh
Return the scale to which the coordinate points are calculated.
getScale() - Method in class org.jeospace.x3d.geometry.SphericalLatitude
Return the scale to which the coordinate points are calculated.
getScale() - Method in class org.jeospace.x3d.geometry.SphericalLongitude
Return the scale to which the coordinate points are calculated.
getScaledMagnitude(Length) - Method in class org.jeospace.measure.Length
Return the double value of the magnitude of this Length object scaled by the input Length object.
getSecondsOfDegreeSymbol() - Method in class org.jeospace.text.AngleFormatSymbols
Return the String representing seconds of degree.
getSecondsOfHourSymbol() - Method in class org.jeospace.text.AngleFormatSymbols
Return the String representing seconds of hour.
getSemiMajorAxis() - Method in class org.jeospace.physics.orbit.OrbitalElements
Return the semi-major axis
getSemiMinorAxis() - Method in class org.jeospace.physics.orbit.OrbitalElements
Return the semi-minor axis
getSexagesimalAngleUnits() - Static method in class org.jeospace.measure.angle.SexagesimalAngleUnit
Return an array of the defined SexagesimalAngleUnit objects
getSexagesimalFieldSeparator() - Method in class org.jeospace.text.AngleFormatSymbols
Return the string used to separate the sexagesimal fields
getSiderealRotation(double) - Method in class org.jeospace.physics.orbit.BaseWorld
Return the sidereal rotation of the world about it's axis at the specified instant in time.
getSiderealRotation(double) - Method in class org.jeospace.physics.orbit.Earth
Return the sidereal rotation of the Earth about it's axis for the specified Julian Day.
getSiderealRotation(double) - Method in class org.jeospace.physics.orbit.Moon
Return the sidereal rotation of the world about it's axis at the specified instant in time.
getSiderealRotation(double) - Method in class org.jeospace.physics.orbit.SolarWorld
Return the sidereal rotation of the world about it's axis at the specified instant in time.
getSiderealRotation(double) - Method in interface org.jeospace.physics.orbit.World
Return the sidereal rotation of the world about it's axis at the specified instant in time.
getSign() - Method in interface org.jeospace.measure.angle.Angle
Get the AngleSign of this Angle.
getSign() - Method in class org.jeospace.measure.angle.DecimalAngle
Get the AngleSign of this DecimalAngle.
getSign() - Method in class org.jeospace.measure.angle.SexagesimalAngle
Get the AngleSign of this SexagesimalAngle.
getSignPair() - Method in class org.jeospace.text.AngleFormat
Get the angle sign convention used in formatting.
getSimManager() - Static method in class org.jeospace.simulation.Executive
Return the reference to the Simulation Manager
getSolarMassRatio(Mass) - Static method in class org.jeospace.physics.Gravitation
Return the ratio of the world's mass to that of the Sun
getSolarNodeID() - Static method in class org.jeospace.physics.orbit.SolarNodeID
Return an array of the defined SolarNodeID objects
getSouthDirectionSymbol() - Method in class org.jeospace.text.AngleFormatSymbols
Return the string representing the direction South.
getSpherical(Element) - Method in class org.jeospace.simulation.Unmarshal
Return the Spherical object that cooresponds to the argument
getState() - Method in class org.jeospace.simulation.Chronometer
Return the value indicating the run state of the Chronometer.
getState(String, Element) - Static method in class org.jeospace.simulation.Unmarshal
Return the state of the specified attribute of the argument element
getStructure() - Method in class org.jeospace.simulation.RootNode
Return the Structure for this node.
getStructure() - Method in class org.jeospace.simulation.SatelliteNode
Return the Structure for this node.
getStructure() - Method in interface org.jeospace.simulation.SimNode
Return the Structure for this node.
getStructure() - Method in class org.jeospace.simulation.SystemNode
Return the Structure for the primary world of this system.
getSymbol(LengthUnit) - Method in class org.jeospace.text.LengthUnitSymbols
Return the localized symbol cooresponding to the passed LengthUnit object.
getSymbol(MassUnit) - Method in class org.jeospace.text.MassUnitSymbols
Return the localized symbol cooresponding to the passed MassUnit object.
getSymbols() - Method in class org.jeospace.text.AngleFormat
Get the symbols object used in formatting.
getSymbols(LengthUnit[]) - Method in class org.jeospace.text.LengthUnitSymbols
Return an array of localized symbols cooresponding to the passed LengthUnit objects.
getSymbols(MassUnit[]) - Method in class org.jeospace.text.MassUnitSymbols
Return an array of localized symbols cooresponding to the passed MassUnit objects.
getSystem(String, SystemFrame) - Method in class org.jeospace.designation.ReferenceFrameFactory
Return a SystemReferenceFrame cooresponding to the argument identifiers.
getSystem(String, String) - Method in class org.jeospace.designation.ReferenceFrameFactory
Return a SystemReferenceFrame cooresponding to the argument identifiers.
getSystemFrames() - Static method in class org.jeospace.designation.SystemFrame
Return an array of the defined SystemFrame objects
getSystemNode(ReferenceFrame) - Method in class org.jeospace.simulation.SimNodeRegistry
Return the SystemNode that cooresponds to the argument.
getSystemNode(String) - Method in class org.jeospace.simulation.SystemNode
Return the descendant SystemNode.
getSystemNodes() - Method in class org.jeospace.simulation.SystemNode
Return the List of the descendant SystemNodes.
getSystemStructure() - Method in class org.jeospace.simulation.SystemNode
Return the SystemStructure for the primary world of this system.
getTargetCoordinate(Polar, Longitude, Angle, Polar) - Static method in class org.jeospace.coordinate.PositionUtils
Calculate a target position in longitude and latitude given an initial position a heading and an angular distance.
getTemperatureUnits() - Static method in class org.jeospace.measure.TemperatureUnit
Return an array of the defined TemperatureUnit objects
getTextureCoordinateIndices() - Method in interface org.jeospace.x3d.geometry.IFSDataSource
Return the indices of the texture coordinate points of the face set.
getTextureCoordinateIndices() - Method in class org.jeospace.x3d.geometry.SphericalLatLongMesh
Return the indices of the texture coordinate points of the face set.
getTextureCoordinates() - Method in interface org.jeospace.x3d.geometry.IFSDataSource
Return the texture coordinates of the face set.
getTextureCoordinates() - Method in class org.jeospace.x3d.geometry.SphericalLatLongMesh
Return the texture coordinates of the face set.
getTimeInMillis() - Method in class org.jeospace.simulation.Chronometer
Return the Chronometer's time in milliseconds from the epoch.
getTimeOfPeriapsis() - Method in class org.jeospace.physics.orbit.OrbitalElements
Return the Julian Day of the time of periapsis
getTimeUnit() - Method in class org.jeospace.simulation.ChronPeriod
Return the TimeUnit component of the ChronPeriod.
getTimeUnits() - Static method in class org.jeospace.measure.TimeUnit
Return an array of the defined TimeUnit objects
getTimeZone() - Method in class org.jeospace.simulation.Profile
Return the TimeZone
getTimestamp() - Method in class org.jeospace.event.ChronAlarmEvent
Return the event timestamp.
getTopoCentricHorizonCoordinate(double, Ellipsoidal, Spherical, Spherical) - Method in class org.jeospace.physics.orbit.Earth
Calculate the topo-centric horizontal coordinate (the look at angle) of an earth orbiting satellite.
getTransform(ReferenceFrame) - Method in class org.jeospace.x3d.RootStructure
Return the Transform that corresponds to the argument ReferenceFrame
getTransform(ReferenceFrame) - Method in class org.jeospace.x3d.SystemStructure
Return the Transform that corresponds to the argument ReferenceFrame
getTrueObliquityOfEcliptic(double, Angle) - Method in class org.jeospace.physics.orbit.Earth
Get the true obliquity of the ecliptic ( epsilon = epsilon_0 + delta_epsilon ) for the specified Julian Day.
getTruncateZeroDecimals() - Method in class org.jeospace.text.AngleFormat
Get the Truncate Zero Decimals option setting.
getTruncateZeroFields() - Method in class org.jeospace.text.AngleFormat
Get the Truncate Zero Fields option setting.
getType() - Method in class org.jeospace.event.IdentificationEvent
Return the event type.
getType() - Method in class org.jeospace.physics.orbit.OrbitalElements
Return the instantiation type of these orbital elements
getURL(Element, URL) - Static method in class org.jeospace.simulation.Unmarshal
Return the URL found in the argument element
getUnits() - Method in class org.jeospace.measure.Length
Return the units identifier of this Length object.
getUnits() - Method in class org.jeospace.measure.Mass
Return the MassUnit component of this Mass object.
getUnits() - Method in class org.jeospace.measure.Time
Return the TimeUnit component of this Time object.
getUpdatePeriodData(int[]) - Method in class org.jeospace.simulation.ChronManager
Return the frame cycle execution time data.
getUrlString(Element, URL) - Static method in class org.jeospace.simulation.Unmarshal
Return the url string found in the argument element
getUrlStrings(Element) - Static method in class org.jeospace.simulation.Unmarshal
Return the array of url strings found in the argument element
getUserID() - Method in class org.jeospace.event.ChronAlarmEvent
Return the user ID object.
getValue() - Method in class org.jeospace.navigation.Alpha
Return the alpha value.
getValue(double, Cartesian) - Method in interface org.jeospace.physics.orbit.EllipticMotion
Return the position of the orbital object for the given Julian day in the passed Cartesian object.
getValue(double, Spherical) - Method in interface org.jeospace.physics.orbit.EllipticMotion
Return the position of the orbital object for the given Julian Day in the passed Spherical object.
getValue(double, Spherical) - Method in class org.jeospace.physics.orbit.SxP4EllipticMotion
Return the position of the satellite for the given Julian Day in the passed Spherical object.
getValue(double, Cartesian) - Method in class org.jeospace.physics.orbit.SxP4EllipticMotion
Return the position of the satellite for the given Julian day in the passed Cartesian object.
getValue(AnomalyType, double, Cartesian) - Method in class org.jeospace.physics.orbit.UnperturbedEllipticMotion
Return the position of the orbital object for the anomaly type and argument in the passed Cartesian object.
getValue(double, Cartesian) - Method in class org.jeospace.physics.orbit.UnperturbedEllipticMotion
Return the position of the orbital object for the given Julian day in the passed Cartesian object.
getValue(double, Spherical) - Method in class org.jeospace.physics.orbit.UnperturbedEllipticMotion
Return the position of the orbital object for the given Julian Day in the passed Spherical object.
getValueInMicroseconds(SexagesimalAngleType) - Method in interface org.jeospace.measure.angle.Angle
Return the long value of this Angle in units of microseconds of the specified SexagesimalAngleType.
getValueInMicroseconds(SexagesimalAngleType) - Method in class org.jeospace.measure.angle.DecimalAngle
Return the long value of this DecimalAngle in units of microseconds of the specified SexagesimalAngleType.
getValueInMicroseconds(SexagesimalAngleType) - Method in class org.jeospace.measure.angle.SexagesimalAngle
Return the long value of this SexagesimalAngle in units of microseconds of the specified SexagesimalAngleType.
getVector(Spherical, Length) - Method in class org.jeospace.coordinate.Spherical
Get the Cartesian representation of the vector from this Spherical coordinate object to a target Spherical coordinate object.
getVector(Spherical, Cartesian) - Method in class org.jeospace.coordinate.Spherical
Get the Cartesian representation of the vector from this Spherical coordinate object to a target Spherical coordinate object.
getVisibilityLimit() - Method in class org.jeospace.x3d.CockpitProperties
Return the visibility limit
getVisibleRadius(Spherical, Ellipsoid, Angle) - Static method in class org.jeospace.coordinate.PositionUtils
Calculate the visible radius on the surface of an ellipsoid of the point defined by the argument ellipsoid-centric fixed coordinate and place the result into the argument Angle object.
getVisibleRadius(Ellip