| 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 | Class and Description | 
|---|---|
class  | 
BingMapsForEnterpriseImageGlobeOverlay
A  
CustomImageGlobeOverlay that uses data from a Bing Maps For Enterprise server. | 
class  | 
GlobeImageOverlay
A  
GlobeOverlay that shows an image. | 
class  | 
OpenStreetMapImageGlobeOverlay
A  
CustomImageGlobeOverlay that uses data from an OpenStreetMap server. | 
class  | 
TerrainOverlay
A  
GlobeOverlay which shows terrain. | 
| Modifier and Type | Method and Description | 
|---|---|
GlobeOverlay | 
DistanceToGlobeOverlayDisplayCondition.getGlobeOverlay()
Gets the globe overlay associated with this instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DistanceToGlobeOverlayDisplayCondition.setGlobeOverlay(GlobeOverlay value)
Sets the globe overlay associated with this instance. 
 | 
| Constructor and Description | 
|---|
DistanceToGlobeOverlayDisplayCondition(GlobeOverlay globeOverlay,
                                      double minimumDistance,
                                      double maximumDistance)
Initializes a distance display condition with the  
GlobeOverlay and the inclusive distance interval
[minimumDistance, maximumDistance]. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AGIProcessedImageGlobeOverlay
A  
GlobeImageOverlay for handling AGI Processed Image (PDTTX) files. | 
class  | 
AGIProcessedTerrainOverlay
A  
TerrainOverlay for handling AGI Processed Terrain (PDTT) files. | 
class  | 
AGIRoamImageGlobeOverlay
A  
GlobeImageOverlay for handling ROAM (TXM/TXB) files. | 
class  | 
CustomImageGlobeOverlay
A  
GlobeImageOverlay that allows for a user defined image to be specified. | 
class  | 
GeospatialImageGlobeOverlay
A  
GlobeImageOverlay for handling JPEG 2000
(.jp2), ECW (.ecw), ECWP, and MrSid (.sid) image formats in the WGS84 geographic projection. | 
class  | 
StkTerrainServerTerrainOverlay
A  
TerrainOverlay that loads terrain terrain data from an STK Terrain Server, or any server that provides the
STK Terrain Server Public REST API. |