Package | Description |
---|---|
agi.foundation.cesium.advanced |
Contains less-often used types for generating CZML.
|
agi.foundation.compatibility | |
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
agi.foundation.graphics.advanced |
Provides less commonly instantiated graphics types for the camera, mouse options, primitive options, and others.
|
agi.foundation.infrastructure.threading |
Contains types used to perform and manage calculations among multiple threads of execution.
|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
agi.foundation.segmentpropagation |
Contains types for modeling a trajectory in segments, where the type of propagation varies for each segment.
|
agi.foundation.stoppingconditions |
Contains types for stopping propagation when various events occur.
|
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 |
SamplingErrorEventArgs
|
Modifier and Type | Class and Description |
---|---|
class |
EventHandler<TEventArgs extends EventArgs>
Represents a method that will handle an event.
|
static interface |
EventHandler.Function<TEventArgs extends EventArgs>
A functional interface for the containing delegate type.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncCompletedEventArgs
Provides data for asynchronous method completion event.
|
class |
CancelEventArgs
Provides data for a cancelable event.
|
class |
DoWorkEventArgs
Provides data for the DoWork event handler.
|
class |
ProgressChangedEventArgs
Provides data for the ProgressChanged event.
|
class |
RunWorkerCompletedEventArgs
Provides data for the RunWorkerCompleted event.
|
Modifier and Type | Field and Description |
---|---|
static EventArgs |
EventArgs.Empty
Represents an event with no event data.
|
Modifier and Type | Method and Description |
---|---|
static <TEventArgs extends EventArgs> |
EventHandler.combine(EventHandler<TEventArgs> a,
EventHandler<TEventArgs> b)
Combines two delegate instances, forming a new delegate that will invoke both
delegates when invoked.
|
static <TEventArgs extends EventArgs> |
EventHandler.of(EventHandler.Function<TEventArgs> f)
Create a delegate for the given interface.
|
static <TEventArgs extends EventArgs> |
EventHandler.of(EventHandler.Function<TEventArgs> f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static <TEventArgs extends EventArgs> |
EventHandler.of(EventHandler.Function<TEventArgs> f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static <TEventArgs extends EventArgs> |
EventHandler.remove(EventHandler<TEventArgs> source,
EventHandler<TEventArgs> value)
Removes one delegate from another, if it was previously combined.
|
Modifier and Type | Class and Description |
---|---|
class |
GlobeImageOverlayAddCompleteEventArgs
|
class |
KmlDocumentLoadedEventArgs
|
class |
RenderingEventArgs
The
EventArgs passed to the rendering event. |
class |
TerrainOverlayAddCompleteEventArgs
|
class |
TimeChangedEventArgs
The
EventArgs passed to the time changed event. |
Modifier and Type | Class and Description |
---|---|
class |
StartedEventArgs
The
EventArgs passed to the started event. |
Modifier and Type | Method and Description |
---|---|
void |
DragDropOptions.addDragDropHandled(EventHandler<EventArgs> value)
Adds a handler for an event that is raised when the data object associated with the corresponding drag event was handled by Insight3D.
|
void |
ForwardAnimation.addHasReset(EventHandler<EventArgs> value)
Adds a handler for an event that occurs if animation has reset.
|
void |
ForwardAnimation.addPaused(EventHandler<EventArgs> value)
Adds a handler for an event that occurs if animation has paused.
|
void |
ForwardAnimation.addStopped(EventHandler<EventArgs> value)
Adds a handler for an event that occurs if animation has stopped.
|
void |
MouseOptions.addZoomComplete(EventHandler<EventArgs> value)
|
void |
DragDropOptions.removeDragDropHandled(EventHandler<EventArgs> value)
Removes a handler for an event that is raised when the data object associated with the corresponding drag event was handled by Insight3D.
|
void |
ForwardAnimation.removeHasReset(EventHandler<EventArgs> value)
Removes a handler for an event that occurs if animation has reset.
|
void |
ForwardAnimation.removePaused(EventHandler<EventArgs> value)
Removes a handler for an event that occurs if animation has paused.
|
void |
ForwardAnimation.removeStopped(EventHandler<EventArgs> value)
Removes a handler for an event that occurs if animation has stopped.
|
void |
MouseOptions.removeZoomComplete(EventHandler<EventArgs> value)
|
Modifier and Type | Class and Description |
---|---|
class |
MessageEventArgs
|
class |
TransactedPropertyChangedEventArgs<T>
Contains information about a change to a
TransactedProperty . |
class |
TransactionCommittedEventArgs
|
Modifier and Type | Method and Description |
---|---|
void |
MessageQueue.addMessageQueueStarted(EventHandler<EventArgs> value)
Event that indicates
MessageQueue has started to receive messages. |
void |
MessageQueue.addMessageQueueStopped(EventHandler<EventArgs> value)
Event that indicates
MessageQueue has been stopped by a call to MessageQueue.terminate() . |
void |
MessageQueue.removeMessageQueueStarted(EventHandler<EventArgs> value)
Event that indicates
MessageQueue has started to receive messages. |
void |
MessageQueue.removeMessageQueueStopped(EventHandler<EventArgs> value)
Event that indicates
MessageQueue has been stopped by a call to MessageQueue.terminate() . |
Modifier and Type | Class and Description |
---|---|
class |
ExceptionDuringPropagationEventArgs
Provides information about the exception during propagation event conditions.
|
static class |
LambertOrbitSolver.FailedToConvergeEventArgs
|
class |
PropagationEventArgs
Provides information about the current propagation event conditions and provides a
means of indicating how the propagation should continue.
|
class |
SimpleAscentPropagatorWarnings
The arguments passed to any event handlers listening for propagation warnings that may be produced when using the
SimpleAscentPropagator . |
class |
StoppablePropagatorStepTakenArgs
|
Modifier and Type | Class and Description |
---|---|
class |
SegmentPropagationEventArgs
Provides information about the current
propagator's propagation. |
Modifier and Type | Class and Description |
---|---|
class |
StoppingConditionEventFoundEventArgs
The
EventArgs for when a StoppingConditionEvent has
been detected. |
Modifier and Type | Class and Description |
---|---|
class |
EntitySetChangedEventArgs<TEntity>
Holds information about changes to an
EntitySet . |