Uses of Interface
org.geotools.imageio.netcdf.slice.NetCDFDimensionIndexes.NumericAxisLookup
Packages that use NetCDFDimensionIndexes.NumericAxisLookup
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.NumericAxisLookup in org.geotools.imageio.netcdf.slice
Classes in org.geotools.imageio.netcdf.slice that implement NetCDFDimensionIndexes.NumericAxisLookupModifier and TypeClassDescriptionstatic final recordArray-backed numeric lookup for irregular numeric axes.static final recordRegular numeric axis lookup backed by size, start, and step.Methods in org.geotools.imageio.netcdf.slice that return NetCDFDimensionIndexes.NumericAxisLookupModifier and TypeMethodDescriptionNetCDFDimensionIndexes.forNumericAdditional(VariableAdapter.UnidataAdditionalDomain domain) Creates a numeric lookup from an additional numeric coordinate variable.NetCDFDimensionIndexes.forVertical(VariableAdapter.UnidataVerticalDomain domain) Creates a numeric lookup from a vertical coordinate variable.NetCDFSliceProvider.DimensionIndexesContext.getElevation()Returns the elevation lookup, if available.Methods in org.geotools.imageio.netcdf.slice with parameters of type NetCDFDimensionIndexes.NumericAxisLookupModifier and TypeMethodDescriptionint[]DimensionFilterIndexResolver.resolveNumeric(DimensionFilter filter, NetCDFDimensionIndexes.NumericAxisLookup axis) Resolves a numeric filter into matching axis indices.voidNetCDFSliceProvider.DimensionIndexesContext.setElevation(NetCDFDimensionIndexes.NumericAxisLookup elevation) Sets the elevation lookup.