public class UFheader
extends java.lang.Object
Constructor and Description |
---|
UFheader() |
Modifier and Type | Method and Description |
---|---|
static int |
bytesToInt(byte[] bytes,
boolean swapBytes) |
static int |
bytesToShort(byte a,
byte b,
boolean swapBytes) |
java.lang.String |
getDataFormat() |
java.util.Date |
getEndDate() |
float |
getHorizontalBeamWidth(java.lang.String ab) |
int |
getMaxRadials() |
short |
getMissingData() |
protected short |
getShort(byte[] bytes,
int offset) |
java.lang.String |
getSiteName() |
java.util.Date |
getStartDate() |
short |
getStationElevation() |
java.lang.String |
getStationId() |
float |
getStationLatitude() |
float |
getStationLongitude() |
java.lang.Short |
getSweepMode() |
boolean |
isValidFile(RandomAccessFile raf) |
public boolean isValidFile(RandomAccessFile raf)
public int getMaxRadials()
public java.lang.String getDataFormat()
public java.util.Date getStartDate()
public java.util.Date getEndDate()
public float getHorizontalBeamWidth(java.lang.String ab)
public java.lang.String getStationId()
public java.lang.String getSiteName()
public java.lang.Short getSweepMode()
public float getStationLatitude()
public float getStationLongitude()
public short getStationElevation()
public short getMissingData()
protected short getShort(byte[] bytes, int offset)
public static int bytesToShort(byte a, byte b, boolean swapBytes)
public static int bytesToInt(byte[] bytes, boolean swapBytes)