Click or drag to resize

StkTerrainServer Constructor (String, String, IWebProxy)

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: 25.1.421.0 (25.1.421.0)
Syntax
public StkTerrainServer(
	string baseUri,
	string tilesetName,
	IWebProxy proxy
)

Parameters

baseUri
Type: System.String
The uri of the terrain server.
tilesetName
Type: System.String
The name of the tileset to use.
proxy
Type: System.Net.IWebProxy
The proxy to use when connecting. Optional, default is null.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when baseUri or tilesetName is null.
See Also