Class NetCDFDimensionIndexes

Object
NetCDFDimensionIndexes

public final class NetCDFDimensionIndexes extends Object
Dimension indexes and lookup helpers used to resolve NetCDF slice dimensions from domain values.

Use regular-axis math when the coordinate variable is regular, and fall back to a compact array-backed lookup otherwise. The provided lookup implementations support exact-match queries as well as lower/upper bound style searches used by range filters.

This class is used by the slice-query machinery to convert requested time, elevation, and additional-domain values into dimension indices that can be iterated efficiently.