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: 24.2.419.0 (24.2.419.0)
Syntax public StkTerrainServer(
string baseUri,
string tilesetName,
IWebProxy proxy
)
Public Sub New (
baseUri As String,
tilesetName As String,
proxy As IWebProxy
)
public:
StkTerrainServer(
String^ baseUri,
String^ tilesetName,
IWebProxy^ proxy
)
new :
baseUri : string *
tilesetName : string *
proxy : IWebProxy -> StkTerrainServer
Parameters
- baseUri
- Type: SystemString
The uri of the terrain server. - tilesetName
- Type: SystemString
The name of the tileset to use. - proxy
- Type: System.NetIWebProxy
The proxy to use when connecting. Optional, default is .
Exceptions See Also