Uses of Class
gov.nasa.worldwindx.examples.util.FileStoreDataSet
-
Packages that use FileStoreDataSet Package Description gov.nasa.worldwindx.examples.util gov.nasa.worldwindx.examples.util.cachecleaner -
-
Uses of FileStoreDataSet in gov.nasa.worldwindx.examples.util
Methods in gov.nasa.worldwindx.examples.util that return types with arguments of type FileStoreDataSet Modifier and Type Method Description static java.util.List<FileStoreDataSet>FileStoreDataSet. getDataSets(java.io.File cacheRoot)Find all of the data set directories in a cache root. -
Uses of FileStoreDataSet in gov.nasa.worldwindx.examples.util.cachecleaner
Methods in gov.nasa.worldwindx.examples.util.cachecleaner that return types with arguments of type FileStoreDataSet Modifier and Type Method Description java.util.List<FileStoreDataSet>CacheTable. getSelectedDataSets()Methods in gov.nasa.worldwindx.examples.util.cachecleaner with parameters of type FileStoreDataSet Modifier and Type Method Description voidCacheTable. deleteDataSet(FileStoreDataSet dataset)Method parameters in gov.nasa.worldwindx.examples.util.cachecleaner with type arguments of type FileStoreDataSet Modifier and Type Method Description voidCacheTable. setDataSets(java.lang.String rootDir, java.util.List<FileStoreDataSet> sets)
-