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.GridDatasetA dataset containing Grid objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceUGridDataset.Meshset
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<UGridDataset.Meshset>getMeshsets()UGridDatatypegetMeshVariableByName(String n)List<UGridDatatype>getMeshVariables()get the list of GridDatatype objects contained in this dataset.UGridDatasetsubset(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, getTitle
-
-
-
-
Method Detail
-
getMeshVariables
List<UGridDatatype> getMeshVariables()
get the list of GridDatatype objects contained in this dataset.- Returns:
- list of GridDatatype
-
getMeshVariableByName
UGridDatatype getMeshVariableByName(String n)
-
getMeshsets
List<UGridDataset.Meshset> getMeshsets()
-
subset
UGridDataset subset(ucar.unidata.geoloc.LatLonRect r)
-
-