StkTerrainServer Constructor | 
| Name | Description | |
|---|---|---|
| StkTerrainServer | 
            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.
              | |
| StkTerrainServer(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.
              | |
| StkTerrainServer(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.
              | |
| StkTerrainServer(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.
              | |
| StkTerrainServer(String, String, TerrainCacheGroup) | 
            Initializes a new instance which will request tiles at the maximum available zoom level.
              | |
| StkTerrainServer(String, String, Int32) | 
            Initializes a new instance as a member of the default TerrainCacheGroup.
              | |
| StkTerrainServer(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.
              | |
| StkTerrainServer(String, String, TerrainCacheGroup, IWebProxy) | 
            Initializes a new instance which will request tiles at the maximum available zoom level.
              | |
| StkTerrainServer(String, String, Int32, TerrainCacheGroup) | 
            Initializes a new instance.
              | |
| StkTerrainServer(String, String, Int32, IWebProxy) | 
            Initializes a new instance as a member of the default TerrainCacheGroup.
              | |
| StkTerrainServer(String, String, Int32, TerrainCacheGroup, IWebProxy) | 
            Initializes a new instance.
              |