Sha256: a9fe83a0cecc198c78aa90e27694b5c7aa8b17e6f8000f55913b0f60b4571aa2
Contents?: true
Size: 1.93 KB
Versions: 5
Compression:
Stored size: 1.93 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1361724136.907671:@value"M{I" class:EFI"BundledAsset;FI"logical_path;FI"Scene/TileDiscardPolicy.js;TI" pathname;FI"P/Users/bogumil/www/cesium/app/assets/javascripts/Scene/TileDiscardPolicy.js;TI"content_type;FI"application/javascript;FI" mtime;FI"2013-02-24T17:09:01+01:00;FI"length;FirI"digest;F"%225f27eadcba9c3c21762bf509363ba9I"source;FI"r/*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; }); ;FI"required_assets_digest;F"%53caea47dd8f5336bda52ca4bf020ed3I" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
5 entries across 5 versions & 1 rubygems