Click or drag to resize

StkTerrainServer Constructor (String, String, TerrainCacheGroup, IWebProxy)

Initializes a new instance which will request tiles at the maximum available 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,
	TerrainCacheGroup cacheGroup,
	IWebProxy proxy
)

Parameters

baseUri
Type: SystemString
The uri of the terrain server.
tilesetName
Type: SystemString
The name of the tileset to use.
cacheGroup
Type: AGI.Foundation.TerrainTerrainCacheGroup
The cache group of which this provider is a member.
proxy
Type: System.NetIWebProxy
The proxy to use when connecting. Optional, default is .
Exceptions
ExceptionCondition
ArgumentNullException Thrown when baseUri, tilesetName, or cacheGroup is .
See Also