Uses of Interface
uk.ac.rdg.resc.edal.feature.DiscreteFeature
-
Packages that use DiscreteFeature Package Description 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.utils Utilities to serialise/deserialise the styles in the parent package, as well as other shared classesuk.ac.rdg.resc.edal.wms Classes in this package are used to create a WMS servlet -
-
Uses of DiscreteFeature in uk.ac.rdg.resc.edal.dataset
Classes in uk.ac.rdg.resc.edal.dataset with type parameters of type DiscreteFeature Modifier and Type Interface Description interface
DiscreteFeatureReader<F extends DiscreteFeature<?,?>>
Defines an interface for readingDiscreteFeature
s.class
PointDataset<F extends DiscreteFeature<?,?>>
AnAbstractContinuousDomainDataset
whose map features arePointFeature
s.Methods in uk.ac.rdg.resc.edal.dataset that return DiscreteFeature Modifier and Type Method Description DiscreteFeature<?,?>
AbstractContinuousDomainDataset. readFeature(String featureId)
Methods in uk.ac.rdg.resc.edal.dataset that return types with arguments of type DiscreteFeature Modifier and Type Method Description List<? extends DiscreteFeature<?,?>>
AbstractContinuousDomainDataset. extractMapFeatures(Set<String> varIds, BoundingBox hExtent, Extent<Double> zExtent, Double targetZ, Extent<org.joda.time.DateTime> tExtent, org.joda.time.DateTime targetT)
Extracts features to be plotted on a map.List<? extends DiscreteFeature<?,?>>
ContinuousDomainDataset. extractMapFeatures(Set<String> varIds, BoundingBox hExtent, Extent<Double> zExtent, Double targetZ, Extent<org.joda.time.DateTime> tExtent, org.joda.time.DateTime targetT)
abstract DiscreteFeatureReader<? extends DiscreteFeature<?,?>>
AbstractContinuousDomainDataset. getFeatureReader()
DiscreteFeatureReader<? extends DiscreteFeature<?,?>>
TrajectoryDataset. getFeatureReader()
Class<? extends DiscreteFeature<?,?>>
Dataset. getFeatureType(String variableId)
Determines the type of feature returned by theDataset.readFeature(String)
method for a particular variable (feature ID)Class<? extends DiscreteFeature<?,?>>
HorizontalMesh4dDataset. getFeatureType(String variableId)
Class<? extends DiscreteFeature<?,?>>
TrajectoryDataset. getFeatureType(String variableId)
Class<? extends DiscreteFeature<?,?>>
Dataset. getMapFeatureType(String variableId)
Determines the type of feature returned by the extractMapFeatures() methods (defined in subclasses) for a particular variableClass<? extends DiscreteFeature<?,?>>
TrajectoryDataset. getMapFeatureType(String variableId)
-
Uses of DiscreteFeature in uk.ac.rdg.resc.edal.feature
Classes in uk.ac.rdg.resc.edal.feature that implement DiscreteFeature 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 DiscreteFeature in uk.ac.rdg.resc.edal.graphics.utils
Methods in uk.ac.rdg.resc.edal.graphics.utils that return types with arguments of type DiscreteFeature Modifier and Type Method Description static Collection<? extends DiscreteFeature<?,?>>
GraphicsUtils. extractGeneralMapFeatures(Dataset dataset, String varId, PlottingDomainParams params)
Convenience method to extract map features for a single variable in a generic dataset.Collection<? extends DiscreteFeature<?,?>>
FeatureCatalogue.FeaturesAndMemberName. getFeatures()
protected List<? extends DiscreteFeature<?,?>>
SimpleFeatureCatalogue. getMapFeature(PlottingDomainParams params, String varId, boolean cache)
Constructors in uk.ac.rdg.resc.edal.graphics.utils with parameters of type DiscreteFeature Constructor Description FeaturesAndMemberName(DiscreteFeature<?,?> feature, String member)
Constructor parameters in uk.ac.rdg.resc.edal.graphics.utils with type arguments of type DiscreteFeature Constructor Description FeaturesAndMemberName(Collection<? extends DiscreteFeature<?,?>> features, String member)
-
Uses of DiscreteFeature in uk.ac.rdg.resc.edal.wms
Methods in uk.ac.rdg.resc.edal.wms with parameters of type DiscreteFeature Modifier and Type Method Description protected FeatureInfoPoint
WmsServlet. getFeatureInfoValuesFromFeature(DiscreteFeature<?,?> feature, String variableId, PlottingDomainParams plottingParameters, String layerName, String featureName, VariableMetadata metadata)
Extracts the target value from a feature
-