public class UFheader extends 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) |
String |
getDataFormat() |
Date |
getEndDate() |
List |
getGroup(String key) |
float |
getHorizontalBeamWidth(String ab) |
int |
getMaxRadials() |
float |
getMeanElevation(ArrayList<Ray> gList) |
float |
getMeanElevation(String key,
int eNum) |
short |
getMissingData() |
protected short |
getShort(byte[] bytes,
int offset) |
Date |
getStartDate() |
float |
getStationElevation() |
String |
getStationId() |
float |
getStationLatitude() |
float |
getStationLongitude() |
Short |
getSweepMode() |
boolean |
isValidFile(RandomAccessFile raf) |
public boolean isValidFile(RandomAccessFile raf)
public float getMeanElevation(String key, int eNum)
public int getMaxRadials()
public String getDataFormat()
public Date getStartDate()
public Date getEndDate()
public float getHorizontalBeamWidth(String ab)
public String getStationId()
public Short getSweepMode()
public float getStationLatitude()
public float getStationLongitude()
public float 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)
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.