GeospatialContentServerTerrain Constructor (String, IAuthorizationProvider, TerrainCacheGroup) |
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
)
Public Sub New (
assetUrl As String,
authorizationProvider As IAuthorizationProvider,
cacheGroup As TerrainCacheGroup
)
public:
GeospatialContentServerTerrain(
String^ assetUrl,
IAuthorizationProvider^ authorizationProvider,
TerrainCacheGroup^ cacheGroup
)
new :
assetUrl : string *
authorizationProvider : IAuthorizationProvider *
cacheGroup : TerrainCacheGroup -> 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.
See Also