NASA World Wind

gov.nasa.worldwind.examples
Class LocallyGeneratedImagery

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

public class LocallyGeneratedImagery
extends ApplicationTemplate

Application demonstrating how to import and view local imagery in WWJ. Currently only RPF (CADRG and CIB) data is supported.

How to view RPF imagery
  1. Click "Import CADRG/CIB".
  2. A dialog will appear.
  3. Select a folder to search for data. This should be a folder you know contains RPF data.
  4. Click "Next".
  5. Select the data series you want to import. Note: A new RPF layer will be created for each data series selected.
  6. Click "Next".
  7. Wait for preprocessing to complete for each data series you selected.
  8. Click "Finish".
Key RPF features


Nested Class Summary
static class LocallyGeneratedImagery.AppFrame
           
 
Nested classes/interfaces inherited from class gov.nasa.worldwind.examples.ApplicationTemplate
ApplicationTemplate.AppPanel
 
Constructor Summary
LocallyGeneratedImagery()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void runRPFImportWizard(WorldWindow wwd)
           
 
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

LocallyGeneratedImagery

public LocallyGeneratedImagery()
Method Detail

main

public static void main(java.lang.String[] args)

runRPFImportWizard

public static void runRPFImportWizard(WorldWindow wwd)

NASA World Wind