Click or drag to resize

CachingCesiumUriResolver.AddUri 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.3.420.0 (24.3.420.0)
Syntax
public void AddUri(
	string sourceUri,
	string resolvedUri
)

Parameters

sourceUri
Type: System.String
The source URI.
resolvedUri
Type: System.String
The resolved URI.
See Also