Package gov.nasa.worldwindx.examples
Class MarkersOrder
- java.lang.Object
-
- gov.nasa.worldwindx.examples.ApplicationTemplate
-
- gov.nasa.worldwindx.examples.MarkersOrder
-
public class MarkersOrder extends ApplicationTemplate
Shows how to control track markers attributes to convey their order in time. The markers can be colored by the day of week that the data was collected, by the hour of day that the data was collected, or by a simple color ramp. Use the controls in the lower left corner of the window to change the ordering mode.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classMarkersOrder.AppFrame-
Nested classes/interfaces inherited from class gov.nasa.worldwindx.examples.ApplicationTemplate
ApplicationTemplate.AppPanel
-
-
Field Summary
Fields Modifier and Type Field Description protected static doubleTRACK_LATITUDEprotected static doubleTRACK_LONGITUDEprotected static java.lang.StringTRACK_PATH
-
Constructor Summary
Constructors Constructor Description MarkersOrder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)-
Methods inherited from class gov.nasa.worldwindx.examples.ApplicationTemplate
insertAfterPlacenames, insertBeforeCompass, insertBeforeLayerName, insertBeforePlacenames, start
-
-
-
-
Field Detail
-
TRACK_PATH
protected static final java.lang.String TRACK_PATH
- See Also:
- Constant Field Values
-
TRACK_LATITUDE
protected static final double TRACK_LATITUDE
- See Also:
- Constant Field Values
-
TRACK_LONGITUDE
protected static final double TRACK_LONGITUDE
- See Also:
- Constant Field Values
-
-