Click or drag to resize

GeospatialContentServerTerrain Constructor (String, IAuthorizationProvider, Int32)

Initializes a new instance.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public GeospatialContentServerTerrain(
	string assetUrl,
	IAuthorizationProvider authorizationProvider,
	int zoomLevel
)

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.
zoomLevel
Type: SystemInt32
The Tile Map Service zoom level to request tiles at.
See Also