NASA World Wind

Uses of Class
gov.nasa.worldwind.cache.FileStoreDataSet

Packages that use FileStoreDataSet
gov.nasa.worldwind.cache   
gov.nasa.worldwind.examples.util.cachecleaner   
 

Uses of FileStoreDataSet in gov.nasa.worldwind.cache
 

Methods in gov.nasa.worldwind.cache that return types with arguments of type FileStoreDataSet
static List<FileStoreDataSet> FileStoreDataSet.getDataSets(File cacheRoot)
           
 

Uses of FileStoreDataSet in gov.nasa.worldwind.examples.util.cachecleaner
 

Methods in gov.nasa.worldwind.examples.util.cachecleaner that return types with arguments of type FileStoreDataSet
 List<FileStoreDataSet> CacheTable.getSelectedDataSets()
           
 

Methods in gov.nasa.worldwind.examples.util.cachecleaner with parameters of type FileStoreDataSet
 void CacheTable.deleteDataSet(FileStoreDataSet dataset)
           
 

Method parameters in gov.nasa.worldwind.examples.util.cachecleaner with type arguments of type FileStoreDataSet
 void CacheTable.setDataSets(String rootDir, List<FileStoreDataSet> sets)
           
 


NASA World Wind