Sha256: b50b26bfe23a5348eb5d905ef77041e40f37b79c70574925ecd8f222b72a94ad

Contents?: true

Size: 1.93 KB

Versions: 4

Compression:

Stored size: 1.93 KB

Contents

o: ActiveSupport::Cache::Entry	:@compressedF:@expires_in0:@created_atf1380709795.789391:@value"S{I"
class:ETI"BundledAsset;FI"logical_path;TI"Scene/TileDiscardPolicy.js;TI"
pathname;TI"X/Users/bogumil/www/engines/cesium/app/assets/javascripts/Scene/TileDiscardPolicy.js;FI"content_type;TI"application/javascript;TI"
mtime;TI"2013-10-02T12:16:28+02:00;TI"length;TiaI"digest;TI"%c118e49e5a9f5ebdbd8a13a879409c4f;FI"source;TI"a/*global define*/

define(['Core/DeveloperError'], function(
        DeveloperError) {
    "use strict";

    /**
     * A policy for discarding tile images according to some criteria.  This type describes an
     * interface and is not intended to be instantiated directly.
     *
     * @alias TileDiscardPolicy
     * @constructor
     *
     * @see DiscardMissingTileImagePolicy
     * @see NeverTileDiscardPolicy
     */
    var TileDiscardPolicy = function(description) {
        throw new DeveloperError('This type should not be instantiated directly.');
    };

    /**
     * Determines if the discard policy is ready to process images.
     * @returns {Boolean} True if the discard policy is ready to process images; otherwise, false.
     */
    TileDiscardPolicy.prototype.isReady = function() {
        throw new DeveloperError('This type should not be instantiated directly.');
    };

    /**
     * Given a tile image, decide whether to discard that image.
     *
     * @param {Image|Promise} image An image, or a promise that will resolve to an image.
     *
     * @returns {Boolean} A promise that will resolve to true if the tile should be discarded.
     */
    TileDiscardPolicy.prototype.shouldDiscardImage = function(image) {
        throw new DeveloperError('This type should not be instantiated directly.');
    };

    return TileDiscardPolicy;
});
;TI"required_assets_digest;TI"%385d056bae07d3ae77ba98c3010810ab;FI"
_version;TI"%6776f581a4329e299531e1d52aa59832;F

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cesium-0.25.0 test/dummy/tmp/cache/assets/CEC/BE0/sprockets%2F9b8e73d6a8882ed9a65400500dbf9094
cesium-0.24.1 test/dummy/tmp/cache/assets/CEC/BE0/sprockets%2F9b8e73d6a8882ed9a65400500dbf9094
cesium-0.21.1 test/dummy/tmp/cache/assets/CEC/BE0/sprockets%2F9b8e73d6a8882ed9a65400500dbf9094
cesium-0.21 test/dummy/tmp/cache/assets/CEC/BE0/sprockets%2F9b8e73d6a8882ed9a65400500dbf9094