A pyramid of 2D images - sometimes terabytes or more in size - that can be draped over a Cesium3DTile...
@ CesiumIon
A Cesium ion asset endpoint.
@ Unknown
An unknown load error.
CesiumRasterOverlayLoadType
The type of CesiumRasterOverlay load that encountered an error.
@ TileProvider
An initial load needed to create the overlay's tile provider.
Holds details of a CesiumRasterOverlay load failure.
long httpStatusCode
The HTTP status code of the response that led to the failure.
CesiumRasterOverlayLoadFailureDetails(CesiumRasterOverlay overlay, CesiumRasterOverlayLoadType type, long httpStatusCode, string message)
CesiumRasterOverlay overlay
The overlay that encountered the load failure.
CesiumRasterOverlayLoadType type
The type of request that failed to load.
string message
A human-readable explanation of what failed.