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