Click or drag to resize

StkTerrainServer Constructor (String, String)

Initializes a new instance as a member of the default TerrainCacheGroup, which will request tiles at the maximum available Tile Map Service 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(
	string baseUri,
	string tilesetName
)

Parameters

baseUri
Type: SystemString
The uri of the terrain server.
tilesetName
Type: SystemString
The name of the tileset to use.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when baseUri or tilesetName is .
See Also