@Immutable
public class Grib2SectionDataRepresentation
extends java.lang.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 java.io.IOException
java.io.IOException
public Grib2SectionDataRepresentation(long startingPosition, int dataPoints, int dataTemplate)
public int getDataPoints()
public int getDataTemplate()
public long getStartingPosition()
public long getLength(RandomAccessFile raf) throws java.io.IOException
java.io.IOException
public Grib2Drs getDrs(RandomAccessFile raf) throws java.io.IOException
java.io.IOException