Click or drag to resize

StkTerrainServerTerrainOverlay Class

A TerrainOverlay that loads terrain terrain data from an STK Terrain Server, or any server that provides the STK Terrain Server Public REST API. This can be a server on the internet, your local network, or your local machine.
Inheritance Hierarchy

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public sealed class StkTerrainServerTerrainOverlay : TerrainOverlay

The StkTerrainServerTerrainOverlay type exposes the following members.

Constructors
  NameDescription
Public methodStkTerrainServerTerrainOverlay()
Initializes a new instance with the default values, which will connect to an AGI server for terrain data.
Public methodStkTerrainServerTerrainOverlay(String, String)
Initializes a new instance with the provided values.
Top
Properties
  NameDescription
Public propertyAltitudeOffset
Gets or sets the value from which to offset the terrain height.
(Overrides TerrainOverlay.AltitudeOffset.)
Public propertyAltitudeScale
Gets or sets the value from which to scale the terrain height.
(Overrides TerrainOverlay.AltitudeScale.)
Public propertyCentralBody
Gets the CentralBody that the GlobeOverlay is displayed on. It will return null if the GlobeOverlay hasn't been added to a CentralBody.
(Overrides GlobeOverlay.CentralBody.)
Public propertyDisplayCondition
Gets or sets the DisplayCondition that controls whether or not the GlobeOverlay is displayed.
(Overrides GlobeOverlay.DisplayCondition.)
Public propertyExtent
Gets the CartographicExtent that represents the area covered by the GlobeOverlay.
(Overrides GlobeOverlay.Extent.)
Public propertyIsValid
Gets whether or not the overlay is valid. It can be invalid because of a missing file, corrupt file, unlicensed file, or a file on the incorrect CentralBody.
(Overrides GlobeOverlay.IsValid.)
Public propertyRole
Gets the GlobeOverlayRole of the GlobeOverlay.
(Overrides GlobeOverlay.Role.)
Public propertyTag
Gets or sets custom data associated with this globe overlay.
(Overrides GlobeOverlay.Tag.)
Public propertyUri
Gets the Uri specifying the location of the GlobeOverlay.
(Overrides GlobeOverlay.Uri.)
Top
Methods
  NameDescription
Public methodDispose() (Inherited from GlobeOverlay.)
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