gov.nasa.worldwind.examples
Class LocallyGeneratedImagery
java.lang.Object
gov.nasa.worldwind.examples.ApplicationTemplate
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
- Click "Import CADRG/CIB".
- A dialog will appear.
- Select a folder to search for data. This should be a folder you know contains RPF data.
- Click "Next".
- Select the data series you want to import.
Note: A new RPF layer will be created for each data series selected.
- Click "Next".
- Wait for preprocessing to complete for each data series you selected.
- Click "Finish".
Key RPF features
- Wizard UI walks user through process of selecting, preprocessing, and importing RPF imagery.
- Preprocessing enables the layer to create images spanning thousands of RPF files very quickly.
- Impact of preprocessed data on users hard drive is constant - all selected files are preprocessed.
These files are roughly equivalent in size to the original data.
- Imagery is created only when user views it, and then it is stored in the WWJ file cache.
- Impact of actual imagery on users hard drive is commensurate to areas the user has viewed.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocallyGeneratedImagery
public LocallyGeneratedImagery()
main
public static void main(String[] args)
runRPFImportWizard
public static void runRPFImportWizard(WorldWindow wwd)