Uses of Class
uk.ac.rdg.resc.edal.grid.AbstractReferenceableAxis
-
Packages that use AbstractReferenceableAxis Package Description uk.ac.rdg.resc.edal.grid Classes for handling gridded data. -
-
Uses of AbstractReferenceableAxis in uk.ac.rdg.resc.edal.grid
Subclasses of AbstractReferenceableAxis in uk.ac.rdg.resc.edal.grid Modifier and Type Class Description class
AbstractIrregularAxis<T extends Comparable<? super T>>
Partial implementation of an irregular axis.class
DefinedBoundsAxis
Defines aReferenceableAxis
where the bounds between cells are explicitly specified.class
ReferenceableAxisImpl
Immutable implementation of aReferenceableAxis
, whose values are not necessarily regularly spaced along the axis.class
RegularAxisImpl
Immutable implementation of aRegularAxis
, whose values are regularly spaced along the axis.class
TimeAxisImpl
An implementation of aTimeAxis
class
VerticalAxisImpl
-