| Package | Description |
|---|---|
| agi.foundation.access |
Contains types used in performing access calculations.
|
| agi.foundation.communications |
Contains types for representing electromagnetic signals and propagating them along communication links.
|
| agi.foundation.navigation |
Contains types useful in modeling navigation processes which utilize the Global Positioning System (GPS).
|
| agi.foundation.platforms |
Contains types used in modeling various mechanical platforms such as satellites, facilities, aircraft, etc.
|
| Modifier and Type | Method and Description |
|---|---|
AccessConstraintCollection |
IAccessConstraintsService.getConstraints()
Gets the collection of
AccessConstraints attached to the
given IServiceProvider. |
AccessConstraintCollection |
AccessComputation.getReceiverConstraints()
|
AccessConstraintCollection |
AccessComputation.getTransmitterConstraints()
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AccessConstraintCollection.checkForSameDefinition(AccessConstraintCollection other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
| Constructor and Description |
|---|
AccessConstraintCollection(AccessConstraintCollection existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
| Modifier and Type | Method and Description |
|---|---|
AccessConstraintCollection |
CommunicationLinkCollection.getDefaultAccessConstraints()
Gets the default access constraints list.
|
| Modifier and Type | Method and Description |
|---|---|
AccessConstraintCollection |
GpsReceiver.getReceiverConstraints()
Gets the collection of Access constraints to be applied to the receiver in
determining which navigation satellites are usable by it.
|
AccessConstraintCollection |
GpsReceiver.getSatelliteConstraints()
Gets the collection of Access constraints to be applied to the navigation satellites
in determining which ones are usable by the receiver.
|
| Modifier and Type | Method and Description |
|---|---|
AccessConstraintCollection |
AccessConstraintsExtension.getConstraints()
Gets the constraint collection.
|
| Constructor and Description |
|---|
AccessConstraintsExtension(AccessConstraintCollection constraints)
Initialize the extension with the given collection of constraints.
|