Uses of Class
uk.ac.rdg.resc.edal.domain.TrajectoryDomain
-
Packages that use TrajectoryDomain 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 -
-
Uses of TrajectoryDomain in uk.ac.rdg.resc.edal.dataset
Methods in uk.ac.rdg.resc.edal.dataset with parameters of type TrajectoryDomain Modifier and Type Method Description TrajectoryFeatureHorizontallyDiscreteDataset. extractTrajectoryFeature(Set<String> varIds, TrajectoryDomain domain)Extracts aTrajectoryFeaturecontaining data from the given variable IDs -
Uses of TrajectoryDomain in uk.ac.rdg.resc.edal.feature
Methods in uk.ac.rdg.resc.edal.feature that return TrajectoryDomain Modifier and Type Method Description TrajectoryDomainTrajectoryFeature. getDomain()Constructors in uk.ac.rdg.resc.edal.feature with parameters of type TrajectoryDomain Constructor Description TrajectoryFeature(String id, String name, String description, TrajectoryDomain domain, Map<String,Parameter> parameters, Map<String,? extends Array1D<Number>> values)
-