@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 |
getLength(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 long getLength(RandomAccessFile raf) throws IOException
IOExceptionpublic Grib2Drs getDrs(RandomAccessFile raf) throws IOException
IOExceptionCopyright © 1999–2014 UCAR/Unidata. All rights reserved.