|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.radar.VCP
public class VCP
Static class for describing Volume Coverage Patterns (VCP) for Archive Level II data files. Will probably change in the future. Adapted with permission from the Java Iras software developed by David Priegnitz at NSSL.
| Constructor Summary | |
|---|---|
VCP()
Constructor. |
|
| Method Summary | |
|---|---|
static double[] |
getAngles(int vcp)
Get the elevation angles for a given VCP. |
static float |
getCutAngle(int vcp,
int cut)
Get the elevation angle for a given VCP and cut. |
static int |
getNumCuts(int vcp)
Get the number of cuts for a particular VCP value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VCP()
| Method Detail |
|---|
public static int getNumCuts(int vcp)
vcp - value for VCP
public static float getCutAngle(int vcp,
int cut)
vcp - VCP valuecut - cut index
public static double[] getAngles(int vcp)
vcp - VCP value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||