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 voidCoverageJsonConverter. checkFeatureSupported(Feature<?> feature)Checks whether the converter will be able to convert the given feature successfully.voidCoverageJsonConverterImpl. checkFeatureSupported(Feature<?> feature)voidCoverageJsonConverter. convertFeatureToJson(OutputStream out, Feature<?> feature)Writes a Feature as a CoverageJSON document to the given OutputStream.voidCoverageJsonConverterImpl. 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 voidCoverageJsonConverter. checkFeaturesSupported(Collection<? extends Feature<?>> features)Checks whether the converter will be able to convert the given features successfully.voidCoverageJsonConverterImpl. checkFeaturesSupported(Collection<? extends Feature<?>> features)voidCoverageJsonConverter. convertFeaturesToJson(OutputStream out, Collection<? extends Feature<?>> features)Writes a collection of Features as a CoverageJSON document to the given OutputStream.voidCoverageJsonConverterImpl. 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 interfaceDiscreteFeature<P,DO>AFeaturewhose 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 classAbstractDiscreteFeature<P,DO>A partial implementation of aFeaturecontaining common functionalityclassGridFeatureAn implementation of aFeaturewhose domain is aGridDomainclassMapFeatureAn implementation of aFeaturewhose domain is aDiscreteHorizontalDomain.classPointCollectionFeatureA feature consisting of measurements at a series ofHorizontalPositions fixed vertically and temporally (i.e.classPointFeatureA measurement at a single 4D pointclassPointSeriesFeatureA measurement of a time series at a pointclassProfileFeatureA measurement of a vertical profile at a pointclassTrajectoryFeatureAFeaturerepresenting 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()
-