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 interfaceDiscreteFeatureReader<F extends DiscreteFeature<?,?>>Defines an interface for readingDiscreteFeatures.classPointDataset<F extends DiscreteFeature<?,?>>AnAbstractContinuousDomainDatasetwhose map features arePointFeatures.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 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 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 FeatureInfoPointWmsServlet. getFeatureInfoValuesFromFeature(DiscreteFeature<?,?> feature, String variableId, PlottingDomainParams plottingParameters, String layerName, String featureName, VariableMetadata metadata)Extracts the target value from a feature
-