Package | Description |
---|---|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
Modifier and Type | Method and Description |
---|---|
static KmlNetworkLinkRefreshMode |
KmlNetworkLinkRefreshMode.getDefault()
Get the enum constant that is considered to be the default.
|
static KmlNetworkLinkRefreshMode |
KmlNetworkLinkRefreshMode.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
KmlNetworkLinkRefreshMode |
KmlNetworkLink.getRefreshMode()
Gets the refresh mode of the network link.
|
static KmlNetworkLinkRefreshMode |
KmlNetworkLinkRefreshMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KmlNetworkLinkRefreshMode[] |
KmlNetworkLinkRefreshMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
KmlNetworkLink.setRefreshMode(KmlNetworkLinkRefreshMode value)
Sets the refresh mode of the network link.
|