Uses of Class
uk.ac.rdg.resc.edal.feature.MapFeature
-
Packages that use MapFeature Package Description uk.ac.rdg.resc.edal.covjson.writers 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 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 MapFeature in uk.ac.rdg.resc.edal.covjson.writers
Methods in uk.ac.rdg.resc.edal.covjson.writers with parameters of type MapFeature Modifier and Type Method Description static GridFeature
Util. convertToGridFeature(MapFeature feature)
-
Uses of MapFeature in uk.ac.rdg.resc.edal.dataset
Methods in uk.ac.rdg.resc.edal.dataset that return types with arguments of type MapFeature Modifier and Type Method Description List<MapFeature>
HorizontallyDiscreteDataset. extractMapFeatures(Set<String> varIds, MapDomain domain)
ExtractsMapFeature
s ready to be plotted on a mapClass<MapFeature>
DiscreteLayeredDataset. getMapFeatureType(String variableId)
-
Uses of MapFeature in uk.ac.rdg.resc.edal.feature
Methods in uk.ac.rdg.resc.edal.feature that return MapFeature Modifier and Type Method Description MapFeature
GridFeature. extractMapFeature(Set<String> varIds, RegularGrid targetGrid, Double elevation, org.joda.time.DateTime time)
Extracts aMapFeature
from thisGridFeature
-
Uses of MapFeature in uk.ac.rdg.resc.edal.graphics.utils
Methods in uk.ac.rdg.resc.edal.graphics.utils that return MapFeature Modifier and Type Method Description protected MapFeature
LegendDataGenerator. getMapFeature(Drawable.NameAndRange field, LegendDataGenerator.MatrixType type)
Generates aMapFeature
containing the correctly named variablesprotected MapFeature
LegendDataGenerator. getMapFeature(Drawable.NameAndRange field, LegendDataGenerator.MatrixType type, Float fixed)
Generates aMapFeature
containing the correctly named variables
-