| Package | Description |
|---|---|
| thredds.wcs.v1_0_0_1 | |
| thredds.wcs.v1_0_0_Plus | |
| ucar.nc2.dt |
Scientific data types package.
|
| ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
| ucar.nc2.dt.image | |
| ucar.nc2.geotiff |
Read and write GeoTIFF files.
|
| ucar.unidata.geoloc.ogc |
| Constructor and Description |
|---|
WcsCoverage(GridDatatype coverage,
WcsDataset dataset) |
| Constructor and Description |
|---|
WcsRangeField(GridDatatype gridDatatype) |
| Modifier and Type | Method and Description |
|---|---|
GridDatatype |
GridDataset.findGridDatatype(java.lang.String name)
find the named GridDatatype.
|
GridDatatype |
GridDatatype.makeSubset(Range t_range,
Range z_range,
LatLonRect bbox,
int z_stride,
int y_stride,
int x_stride)
Create a new GeoGrid that is a logical subset of this GeoGrid.
|
GridDatatype |
GridDatatype.makeSubset(Range rt_range,
Range e_range,
Range t_range,
Range z_range,
Range y_range,
Range x_range)
Create a new GeoGrid that is a logical subset of this GeoGrid.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GridDatatype> |
GridDataset.getGrids()
get the list of GridDatatype objects contained in this dataset.
|
java.util.List<GridDatatype> |
GridDataset.Gridset.getGrids()
Get list of GridDatatype objects with same Coordinate System
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeoGrid
A georeferencing "gridded" VariableEnhanced, that has a GridCoordSys.
|
| Modifier and Type | Method and Description |
|---|---|
GridDatatype |
GridDataset.findGridDatatype(java.lang.String name) |
GridDatatype |
GeoGrid.makeSubset(Range t_range,
Range z_range,
LatLonRect bbox,
int z_stride,
int y_stride,
int x_stride) |
GridDatatype |
GeoGrid.makeSubset(Range rt_range,
Range e_range,
Range t_range,
Range z_range,
Range y_range,
Range x_range) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GridDatatype> |
GridDataset.getGrids() |
java.util.List<GridDatatype> |
GridDataset.Gridset.getGrids()
Get list of GeoGrid objects
|
| Modifier and Type | Method and Description |
|---|---|
int |
GeoGrid.compareTo(GridDatatype g) |
double |
GridAsPointDataset.getMissingValue(GridDatatype grid) |
boolean |
GridAsPointDataset.hasTime(GridDatatype grid,
java.util.Date date) |
boolean |
GridAsPointDataset.hasVert(GridDatatype grid,
double zCoord) |
GridAsPointDataset.Point |
GridAsPointDataset.readData(GridDatatype grid,
java.util.Date date,
double lat,
double lon) |
GridAsPointDataset.Point |
GridAsPointDataset.readData(GridDatatype grid,
java.util.Date date,
double zCoord,
double lat,
double lon) |
| Constructor and Description |
|---|
GridAsPointDataset(java.util.List<GridDatatype> grids) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.image.BufferedImage |
ImageDatasetFactory.openDataset(GridDatatype grid) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeotiffWriter.writeGrid(GridDataset dataset,
GridDatatype grid,
Array data,
boolean greyScale)
Write Grid data to the geotiff file.
|
void |
GeotiffWriter.writeGrid(GridDatatype grid,
Array data,
boolean greyScale,
double xStart,
double yStart,
double xInc,
double yInc,
int imageNumber)
Write Grid data to the geotiff file.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
EPSG_OGC_CF_Helper.getWcs1_0CrsId(GridDatatype gridDatatype,
GridDataset gridDataset) |