| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
GridDataset |
InvDatasetFeatureCollection.getGridDataset(java.lang.String matchPath)
Get the associated Grid Dataset, if any.
|
GridDataset |
InvDatasetFcFmrc.getGridDataset(java.lang.String matchPath) |
| Modifier and Type | Method and Description |
|---|---|
GridDataset |
Request.getDataset() |
GridDataset |
Dataset.getDataset() |
| Modifier and Type | Method and Description |
|---|---|
static WcsRequestFactory |
WcsRequestFactory.newWcsRequestFactory(java.lang.String versionString,
Request.Operation operation,
GridDataset dataset) |
| Modifier and Type | Method and Description |
|---|---|
GridDataset |
WcsRequestBuilder.getDataset() |
GridDataset |
WcsDataset.getDataset() |
| Modifier and Type | Method and Description |
|---|---|
static WcsRequestBuilder |
WcsRequestBuilder.newWcsRequestBuilder(java.lang.String versionString,
Request.Operation operation,
GridDataset dataset,
java.lang.String datasetPath) |
| Constructor and Description |
|---|
WcsDataset(GridDataset dataset,
java.lang.String datasetPath) |
| Modifier and Type | Method and Description |
|---|---|
GridDataset |
WcsDataset.getDataset() |
| Constructor and Description |
|---|
WcsDataset(GridDataset dataset,
java.lang.String datasetPath) |
| Modifier and Type | Method and Description |
|---|---|
GridDataset |
Request.getDataset() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
GridDataset |
ForecastModelRunCollection.getGridDataset()
Get the underlying GridDataset.
|
GridDataset |
FmrcImpl.getGridDataset() |
| Modifier and Type | Method and Description |
|---|---|
static ForecastModelRunInventory |
ForecastModelRunInventory.open(GridDataset gds,
java.util.Date runDate) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridDataset
Make a NetcdfDataset into a collection of GeoGrids with Georeferencing coordinate systems.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
NetcdfCFWriter.makeFile(java.lang.String location,
GridDataset gds,
java.util.List<java.lang.String> gridList,
LatLonRect llbb,
DateRange range) |
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) |
| Constructor and Description |
|---|
GridDatasetInfo(GridDataset gds,
java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
GridDataset |
Fmrc.getConstantForecastDataset(java.util.Date time) |
GridDataset |
Fmrc.getConstantOffsetDataset(double hour) |
GridDataset |
Fmrc.getDataset2D(NetcdfDataset result) |
GridDataset |
Fmrc.getDatasetBest() |
GridDataset |
Fmrc.getDatasetBest(FeatureCollectionConfig.BestDataset bd) |
GridDataset |
Fmrc.getRunTimeDataset(java.util.Date run) |
| Constructor and Description |
|---|
GridDatasetInv(GridDataset gds,
java.util.Date runDate) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeotiffWriter.writeGrid(GridDataset dataset,
GridDatatype grid,
Array data,
boolean greyScale)
Write Grid data to the geotiff file.
|
| Modifier and Type | Method and Description |
|---|---|
static DateRange |
MetadataExtractor.extractDateRange(GridDataset gridDataset) |
static ThreddsMetadata.GeospatialCoverage |
MetadataExtractor.extractGeospatial(GridDataset gridDataset) |
static ThreddsMetadata.Variables |
MetadataExtractor.extractVariables(InvDatasetImpl threddsDataset,
GridDataset gridDataset) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
EPSG_OGC_CF_Helper.getWcs1_0CrsId(GridDatatype gridDatatype,
GridDataset gridDataset) |