Uses of Class
uk.ac.rdg.resc.edal.feature.GridFeature
-
Packages that use GridFeature 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.dataset.cdm Interface to datasets through the Unidata Common Data Model. -
-
Uses of GridFeature in uk.ac.rdg.resc.edal.covjson.writers
Methods in uk.ac.rdg.resc.edal.covjson.writers that return GridFeature Modifier and Type Method Description static GridFeature
Util. convertToGridFeature(MapFeature feature)
-
Uses of GridFeature in uk.ac.rdg.resc.edal.dataset
Methods in uk.ac.rdg.resc.edal.dataset that return GridFeature Modifier and Type Method Description GridFeature
GriddedDataset. readFeature(String featureId)
GridFeature
GriddedDataset. subsetFeatures(Set<String> variables, BoundingBox hBox, Extent<Double> zExtent, Extent<org.joda.time.DateTime> tExtent)
Extracts a 4d subset of data from the dataset.Methods in uk.ac.rdg.resc.edal.dataset that return types with arguments of type GridFeature Modifier and Type Method Description Class<GridFeature>
GriddedDataset. getFeatureType(String variableId)
-
Uses of GridFeature in uk.ac.rdg.resc.edal.dataset.cdm
Methods in uk.ac.rdg.resc.edal.dataset.cdm with parameters of type GridFeature Modifier and Type Method Description static void
CdmFeatureWrite. gridFeatureToNetCDF(GridFeature f, File outFile)
Writes aGridFeature
to filestatic void
CdmFeatureWrite. gridFeatureToNetCDF(GridFeature f, File outFile, Set<GridCoordinates2D> cellsToMask, Float fillValue)
Writes aGridFeature
to file, masking out specified (horizontal) grid cells
-