Click or drag to resize

GeospatialContentServerTerrain Constructor (String, IAuthorizationProvider, Int32, IWebProxy)

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,
	IWebProxy proxy
)

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.
proxy
Type: System.NetIWebProxy
The proxy to use when connecting. Optional, default is .
Exceptions
ExceptionCondition
ArgumentNullException Thrown when assetUrl or authorizationProvider is .
See Also