|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Index.GdsRecord | |
---|---|
ucar.grib | |
ucar.grib.grib1 | |
ucar.grib.grib2 |
Uses of Index.GdsRecord in ucar.grib |
---|
Methods in ucar.grib that return types with arguments of type Index.GdsRecord | |
---|---|
java.util.List<Index.GdsRecord> |
Index.getHorizCoordSys()
Deprecated. GDSs of the index. |
Methods in ucar.grib with parameters of type Index.GdsRecord | |
---|---|
void |
Index.addHorizCoordSys(Index.GdsRecord gds)
Deprecated. adds a GdsRecord to the index. |
java.lang.String |
TableLookup.getGridName(Index.GdsRecord gds)
Deprecated. Get the name of the Variable |
int |
TableLookup.getProjectionType(Index.GdsRecord gds)
Deprecated. . |
java.lang.String |
TableLookup.getShapeName(Index.GdsRecord gds)
Deprecated. . |
boolean |
TableLookup.isLatLon(Index.GdsRecord gds)
Deprecated. . |
Uses of Index.GdsRecord in ucar.grib.grib1 |
---|
Methods in ucar.grib.grib1 with parameters of type Index.GdsRecord | |
---|---|
java.lang.String |
Grib1Lookup.getGridName(Index.GdsRecord gds)
Deprecated. gets the grid type. |
int |
Grib1Lookup.getProjectionType(Index.GdsRecord gds)
Deprecated. gets the ProjectionType. |
java.lang.String |
Grib1Lookup.getShapeName(Index.GdsRecord gds)
Deprecated. gets the ShapeName. |
boolean |
Grib1Lookup.isLatLon(Index.GdsRecord gds)
Deprecated. is this a LatLon grid. |
Uses of Index.GdsRecord in ucar.grib.grib2 |
---|
Methods in ucar.grib.grib2 with parameters of type Index.GdsRecord | |
---|---|
java.lang.String |
Grib2Lookup.getGridName(Index.GdsRecord gds)
Deprecated. |
int |
Grib2Lookup.getProjectionType(Index.GdsRecord gds)
Deprecated. |
java.lang.String |
Grib2Lookup.getShapeName(Index.GdsRecord gds)
Deprecated. |
boolean |
Grib2Lookup.isLatLon(Index.GdsRecord gds)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |