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 |
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 |
---|---|
MarkerBatchUnit |
MarkerBatchPrimitive.getSizeUnit()
Gets the unit that each marker's size is defined in.
|
Modifier and Type | Method and Description |
---|---|
void |
MarkerBatchPrimitive.setSizeUnit(MarkerBatchUnit value)
Sets the unit that each marker's size is defined in.
|
Modifier and Type | Method and Description |
---|---|
static MarkerBatchUnit |
MarkerBatchUnit.getDefault()
Get the enum constant that is considered to be the default.
|
static MarkerBatchUnit |
MarkerBatchUnit.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static MarkerBatchUnit |
MarkerBatchUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarkerBatchUnit[] |
MarkerBatchUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GraphicsParameter<MarkerBatchUnit> |
MarkerGraphics.getSizeUnit()
Gets a parameter indicating the
MarkerBatchUnit of the marker over time. |
Modifier and Type | Method and Description |
---|---|
void |
MarkerGraphics.setSizeUnit(GraphicsParameter<MarkerBatchUnit> value)
Sets a parameter indicating the
MarkerBatchUnit of the marker over time. |
Modifier and Type | Method and Description |
---|---|
MarkerBatchUnit |
MarkerVisualizer.getSizeUnit()
Gets the size unit.
|
Modifier and Type | Method and Description |
---|---|
void |
MarkerVisualizer.setSizeUnit(MarkerBatchUnit value)
Sets the size unit.
|