| Package | Description |
|---|---|
| agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
| 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 |
|---|---|
static SetHint |
SetHint.getDefault()
Get the enum constant that is considered to be the default.
|
static SetHint |
SetHint.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
SetHint |
TriangleMeshPrimitive.getSetHint()
Gets the primitive's
SetHint. |
SetHint |
TextBatchPrimitive.getSetHint()
Gets the primitive's
SetHint. |
SetHint |
SurfaceMeshPrimitive.getSetHint()
Gets the primitive's
SetHint. |
SetHint |
SolidPrimitive.getSetHint()
Gets the primitive's
SetHint. |
SetHint |
PolylinePrimitive.getSetHint()
Gets the primitive's
SetHint. |
SetHint |
PointBatchPrimitive.getSetHint()
Gets the primitive's
SetHint. |
SetHint |
MarkerBatchPrimitive.getSetHint()
Gets the primitive's
SetHint. |
static SetHint |
SetHint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetHint[] |
SetHint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MarkerBatchPrimitive(MarkerBatchSizeSource sizeSource,
MarkerBatchSortOrder sortOrder,
SetHint setHint)
Initializes a marker batch primitive with the specified
sizeSource,
sortOrder, and setHint. |
MarkerBatchPrimitive(MarkerBatchSizeSource sizeSource,
MarkerBatchSortOrder sortOrder,
SetHint setHint,
MarkerBatchRenderingMethod renderingMethod)
Initializes a marker batch primitive with the specified arguments.
|
MarkerBatchPrimitive(SetHint setHint)
Initializes a marker batch primitive with the specified
setHint. |
PointBatchPrimitive(SetHint setHint)
Initializes a new instance of a point batch primitive with the specified
SetHint. |
PolylinePrimitive(PolylineType polylineType,
SetHint setHint)
Initializes a new instance of a polyline primitive with the specified
polylineType and setHint. |
PolylinePrimitive(PositionInterpolator interpolator,
SetHint setHint)
Initializes a polyline primitive with the specified
interpolator
and setHint. |
PolylinePrimitive(SetHint setHint)
Initializes a new instance of a polyline primitive with the specified
SetHint. |
SolidPrimitive(SetHint setHint)
Initializes a solid primitive with the specified
setHint. |
SurfaceMeshPrimitive(SetHint setHint)
Initializes a surface mesh primitive with the specified
setHint. |
SurfaceMeshPrimitive(SetHint setHint,
SurfaceMeshRenderingMethod renderingMethod)
Initializes a surface mesh primitive with the specified
setHint
and renderingMethod. |
TextBatchPrimitive(GraphicsFont font,
SetHint setHint)
Initializes a marker batch primitive with the specified
font
and setHint. |
TextBatchPrimitive(GraphicsFont font,
SetHint setHint,
boolean renderInScreenSpace)
Initializes a text batch primitive with the specified
font
and setHint, optimized for 2d screen space rendering. |
TriangleMeshPrimitive(SetHint setHint)
Initializes a triangle mesh primitive with the specified
setHint . |
| Modifier and Type | Method and Description |
|---|---|
SetHint |
WaypointVisualizer.getSetHint()
Gets the
SetHint (get) of the underlying primitive. |
SetHint |
PointVisualizer.getSetHint()
Gets the
SetHint (get) of the underlying primitive. |
SetHint |
MarkerVisualizer.getSetHint()
Gets the
SetHint (get) of the underlying primitive. |
SetHint |
LabelVisualizer.getSetHint()
Gets the
SetHint (get) of the underlying primitive. |
SetHint |
HistoryVisualizer.getSetHint()
Gets the
SetHint (get) of the underlying primitive. |
| Constructor and Description |
|---|
HistoryVisualizer(TypeLiteral<TEntity> typeLiteralTEntity,
EntitySet<TEntity> entities,
HistoryGenerator<TEntity> historyGenerator,
SetHint setHint)
|
LabelVisualizer(TypeLiteral<TEntity> typeLiteralTEntity,
EntitySet<TEntity> entities,
LabelCallback<TEntity> callback,
SetHint setHint)
|
MarkerVisualizer(TypeLiteral<TEntity> typeLiteralTEntity,
EntitySet<TEntity> entities,
MarkerCallback<TEntity> callback,
SetHint setHint)
|
PointVisualizer(TypeLiteral<TEntity> typeLiteralTEntity,
EntitySet<TEntity> entities,
SetHint setHint)
|
WaypointVisualizer(TypeLiteral<TEntity> typeLiteralTEntity,
EntitySet<TEntity> entities,
HistoryGenerator<TEntity> historyGenerator,
SetHint setHint)
|