Uses of Class
uk.ac.rdg.resc.edal.feature.PointSeriesFeature
-
Packages that use PointSeriesFeature 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.dataset.cdm Interface to datasets through the Unidata Common Data Model.uk.ac.rdg.resc.edal.feature uk.ac.rdg.resc.edal.graphics Set of classes for rendering the data types in edal-common into images -
-
Uses of PointSeriesFeature in uk.ac.rdg.resc.edal.dataset
Methods in uk.ac.rdg.resc.edal.dataset that return types with arguments of type PointSeriesFeature Modifier and Type Method Description List<? extends PointSeriesFeature>
AbstractContinuousDomainDataset. extractTimeseriesFeatures(Set<String> varIds, BoundingBox bbox, Extent<Double> zExtent, Extent<org.joda.time.DateTime> tExtent, HorizontalPosition targetPos, Double targetZ)
List<? extends PointSeriesFeature>
Dataset. extractTimeseriesFeatures(Set<String> varIds, BoundingBox bbox, Extent<Double> zExtent, Extent<org.joda.time.DateTime> tExtent, HorizontalPosition targetPos, Double targetZ)
ExtractsPointSeriesFeature
(s) from theDataset
List<? extends PointSeriesFeature>
HorizontallyDiscreteDataset. extractTimeseriesFeatures(Set<String> varIds, BoundingBox bbox, Extent<Double> zExtent, Extent<org.joda.time.DateTime> tExtent, HorizontalPosition targetPos, Double targetZ)
List<? extends PointSeriesFeature>
TrajectoryDataset. extractTimeseriesFeatures(Set<String> varIds, BoundingBox bbox, Extent<Double> zExtent, Extent<org.joda.time.DateTime> tExtent, HorizontalPosition targetPos, Double targetZ)
Methods in uk.ac.rdg.resc.edal.dataset with parameters of type PointSeriesFeature Modifier and Type Method Description static PointFeature
PointDataset. convertPointSeriesFeature(PointSeriesFeature feature, org.joda.time.DateTime targetT)
Convenience method to convert aPointSeriesFeature
to aPointFeature
.static FeatureIndexer.FeatureBounds
FeatureIndexer.FeatureBounds. fromPointSeriesFeature(PointSeriesFeature feature)
Convenience method to generate aFeatureIndexer.FeatureBounds
object from aPointSeriesFeature
-
Uses of PointSeriesFeature in uk.ac.rdg.resc.edal.dataset.cdm
Methods in uk.ac.rdg.resc.edal.dataset.cdm with parameters of type PointSeriesFeature Modifier and Type Method Description static void
CdmFeatureWrite. pointSeriesFeatureToNetCDF(PointSeriesFeature f, File outFile, Float fillValue)
-
Uses of PointSeriesFeature in uk.ac.rdg.resc.edal.feature
Methods in uk.ac.rdg.resc.edal.feature that return PointSeriesFeature Modifier and Type Method Description PointSeriesFeature
PointSeriesFeature. subsetPointSeriesFeature(Set<String> varIds, Extent<org.joda.time.DateTime> timeExtent)
-
Uses of PointSeriesFeature in uk.ac.rdg.resc.edal.graphics
Method parameters in uk.ac.rdg.resc.edal.graphics with type arguments of type PointSeriesFeature Modifier and Type Method Description static org.jfree.chart.JFreeChart
Charting. createTimeSeriesPlot(Collection<? extends PointSeriesFeature> features, HorizontalPosition hPos, String copyrightStatement)
-