Uses of Interface
uk.ac.rdg.resc.edal.feature.Feature
-
Packages that use Feature Package Description uk.ac.rdg.resc.edal.covjson uk.ac.rdg.resc.edal.covjson.writers uk.ac.rdg.resc.edal.dataset Code for reading data from underlying storage (e.g. disk, databases or remote locations).uk.ac.rdg.resc.edal.feature uk.ac.rdg.resc.edal.graphics.style Definitions of the style-system, as well as implementations of various style types -
-
Uses of Feature in uk.ac.rdg.resc.edal.covjson
Methods in uk.ac.rdg.resc.edal.covjson with parameters of type Feature Modifier and Type Method Description void
CoverageJsonConverter. checkFeatureSupported(Feature<?> feature)
Checks whether the converter will be able to convert the given feature successfully.void
CoverageJsonConverterImpl. checkFeatureSupported(Feature<?> feature)
void
CoverageJsonConverter. convertFeatureToJson(OutputStream out, Feature<?> feature)
Writes a Feature as a CoverageJSON document to the given OutputStream.void
CoverageJsonConverterImpl. convertFeatureToJson(OutputStream os, Feature<?> feature)
Method parameters in uk.ac.rdg.resc.edal.covjson with type arguments of type Feature Modifier and Type Method Description void
CoverageJsonConverter. checkFeaturesSupported(Collection<? extends Feature<?>> features)
Checks whether the converter will be able to convert the given features successfully.void
CoverageJsonConverterImpl. checkFeaturesSupported(Collection<? extends Feature<?>> features)
void
CoverageJsonConverter. convertFeaturesToJson(OutputStream out, Collection<? extends Feature<?>> features)
Writes a collection of Features as a CoverageJSON document to the given OutputStream.void
CoverageJsonConverterImpl. convertFeaturesToJson(OutputStream os, Collection<? extends Feature<?>> features)
-
Uses of Feature in uk.ac.rdg.resc.edal.covjson.writers
Methods in uk.ac.rdg.resc.edal.covjson.writers with parameters of type Feature Modifier and Type Method Description static Collection<Parameter>
Util. withoutParameterGroups(Collection<Parameter> params, Feature<?> feature)
Constructors in uk.ac.rdg.resc.edal.covjson.writers with parameters of type Feature Constructor Description Coverage(Feature<?> feature)
-
Uses of Feature in uk.ac.rdg.resc.edal.dataset
Methods in uk.ac.rdg.resc.edal.dataset that return Feature Modifier and Type Method Description Feature<?>
Dataset. readFeature(String featureId)
Reads an entire feature from underlying storageFeature<?>
HorizontalMesh4dDataset. readFeature(String featureId)
-
Uses of Feature in uk.ac.rdg.resc.edal.feature
Subinterfaces of Feature in uk.ac.rdg.resc.edal.feature Modifier and Type Interface Description interface
DiscreteFeature<P,DO>
AFeature
whose domain consists of a finite number of domain objects, each of which is associated with a single measurement value from each Feature member.Classes in uk.ac.rdg.resc.edal.feature that implement Feature Modifier and Type Class Description class
AbstractDiscreteFeature<P,DO>
A partial implementation of aFeature
containing common functionalityclass
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 -
Uses of Feature in uk.ac.rdg.resc.edal.graphics.style
Methods in uk.ac.rdg.resc.edal.graphics.style that return types with arguments of type Feature Modifier and Type Method Description Collection<Class<? extends Feature<?>>>
ColouredGlyphLayer. supportedFeatureTypes()
Collection<Class<? extends Feature<?>>>
ColouredTrajectoryLayer. supportedFeatureTypes()
Collection<Class<? extends Feature<?>>>
GriddedImageLayer. supportedFeatureTypes()
abstract Collection<Class<? extends Feature<?>>>
ImageLayer. supportedFeatureTypes()
-