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.