Package | Description |
---|---|
agi.foundation |
Contains commonly used types.
|
agi.foundation.access |
Contains types used in performing access calculations.
|
agi.foundation.ccsds |
Contains types for interoperating with data formats supported by
The Consultative Committee for Space Data Systems (CCSDS).
|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
agi.foundation.communications |
Contains types for representing electromagnetic signals and propagating them along communication links.
|
agi.foundation.communications.antennas |
Contains types for representing antennas, defining gain patterns, and processing electromagnetic signals.
|
agi.foundation.communications.signalprocessing |
Contains types for representing communication hardware and processing electromagnetic signals.
|
agi.foundation.geometry |
Contains types for expressing the motion of fundamental geometric objects such as points, axes, and reference frames;
the manner in which they are related; and transformations between representations.
|
agi.foundation.infrastructure |
Contains types which support various aspects of the DME Component Libraries infrastructure.
|
agi.foundation.navigation.advanced |
Contains types used in GPS communications modeling.
|
agi.foundation.numericalmethods.advanced |
Contains additional advanced numerical algorithms and supporting types.
|
agi.foundation.platforms |
Contains types used in modeling various mechanical platforms such as satellites, facilities, aircraft, etc.
|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
agi.foundation.tracking |
Contains types for acquiring, analyzing and archiving dynamic data, such as those found in real-time feeds or simulation environments.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceProviderCollection
A collection of instances that implement
IServiceProvider . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ServiceProviderCollection.checkForSameDefinition(DefinitionalObjectCollection<IServiceProvider> other) |
Modifier and Type | Class and Description |
---|---|
class |
AccessConstraintCollection
A collection of Access constraints.
|
class |
AccessQueryCollection
A collection of
AccessQuery objects. |
class |
LinkPath
Describes a path through one or more links (such as
LinkInstantaneous or LinkSpeedOfLight ). |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AccessConstraintCollection.checkForSameDefinition(DefinitionalObjectCollection<AccessConstraint> other) |
protected boolean |
AccessQueryCollection.checkForSameDefinition(DefinitionalObjectCollection<AccessQuery> other) |
protected boolean |
LinkPath.checkForSameDefinition(DefinitionalObjectCollection<IServiceProvider> other) |
Modifier and Type | Class and Description |
---|---|
class |
CcsdsOrbitEphemerisMessageFile
Reads from and writes to Orbit Ephemeris Message (OEM) files determined by the specifications of The
Consultative Committee for Space Data Systems (CCSDS).
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
CcsdsOrbitEphemerisMessageFile.checkForSameDefinition(DefinitionalObjectCollection<CcsdsOrbitEphemerisMessageSegment> other) |
Modifier and Type | Class and Description |
---|---|
class |
NPlateModel
A collection that models the spacecraft's body as a collection of individual plates
with surface areas, body-fixed directions, and drag or reflectivity coefficients.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
NPlateModel.checkForSameDefinition(DefinitionalObjectCollection<IndividualPlateModel> other) |
Modifier and Type | Class and Description |
---|---|
class |
CommunicationLinkCollection
A collection of communication links, primarily used by the
CommunicationSystem . |
class |
PointScattererFrequencyBandCollection
Represents a collection of
PointScattererFrequencyBand objects. |
class |
PointScattererInformationCollection
A collection of
PointScattererInformation objects representing each of the point scatterers which the
signal has reflected off of before reception at the receiver. |
class |
SignalDataCollection
A collection of Signal data.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
SignalDataCollection.checkForSameDefinition(DefinitionalObjectCollection<Object> other) |
protected boolean |
PointScattererFrequencyBandCollection.checkForSameDefinition(DefinitionalObjectCollection<PointScattererFrequencyBand> other) |
protected boolean |
PointScattererInformationCollection.checkForSameDefinition(DefinitionalObjectCollection<PointScattererInformation> other) |
Modifier and Type | Method and Description |
---|---|
DefinitionalObjectCollection<PhasedArrayElement> |
PhasedArrayGainPattern.getElementPattern()
Gets the list of
PhasedArrayElement instances which form the phased arrays element pattern. |
DefinitionalObjectCollection<IServiceProvider> |
LinkDirectionsProvider.getLinks()
Gets the list of links from which the directions are determined.
|
DefinitionalObjectCollection<StaticDirection> |
StaticDirectionsProvider.getStaticDirectionList()
Gets the list of
StaticDirection instances. |
Modifier and Type | Method and Description |
---|---|
DefinitionalObjectCollection<IntendedSignalStrategy> |
CompositeIntendedSignalStrategy.getIntendedSignalStrategies()
Gets the collection of
IntendedSignalStrategies which will be used to identify intended signals. |
Modifier and Type | Method and Description |
---|---|
DefinitionalObjectCollection<Scalar> |
ScalarSum.getScalarsToAdd()
Gets the list of scalars to add together.
|
DefinitionalObjectCollection<Scalar> |
ScalarProduct.getScalarsToMultiply()
Gets the list of scalars to multiply together.
|
DefinitionalObjectCollection<Vector> |
VectorSum.getVectorsToAdd()
Gets the list of vectors to sum together.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtensibleObjectCollection
A collection of instances that implement
ExtensibleObject . |
class |
ExtensionCollection
A collection of extensions to an
ExtensibleObject . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ExtensibleObjectCollection.checkForSameDefinition(DefinitionalObjectCollection<ExtensibleObject> other) |
protected boolean |
ExtensionCollection.checkForSameDefinition(DefinitionalObjectCollection<ObjectExtension> other) |
protected boolean |
DefinitionalObjectCollection.checkForSameDefinition(DefinitionalObjectCollection<T> other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
DefinitionalObjectCollection(DefinitionalObjectCollection<T> existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
DefinitionalObjectCollection(DefinitionalObjectCollection<T> existingInstance,
CopyContext context,
boolean copyContainedObjects)
Initializes a new instance as a copy of an existing instance.
|
Modifier and Type | Class and Description |
---|---|
class |
CommunicationAccessQueryCollection
A collection of
NavigationReceiverAccessQueries
used to determine navigation communications signal access across multiple
NavigationReceiverChannels . |
class |
GnssLinkBudgetScalarsCollection
A collection of
GnssLinkBudgetScalars . |
class |
GpsSignalGeneratorCollection
A collection of
GpsSignalGenerators . |
class |
NavigationReceiverChannelCollection
A collection of
NavigationReceiverChannels . |
class |
NavigationSignalCollection
A collection of
NavigationSignals . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
GnssLinkBudgetScalarsCollection.checkForSameDefinition(DefinitionalObjectCollection<GnssLinkBudgetScalars> other) |
protected boolean |
GpsSignalGeneratorCollection.checkForSameDefinition(DefinitionalObjectCollection<GpsSignalGenerator> other) |
protected boolean |
CommunicationAccessQueryCollection.checkForSameDefinition(DefinitionalObjectCollection<NavigationReceiverAccessQuery> other) |
protected boolean |
NavigationReceiverChannelCollection.checkForSameDefinition(DefinitionalObjectCollection<NavigationReceiverChannel> other) |
protected boolean |
NavigationSignalCollection.checkForSameDefinition(DefinitionalObjectCollection<NavigationSignal> other) |
Modifier and Type | Method and Description |
---|---|
DefinitionalObjectCollection<IPartialDifferentiable> |
PartialDerivativesSum.getPartialsToSum()
Gets the list of
IPartialDifferentiable to sum. |
Modifier and Type | Class and Description |
---|---|
class |
ChildPlatformCollection
A collection of child platforms.
|
class |
PlatformCollection
A collection of
Platform instances. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
PlatformCollection.checkForSameDefinition(DefinitionalObjectCollection<Platform> other) |
Modifier and Type | Method and Description |
---|---|
DefinitionalObjectCollection<Sgp4Elements> |
Sgp4Propagator.getElementSets()
Gets the set of elements from which to propagate.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityFilterCollection<TEntity extends IEntityIdentifier>
A collection of
EntityFilters . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
EntityFilterCollection.checkForSameDefinition(DefinitionalObjectCollection<EntityFilter<TEntity>> other) |