|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SimNode | |
| org.jeospace.simulation | Contains classes to configure, manage and control the simulation/visulation environment. |
| Uses of SimNode in org.jeospace.simulation |
| Subinterfaces of SimNode in org.jeospace.simulation | |
interface |
ChildNode
Define the requirements for a simulation node that may be a descendant of another simulation node. |
interface |
ParentNode
Define the requirements for a simulation node that may be grouping node for other simulation nodes. |
| Classes in org.jeospace.simulation that implement SimNode | |
class |
RootNode
The root node container of the simulation hierarchy. |
class |
SatelliteNode
Container for Satellite and PlatformStructure of
an orbital object representing a satellite. |
class |
SystemNode
A hierarchically organized container for World and
SystemStructure of an orbital object representing a world. |
| Methods in org.jeospace.simulation that return SimNode | |
SimNode |
SimNodeRegistry.getNode(ReferenceFrame refFrame)
Return the SimNode that cooresponds to the argument. |
SimNode |
SimNodeRegistry.getNode(java.lang.String id)
Return the SimNode that cooresponds to the argument. |
SimNode |
SimNodeRegistry.createNode(KineticBody body)
Create and add a SimNode to the registry and to it's
parent node. |
SimNode |
SystemNode.getParent()
Return the parent SimNode of this system. |
SimNode |
SatelliteNode.getParent()
Return the parent SimNode of this satellite. |
SimNode |
ChildNode.getParent()
Return the parent node of this object. |
| Methods in org.jeospace.simulation with parameters of type SimNode | |
org.w3c.dom.Element |
Marshal.createViewpoint(java.lang.String name,
ReferenceFrame refFrame,
SimNode home,
SimNode target,
Length distance,
Attitude attitude)
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 |
org.w3c.dom.Element |
Marshal.createViewpoint(java.lang.String name,
ReferenceFrame refFrame,
Polar position,
SimNode home,
SimNode target)
Create and return a viewpoint Element at a fixed position with an orientation
that tracks a target orbital object |
org.w3c.dom.Element |
Marshal.createPositionShadow(SimNode from,
SimNode to,
Length distance)
Create and return a position Element |
org.w3c.dom.Element |
Marshal.createOrbitalLocator(SimNode from,
SimNode to)
Create and return an Element that contains the path to and
identifier of an SimNode component |
org.w3c.dom.Element |
Marshal.createOrientationTrack(SimNode from,
SimNode to)
Create and return an orientation Element |
| Constructors in org.jeospace.simulation with parameters of type SimNode | |
SystemNode(World world,
SimNode parent)
Construct an instance initialized with the primary world of this system. |
|
SatelliteNode(Satellite satellite,
SimNode parent)
Constructor |
|
|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||