Package | Description |
---|---|
ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
Modifier and Type | Method and Description |
---|---|
GeoGrid |
GridDataset.findGridByName(String fullName)
find the named GeoGrid.
|
GeoGrid |
GridDataset.findGridByShortName(String shortName)
find the named GeoGrid.
|
GeoGrid |
GridDataset.findGridDatatypeByAttribute(String attName,
String attValue) |
GeoGrid |
GeoGrid.subset(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.
|
GeoGrid |
GeoGrid.subset(Range t_range,
Range z_range,
Range y_range,
Range x_range)
Create a new GeoGrid that is a logical subset of this GeoGrid.
|
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.