Package gov.nasa.worldwindx.performance
Class VeryManyPaths
- java.lang.Object
-
- gov.nasa.worldwindx.examples.ApplicationTemplate
-
- gov.nasa.worldwindx.performance.VeryManyPaths
-
public class VeryManyPaths extends ApplicationTemplate
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVeryManyPaths.AppFrame-
Nested classes/interfaces inherited from class gov.nasa.worldwindx.examples.ApplicationTemplate
ApplicationTemplate.AppPanel
-
-
Field Summary
Fields Modifier and Type Field Description protected static intALTITUDE_MODEprotected static doubleLINE_WIDTHprotected static intNUM_PATHSprotected static intNUM_POSITIONSprotected static doublePATH_HEIGHTprotected static AnglePATH_LENGTHprotected static LatLonSTART_LOCATION
-
Constructor Summary
Constructors Constructor Description VeryManyPaths()
-
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
-
NUM_PATHS
protected static final int NUM_PATHS
- See Also:
- Constant Field Values
-
NUM_POSITIONS
protected static final int NUM_POSITIONS
- See Also:
- Constant Field Values
-
PATH_LENGTH
protected static final Angle PATH_LENGTH
-
PATH_HEIGHT
protected static final double PATH_HEIGHT
- See Also:
- Constant Field Values
-
START_LOCATION
protected static final LatLon START_LOCATION
-
ALTITUDE_MODE
protected static final int ALTITUDE_MODE
- See Also:
- Constant Field Values
-
LINE_WIDTH
protected static final double LINE_WIDTH
- See Also:
- Constant Field Values
-
-