Uses of Class
uk.ac.rdg.resc.edal.feature.PointCollectionFeature
-
Packages that use PointCollectionFeature 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 Set of classes for rendering the data types in edal-common into images -
-
Uses of PointCollectionFeature in uk.ac.rdg.resc.edal.dataset
Methods in uk.ac.rdg.resc.edal.dataset that return PointCollectionFeature Modifier and Type Method Description PointCollectionFeature
HorizontallyDiscreteDataset. extractPointCollection(Set<String> varIds, PointCollectionDomain domain)
Extracts aPointCollectionFeature
containing data from the given variable IDs -
Uses of PointCollectionFeature in uk.ac.rdg.resc.edal.graphics
Method parameters in uk.ac.rdg.resc.edal.graphics with type arguments of type PointCollectionFeature Modifier and Type Method Description static org.jfree.chart.JFreeChart
Charting. createTransectPlot(Map<PointCollectionFeature,String> pointCollectionFeatures2Labels, LineString transectDomain, boolean hasVerticalAxis, String copyrightStatement)
Creates a plot ofTrajectoryFeature
s which have been extracted along a transect.
-