Uses of Class
uk.ac.rdg.resc.edal.feature.PointFeature
-
Packages that use PointFeature 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.utils Utilities to serialise/deserialise the styles in the parent package, as well as other shared classes -
-
Uses of PointFeature in uk.ac.rdg.resc.edal.dataset
Methods in uk.ac.rdg.resc.edal.dataset that return PointFeature Modifier and Type Method Description protected abstract PointFeature
PointDataset. convertFeature(F feature, BoundingBox hExtent, Extent<Double> zExtent, Extent<org.joda.time.DateTime> tExtent, Double targetZ, org.joda.time.DateTime targetT)
Convert aDiscreteFeature
of type F to aPointFeature
static PointFeature
PointDataset. convertPointSeriesFeature(PointSeriesFeature feature, org.joda.time.DateTime targetT)
Convenience method to convert aPointSeriesFeature
to aPointFeature
.static PointFeature
PointDataset. convertProfileFeature(ProfileFeature feature, Double targetZ)
Convenience method to convert aProfileFeature
to aPointFeature
.Methods in uk.ac.rdg.resc.edal.dataset that return types with arguments of type PointFeature Modifier and Type Method Description List<PointFeature>
PointDataset. extractMapFeatures(Set<String> varIds, BoundingBox hExtent, Extent<Double> zExtent, Double targetZ, Extent<org.joda.time.DateTime> tExtent, org.joda.time.DateTime targetT)
Class<PointFeature>
PointDataset. getMapFeatureType(String variableId)
Determines the type of feature returned by the extractMapFeatures() methods (defined in subclasses) for a particular variable -
Uses of PointFeature in uk.ac.rdg.resc.edal.graphics.utils
Methods in uk.ac.rdg.resc.edal.graphics.utils that return types with arguments of type PointFeature Modifier and Type Method Description protected Collection<PointFeature>
LegendDataGenerator. getPointFeatures(Drawable.NameAndRange field, LegendDataGenerator.MatrixType type)
GeneratesPointFeature
s spread across the given rangesprotected Collection<PointFeature>
LegendDataGenerator. getPointFeatures(Drawable.NameAndRange field, LegendDataGenerator.MatrixType type, Float fixed)
GeneratesPointFeature
s spread across the given ranges
-