NASA World Wind

Uses of Interface
gov.nasa.worldwind.data.DataDescriptor

Packages that use DataDescriptor
gov.nasa.worldwind.cache   
gov.nasa.worldwind.data   
gov.nasa.worldwind.examples   
 

Uses of DataDescriptor in gov.nasa.worldwind.cache
 

Methods in gov.nasa.worldwind.cache that return types with arguments of type DataDescriptor
 List<? extends DataDescriptor> FileStore.findAllDataDescriptors()
           
 List<? extends DataDescriptor> AbstractFileStore.findAllDataDescriptors()
           
 List<? extends DataDescriptor> FileStore.findDataDescriptors(String path)
           
 List<? extends DataDescriptor> AbstractFileStore.findDataDescriptors(String path)
           
 

Method parameters in gov.nasa.worldwind.cache with type arguments of type DataDescriptor
protected  void AbstractFileStore.doFindDataDescriptors(AbstractFileStore.StoreLocation location, File dir, List<DataDescriptor> descriptors)
           
protected  boolean AbstractFileStore.readDataDescriptor(AbstractFileStore.StoreLocation location, File descriptorFile, List<DataDescriptor> descriptors)
           
 

Uses of DataDescriptor in gov.nasa.worldwind.data
 

Classes in gov.nasa.worldwind.data that implement DataDescriptor
 class BasicDataDescriptor
           
 

Methods in gov.nasa.worldwind.data that return DataDescriptor
protected  DataDescriptor WWDotNetLayerSetReader.doRead(Reader reader)
           
protected  DataDescriptor BasicDataDescriptorReader.doRead(Reader reader)
           
protected abstract  DataDescriptor AbstractDataDescriptorReader.doRead(Reader reader)
           
 DataDescriptor DataDescriptorReader.read()
           
 DataDescriptor AbstractDataDescriptorReader.read()
           
 

Methods in gov.nasa.worldwind.data with parameters of type DataDescriptor
protected  void WWDotNetLayerSetWriter.doWrite(Writer writer, DataDescriptor descriptor)
           
protected  void BasicDataDescriptorWriter.doWrite(Writer writer, DataDescriptor descriptor)
           
protected abstract  void AbstractDataDescriptorWriter.doWrite(Writer writer, DataDescriptor descriptor)
           
protected  String WWDotNetLayerSetInstaller.filenameFor(DataDescriptor descriptor)
           
protected  Object WWDotNetLayerSetInstaller.installLocationFor(AVList installParams, DataSource dataSource, DataDescriptor descriptor)
           
protected  Object TiledRasterProducer.installLocationForDescriptor(DataDescriptor descriptor, DataDescriptorWriter writer)
           
protected  void WWDotNetLayerSetReader.parseLayerSet(Node layerSetNode, DataDescriptor descriptor)
           
protected  void WWDotNetLayerSetReader.readInputStream(Reader reader, DataDescriptor descriptor)
           
protected  Object WWDotNetLayerSetInstaller.sourceLocationFor(DataSource dataSource, DataDescriptor descriptor)
           
 void DataDescriptorWriter.write(DataDescriptor descriptor)
           
 void AbstractDataDescriptorWriter.write(DataDescriptor descriptor)
           
 

Uses of DataDescriptor in gov.nasa.worldwind.examples
 

Methods in gov.nasa.worldwind.examples that return DataDescriptor
protected static DataDescriptor RubberSheetImage.findDataDescriptor(String name)
           
 

Methods in gov.nasa.worldwind.examples that return types with arguments of type DataDescriptor
 Iterable<DataDescriptor> InstalledDataPanel.getDataDescriptors()
           
 List<DataDescriptor> InstalledDataPanel.DataDescriptorTableModel.getRowValues()
           
 Iterable<DataDescriptor> InstalledDataPanel.getSelectedDataDescriptors()
           
 

Method parameters in gov.nasa.worldwind.examples with type arguments of type DataDescriptor
 void InstalledDataPanel.DataDescriptorTableModel.setRowValues(Iterable<? extends DataDescriptor> newRowValues)
           
 void InstalledData.Controller.synchronizeInstalledData(Iterable<DataDescriptor> installed)
           
 

Constructor parameters in gov.nasa.worldwind.examples with type arguments of type DataDescriptor
InstalledData.Uninstaller(InstalledData.Controller controller, Iterable<DataDescriptor> descriptors)
           
 


NASA World Wind