Class CoverageSlicesCatalog

Object
CoverageSlicesCatalog

public class CoverageSlicesCatalog extends Object
Before GT 35.x version this class relied on an underlying DataStore (H2/PostGIS/...) to persist and query slice metadata (time/elevation/other dimensions) and the corresponding imageIndex.

Current implementation delegates query planning and slice iteration to a CoverageSlicesCatalog.SliceProvider. That can compute matches on-the-fly (e.g. using a deterministic Var/T/Z -> imageIndex mapping).