Click or drag to resize

GlobeOverlaySettings Class

Settings used by GlobeOverlay objects. These setting affect all scenes.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Graphics.AdvancedGlobeOverlaySettings

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class GlobeOverlaySettings : IDisposable

The GlobeOverlaySettings type exposes the following members.

Properties
  NameDescription
Public propertyImageryCacheSize
Gets or sets the size of the imagery cache in megabytes.
Public propertyPreloadTerrainAndImagery
Gets or sets whether terrain and imagery are preloaded. When set to true, terrain and imagery are preloaded to get the best visual quality; when set to false, they are not preloaded. For example, the correct resolution globe may not fully load until you stop moving the cursor, but you will be able to move more smoothly around the 3D graphics window.
Public propertyTerrainCacheSize
Gets or sets the size of the terrain cache in megabytes.
Top
Methods
  NameDescription
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also