|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Identification | |
| org.jeospace.designation | Contains classes for identifying simulation objects. |
| org.jeospace.event | Contains interfaces and classes supporting core object events. |
| org.jeospace.physics.orbit | Contains interfaces and classes supporting physics based orbital mechanics. |
| org.jeospace.simulation | Contains classes to configure, manage and control the simulation/visulation environment. |
| Uses of Identification in org.jeospace.designation |
| Methods in org.jeospace.designation that return Identification | |
Identification |
Identifiable.getIdentification()
Return the Identification object |
| Uses of Identification in org.jeospace.event |
| Methods in org.jeospace.event that return Identification | |
Identification |
IdentificationEvent.getIdentification()
Return the event Identification object. |
| Constructors in org.jeospace.event with parameters of type Identification | |
IdentificationEvent(java.lang.Object source,
int type,
Identification ident)
Construct a IdentificationEvent object with the specified source object and type. |
|
| Uses of Identification in org.jeospace.physics.orbit |
| Methods in org.jeospace.physics.orbit that return Identification | |
Identification |
BaseSatellite.getIdentification()
Return the Identification of this satellite |
Identification |
Moon.getIdentification()
Return the Identification of this world |
Identification |
SolarWorld.getIdentification()
Return the Identification of this world |
Identification |
BaseWorld.getIdentification()
Return the Identification of this world |
| Methods in org.jeospace.physics.orbit with parameters of type Identification | |
static Satellite |
SatelliteFactory.create(Identification ident,
ReferenceFrame refFrame,
OrbitalElements elements)
The factory method |
| Constructors in org.jeospace.physics.orbit with parameters of type Identification | |
EarthSatellite(Identification ident,
OrbitalElements elements)
Construct an instance |
|
BaseSatellite(Identification ident,
ReferenceFrame refFrame,
OrbitalElements elements)
Construct a Satellite instance |
|
BaseWorld(Identification ident,
ReferenceFrame refFrame,
Ellipsoid ellipsoid,
Mass mass,
OrbitalElements elements)
Construct a World instance |
|
| Uses of Identification in org.jeospace.simulation |
| Methods in org.jeospace.simulation that return Identification | |
Identification |
Unmarshal.getIdentification(org.w3c.dom.Element ident_element)
Return the Identification object that cooresponds to the argument |
| Methods in org.jeospace.simulation with parameters of type Identification | |
protected void |
X3DSimManager.fireIdentificationEvent(int type,
Identification ident)
Send an IdentificationEvent to all registered listeners |
org.w3c.dom.Element |
Marshal.createIdentification(Identification ident)
Create and return an identification Element |
|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||