Click or drag to resize

CachingCesiumUriResolverContainsUri Method

Checks whether the cache already contains a resolved URI for the given URI.

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 bool ContainsUri(
	string sourceUri
)

Parameters

sourceUri
Type: SystemString
The source URI.

Return Value

Type: Boolean
True if the cache already has a resolved URI for that URI, false otherwise.
See Also