RasterCachePolicy Enumeration
Specifies the type of raster cache a raster dataset uses.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CECore assembly)
Syntax
public enum RasterCachePolicyValues
| Value name | Value | Description |
|---|---|---|
| None | 0 | No raster cache is used. |
| Overviews | 1 | The dataset generates a raster cache with overviews, for efficient reading of data at low resolutions. |
| Full | 2 | The dataset generates a raster cache with both overviews and the original data included. |
Remarks
See for instance ImageDataSet.RasterCachePolicy for a description of how some Carmenta Engine datasets uses a raster cache to improve reading performance.
Platforms
Windows, Linux, Android