| 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 BingMapsStyle | 
BingMapsStyle.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static BingMapsStyle | 
BingMapsStyle.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
BingMapsStyle | 
BingMapsForEnterpriseImageGlobeOverlay.getMapStyle()
Gets the map style. 
 | 
static BingMapsStyle | 
BingMapsStyle.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static BingMapsStyle[] | 
BingMapsStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
BingMapsForEnterpriseImageGlobeOverlay(BingMapsStyle mapStyle)
Initializes a new instance with the provided values. 
 | 
BingMapsForEnterpriseImageGlobeOverlay(BingMapsStyle mapStyle,
                                      CartographicExtent extent)
Initializes a new instance with the provided values. 
 | 
BingMapsForEnterpriseImageGlobeOverlay(BingMapsStyle mapStyle,
                                      CartographicExtent extent,
                                      Proxy proxy)
Initializes a new instance with the provided values. 
 | 
BingMapsForEnterpriseImageGlobeOverlay(BingMapsStyle mapStyle,
                                      CartographicExtent extent,
                                      String applicationKey)
Initializes a new instance with the provided values. 
 | 
BingMapsForEnterpriseImageGlobeOverlay(BingMapsStyle mapStyle,
                                      CartographicExtent extent,
                                      String applicationKey,
                                      Proxy proxy)
Initializes a new instance with the provided values. 
 | 
BingMapsForEnterpriseImageGlobeOverlay(BingMapsStyle mapStyle,
                                      Proxy proxy)
Initializes a new instance with the provided values. 
 | 
BingMapsForEnterpriseImageGlobeOverlay(BingMapsStyle mapStyle,
                                      String applicationKey)
Initializes a new instance with the provided values. 
 | 
BingMapsForEnterpriseImageGlobeOverlay(BingMapsStyle mapStyle,
                                      String applicationKey,
                                      Proxy proxy)
Initializes a new instance with the provided values. 
 | 
BingMapsForEnterpriseImageGlobeOverlay(String server,
                                      BingMapsStyle mapStyle)
Initializes a new instance with the provided values. 
 | 
BingMapsForEnterpriseImageGlobeOverlay(String server,
                                      BingMapsStyle mapStyle,
                                      CartographicExtent extent)
Initializes a new instance with the provided values. 
 | 
BingMapsForEnterpriseImageGlobeOverlay(String server,
                                      BingMapsStyle mapStyle,
                                      CartographicExtent extent,
                                      Proxy proxy)
Initializes a new instance with the provided values. 
 | 
BingMapsForEnterpriseImageGlobeOverlay(String server,
                                      BingMapsStyle mapStyle,
                                      CartographicExtent extent,
                                      String applicationKey)
Initializes a new instance with the provided values. 
 | 
BingMapsForEnterpriseImageGlobeOverlay(String server,
                                      BingMapsStyle mapStyle,
                                      CartographicExtent extent,
                                      String applicationKey,
                                      Proxy proxy)
Initializes a new instance with the provided values. 
 | 
BingMapsForEnterpriseImageGlobeOverlay(String server,
                                      BingMapsStyle mapStyle,
                                      Proxy proxy)
Initializes a new instance with the provided values. 
 |