Uses of Class
uk.ac.rdg.resc.edal.feature.TrajectoryFeature
-
Packages that use TrajectoryFeature 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.graphics.utils Utilities to serialise/deserialise the styles in the parent package, as well as other shared classes -
-
Uses of TrajectoryFeature in uk.ac.rdg.resc.edal.dataset
Methods in uk.ac.rdg.resc.edal.dataset that return TrajectoryFeature Modifier and Type Method Description TrajectoryFeatureHorizontallyDiscreteDataset. extractTrajectoryFeature(Set<String> varIds, TrajectoryDomain domain)Extracts aTrajectoryFeaturecontaining data from the given variable IDsTrajectoryFeatureTrajectoryDataset. readFeature(String featureId)Methods in uk.ac.rdg.resc.edal.dataset that return types with arguments of type TrajectoryFeature Modifier and Type Method Description List<TrajectoryFeature>TrajectoryDataset. extractMapFeatures(Set<String> varIds, BoundingBox bbox, Extent<Double> zExtent, Double targetZ, Extent<org.joda.time.DateTime> tExtent, org.joda.time.DateTime targetT)Extracts trajectory features which cross the given 4d area.Methods in uk.ac.rdg.resc.edal.dataset with parameters of type TrajectoryFeature Modifier and Type Method Description static FeatureIndexer.FeatureBoundsFeatureIndexer.FeatureBounds. fromProfileFeature(TrajectoryFeature feature)Convenience method to generate aFeatureIndexer.FeatureBoundsobject from aTrajectoryFeatureConstructor parameters in uk.ac.rdg.resc.edal.dataset with type arguments of type TrajectoryFeature Constructor Description TrajectoryDataset(String id, List<VariableMetadata> vars, DiscreteFeatureReader<TrajectoryFeature> featureReader, FeatureIndexer indexer) -
Uses of TrajectoryFeature in uk.ac.rdg.resc.edal.graphics.utils
Methods in uk.ac.rdg.resc.edal.graphics.utils that return TrajectoryFeature Modifier and Type Method Description protected TrajectoryFeatureLegendDataGenerator. getTrajectoryFeature(Drawable.NameAndRange field, LegendDataGenerator.MatrixType type)
-