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 |
---|---|
Origin |
TextBatchPrimitiveOptionalParameters.getOrigin()
Gets the per-batch origin, which is applied to each string in the text batch.
|
Origin |
MarkerBatchPrimitive.getOrigin()
Gets the per-batch origin, which is applied to each marker in the batch.
|
Modifier and Type | Method and Description |
---|---|
void |
TextBatchPrimitiveOptionalParameters.setOrigin(Origin value)
Sets the per-batch origin, which is applied to each string in the text batch.
|
void |
MarkerBatchPrimitive.setOrigin(Origin value)
Sets the per-batch origin, which is applied to each marker in the batch.
|
Modifier and Type | Method and Description |
---|---|
void |
TextBatchPrimitiveOptionalParameters.setOrigins(Iterable<Origin> origins)
Defines a collection of origins, one for each string in the batch.
|
void |
MarkerBatchPrimitiveOptionalParameters.setOrigins(Iterable<Origin> origins)
Defines a collection of origins, one for each marker in the batch.
|
Modifier and Type | Method and Description |
---|---|
static Origin |
Origin.getDefault()
Get the enum constant that is considered to be the default.
|
static Origin |
Origin.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static Origin |
Origin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Origin[] |
Origin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GraphicsParameter<Origin> |
TextGraphics.getOrigin()
|
GraphicsParameter<Origin> |
MarkerGraphics.getOrigin()
Gets a parameter indicating the origin of the marker over time.
|
Modifier and Type | Method and Description |
---|---|
void |
TextGraphics.setOrigin(GraphicsParameter<Origin> value)
|
void |
MarkerGraphics.setOrigin(GraphicsParameter<Origin> value)
Sets a parameter indicating the origin of the marker over time.
|
Modifier and Type | Method and Description |
---|---|
Origin |
MarkerVisualizer.getOrigin()
Gets the origin of each marker.
|
Origin |
LabelVisualizer.getOrigin()
Gets the origin of each label.
|
Modifier and Type | Method and Description |
---|---|
void |
MarkerVisualizer.setOrigin(Origin value)
Sets the origin of each marker.
|
void |
LabelVisualizer.setOrigin(Origin value)
Sets the origin of each label.
|