Package | Description |
---|---|
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 |
---|---|
static GlobeOverlayRole |
GlobeOverlayRole.getDefault()
Get the enum constant that is considered to be the default.
|
static GlobeOverlayRole |
GlobeOverlayRole.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
GlobeOverlayRole |
StkTerrainServerTerrainOverlay.getRole() |
GlobeOverlayRole |
GlobeOverlay.getRole()
Gets the
GlobeOverlayRole of the GlobeOverlay . |
GlobeOverlayRole |
GeospatialImageGlobeOverlay.getRole() |
GlobeOverlayRole |
AGIRoamImageGlobeOverlay.getRole() |
GlobeOverlayRole |
AGIProcessedTerrainOverlay.getRole() |
GlobeOverlayRole |
AGIProcessedImageGlobeOverlay.getRole() |
static GlobeOverlayRole |
GlobeOverlayRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobeOverlayRole[] |
GlobeOverlayRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|