Package | Description |
---|---|
agi.foundation |
Contains commonly used types.
|
agi.foundation.cesium |
Contains types used for defining graphical properties of definitional objects to be written out as CZML.
|
agi.foundation.communications |
Contains types for representing electromagnetic signals and propagating them along communication links.
|
agi.foundation.navigation.advanced |
Contains types used in GPS communications modeling.
|
agi.foundation.platforms |
Contains types used in modeling various mechanical platforms such as satellites, facilities, aircraft, etc.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ServiceProviderCollection.checkForSameDefinition(ServiceProviderCollection other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
ServiceProviderCollection(ServiceProviderCollection existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
Modifier and Type | Method and Description |
---|---|
ServiceProviderCollection |
CzmlDocument.getObjectsToWrite()
Gets the collection of instances to be written to CZML.
|
Modifier and Type | Method and Description |
---|---|
ServiceProviderCollection |
CommunicationSystem.getReceiveFromAll()
Gets the collection of receiving service providers that will receive signals from all other transmitters in the system.
|
ServiceProviderCollection |
CommunicationSystem.getTransmitToAll()
Gets the collection of transmitting service providers that will broadcast to all receivers in the system.
|
Modifier and Type | Method and Description |
---|---|
ServiceProviderCollection |
GpsCommunicationsFrontEnd.getInterferingSources()
Gets the list of interfering sources for this
GpsCommunicationsFrontEnd . |
Modifier and Type | Method and Description |
---|---|
ServiceProviderCollection |
ServiceProviderDisplay.getServiceProviders()
Gets the collection of
IServiceProvider objects to be visualized. |