Package uk.ac.rdg.resc.edal.dataset
Interface ContinuousDomainDataset
-
- All Known Implementing Classes:
AbstractContinuousDomainDataset
,FakeTrajectoryDatasetFactory.FakeTrajectoryDataset
,PointDataset
,TrajectoryDataset
public interface ContinuousDomainDataset
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends DiscreteFeature<?,?>>
extractMapFeatures(Set<String> varIds, BoundingBox hExtent, Extent<Double> zExtent, Double targetZ, Extent<org.joda.time.DateTime> tExtent, org.joda.time.DateTime targetT)
-
-
-
Method Detail
-
extractMapFeatures
List<? extends DiscreteFeature<?,?>> extractMapFeatures(Set<String> varIds, BoundingBox hExtent, Extent<Double> zExtent, Double targetZ, Extent<org.joda.time.DateTime> tExtent, org.joda.time.DateTime targetT) throws DataReadingException
- Throws:
DataReadingException
-
-