|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the requirements for providing positioning data to a simulation component.
Cartesian,
Polar| Method Summary | |
void |
enablePosition(boolean enabled)
Set the state of the object to produce updated positioning data. |
void |
get(Cartesian cartesian)
Return the positioning data in the argument object. |
Polar |
getPolar()
Return the positioning data in a Polar coordinate object. |
void |
updatePosition(double timeValue)
Process any position changes for the next simulation frame. |
| Method Detail |
public void updatePosition(double timeValue)
timeValue - the time value for which to calculate the positionpublic void enablePosition(boolean enabled)
enabled - true if the object should update it's
positioning data in response to update( ) calls,
false if the object should NOT update it's positioning
data in response to update( ) calls.public void get(Cartesian cartesian)
cartesian - the Cartesian coordinate object to initialize with
the current positioning data.public Polar getPolar()
Polar coordinate object.
Polar coordinate object.
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||