Click or drag to resize

CachingCesiumUriResolverAddUri Method

Add a URI to the cache for future calls to ResolveUri(String).

Namespace:  AGI.Foundation.Cesium.Advanced
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void AddUri(
	string sourceUri,
	string resolvedUri
)

Parameters

sourceUri
Type: SystemString
The source URI.
resolvedUri
Type: SystemString
The resolved URI.
See Also