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.
|
Modifier and Type | Method and Description |
---|---|
MarkerBatchSortOrder |
MarkerBatchPrimitive.getSortOrder()
Gets the order in which markers in the marker batch are sorted before rendering.
|
Constructor and Description |
---|
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 MarkerBatchSortOrder |
MarkerBatchSortOrder.getDefault()
Get the enum constant that is considered to be the default.
|
static MarkerBatchSortOrder |
MarkerBatchSortOrder.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static MarkerBatchSortOrder |
MarkerBatchSortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarkerBatchSortOrder[] |
MarkerBatchSortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|