StkTerrainServer Constructor (IWebProxy) |
Initializes a new instance, which will connect to an AGI server for terrain data.
This provider will be a member of the default
TerrainCacheGroup,
the
TilesetName will default to "world",
and the provider will request tiles at the maximum zoom level.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic StkTerrainServer(
IWebProxy proxy
)
Public Sub New (
proxy As IWebProxy
)
public:
StkTerrainServer(
IWebProxy^ proxy
)
new :
proxy : IWebProxy -> StkTerrainServer
Parameters
- proxy
- Type: System.Net.IWebProxy
The proxy to use when connecting. Optional, default is null.
Remarks
Note that an internet connection is required to use this constructor successfully.
See Also