| 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.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 |
|---|---|
DimensionF |
MarkerBatchPrimitive.getSize()
Gets the per-batch size, which is applied to each marker in the batch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MarkerBatchPrimitive.setSize(DimensionF value)
Sets the per-batch size, which is applied to each marker in the batch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MarkerBatchPrimitiveOptionalParameters.setSizes(Iterable<DimensionF> sizes)
Defines a collection of sizes, one for each marker in the batch.
|
| Modifier and Type | Method and Description |
|---|---|
GraphicsParameter<DimensionF> |
MarkerGraphics.getSize()
Gets a parameter indicating the size of the marker over time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MarkerGraphics.setSize(GraphicsParameter<DimensionF> value)
Sets a parameter indicating the size of the marker over time.
|
| Modifier and Type | Method and Description |
|---|---|
DimensionF |
MarkerVisualizer.getSize()
|
| Modifier and Type | Method and Description |
|---|---|
void |
MarkerVisualizer.setSize(DimensionF value)
|