Constructor and Description |
---|
APMManeuver()
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getComment()
Get the maneuvers data comment, each string in the list corresponds to one line of comment.
|
double |
getDuration()
Get duration (value is 0 for impulsive maneuver).
|
AbsoluteDate |
getEpochStart()
Get epoch start.
|
String |
getRefFrameString()
Get Coordinate system for the torque vector, for absolute frames.
|
Vector3D |
getTorque()
Get the torque vector (N.m).
|
void |
setComment(List<String> comment)
Set the maneuvers data comment, each string in the list corresponds to one line of comment.
|
void |
setDuration(double duration)
Set duration (value is 0 for impulsive maneuver).
|
void |
setEpochStart(AbsoluteDate epochStart)
Set epoch start.
|
void |
setRefFrameString(String frame)
Set Coordinate system for the torque vector, for absolute frames.
|
void |
setTorque(Vector3D vector)
Set the torque vector (N.m).
|
public AbsoluteDate getEpochStart()
public void setEpochStart(AbsoluteDate epochStart)
epochStart
- epoch startpublic String getRefFrameString()
public void setRefFrameString(String frame)
frame
- coordinate system for the torque vector, for absolute framespublic double getDuration()
public void setDuration(double duration)
duration
- duration (value is 0 for impulsive maneuver)public Vector3D getTorque()
public void setTorque(Vector3D vector)
vector
- torque vectorpublic List<String> getComment()
Copyright © 2002-2020 CS GROUP. All rights reserved.