NASA World Wind

gov.nasa.worldwind.examples
Class GetBestElevations

java.lang.Object
  extended by gov.nasa.worldwind.examples.ApplicationTemplate
      extended by gov.nasa.worldwind.examples.GetBestElevations

public class GetBestElevations
extends ApplicationTemplate

Retrieve the highest-resolution elevations available for the current elevation model, drawing them from the server if necessary. Shift-click on the globe to retrieve the elevation of a location.

Note: The HighResolutionTerrain class may be more appropriate to your needs than this example.

See Also:
HighResolutionTerrain

Nested Class Summary
static class GetBestElevations.AppFrame
           
 
Nested classes/interfaces inherited from class gov.nasa.worldwind.examples.ApplicationTemplate
ApplicationTemplate.AppPanel
 
Constructor Summary
GetBestElevations()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class gov.nasa.worldwind.examples.ApplicationTemplate
insertAfterPlacenames, insertBeforeCompass, insertBeforeLayerName, insertBeforePlacenames, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetBestElevations

public GetBestElevations()
Method Detail

main

public static void main(String[] args)

NASA World Wind