Package gov.nasa.worldwindx.examples
Class KeepingObjectsInView
- java.lang.Object
- 
- gov.nasa.worldwindx.examples.ApplicationTemplate
- 
- gov.nasa.worldwindx.examples.KeepingObjectsInView
 
 
- 
 public class KeepingObjectsInView extends ApplicationTemplate KeepingObjectsInView demonstrates keeping a set of scene elements visible by using the utility classExtentVisibilitySupport. To run this demonstration, execute this class' main method, then follow the on-screen instructions.The key functionality demonstrated by KeepingObjectsVisible is found in the internal classes KeepingObjectsInView.ViewControllerandKeepingObjectsInView.ViewAnimator.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classKeepingObjectsInView.AppFramestatic classKeepingObjectsInView.ViewAnimatorstatic classKeepingObjectsInView.ViewController- 
Nested classes/interfaces inherited from class gov.nasa.worldwindx.examples.ApplicationTemplateApplicationTemplate.AppPanel
 
- 
 - 
Constructor SummaryConstructors Constructor Description KeepingObjectsInView()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static AnnotationcreateHelpAnnotation(WorldWindow wwd)static java.lang.Iterable<?>createObjectsToTrack()static voidmain(java.lang.String[] args)protected static LatLonrandomLocation(Sector sector)- 
Methods inherited from class gov.nasa.worldwindx.examples.ApplicationTemplateinsertAfterPlacenames, insertBeforeCompass, insertBeforeLayerName, insertBeforePlacenames, start
 
- 
 
- 
- 
- 
Method Detail- 
createObjectsToTrackpublic static java.lang.Iterable<?> createObjectsToTrack() 
 - 
createHelpAnnotationpublic static Annotation createHelpAnnotation(WorldWindow wwd) 
 - 
mainpublic static void main(java.lang.String[] args) 
 
- 
 
-