Click or drag to resize

StkTerrainServer Constructor

Overload List
  NameDescription
Public methodStkTerrainServer
Initializes a new instance with the default values, 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.
Public methodStkTerrainServer(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.
Public methodStkTerrainServer(IWebProxy, TerrainCacheGroup)
Initializes a new instance, which will connect to an AGI server for terrain data. The TilesetName will default to "world", and the provider will request tiles at the maximum zoom level.
Public methodStkTerrainServer(String, String)
Initializes a new instance as a member of the default TerrainCacheGroup, which will request tiles at the maximum available Tile Map Service zoom level.
Public methodStkTerrainServer(String, String, TerrainCacheGroup)
Initializes a new instance which will request tiles at the maximum available zoom level.
Public methodStkTerrainServer(String, String, Int32)
Initializes a new instance as a member of the default TerrainCacheGroup.
Public methodStkTerrainServer(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.
Public methodStkTerrainServer(String, String, TerrainCacheGroup, IWebProxy)
Initializes a new instance which will request tiles at the maximum available zoom level.
Public methodStkTerrainServer(String, String, Int32, TerrainCacheGroup)
Initializes a new instance.
Public methodStkTerrainServer(String, String, Int32, IWebProxy)
Initializes a new instance as a member of the default TerrainCacheGroup.
Public methodStkTerrainServer(String, String, Int32, TerrainCacheGroup, IWebProxy)
Initializes a new instance.
Top
See Also