Package | Description |
---|---|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
agi.foundation.platforms |
Contains types used in modeling various mechanical platforms such as satellites, facilities, aircraft, etc.
|
agi.foundation.platforms.advanced |
Defines less commonly used types in modeling various mechanical platforms such as Satellites, Facilities, Aircraft, etc.
|
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 | Method and Description |
---|---|
BaseCollection<PickResult> |
Scene.pick(int x,
int y)
Executes a pick at the given x, y and returns a depth sorted collection of
picked objects . |
BaseCollection<PickResult> |
Scene.pickRectangular(int left,
int bottom,
int right,
int top)
Executes a pick in the given rectangular region and returns a depth sorted collection of
picked objects . |
Modifier and Type | Method and Description |
---|---|
Iterable<IServiceProvider> |
ServiceProviderDisplay.pick(PickResult pickResult)
Returns a list of
IServiceProvider instances that were contained in the
provided PickResult |
Modifier and Type | Method and Description |
---|---|
Collection<IServiceProvider> |
VectorVisualizer.pick(PickResult pickResult)
Returns a list of
IServiceProvider instances that were contained in the
provided PickResult |
Collection<IServiceProvider> |
TextVisualizer.pick(PickResult pickResult)
Returns a list of
IServiceProvider instances that were contained in the
provided PickResult |
abstract Collection<IServiceProvider> |
ServiceProviderVisualizer.pick(PickResult pickResult)
Returns a list of
IServiceProvider instances that were contained in the
provided PickResult |
Collection<IServiceProvider> |
ReferenceFrameVisualizer.pick(PickResult pickResult)
Returns a list of
IServiceProvider instances that were contained in the
provided PickResult |
Collection<IServiceProvider> |
PointVisualizer.pick(PickResult pickResult)
Returns a list of
IServiceProvider instances that were contained in the
provided PickResult |
Collection<IServiceProvider> |
ModelVisualizer.pick(PickResult pickResult)
Returns a list of
IServiceProvider instances that were contained in the
provided PickResult |
Collection<IServiceProvider> |
MarkerVisualizer.pick(PickResult pickResult)
Returns a list of
IServiceProvider instances that were contained in the
provided PickResult |
Collection<IServiceProvider> |
LocationPointCovarianceVisualizer.pick(PickResult pickResult)
Returns a list of
IServiceProvider instances that were contained in the
provided PickResult |
Collection<IServiceProvider> |
LinkVisualizer.pick(PickResult pickResult)
Returns a list of
IServiceProvider instances that were contained in the
provided PickResult |
Collection<IServiceProvider> |
FieldOfViewCentralBodyProjectionVisualizer.pick(PickResult pickResult)
Returns a list of
IServiceProvider instances that were contained in the
provided PickResult |
Collection<IServiceProvider> |
CentralBodySurfaceRegionVisualizer.pick(PickResult pickResult)
Returns a list of
IServiceProvider instances that were contained in the
provided PickResult |
Collection<IServiceProvider> |
CentralBodySurfaceCurveVisualizer.pick(PickResult pickResult)
Returns a list of
IServiceProvider instances that were contained in the
provided PickResult |
Collection<IServiceProvider> |
AzimuthElevationMaskVisualizer.pick(PickResult pickResult)
Returns a list of
IServiceProvider instances that were contained in the
provided PickResult |
Modifier and Type | Method and Description |
---|---|
Iterable<TEntity> |
WaypointVisualizer.pick(PickResult pickResult)
Given a
PickResult , returns the entities that were picked. |
Iterable<TEntity> |
SensorFieldOfViewVisualizer.pick(PickResult pickResult)
Given a
PickResult , returns the entities that were picked. |
Iterable<TEntity> |
PointVisualizer.pick(PickResult pickResult)
Given a
PickResult , returns the entities that were picked. |
Iterable<TEntity> |
ModelVisualizer.pick(PickResult pickResult)
Given a
PickResult , returns the entities that were picked. |
Iterable<TEntity> |
MarkerVisualizer.pick(PickResult pickResult)
Given a
PickResult , returns the entities that were picked. |
Iterable<TEntity> |
LabelVisualizer.pick(PickResult pickResult)
Given a
PickResult , returns the entities that were picked. |
Iterable<TEntity> |
HistoryVisualizer.pick(PickResult pickResult)
Given a
PickResult , returns the entities that were picked. |
abstract Iterable<TEntity> |
EntityVisualizer.pick(PickResult pickResult)
Given a
PickResult , returns the entities that were picked. |
protected <TPrimitive extends Primitive> |
EntityVisualizer.pick(PickResult pickResult,
Iterable<TPrimitive> primitives)
Given a list of primitives and a
PickResult , returns
the primitives that were picked. |
protected Iterable<TEntity> |
EntityVisualizer.pick(PickResult pickResult,
Primitive primitive)
Given a
PickResult and Primitive ,
returns a list of entities that were picked. |