Uses of Class
uk.ac.rdg.resc.edal.feature.AbstractDiscreteFeature
-
Packages that use AbstractDiscreteFeature Package Description uk.ac.rdg.resc.edal.feature -
-
Uses of AbstractDiscreteFeature in uk.ac.rdg.resc.edal.feature
Subclasses of AbstractDiscreteFeature in uk.ac.rdg.resc.edal.feature Modifier and Type Class Description class
GridFeature
An implementation of aFeature
whose domain is aGridDomain
class
MapFeature
An implementation of aFeature
whose domain is aDiscreteHorizontalDomain
.class
PointCollectionFeature
A feature consisting of measurements at a series ofHorizontalPosition
s fixed vertically and temporally (i.e.class
PointFeature
A measurement at a single 4D pointclass
PointSeriesFeature
A measurement of a time series at a pointclass
ProfileFeature
A measurement of a vertical profile at a pointclass
TrajectoryFeature
AFeature
representing values over a 1-dimensional domain of time-ordered points, where each point has a distinct value in 4-dimensional space
-