|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.AddeUtil
public final class AddeUtil
A class for holding some Adde related constants and static methods
| Field Summary | |
|---|---|
static String |
LATLON_BOX
The latlon bounding box time indicator |
static String |
LEVEL
The level indicator |
static String |
MISC_KEYWORDS
Property for miscellaneous keywords |
static String |
NUM_RELATIVE_TIMES
Property for the number of relative times |
static String |
RELATIVE_TIME
The relative time indicator |
static String |
RELATIVE_TIME_INCREMENT
Property for the time increment |
static String |
RELATIVE_TIME_RANGE
The relative time range indicator |
| Constructor Summary | |
|---|---|
AddeUtil()
|
|
| Method Summary | |
|---|---|
static List |
generateTimeUrls(DataSourceImpl datasource,
String url)
Generate a list of URLs, expanding any time macros |
static void |
main(String[] args)
Main method for testing |
static String[] |
makeRelativeTimes(int[] timeIndices,
float timeInc)
Make the relative times |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String RELATIVE_TIME
public static final String RELATIVE_TIME_RANGE
public static final String LATLON_BOX
public static final String LEVEL
public static String NUM_RELATIVE_TIMES
public static String RELATIVE_TIME_INCREMENT
public static final String MISC_KEYWORDS
| Constructor Detail |
|---|
public AddeUtil()
| Method Detail |
|---|
public static List generateTimeUrls(DataSourceImpl datasource,
String url)
datasource - DataSource that holds relevant propertiesurl - original source URL
public static String[] makeRelativeTimes(int[] timeIndices,
float timeInc)
timeIndices - array of time indicestimeInc - time increment (hours)
public static void main(String[] args)
args - not used
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||