Uses of Interface
gov.nasa.worldwind.cache.FileStore
-
Packages that use FileStore Package Description gov.nasa.worldwind gov.nasa.worldwind.cache gov.nasa.worldwind.layers gov.nasa.worldwind.layers.placename gov.nasa.worldwind.render gov.nasa.worldwind.retrieve gov.nasa.worldwind.terrain gov.nasa.worldwind.util gov.nasa.worldwindx.applications.dataimporter gov.nasa.worldwindx.applications.worldwindow.features gov.nasa.worldwindx.examples.dataimport This package contains examples that show how to import imagery and elevation data and how to use it to create layers, renderables and elevation models. -
-
Uses of FileStore in gov.nasa.worldwind
Methods in gov.nasa.worldwind that return FileStore Modifier and Type Method Description static FileStoreWorldWind. getDataFileStore() -
Uses of FileStore in gov.nasa.worldwind.cache
Classes in gov.nasa.worldwind.cache that implement FileStore Modifier and Type Class Description classAbstractFileStoreclassBasicDataFileStoreBasic implementation ofFileStore.Methods in gov.nasa.worldwind.cache with parameters of type FileStore Modifier and Type Method Description booleanFileStoreFilter. accept(FileStore fileStore, java.lang.String fileName)Returns whether or not this filter accepts the file name under a specified FileStore. -
Uses of FileStore in gov.nasa.worldwind.layers
Fields in gov.nasa.worldwind.layers declared as FileStore Modifier and Type Field Description protected FileStoreBasicTiledImageLayer.DownloadPostProcessor. fileStoreMethods in gov.nasa.worldwind.layers that return FileStore Modifier and Type Method Description FileStoreAbstractLayer. getDataFileStore()protected FileStoreBasicTiledImageLayer.DownloadPostProcessor. getFileStore()Methods in gov.nasa.worldwind.layers with parameters of type FileStore Modifier and Type Method Description protected voidBasicTiledImageLayer. doWriteConfigurationParams(FileStore fileStore, java.lang.String fileName, AVList params)longBasicTiledImageLayer. getEstimatedMissingDataSize(Sector sector, double resolution, FileStore fileStore)Get the estimated size in bytes of the imagery not in a specified file store for a specified sector and resolution.protected booleanBasicTiledImageLayer. isTextureFileExpired(TextureTile tile, java.net.URL textureURL, FileStore fileStore)BulkRetrievalThreadBasicTiledImageLayer. makeLocal(Sector sector, double resolution, FileStore fileStore, BulkRetrievalListener listener)Start a newBulkRetrievalThreadthat downloads all imagery for a given sector and resolution to a specifiedFileStore, without downloading imagery that is already in the file store.protected booleanBasicTiledImageLayer. needsConfigurationFile(FileStore fileStore, java.lang.String fileName, AVList params, boolean removeIfExpired)voidAbstractLayer. setDataFileStore(FileStore fileStore)protected voidBasicTiledImageLayer. writeConfigurationFile(FileStore fileStore)protected voidBasicTiledImageLayer. writeConfigurationParams(FileStore fileStore, AVList params)Constructors in gov.nasa.worldwind.layers with parameters of type FileStore Constructor Description BasicTiledImageLayerBulkDownloader(BasicTiledImageLayer layer, Sector sector, double resolution, FileStore fileStore, BulkRetrievalListener listener)Constructs a downloader to retrieve imagery not currently available in a specified file store.BulkDownloadPostProcessor(TextureTile tile, BasicTiledImageLayer layer, FileStore fileStore)DownloadPostProcessor(TextureTile tile, BasicTiledImageLayer layer, FileStore fileStore) -
Uses of FileStore in gov.nasa.worldwind.layers.placename
Fields in gov.nasa.worldwind.layers.placename declared as FileStore Modifier and Type Field Description protected FileStorePlaceNameLayer.DownloadPostProcessor. fileStoreMethods in gov.nasa.worldwind.layers.placename that return FileStore Modifier and Type Method Description protected FileStorePlaceNameLayer.DownloadPostProcessor. getFileStore()Methods in gov.nasa.worldwind.layers.placename with parameters of type FileStore Modifier and Type Method Description longPlaceNameLayer. getEstimatedMissingDataSize(Sector sector, double resolution, FileStore fileStore)Get the estimated size in bytes of the placenames not in a specified file store for the given sector and resolution.BulkRetrievalThreadPlaceNameLayer. makeLocal(Sector sector, double resolution, FileStore fileStore, BulkRetrievalListener listener)Start a newBulkRetrievalThreadthat downloads all placenames for a given sector and resolution to a specified file store.Constructors in gov.nasa.worldwind.layers.placename with parameters of type FileStore Constructor Description BulkDownloadPostProcessor(PlaceNameLayer layer, PlaceNameLayer.Tile tile, FileStore fileStore)DownloadPostProcessor(PlaceNameLayer layer, PlaceNameLayer.Tile tile, FileStore fileStore)PlaceNameLayerBulkDownloader(PlaceNameLayer layer, Sector sector, double resolution, FileStore fileStore, BulkRetrievalListener listener)Constructs a downloader to retrieve placenames not currently available in a specified file store and places it there. -
Uses of FileStore in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render declared as FileStore Modifier and Type Field Description protected FileStoreLazilyLoadedTexture. fileStoreIdentifies theFileStoreof the supporting file cache for this model. -
Uses of FileStore in gov.nasa.worldwind.retrieve
Fields in gov.nasa.worldwind.retrieve declared as FileStore Modifier and Type Field Description protected FileStoreBulkRetrievalThread. fileStoreMethods in gov.nasa.worldwind.retrieve that return FileStore Modifier and Type Method Description FileStoreBulkRetrievalThread. getFileStore()Get the file store.Methods in gov.nasa.worldwind.retrieve with parameters of type FileStore Modifier and Type Method Description longBulkRetrievable. getEstimatedMissingDataSize(Sector sector, double resolution, FileStore fileStore)Estimates the amount of data, in bytes, that must be retrieved to a specified filestore for a specified sector and resolution.BulkRetrievalThreadBulkRetrievable. makeLocal(Sector sector, double resolution, FileStore fileStore, BulkRetrievalListener listener)Initiates data retrieval to a specified filestore.Constructors in gov.nasa.worldwind.retrieve with parameters of type FileStore Constructor Description BulkRetrievalThread(BulkRetrievable retrievable, Sector sector, double resolution, FileStore fileStore, BulkRetrievalListener listener) -
Uses of FileStore in gov.nasa.worldwind.terrain
Fields in gov.nasa.worldwind.terrain declared as FileStore Modifier and Type Field Description protected FileStoreAbstractElevationModel. dataFileStoreprotected FileStoreBasicElevationModel.DownloadPostProcessor. fileStoreMethods in gov.nasa.worldwind.terrain that return FileStore Modifier and Type Method Description FileStoreAbstractElevationModel. getDataFileStore()protected FileStoreBasicElevationModel.DownloadPostProcessor. getFileStore()Methods in gov.nasa.worldwind.terrain with parameters of type FileStore Modifier and Type Method Description protected voidBasicElevationModel. doWriteConfigurationParams(FileStore fileStore, java.lang.String fileName, AVList params)longBasicElevationModel. getEstimatedMissingDataSize(Sector sector, double resolution, FileStore fileStore)Get the estimated size in bytes of the elevations not in a specified file store for the given sector and resolution.protected booleanBasicElevationModel. isFileExpired(Tile tile, java.net.URL fileURL, FileStore fileStore)BulkRetrievalThreadBasicElevationModel. makeLocal(Sector sector, double resolution, FileStore fileStore, BulkRetrievalListener listener)Start a newBulkRetrievalThreadthat downloads all elevations for a given sector and resolution to a specified file store, without downloading imagery already in the file store.protected booleanBasicElevationModel. needsConfigurationFile(FileStore fileStore, java.lang.String fileName, AVList params, boolean removeIfExpired)voidAbstractElevationModel. setDataFileStore(FileStore dataFileStore)protected voidBasicElevationModel. writeConfigurationFile(FileStore fileStore)protected voidBasicElevationModel. writeConfigurationParams(AVList params, FileStore fileStore)Constructors in gov.nasa.worldwind.terrain with parameters of type FileStore Constructor Description BasicElevationModelBulkDownloader(BasicElevationModel elevationModel, Sector sector, double resolution, FileStore fileStore, BulkRetrievalListener listener)Constructs a downloader to retrieve elevations not currently available in a specified file store.BulkDownloadPostProcessor(Tile tile, BasicElevationModel elevationModel, FileStore fileStore)DownloadPostProcessor(Tile tile, BasicElevationModel em, FileStore fileStore) -
Uses of FileStore in gov.nasa.worldwind.util
Methods in gov.nasa.worldwind.util with parameters of type FileStore Modifier and Type Method Description booleanDataConfigurationFilter. accept(FileStore fileStore, java.lang.String fileName)Returns true if the specified file store path can be opened as an XML document, and callingDataConfigurationFilter.accept(org.w3c.dom.Document)returns true.static java.net.URLDataConfigurationUtils. findExistingDataConfigFile(FileStore fileStore, java.lang.String fileName)Returns the URL of an existing data configuration file under the specified file store, or null if no configuration file exists.static booleanDataConfigurationUtils. hasDataConfigFile(FileStore fileStore, java.lang.String fileName, boolean removeIfExpired, long expiryTime)Returns true if a configuration file name exists in the store which has not expired. -
Uses of FileStore in gov.nasa.worldwindx.applications.dataimporter
Methods in gov.nasa.worldwindx.applications.dataimporter with parameters of type FileStore Modifier and Type Method Description java.util.List<FileStoreDataSet>FileStoreDataSetFinder. findDataSets(FileStore fileStore)java.io.FileDataInstaller. getDefaultInstallLocation(FileStore fileStore)voidFileStorePanel. update(FileStore fileStore)Finds and displays all data sets within a specified filestore. -
Uses of FileStore in gov.nasa.worldwindx.applications.worldwindow.features
Fields in gov.nasa.worldwindx.applications.worldwindow.features declared as FileStore Modifier and Type Field Description protected FileStoreImportedDataDialog. fileStoreMethods in gov.nasa.worldwindx.applications.worldwindow.features with parameters of type FileStore Modifier and Type Method Description protected static org.w3c.dom.DocumentImportedDataDialog. createDataStoreFromFile(java.io.File file, FileStore fileStore, DataStoreProducer producer)static java.io.FileDataImportUtil. getDefaultImportLocation(FileStore fileStore)Returns a location in the specifiedFileStorewhich should be used as the default location for importing data.protected static org.w3c.dom.DocumentImportedDataDialog. importDataFromFile(java.awt.Component parentComponent, java.io.File file, FileStore fileStore)protected static voidImportedDataDialog. loadImportedDataFromFileStore(FileStore fileStore, ImportedDataPanel panel) -
Uses of FileStore in gov.nasa.worldwindx.examples.dataimport
Fields in gov.nasa.worldwindx.examples.dataimport declared as FileStore Modifier and Type Field Description protected FileStoreInstallImageryAndElevationsDemo.InstalledDataFrame. fileStoreMethods in gov.nasa.worldwindx.examples.dataimport with parameters of type FileStore Modifier and Type Method Description protected static org.w3c.dom.DocumentInstallImageryAndElevationsDemo. createDataStore(java.io.File[] files, FileStore fileStore, DataStoreProducer producer)static java.io.FileDataInstallUtil. getDefaultInstallLocation(FileStore fileStore)Returns a location in the specifiedFileStorewhich should be used as the default location for installing data.protected static org.w3c.dom.DocumentInstallImageryAndElevationsDemo. installDataFromFiles(java.awt.Component parentComponent, java.io.File[] files, FileStore fileStore)protected ElevationModelInstallDTED.AppFrame. installElevations(java.lang.String displayName, java.util.ArrayList<java.io.File> sources, FileStore fileStore)protected ElevationModelInstallElevations.AppFrame. installElevations(java.lang.String displayName, java.lang.Object elevationSource, FileStore fileStore)protected LayerInstallImagery.AppFrame. installSurfaceImage(java.lang.String displayName, java.lang.Object imageSource, FileStore fileStore)protected static voidInstallImageryAndElevationsDemo. loadInstalledDataFromFileStore(FileStore fileStore, InstalledDataPanel panel)Constructors in gov.nasa.worldwindx.examples.dataimport with parameters of type FileStore Constructor Description InstalledDataFrame(FileStore fileStore, WorldWindow worldWindow)
-