Click or drag to resize

SceneGlobeOverlaySettings Class

Settings used by GlobeOverlay objects. These settings only affect the scene.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Graphics.AdvancedSceneGlobeOverlaySettings

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 SceneGlobeOverlaySettings : IDisposable

The SceneGlobeOverlaySettings type exposes the following members.

Properties
  NameDescription
Public propertyAntiAliasImagery
Gets or sets a value indicating whether or not imagery is anti-aliased.
Public propertyImageryPixelError
Gets or sets the pixel error for imagery. This is the number of pixels that the rendered imagery is different from the actual imagery data. The default is 1.0 pixel.
Public propertyProjectedRasterModelProjection
Gets or sets whether ProjectedRasterGlobeOverlays will also project onto models.
Public propertyTerrainMeshPixelError
Gets or sets the pixel error for terrain meshes. This is the number of pixels that the rendered terrain is different from the actual terrain data. The default is 2.0 pixels.
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