ImageDataSet.RasterCacheCompression Property
Gets or sets a value that controls which method is used to compress the tiles in a raster cache.
Syntax
public RasterCacheCompression RasterCacheCompression { get; set; }
Property Value
Default: Auto
A value that controls which method is used to compress the tiles in a raster cache.
This property can only be modified before the dataset has been initialized. Attempting to modify it after initialization will cause an exception to be thrown.
Remarks
This property specifies how raster tiles are compressed when written to a raster cache, see RasterCachePolicy. It will affect the size of the raster cache, how long it takes to generate the cache, and possibly also the image quality of cached rasters. See RasterCacheCompression for a list of possible values.
The default value for this property will generate raster cache files in a format that can not be read by Carmenta Engine versions prior to 5.15. If you need to generate cache files that might be used by older clients, you must set this property to OptimizeSpeed.
Platforms
Windows, Linux, Android