|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.x3d.SystemStructure
The hierarchical Transform structure of an SystemNode.
ReferenceFrame,
Transform,
X3DScene,
X3DNode| Field Summary | |
Transform |
ecliptic
Transform cooresponding to SystemFrame.ECLIPTIC |
Transform |
ellipsoidal
Transform cooresponding to SystemFrame.ELLIPSOIDAL |
Transform |
equatorial
Transform cooresponding to SystemFrame.EQUATORIAL |
| Constructor Summary | |
SystemStructure(org.web3d.x3d.sai.X3DScene scene,
java.lang.String systemID)
Constructor |
|
| Method Summary | |
void |
add(ReferenceFrame refFrame,
org.web3d.x3d.sai.X3DNode node)
Add the argument node to the specified ReferenceFrame of
the SystemStructure |
void |
add(ReferenceFrame refFrame,
org.web3d.x3d.sai.X3DNode[] node)
Add the argument nodes to the specified ReferenceFrame of
the SystemStructure |
void |
dispose()
Explicitly dispose of all the SystemStructure's resources |
Transform |
getTransform(ReferenceFrame refFrame)
Return the Transform that corresponds to the argument ReferenceFrame |
void |
remove(ReferenceFrame refFrame,
org.web3d.x3d.sai.X3DNode node)
Remove the argument node from the specified ReferenceFrame
of the SystemStructure |
void |
remove(ReferenceFrame refFrame,
org.web3d.x3d.sai.X3DNode[] node)
Remove the argument node from the specified ReferenceFrame
of the SystemStructure |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final Transform ecliptic
Transform cooresponding to SystemFrame.ECLIPTIC
public final Transform equatorial
Transform cooresponding to SystemFrame.EQUATORIAL
public final Transform ellipsoidal
Transform cooresponding to SystemFrame.ELLIPSOIDAL
| Constructor Detail |
public SystemStructure(org.web3d.x3d.sai.X3DScene scene,
java.lang.String systemID)
scene - the X3DScene objectsystemID - the system identifier| Method Detail |
public void add(ReferenceFrame refFrame,
org.web3d.x3d.sai.X3DNode node)
ReferenceFrame of
the SystemStructure
add in interface StructurerefFrame - the reference framenode - the node
public void add(ReferenceFrame refFrame,
org.web3d.x3d.sai.X3DNode[] node)
ReferenceFrame of
the SystemStructure
add in interface StructurerefFrame - the reference framenode - the node
public void remove(ReferenceFrame refFrame,
org.web3d.x3d.sai.X3DNode node)
ReferenceFrame
of the SystemStructure
remove in interface StructurerefFrame - the reference framenode - the node
public void remove(ReferenceFrame refFrame,
org.web3d.x3d.sai.X3DNode[] node)
ReferenceFrame
of the SystemStructure
remove in interface StructurerefFrame - the reference framenode - the nodepublic Transform getTransform(ReferenceFrame refFrame)
Transform that corresponds to the argument ReferenceFrame
refFrame - the argument ReferenceFrame
Transformpublic void dispose()
SystemStructure's resources
dispose in interface Structure
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||