Package ucar.nc2.grib.collection
Class GribHorizCoordSystem
- java.lang.Object
-
- ucar.nc2.grib.collection.GribHorizCoordSystem
-
@Immutable public class GribHorizCoordSystem extends Object
Encapsolates the GdsHorizCoordSys; shared by the GroupHcs- Since:
- 11/10/2014
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Object
getGdsHash()
GdsHorizCoordSys
getHcs()
String
getId()
int
getPredefinedGridDefinition()
byte[]
getRawGds()
-
-
-
Method Detail
-
getHcs
public GdsHorizCoordSys getHcs()
-
getRawGds
public byte[] getRawGds()
-
getGdsHash
public Object getGdsHash()
-
getId
public String getId()
-
getDescription
public String getDescription()
-
getPredefinedGridDefinition
public int getPredefinedGridDefinition()
-
-