Uses of Interface
ucar.nc2.dt.GridDataset

Packages that use GridDataset
thredds.wcs   
thredds.wcs.v1_0_0_1   
thredds.wcs.v1_0_0_Plus   
thredds.wcs.v1_1_0   
ucar.nc2.dt.fmrc Support classes for Forecast Model Run Collections. 
ucar.nc2.dt.grid Scientific data type "Grid", uses cartesian coordinate system. 
ucar.nc2.geotiff Read and write GeoTIFF files. 
ucar.nc2.ncml Netcdf Markup Language (NcML) Implementation classes see NcML home page 
ucar.nc2.thredds Connects NetCDF-Java to THREDDS Catalogs and Datasets. 
ucar.unidata.geoloc.ogc   
 

Uses of GridDataset in thredds.wcs
 

Methods in thredds.wcs that return GridDataset
 GridDataset Request.getDataset()
           
 GridDataset Dataset.getDataset()
           
 

Methods in thredds.wcs with parameters of type GridDataset
static WcsRequestFactory WcsRequestFactory.newWcsRequestFactory(java.lang.String versionString, Request.Operation operation, GridDataset dataset)
           
 

Uses of GridDataset in thredds.wcs.v1_0_0_1
 

Methods in thredds.wcs.v1_0_0_1 that return GridDataset
 GridDataset WcsRequestBuilder.getDataset()
           
 GridDataset WcsDataset.getDataset()
           
 

Methods in thredds.wcs.v1_0_0_1 with parameters of type GridDataset
static WcsRequestBuilder WcsRequestBuilder.newWcsRequestBuilder(java.lang.String versionString, Request.Operation operation, GridDataset dataset, java.lang.String datasetPath)
           
 

Constructors in thredds.wcs.v1_0_0_1 with parameters of type GridDataset
WcsDataset(GridDataset dataset, java.lang.String datasetPath)
           
 

Uses of GridDataset in thredds.wcs.v1_0_0_Plus
 

Methods in thredds.wcs.v1_0_0_Plus that return GridDataset
 GridDataset WcsDataset.getDataset()
           
 

Constructors in thredds.wcs.v1_0_0_Plus with parameters of type GridDataset
WcsDataset(GridDataset dataset, java.lang.String datasetPath)
           
 

Uses of GridDataset in thredds.wcs.v1_1_0
 

Methods in thredds.wcs.v1_1_0 that return GridDataset
 GridDataset Request.getDataset()
           
 

Methods in thredds.wcs.v1_1_0 with parameters of type GridDataset
 org.jdom.Document XMLwriter.generateCapabilities(java.lang.String serverURL, GridDataset dataset, java.util.List<GetCapabilities.Section> sections)
           
static Request Request.getDescribeCoverageRequest(Request.Operation operation, java.lang.String negotiatedVersion, java.util.List<java.lang.String> identifiers, java.lang.String datasetPath, GridDataset dataset)
           
static Request Request.getGetCapabilitiesRequest(Request.Operation operation, java.lang.String negotiatedVersion, java.util.List<GetCapabilities.Section> sections, java.lang.String datasetPath, GridDataset dataset)
           
static Request Request.getGetCoverageRequest(Request.Operation operation, java.lang.String negotiatedVersion, java.lang.String identifier, java.lang.String datasetPath, GridDataset dataset)
           
 

Constructors in thredds.wcs.v1_1_0 with parameters of type GridDataset
DescribeCoverage(java.net.URI serverURI, java.util.List<java.lang.String> identifiers, GridDataset dataset)
           
GetCapabilities(java.net.URI serverURI, java.util.List<GetCapabilities.Section> sections, GetCapabilities.ServiceId serviceId, GetCapabilities.ServiceProvider serviceProvider, GridDataset dataset)
           
GetCoverage(java.net.URI serverURI, java.lang.String identifier, java.lang.String datasetPath, GridDataset dataset)
           
 

Uses of GridDataset in ucar.nc2.dt.fmrc
 

Methods in ucar.nc2.dt.fmrc that return GridDataset
 GridDataset ForecastModelRunCollection.getGridDataset()
          Get the underlying GridDataset.
 GridDataset FmrcImpl.getGridDataset()
           
 

Methods in ucar.nc2.dt.fmrc with parameters of type GridDataset
static ForecastModelRunInventory ForecastModelRunInventory.open(GridDataset gds, java.util.Date runDate)
           
 

Uses of GridDataset in ucar.nc2.dt.grid
 

Classes in ucar.nc2.dt.grid that implement GridDataset
 class GridDataset
          Make a NetcdfDataset into a collection of GeoGrids with Georeferencing coordinate systems.
 

Methods in ucar.nc2.dt.grid with parameters of type GridDataset
 void NetcdfCFWriter.makeFile(java.lang.String location, GridDataset gds, java.util.List<java.lang.String> gridList, LatLonRect llbb, DateRange range, boolean addLatLon, int horizStride, int stride_z, int stride_time)
          Write a CF compliant Netcdf-3 file from any gridded dataset.
 void NetcdfCFWriter.makeFile(java.lang.String location, GridDataset gds, java.util.List<java.lang.String> gridList, LatLonRect llbb, int horizStride, Range zRange, DateRange dateRange, int stride_time, boolean addLatLon)
           
 

Constructors in ucar.nc2.dt.grid with parameters of type GridDataset
GridDatasetInfo(GridDataset gds, java.lang.String path)
           
 

Uses of GridDataset in ucar.nc2.geotiff
 

Methods in ucar.nc2.geotiff with parameters of type GridDataset
 void GeotiffWriter.writeGrid(GridDataset dataset, GridDatatype grid, Array data, boolean greyScale)
          Write Grid data to the geotiff file.
 

Uses of GridDataset in ucar.nc2.ncml
 

Methods in ucar.nc2.ncml with parameters of type GridDataset
protected  void AggregationFmrc.buildNetcdfDataset(Aggregation.Dataset typicalDataset, NetcdfFile typicalFile, GridDataset typicalGds, CancelTask cancelTask)
          Build the resulting dataset.
protected  void AggregationFmrcSingle.makeTimeCoordinate(GridDataset gds, CancelTask cancelTask)
           
protected  void AggregationFmrc.makeTimeCoordinate(GridDataset gds, CancelTask cancelTask)
           
protected  void AggregationFmrc.makeTimeCoordinateWithDefinition(GridDataset gds, CancelTask cancelTask)
           
 

Uses of GridDataset in ucar.nc2.thredds
 

Methods in ucar.nc2.thredds with parameters of type GridDataset
static DateRange MetadataExtractor.extractDateRange(GridDataset gridDataset)
           
static ThreddsMetadata.GeospatialCoverage MetadataExtractor.extractGeospatial(GridDataset gridDataset)
           
static ThreddsMetadata.Variables MetadataExtractor.extractVariables(InvDatasetImpl threddsDataset, GridDataset gridDataset)
           
 

Uses of GridDataset in ucar.unidata.geoloc.ogc
 

Methods in ucar.unidata.geoloc.ogc with parameters of type GridDataset
 java.lang.String EPSG_OGC_CF_Helper.getWcs1_0CrsId(GridDatatype gridDatatype, GridDataset gridDataset)