NASA World Wind

gov.nasa.worldwind.examples
Class MeasureToolUsage

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

public class MeasureToolUsage
extends ApplicationTemplate

Example usage of MeasureTool to draw a shape on the globe and measure length, area, etc. Click the "New" button, and then click and drag on the globe to define a shape. The panel on the left shows the shape's measurement.

See Also:
MeasureTool, MeasureToolController, MeasureToolPanel

Nested Class Summary
static class MeasureToolUsage.AppFrame
           
 
Nested classes/interfaces inherited from class gov.nasa.worldwind.examples.ApplicationTemplate
ApplicationTemplate.AppPanel
 
Constructor Summary
MeasureToolUsage()
           
 
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

MeasureToolUsage

public MeasureToolUsage()
Method Detail

main

public static void main(String[] args)

NASA World Wind