Constructor and Description |
---|
Maneuver()
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 |
getDeltaMass()
Get mass change during maneuver (value is < 0).
|
double |
getDuration()
Get duration (value is 0 for impulsive maneuver).
|
org.hipparchus.geometry.euclidean.threed.Vector3D |
getDV()
Get velocity increment.
|
AbsoluteDate |
getEpochIgnition()
Get epoch ignition.
|
Frame |
getRefFrame()
Get Coordinate system for velocity increment vector, for absolute frames.
|
LOFType |
getRefLofType()
Get coordinate system for velocity increment vector, for Local Orbital Frames.
|
void |
setComment(List<String> comment)
Set the maneuvers data comment, each string in the list corresponds to one line of comment.
|
void |
setDeltaMass(double deltaMass)
Set mass change during maneuver (value is < 0).
|
void |
setDuration(double duration)
Set duration (value is 0 for impulsive maneuver).
|
void |
setdV(org.hipparchus.geometry.euclidean.threed.Vector3D dV)
Set velocity increment.
|
void |
setRefFrame(Frame refFrame)
Set Coordinate system for velocity increment vector, for absolute frames.
|
void |
setRefLofType(LOFType refLofType)
Set coordinate system for velocity increment vector, for Local Orbital Frames.
|
public AbsoluteDate getEpochIgnition()
public LOFType getRefLofType()
public void setRefLofType(LOFType refLofType)
refLofType
- coordinate system for velocity increment vector, for Local Orbital Framespublic Frame getRefFrame()
public void setRefFrame(Frame refFrame)
refFrame
- coordinate system for velocity increment vector, for absolute framespublic double getDuration()
public void setDuration(double duration)
duration
- duration (value is 0 for impulsive maneuver)public double getDeltaMass()
public void setDeltaMass(double deltaMass)
deltaMass
- mass change during maneuver (value is < 0)public org.hipparchus.geometry.euclidean.threed.Vector3D getDV()
public void setdV(org.hipparchus.geometry.euclidean.threed.Vector3D dV)
dV
- velocity incrementpublic List<String> getComment()
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.