GeospatialContentServerTerrain Constructor (String, IAuthorizationProvider, TerrainCacheGroup, IWebProxy) |
Initializes a new instance.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public GeospatialContentServerTerrain(
string assetUrl,
IAuthorizationProvider authorizationProvider,
TerrainCacheGroup cacheGroup,
IWebProxy proxy
)
Public Sub New (
assetUrl As String,
authorizationProvider As IAuthorizationProvider,
cacheGroup As TerrainCacheGroup,
proxy As IWebProxy
)
public:
GeospatialContentServerTerrain(
String^ assetUrl,
IAuthorizationProvider^ authorizationProvider,
TerrainCacheGroup^ cacheGroup,
IWebProxy^ proxy
)
new :
assetUrl : string *
authorizationProvider : IAuthorizationProvider *
cacheGroup : TerrainCacheGroup *
proxy : IWebProxy -> GeospatialContentServerTerrain
Parameters
- assetUrl
- Type: SystemString
The Asset URL of the terrain. - authorizationProvider
- Type: AGI.Foundation.InfrastructureIAuthorizationProvider
A provider for the authorization token required to access the asset in GCS. - 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