TileDiscardPolicy

new Cesium.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.