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 KmlNetworkLinkViewRefreshMode |
KmlNetworkLinkViewRefreshMode.getDefault()
Get the enum constant that is considered to be the default.
|
static KmlNetworkLinkViewRefreshMode |
KmlNetworkLinkViewRefreshMode.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
KmlNetworkLinkViewRefreshMode |
KmlNetworkLink.getViewRefreshMode()
Gets the view refresh mode of the network link.
|
static KmlNetworkLinkViewRefreshMode |
KmlNetworkLinkViewRefreshMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KmlNetworkLinkViewRefreshMode[] |
KmlNetworkLinkViewRefreshMode.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.setViewRefreshMode(KmlNetworkLinkViewRefreshMode value)
Sets the view refresh mode of the network link.
|