Click or drag to resize

StkTerrainServer Constructor

Initializes a new instance with the default values, which will connect to an AGI server for terrain data. This provider will be a member of the default TerrainCacheGroup, the TilesetName will default to "world", and the provider will request tiles at the maximum zoom level.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public StkTerrainServer()
Remarks
Note that an internet connection is required to use this constructor successfully.
See Also