public interface ICesiumUriResolver
CachingCesiumUriResolver downloads files and converts them to data URIs,
 while PassThroughCesiumUriResolver leaves URIs unchanged.| Modifier and Type | Method and Description | 
|---|---|
String | 
resolveUri(String uri)
Resolves a URI, producing a new URI for inclusion in a CZML document. 
 |