Package | Description |
---|---|
thredds.server.catalog | |
thredds.server.catalog.writer | |
thredds.wcs | |
thredds.wcs.v1_0_0_1 | |
thredds.wcs.v1_0_0_Plus | |
thredds.wcs.v1_1_0 | |
ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
ucar.nc2.dt.grid.gis | |
ucar.nc2.geotiff |
Read and write GeoTIFF files.
|
ucar.nc2.grib | |
ucar.nc2.thredds |
Connects NetCDF-Java to THREDDS Catalogs and Datasets.
|
ucar.unidata.geoloc.ogc |
OGC specific support classes for geolocation
|
Modifier and Type | Method and Description |
---|---|
GridDataset |
FeatureCollection.getGridDataset(String remaining) |
Modifier and Type | Method and Description |
---|---|
static CalendarDateRange |
ThreddsMetadataExtractor.extractCalendarDateRange(GridDataset gridDataset) |
Modifier and Type | Method and Description |
---|---|
GridDataset |
Request.getDataset() |
GridDataset |
Dataset.getDataset() |
Modifier and Type | Method and Description |
---|---|
static WcsRequestFactory |
WcsRequestFactory.newWcsRequestFactory(String versionString,
Request.Operation operation,
GridDataset dataset) |
Modifier and Type | Method and Description |
---|---|
GridDataset |
WcsDataset.getDataset() |
GridDataset |
WcsRequestBuilder.getDataset() |
Modifier and Type | Method and Description |
---|---|
static WcsRequestBuilder |
WcsRequestBuilder.newWcsRequestBuilder(String versionString,
Request.Operation operation,
GridDataset dataset,
String datasetPath) |
Constructor and Description |
---|
WcsDataset(GridDataset dataset,
String datasetPath) |
Modifier and Type | Method and Description |
---|---|
GridDataset |
WcsDataset.getDataset() |
Constructor and Description |
---|
WcsDataset(GridDataset dataset,
String datasetPath) |
Modifier and Type | Method and Description |
---|---|
GridDataset |
Request.getDataset() |
Modifier and Type | Method and Description |
---|---|
org.jdom2.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) |
Constructor and Description |
---|
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) |
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 |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
CalendarDateRange range)
Deprecated.
Write a netcdf-3 file from a subset of a grid dataset
|
void |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
CalendarDateRange range,
boolean addLatLon,
int horizStride,
int stride_z,
int stride_time)
Deprecated.
Write a CF compliant Netcdf-3 file from any gridded dataset.
|
long |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon)
Deprecated.
|
long |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon,
NetcdfFileWriter.Version version)
Deprecated.
|
long |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
ProjectionRect projRect,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon)
Deprecated.
|
long |
CFGridWriter.makeFile(String location,
GridDataset gds,
List<String> gridList,
ProjectionRect llbb,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon,
NetcdfFileWriter.Version version)
Deprecated.
|
static void |
CFGridWriter.makeFileVersioned(String location,
GridDataset gds,
List<String> gridList,
LatLonRect llbb,
CalendarDateRange dateRange,
NetcdfFileWriter.Version version)
Deprecated.
|
long |
CFGridWriter.makeGridFileSizeEstimate(GridDataset gds,
List<String> gridList,
LatLonRect llbb,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon)
Deprecated.
Write a netcdf-3 file from a subset of a grid dataset, as long as it doesnt exceed a certain file size.
|
long |
CFGridWriter.makeGridFileSizeEstimate(GridDataset gds,
List<String> gridList,
ProjectionRect projBB,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon)
Deprecated.
Write a netcdf-3 file from a subset of a grid dataset (projection coordinates), as long as it doesnt exceed a certain file size.
|
static long |
CFGridWriter2.makeSizeEstimate(GridDataset gds,
List<String> gridList,
LatLonRect llbb,
ProjectionRect projRect,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon)
Compute the size of the file without writing
|
static long |
CFGridWriter2.writeFile(GridDataset gds,
List<String> gridList,
LatLonRect llbb,
ProjectionRect projRect,
int horizStride,
Range zRange,
CalendarDateRange dateRange,
int stride_time,
boolean addLatLon,
NetcdfFileWriter writer)
Write a netcdf/CF file from a GridDataset
|
Constructor and Description |
---|
GridDatasetInfo(GridDataset gds,
String path) |
Modifier and Type | Method and Description |
---|---|
static GridBoundariesExtractor |
GridBoundariesExtractor.valueOf(GridDataset gds) |
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 |
---|---|
List<String> |
GribVariableRenamer.matchNcepNames(GridDataset gds,
String oldName)
Deprecated.
Look for possible matches of old (4.2) grib names in new (4.3) dataset.
|
Modifier and Type | Method and Description |
---|---|
static CalendarDateRange |
MetadataExtractor.extractCalendarDateRange(GridDataset gridDataset) |
static ThreddsMetadata.GeospatialCoverage |
MetadataExtractor.extractGeospatial(GridDataset gridDataset) |
static ThreddsMetadata.Variables |
MetadataExtractor.extractVariables(DataFormatType fileFormat,
GridDataset gridDataset) |
static ThreddsMetadata.Variables |
MetadataExtractor.extractVariables(InvDatasetImpl threddsDataset,
GridDataset gridDataset) |
Modifier and Type | Method and Description |
---|---|
String |
EPSG_OGC_CF_Helper.getWcs1_0CrsId(GridDatatype gridDatatype,
GridDataset gridDataset) |
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.