Package gov.nasa.worldwindx.examples
Class FlatWorldEarthquakes
- java.lang.Object
- 
- gov.nasa.worldwindx.examples.ApplicationTemplate
- 
- gov.nasa.worldwindx.examples.FlatWorldEarthquakes
 
 
- 
 public class FlatWorldEarthquakes extends ApplicationTemplate Using the EarthFlat and FlatOrbitView to display USGS latest earthquakes rss feed.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classFlatWorldEarthquakes.AppFrame- 
Nested classes/interfaces inherited from class gov.nasa.worldwindx.examples.ApplicationTemplateApplicationTemplate.AppPanel
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected static longMILLISECONDS_PER_DAYprotected static longMILLISECONDS_PER_HOURprotected static longMILLISECONDS_PER_MINUTEprotected static longUPDATE_INTERVALprotected static java.lang.StringUSGS_EARTHQUAKE_FEED_URLprotected static java.lang.StringUSGS_EARTHQUAKE_MAGNITUDEprotected static java.lang.StringUSGS_EARTHQUAKE_PLACEprotected static java.lang.StringUSGS_EARTHQUAKE_TIME
 - 
Constructor SummaryConstructors Constructor Description FlatWorldEarthquakes()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)- 
Methods inherited from class gov.nasa.worldwindx.examples.ApplicationTemplateinsertAfterPlacenames, insertBeforeCompass, insertBeforeLayerName, insertBeforePlacenames, start
 
- 
 
- 
- 
- 
Field Detail- 
USGS_EARTHQUAKE_FEED_URLprotected static final java.lang.String USGS_EARTHQUAKE_FEED_URL - See Also:
- Constant Field Values
 
 - 
USGS_EARTHQUAKE_MAGNITUDEprotected static final java.lang.String USGS_EARTHQUAKE_MAGNITUDE - See Also:
- Constant Field Values
 
 - 
USGS_EARTHQUAKE_PLACEprotected static final java.lang.String USGS_EARTHQUAKE_PLACE - See Also:
- Constant Field Values
 
 - 
USGS_EARTHQUAKE_TIMEprotected static final java.lang.String USGS_EARTHQUAKE_TIME - See Also:
- Constant Field Values
 
 - 
UPDATE_INTERVALprotected static final long UPDATE_INTERVAL - See Also:
- Constant Field Values
 
 - 
MILLISECONDS_PER_MINUTEprotected static final long MILLISECONDS_PER_MINUTE - See Also:
- Constant Field Values
 
 - 
MILLISECONDS_PER_HOURprotected static final long MILLISECONDS_PER_HOUR - See Also:
- Constant Field Values
 
 - 
MILLISECONDS_PER_DAYprotected static final long MILLISECONDS_PER_DAY - See Also:
- Constant Field Values
 
 
- 
 
-