Package ucar.nc2.dt
Interface UGridDataset
- All Superinterfaces:
AutoCloseable,Closeable,ucar.nc2.ft.FeatureDataset,ucar.nc2.util.cache.FileCacheable,ucar.nc2.dt.GridDataset
- All Known Implementing Classes:
UGridDataset
public interface UGridDataset
extends ucar.nc2.dt.GridDataset
A dataset containing Grid objects.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface ucar.nc2.dt.GridDataset
ucar.nc2.dt.GridDataset.Gridset -
Method Summary
Modifier and TypeMethodDescriptionget the list of GridDatatype objects contained in this dataset.subset(ucar.unidata.geoloc.LatLonRect r) Methods inherited from interface ucar.nc2.ft.FeatureDataset
attributes, close, findGlobalAttributeIgnoreCase, getBoundingBox, getCalendarDateEnd, getCalendarDateRange, getCalendarDateStart, getDataVariable, getDataVariables, getDescription, getDetailInfo, getFeatureType, getGlobalAttributes, getImplementationName, getLocation, getNetcdfFile, getTitleMethods inherited from interface ucar.nc2.util.cache.FileCacheable
getLastModified, reacquire, release, setFileCacheMethods inherited from interface ucar.nc2.dt.GridDataset
findGridByShortName, findGridDatatype, getGrids, getGridsets, getProjBoundingBox
-
Method Details
-
getMeshVariables
List<UGridDatatype> getMeshVariables()get the list of GridDatatype objects contained in this dataset.- Returns:
- list of GridDatatype
-
getMeshVariableByName
-
getMeshsets
List<UGridDataset.Meshset> getMeshsets() -
subset
-