Click or drag to resize

GeospatialContentServerTerrain Constructor (String, IAuthorizationProvider, TerrainCacheGroup)

Initializes a new instance.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public GeospatialContentServerTerrain(
	string assetUrl,
	IAuthorizationProvider authorizationProvider,
	TerrainCacheGroup cacheGroup
)

Parameters

assetUrl
Type: System.String
The Asset URL of the terrain.
authorizationProvider
Type: AGI.Foundation.Infrastructure.IAuthorizationProvider
A provider for the authorization token required to access the asset in GCS.
cacheGroup
Type: AGI.Foundation.Terrain.TerrainCacheGroup
The cache group of which this provider is a member.
See Also