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 classAbstractIrregularAxis<T extends Comparable<? super T>>Partial implementation of an irregular axis.classDefinedBoundsAxisDefines aReferenceableAxiswhere the bounds between cells are explicitly specified.classReferenceableAxisImplImmutable implementation of aReferenceableAxis, whose values are not necessarily regularly spaced along the axis.classRegularAxisImplImmutable implementation of aRegularAxis, whose values are regularly spaced along the axis.classTimeAxisImplAn implementation of aTimeAxisclassVerticalAxisImpl
-