NeverTileDiscardPolicy

new Cesium.NeverTileDiscardPolicy()

一个 TileDiscardPolicy 指定绝不应丢弃图块图像。
See:

Methods

确定丢弃策略是否已准备好处理映像。
Returns:
如果丢弃策略已准备好处理图像,则为 True;否则为 false。

shouldDiscardImage(image)boolean

给定一个平铺图像,决定是否丢弃该图像。
Name Type Description
image HTMLImageElement 要测试的图像。
Returns:
如果应该丢弃图像,则为 True;否则为 false。
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.