Package | Description |
---|---|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
Modifier and Type | Method and Description |
---|---|
static WalkerConstellationPattern |
WalkerConstellationPattern.getDefault()
Get the enum constant that is considered to be the default.
|
static WalkerConstellationPattern |
WalkerConstellationPattern.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
WalkerConstellationPattern |
WalkerConstellation.getPatternType()
Gets the pattern type of the Walker constellation.
|
static WalkerConstellationPattern |
WalkerConstellationPattern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WalkerConstellationPattern[] |
WalkerConstellationPattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WalkerConstellation.setPatternType(WalkerConstellationPattern value)
Sets the pattern type of the Walker constellation.
|
Constructor and Description |
---|
WalkerConstellation(WalkerConstellationPattern patternType,
boolean phaseByMean,
int numberOfPlanes,
int numberOfSatellitesPerPlane,
int slotOffset,
ModifiedKeplerianElements seedElements)
Creates a Walker constellation from the orbital elements of a seed satellite and other standard Walker constellation input parameters.
|