|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.frames.configuration.FramesConfigurationBuilder
public final class FramesConfigurationBuilder
Frame configuration builder utility, to assist the user in creating a FramesConfiguration. Two constructors
exist.
FramesConfigurationImplementation that is initialized with no model, see
NO_TIDE,
NO_LIBRATION,
NO_PN and
NoEOP2000History. FramesConfiguration
as an input argument, and initializes the new internal FramesConfiguration with the models from the user
specified one.
| Constructor Summary | |
|---|---|
FramesConfigurationBuilder()
Public default constructor. |
|
FramesConfigurationBuilder(FramesConfiguration config)
Public constructor. |
|
| Method Summary | |
|---|---|
FramesConfiguration |
getConfiguration()
Configuration builder using the current builder providers. |
void |
setDiurnalRotation(DiurnalRotation diurnalRotationModel)
Setter for diurnal rotation provider in the builder. |
void |
setEOP2000History(EOP2000History history)
Setter for history provider in the builder. |
void |
setPolarMotion(PolarMotion polarMotionModel)
Setter for polar motion provider in the builder. |
void |
setPrecessionNutation(PrecessionNutation precessionNutationModel)
Setter for precession nutation provider in the builder. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FramesConfigurationBuilder()
public FramesConfigurationBuilder(FramesConfiguration config)
config - user configuration| Method Detail |
|---|
public void setEOP2000History(EOP2000History history)
history - history providerpublic void setPolarMotion(PolarMotion polarMotionModel)
polarMotionModel - polar motion providerpublic void setDiurnalRotation(DiurnalRotation diurnalRotationModel)
diurnalRotationModel - diurnal rotation providerpublic void setPrecessionNutation(PrecessionNutation precessionNutationModel)
precessionNutationModel - precession nutation providerpublic FramesConfiguration getConfiguration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||