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 GridFeatureUtil. 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 GridFeatureGriddedDataset. readFeature(String featureId)GridFeatureGriddedDataset. 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 voidCdmFeatureWrite. gridFeatureToNetCDF(GridFeature f, File outFile)Writes aGridFeatureto filestatic voidCdmFeatureWrite. gridFeatureToNetCDF(GridFeature f, File outFile, Set<GridCoordinates2D> cellsToMask, Float fillValue)Writes aGridFeatureto file, masking out specified (horizontal) grid cells
-