Uses of Interface
ucar.nc2.dt.GridDataset

Packages that use GridDataset
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
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.ft.fmrc   
ucar.nc2.geotiff Read and write GeoTIFF files. 
ucar.nc2.thredds Connects NetCDF-Java to THREDDS Catalogs and Datasets. 
ucar.unidata.geoloc.ogc   
 

Uses of GridDataset in thredds.catalog
 

Methods in thredds.catalog that return GridDataset
 GridDataset InvDatasetFeatureCollection.getGridDataset(String matchPath)
          Get the associated Grid Dataset, if any.
 GridDataset InvDatasetFcFmrc.getGridDataset(String matchPath)
           
 

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(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 WcsDataset.getDataset()
           
 GridDataset WcsRequestBuilder.getDataset()
           
 

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

Constructors in thredds.wcs.v1_0_0_1 with parameters of type GridDataset
WcsDataset(GridDataset dataset, 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, 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(String serverURL, GridDataset dataset, List<GetCapabilities.Section> sections)
           
static Request Request.getDescribeCoverageRequest(Request.Operation operation, String negotiatedVersion, List<String> identifiers, String datasetPath, GridDataset dataset)
           
static Request Request.getGetCapabilitiesRequest(Request.Operation operation, String negotiatedVersion, List<GetCapabilities.Section> sections, String datasetPath, GridDataset dataset)
           
static Request Request.getGetCoverageRequest(Request.Operation operation, String negotiatedVersion, String identifier, String datasetPath, GridDataset dataset)
           
 

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

Uses of GridDataset in ucar.nc2.dt.fmrc
 

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

Methods in ucar.nc2.dt.fmrc with parameters of type GridDataset
static ForecastModelRunInventory ForecastModelRunInventory.open(GridDataset gds, 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
static void NetcdfCFWriter.makeFile(String location, GridDataset gds, List<String> gridList, LatLonRect llbb, DateRange range)
           
 void NetcdfCFWriter.makeFile(String location, GridDataset gds, List<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(String location, GridDataset gds, List<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, String path)
           
 

Uses of GridDataset in ucar.nc2.ft.fmrc
 

Methods in ucar.nc2.ft.fmrc that return GridDataset
 GridDataset Fmrc.getConstantForecastDataset(Date time)
           
 GridDataset Fmrc.getConstantOffsetDataset(double hour)
           
 GridDataset Fmrc.getDataset2D(NetcdfDataset result)
           
 GridDataset Fmrc.getDatasetBest()
           
 GridDataset Fmrc.getDatasetBest(FeatureCollectionConfig.BestDataset bd)
           
 GridDataset Fmrc.getRunTimeDataset(Date run)
           
 

Constructors in ucar.nc2.ft.fmrc with parameters of type GridDataset
GridDatasetInv(GridDataset gds, Date runDate)
           
 

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.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
 String EPSG_OGC_CF_Helper.getWcs1_0CrsId(GridDatatype gridDatatype, GridDataset gridDataset)
           
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.