Uses of Interface
org.geotools.imageio.netcdf.slice.NetCDFDimensionIndexes.TimeAxisLookup
Packages that use NetCDFDimensionIndexes.TimeAxisLookup
Package
Description
NetCDF slice-query infrastructure used by the GeoTools NetCDF reader to translate catalog-style
Query objects into NetCDF dimension selections and, ultimately, into readable 2D
slices.-
Uses of NetCDFDimensionIndexes.TimeAxisLookup in org.geotools.imageio.netcdf.slice
Classes in org.geotools.imageio.netcdf.slice that implement NetCDFDimensionIndexes.TimeAxisLookupModifier and TypeClassDescriptionstatic final recordArray-backed time lookup for irregular temporal axes.static final recordRegular time axis lookup backed by size, start, and step.Methods in org.geotools.imageio.netcdf.slice that return NetCDFDimensionIndexes.TimeAxisLookupModifier and TypeMethodDescriptionNetCDFDimensionIndexes.forDateAdditional(VariableAdapter.UnidataAdditionalDomain domain) Creates a temporal lookup from an additional date coordinate variable.NetCDFDimensionIndexes.forTime(CoordinateVariable<Date> cv) Creates a temporal lookup from a time coordinate variable.NetCDFSliceProvider.DimensionIndexesContext.getTime()Returns the temporal lookup, if available.Methods in org.geotools.imageio.netcdf.slice with parameters of type NetCDFDimensionIndexes.TimeAxisLookupModifier and TypeMethodDescriptionint[]DimensionFilterIndexResolver.resolveTime(DimensionFilter filter, NetCDFDimensionIndexes.TimeAxisLookup axis) Resolves a time filter into matching axis indices.voidNetCDFSliceProvider.DimensionIndexesContext.setTime(NetCDFDimensionIndexes.TimeAxisLookup time) Sets the temporal lookup.