gov.nasa.worldwind.examples
Class ApplicationTemplate
java.lang.Object
gov.nasa.worldwind.examples.ApplicationTemplate
- Direct Known Subclasses:
- AnaglyphStereo, Annotations, DraggingShapes, FlatWorld, GlobalGridAboveSurface, LoggingControl, PipeTracks, RuntimeStatistics, StartupImage, SurfaceImages, TerrainProfiler, TexturedSurfaceShape, Tracks, ViewIteration, WWJ_87
public class ApplicationTemplate
- extends Object
Provides a base application framework for simple WorldWind examples. Although this class will run stand-alone, it is
not meant to be used that way. But it has a main method to show how a derived class would call it.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationTemplate
public ApplicationTemplate()
insertAfterPlacenames
public static void insertAfterPlacenames(WorldWindow wwd,
Layer layer)
insertBeforeCompass
public static void insertBeforeCompass(WorldWindow wwd,
Layer layer)
insertBeforeLayerName
public static void insertBeforeLayerName(WorldWindow wwd,
Layer layer,
String targetName)
insertBeforePlacenames
public static void insertBeforePlacenames(WorldWindow wwd,
Layer layer)
main
public static void main(String[] args)
start
public static void start(String appName,
Class appFrameClass)