@Immutable public class Grib2SectionDataRepresentation extends Object
| Constructor and Description |
|---|
Grib2SectionDataRepresentation(long startingPosition,
int dataPoints,
int dataTemplate) |
Grib2SectionDataRepresentation(RandomAccessFile raf) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDataPoints() |
int |
getDataTemplate() |
Grib2Drs |
getDrs(RandomAccessFile raf) |
long |
getStartingPosition() |
public Grib2SectionDataRepresentation(RandomAccessFile raf) throws IOException
IOExceptionpublic Grib2SectionDataRepresentation(long startingPosition,
int dataPoints,
int dataTemplate)
public int getDataPoints()
public int getDataTemplate()
public long getStartingPosition()
public Grib2Drs getDrs(RandomAccessFile raf) throws IOException
IOExceptionCopyright © 1999-2012 UCAR/Unidata. All Rights Reserved.