StkTerrainServer Constructor (String, String, Int32, TerrainCacheGroup, IWebProxy) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Terrain
    Assembly:
   AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic StkTerrainServer(
	string baseUri,
	string tilesetName,
	int zoomLevel,
	TerrainCacheGroup cacheGroup,
	IWebProxy proxy
)
Public Sub New ( 
	baseUri As String,
	tilesetName As String,
	zoomLevel As Integer,
	cacheGroup As TerrainCacheGroup,
	proxy As IWebProxy
)
public:
StkTerrainServer(
	String^ baseUri, 
	String^ tilesetName, 
	int zoomLevel, 
	TerrainCacheGroup^ cacheGroup, 
	IWebProxy^ proxy
)
new : 
        baseUri : string * 
        tilesetName : string * 
        zoomLevel : int * 
        cacheGroup : TerrainCacheGroup * 
        proxy : IWebProxy -> StkTerrainServerParameters
- baseUri
 - Type: SystemString
The uri of the terrain server. - tilesetName
 - Type: SystemString
The name of the tileset to use. - zoomLevel
 - Type: SystemInt32
The Tile Map Service zoom level to request tiles at. - 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
See Also