Package | Description |
---|---|
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.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 | Class and Description |
---|---|
class |
AltitudeDisplayCondition
Defines an inclusive altitude interval, in meters, that determines when an
object is rendered
based on the camera's altitude relative to a
CentralBody . |
class |
CompositeDisplayCondition
A composite of display conditions combined using a
BinaryLogicOperation . |
class |
ConstantDisplayCondition
A display condition that evaluates to a user-defined value.
|
class |
DistanceDisplayCondition
|
class |
DistanceToGlobeOverlayDisplayCondition
|
class |
DistanceToPositionDisplayCondition
Defines an inclusive distance interval, in meters, that determines when an
object, such as a
primitive,
is rendered
based on the distance, in meters, from the camera to a position defined in the
given
ReferenceFrame . |
class |
DistanceToPrimitiveDisplayCondition
Defines an inclusive distance interval, in meters, that determines when an
object, such as a
screen overlay,
is rendered
based on the distance, in meters, from the camera to the
Primitive . |
class |
PixelSizeDisplayCondition
|
class |
SceneDisplayCondition
|
class |
TimeIntervalDisplayCondition
|
Modifier and Type | Method and Description |
---|---|
DisplayCondition |
CompositeDisplayCondition.get(int index)
Returns the condition at the given zero-based index.
|
DisplayCondition |
Primitive.getDisplayCondition()
Gets the display condition that determines if the primitive should be
rendered.
|
DisplayCondition |
Overlay.getDisplayCondition()
Gets the display condition that determines if the overlay should be
rendered.
|
DisplayCondition |
OrderedCompositePrimitive.getDisplayCondition()
Gets the composite's display condition.
|
DisplayCondition |
CompositePrimitive.getDisplayCondition()
Gets the composite's display condition.
|
Modifier and Type | Method and Description |
---|---|
Iterator<DisplayCondition> |
CompositeDisplayCondition.iterator()
Returns an enumerator that iterates through the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeDisplayCondition.add(DisplayCondition displayCondition)
Adds a display condition to the end of the composite.
|
void |
CompositeDisplayCondition.add(DisplayCondition displayCondition,
boolean negate)
Adds a display condition to the end of the composite.
|
boolean |
CompositeDisplayCondition.getNegate(DisplayCondition displayCondition)
Determines if a logical
not operation is applied to a display condition
in the composite. |
void |
CompositeDisplayCondition.insert(int index,
DisplayCondition displayCondition)
Inserts a display condition at the given zero-based
index ,
shifting existing display conditions. |
void |
CompositeDisplayCondition.insert(int index,
DisplayCondition displayCondition,
boolean negate)
Inserts a display condition at the given zero-based
index ,
shifting existing display conditions. |
void |
CompositeDisplayCondition.remove(DisplayCondition displayCondition)
Removes a display condition from the composite.
|
void |
VectorPrimitive.setDisplayCondition(DisplayCondition value) |
void |
Primitive.setDisplayCondition(DisplayCondition value)
Sets the display condition that determines if the primitive should be
rendered.
|
void |
Overlay.setDisplayCondition(DisplayCondition value)
Sets the display condition that determines if the overlay should be
rendered.
|
void |
OrderedCompositePrimitive.setDisplayCondition(DisplayCondition value)
Sets the composite's display condition.
|
void |
CompositePrimitive.setDisplayCondition(DisplayCondition value)
Sets the composite's display condition.
|
void |
AxesPrimitive.setDisplayCondition(DisplayCondition value) |
void |
CompositeDisplayCondition.setNegate(DisplayCondition displayCondition,
boolean negate)
Sets if a logical
not operation is applied to a display condition
in the composite when the composite is evaluated. |
Modifier and Type | Method and Description |
---|---|
DisplayCondition |
StkTerrainServerTerrainOverlay.getDisplayCondition() |
DisplayCondition |
GlobeOverlay.getDisplayCondition()
Gets the
DisplayCondition that controls whether or not the GlobeOverlay is displayed. |
DisplayCondition |
GeospatialImageGlobeOverlay.getDisplayCondition() |
DisplayCondition |
AGIRoamImageGlobeOverlay.getDisplayCondition() |
DisplayCondition |
AGIProcessedTerrainOverlay.getDisplayCondition() |
DisplayCondition |
AGIProcessedImageGlobeOverlay.getDisplayCondition() |
Modifier and Type | Method and Description |
---|---|
void |
StkTerrainServerTerrainOverlay.setDisplayCondition(DisplayCondition value) |
void |
GlobeOverlay.setDisplayCondition(DisplayCondition value)
Sets the
DisplayCondition that controls whether or not the GlobeOverlay is displayed. |
void |
GeospatialImageGlobeOverlay.setDisplayCondition(DisplayCondition value) |
void |
AGIRoamImageGlobeOverlay.setDisplayCondition(DisplayCondition value) |
void |
AGIProcessedTerrainOverlay.setDisplayCondition(DisplayCondition value) |
void |
AGIProcessedImageGlobeOverlay.setDisplayCondition(DisplayCondition value) |
Modifier and Type | Method and Description |
---|---|
DisplayCondition |
DisplayParametersHelper.getDisplayCondition()
Gets the generated display condition.
|
Modifier and Type | Method and Description |
---|---|
DisplayCondition |
WaypointVisualizer.getDisplayCondition() |
DisplayCondition |
SensorFieldOfViewVisualizer.getDisplayCondition()
Gets the
DisplayCondition . |
DisplayCondition |
PointVisualizer.getDisplayCondition() |
DisplayCondition |
ModelVisualizer.getDisplayCondition() |
DisplayCondition |
MarkerVisualizer.getDisplayCondition() |
DisplayCondition |
LabelVisualizer.getDisplayCondition() |
DisplayCondition |
HistoryVisualizer.getDisplayCondition() |
abstract DisplayCondition |
EntityVisualizer.getDisplayCondition()
Gets the
DisplayCondition . |
Modifier and Type | Method and Description |
---|---|
void |
WaypointVisualizer.setDisplayCondition(DisplayCondition value) |
void |
SensorFieldOfViewVisualizer.setDisplayCondition(DisplayCondition value)
Sets the
DisplayCondition . |
void |
PointVisualizer.setDisplayCondition(DisplayCondition value) |
void |
ModelVisualizer.setDisplayCondition(DisplayCondition value) |
void |
MarkerVisualizer.setDisplayCondition(DisplayCondition value) |
void |
LabelVisualizer.setDisplayCondition(DisplayCondition value) |
void |
HistoryVisualizer.setDisplayCondition(DisplayCondition value) |
abstract void |
EntityVisualizer.setDisplayCondition(DisplayCondition value)
Sets the
DisplayCondition . |