Class NetCDFSliceProvider.DimensionIndexesContext
Object
DimensionIndexesContext
- Enclosing class:
- NetCDFSliceProvider
Per-variable context holding the available dimension lookups.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a lookup for an additional dimension.Returns the additional-dimension lookups.Returns the elevation lookup, if available.getTime()Returns the temporal lookup, if available.voidSets the elevation lookup.voidSets the temporal lookup.
-
Constructor Details
-
DimensionIndexesContext
- Throws:
IOException
-
-
Method Details
-
getTime
Returns the temporal lookup, if available. -
setTime
Sets the temporal lookup. -
getElevation
Returns the elevation lookup, if available. -
setElevation
Sets the elevation lookup. -
getAdditional
Returns the additional-dimension lookups. -
addAdditional
Adds a lookup for an additional dimension.
-