| Package | Description |
|---|---|
| ucar.nc2.iosp.gempak | |
| ucar.nc2.iosp.grid | |
| ucar.nc2.iosp.mcidas | |
| ucar.nc2.iosp.vis5d |
| Modifier and Type | Class and Description |
|---|---|
class |
NavigationBlock
Class to hold the grid navigation information.
|
| Modifier and Type | Method and Description |
|---|---|
String |
GempakLookup.getGridName(GridDefRecord gds) |
int |
GempakLookup.getProjectionType(GridDefRecord gds) |
String |
GempakLookup.getShapeName(GridDefRecord gds) |
boolean |
GempakLookup.isLatLon(GridDefRecord gds)
is this a LatLon grid.
|
| Modifier and Type | Method and Description |
|---|---|
GridDefRecord |
GridHorizCoordSys.getGds()
returns the gds for this hcs
|
| Modifier and Type | Method and Description |
|---|---|
List<GridDefRecord> |
GridIndex.getHorizCoordSys()
GridDefs of the index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridIndex.addHorizCoordSys(GridDefRecord gds)
adds a GridDefRecord to the index.
|
static boolean |
GridDefRecord.compare(GridDefRecord local,
GridDefRecord other)
Compare GridDefRecords, the numerics will use closeEnough so values that
differ in 3 or 4th decimal places will return equal.
|
String |
GridTableLookup.getGridName(GridDefRecord gds)
Get the grid name
|
int |
GridTableLookup.getProjectionType(GridDefRecord gds)
Get the projection type
|
String |
GridTableLookup.getShapeName(GridDefRecord gds)
Get the grid shape name
|
boolean |
GridTableLookup.isLatLon(GridDefRecord gds)
Is this a lat/lon grid
|
protected GridHorizCoordSys |
GridIndexToNC.makeGridHorizCoordSys(GridDefRecord gds,
GridTableLookup lookup,
Group g) |
| Constructor and Description |
|---|
GridHorizCoordSys(GridDefRecord gds,
GridTableLookup lookup,
Group g)
Create a new GridHorizCoordSys with the grid definition and lookup
|
| Modifier and Type | Class and Description |
|---|---|
class |
McGridDefRecord
Class to hold the grid navigation information.
|
| Modifier and Type | Method and Description |
|---|---|
String |
McIDASLookup.getGridName(GridDefRecord gds)
gets the grid type.
|
int |
McIDASLookup.getProjectionType(GridDefRecord gds)
gets the ProjectionType.
|
String |
McIDASLookup.getShapeName(GridDefRecord gds) |
boolean |
McIDASLookup.isLatLon(GridDefRecord gds)
is this a LatLon grid.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Vis5DGridDefRecord
Class to hold the Vis5D grid navigation information.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Vis5DIosp.Vis5DLookup.getGridName(GridDefRecord gds)
gets the grid type.
|
int |
Vis5DIosp.Vis5DLookup.getProjectionType(GridDefRecord gds)
gets the ProjectionType.
|
String |
Vis5DIosp.Vis5DLookup.getShapeName(GridDefRecord gds) |
boolean |
Vis5DIosp.Vis5DLookup.isLatLon(GridDefRecord gds)
is this a LatLon grid.
|
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.