| 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.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 | 
|---|---|
MarkerBatchSizeSource | 
MarkerBatchPrimitive.getSizeSource()
Gets the source used for the size of markers in the batch. 
 | 
| Constructor and Description | 
|---|
MarkerBatchPrimitive(MarkerBatchSizeSource sizeSource)
Initializes a marker batch primitive with the specified  
sizeSource. | 
MarkerBatchPrimitive(MarkerBatchSizeSource sizeSource,
                    MarkerBatchSortOrder sortOrder)
Initializes a marker batch primitive with the specified  
sizeSource
and sortOrder. | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MarkerBatchSizeSource | 
MarkerBatchSizeSource.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static MarkerBatchSizeSource | 
MarkerBatchSizeSource.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static MarkerBatchSizeSource | 
MarkerBatchSizeSource.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static MarkerBatchSizeSource[] | 
MarkerBatchSizeSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MarkerBatchSizeSource | 
MarkerVisualizer.getSizeSource()
Gets the size source. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MarkerVisualizer.setSizeSource(MarkerBatchSizeSource value)
Sets the size source. 
 |