Click or drag to resize

ICesiumUriResolver Interface

A URI resolver transforms URIs into another form for inclusion in a CZML document. For example, CachingCesiumUriResolver downloads files and converts them to data URIs, while PassThroughCesiumUriResolver leaves URIs unchanged.

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 interface ICesiumUriResolver

The ICesiumUriResolver type exposes the following members.

Methods
  NameDescription
Public methodResolveUri
Resolves a URI, producing a new URI for inclusion in a CZML document.
Top
See Also