Package gov.nasa.worldwindx.examples
Class MultiResPath
- java.lang.Object
-
- gov.nasa.worldwindx.examples.ApplicationTemplate
-
- gov.nasa.worldwindx.examples.MultiResPath
-
public class MultiResPath extends ApplicationTemplate
Illustrates use of theMultiResolutionPathshape, which adapts its complexity as the path's distance from the eye point changes.Also illustrates the use of the "show positions" feature of
Path.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMultiResPath.AppFrame-
Nested classes/interfaces inherited from class gov.nasa.worldwindx.examples.ApplicationTemplate
ApplicationTemplate.AppPanel
-
-
Field Summary
Fields Modifier and Type Field Description protected static intNUM_POSITIONSprotected static Position[]ORIGINprotected static doubleSPEED
-
Constructor Summary
Constructors Constructor Description MultiResPath()
-
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_POSITIONS
protected static final int NUM_POSITIONS
- See Also:
- Constant Field Values
-
SPEED
protected static final double SPEED
- See Also:
- Constant Field Values
-
ORIGIN
protected static final Position[] ORIGIN
-
-