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.image | |
ucar.nc2.geotiff |
Read and write GeoTIFF files.
|
ucar.unidata.geoloc.ogc |
OGC specific support classes for geolocation
|
Constructor and Description |
---|
WcsCoverage(GridDatatype coverage,
WcsDataset dataset) |
Constructor and Description |
---|
WcsRangeField(GridDatatype gridDatatype) |
Modifier and Type | Method and Description |
---|---|
GridDatatype |
GridDataset.findGridByShortName(String shortName) |
GridDatatype |
GridDataset.findGridDatatype(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 |
---|---|
List<GridDatatype> |
GridDataset.getGrids()
get the list of GridDatatype objects contained in this dataset.
|
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(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 |
---|---|
List<GridDatatype> |
GridDataset.getGrids() |
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,
CalendarDate date) |
boolean |
GridAsPointDataset.hasVert(GridDatatype grid,
double zCoord) |
GridAsPointDataset.Point |
GridAsPointDataset.readData(GridDatatype grid,
CalendarDate date,
double lat,
double lon) |
GridAsPointDataset.Point |
GridAsPointDataset.readData(GridDatatype grid,
CalendarDate date,
double zCoord,
double lat,
double lon) |
GridAsPointDataset.Point |
GridAsPointDataset.readData(GridDatatype grid,
CalendarDate date,
double ensCoord,
double zCoord,
double lat,
double lon)
Reads one single data for one point.
|
GridAsPointDataset.Point |
GridAsPointDataset.readData(GridDatatype grid,
CalendarDate date,
EarthLocation location,
boolean bounded)
Reads data for the given point (earthlocation) and if bounded is true returns data for the closest point within the grid, for points outside of the grid
|
Constructor and Description |
---|
GridAsPointDataset(List<GridDatatype> grids) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
String |
EPSG_OGC_CF_Helper.getWcs1_0CrsId(GridDatatype gridDatatype,
GridDataset gridDataset) |
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.