Modifier and Type | Method and Description |
---|---|
static FileStore |
WorldWind.getDataFileStore() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileStore |
class |
BasicDataFileStore
Basic implementation of
FileStore . |
Modifier and Type | Method and Description |
---|---|
boolean |
FileStoreFilter.accept(FileStore fileStore,
java.lang.String fileName)
Returns whether or not this filter accepts the file name under a specified FileStore.
|
Modifier and Type | Field and Description |
---|---|
protected FileStore |
BasicTiledImageLayer.DownloadPostProcessor.fileStore |
Modifier and Type | Method and Description |
---|---|
FileStore |
AbstractLayer.getDataFileStore() |
protected FileStore |
BasicTiledImageLayer.DownloadPostProcessor.getFileStore() |
Modifier and Type | Method and Description |
---|---|
protected void |
BasicTiledImageLayer.doWriteConfigurationParams(FileStore fileStore,
java.lang.String fileName,
AVList params) |
long |
BasicTiledImageLayer.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 boolean |
BasicTiledImageLayer.isTextureFileExpired(TextureTile tile,
java.net.URL textureURL,
FileStore fileStore) |
BulkRetrievalThread |
BasicTiledImageLayer.makeLocal(Sector sector,
double resolution,
FileStore fileStore,
BulkRetrievalListener listener)
Start a new
BulkRetrievalThread that downloads all imagery for a given sector and resolution to a
specified FileStore , without downloading imagery that is already in the file store. |
protected boolean |
BasicTiledImageLayer.needsConfigurationFile(FileStore fileStore,
java.lang.String fileName,
AVList params,
boolean removeIfExpired) |
void |
AbstractLayer.setDataFileStore(FileStore fileStore) |
protected void |
BasicTiledImageLayer.writeConfigurationFile(FileStore fileStore) |
protected void |
BasicTiledImageLayer.writeConfigurationParams(FileStore fileStore,
AVList params) |
Constructor and 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) |
Modifier and Type | Field and Description |
---|---|
protected FileStore |
PlaceNameLayer.DownloadPostProcessor.fileStore |
Modifier and Type | Method and Description |
---|---|
protected FileStore |
PlaceNameLayer.DownloadPostProcessor.getFileStore() |
Modifier and Type | Method and Description |
---|---|
long |
PlaceNameLayer.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.
|
BulkRetrievalThread |
PlaceNameLayer.makeLocal(Sector sector,
double resolution,
FileStore fileStore,
BulkRetrievalListener listener)
Start a new
BulkRetrievalThread that downloads all placenames for a given sector and resolution to a
specified file store. |
Constructor and 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.
|
Modifier and Type | Field and Description |
---|---|
protected FileStore |
LazilyLoadedTexture.fileStore
Identifies the
FileStore of the supporting file cache for this model. |
Modifier and Type | Field and Description |
---|---|
protected FileStore |
BulkRetrievalThread.fileStore |
Modifier and Type | Method and Description |
---|---|
FileStore |
BulkRetrievalThread.getFileStore()
Get the file store.
|
Modifier and Type | Method and Description |
---|---|
long |
BulkRetrievable.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.
|
BulkRetrievalThread |
BulkRetrievable.makeLocal(Sector sector,
double resolution,
FileStore fileStore,
BulkRetrievalListener listener)
Initiates data retrieval to a specified filestore.
|
Constructor and Description |
---|
BulkRetrievalThread(BulkRetrievable retrievable,
Sector sector,
double resolution,
FileStore fileStore,
BulkRetrievalListener listener)
|
Modifier and Type | Field and Description |
---|---|
protected FileStore |
AbstractElevationModel.dataFileStore |
protected FileStore |
BasicElevationModel.DownloadPostProcessor.fileStore |
Modifier and Type | Method and Description |
---|---|
FileStore |
AbstractElevationModel.getDataFileStore() |
protected FileStore |
BasicElevationModel.DownloadPostProcessor.getFileStore() |
Modifier and Type | Method and Description |
---|---|
protected void |
BasicElevationModel.doWriteConfigurationParams(FileStore fileStore,
java.lang.String fileName,
AVList params) |
long |
BasicElevationModel.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 boolean |
BasicElevationModel.isFileExpired(Tile tile,
java.net.URL fileURL,
FileStore fileStore) |
BulkRetrievalThread |
BasicElevationModel.makeLocal(Sector sector,
double resolution,
FileStore fileStore,
BulkRetrievalListener listener)
Start a new
BulkRetrievalThread that downloads all elevations for a given sector and resolution to a
specified file store, without downloading imagery already in the file store. |
protected boolean |
BasicElevationModel.needsConfigurationFile(FileStore fileStore,
java.lang.String fileName,
AVList params,
boolean removeIfExpired) |
void |
AbstractElevationModel.setDataFileStore(FileStore dataFileStore) |
protected void |
BasicElevationModel.writeConfigurationFile(FileStore fileStore) |
protected void |
BasicElevationModel.writeConfigurationParams(AVList params,
FileStore fileStore) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
boolean |
DataConfigurationFilter.accept(FileStore fileStore,
java.lang.String fileName)
Returns true if the specified file store path can be opened as an XML document, and calling
DataConfigurationFilter.accept(org.w3c.dom.Document) returns true. |
static java.net.URL |
DataConfigurationUtils.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 boolean |
DataConfigurationUtils.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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<FileStoreDataSet> |
FileStoreDataSetFinder.findDataSets(FileStore fileStore) |
java.io.File |
DataInstaller.getDefaultInstallLocation(FileStore fileStore) |
void |
FileStorePanel.update(FileStore fileStore)
Finds and displays all data sets within a specified filestore.
|
Modifier and Type | Field and Description |
---|---|
protected FileStore |
ImportedDataDialog.fileStore |
Modifier and Type | Method and Description |
---|---|
protected static org.w3c.dom.Document |
ImportedDataDialog.createDataStoreFromFile(java.io.File file,
FileStore fileStore,
DataStoreProducer producer) |
static java.io.File |
DataImportUtil.getDefaultImportLocation(FileStore fileStore)
Returns a location in the specified
FileStore which should be used as the
default location for importing data. |
protected static org.w3c.dom.Document |
ImportedDataDialog.importDataFromFile(java.awt.Component parentComponent,
java.io.File file,
FileStore fileStore) |
protected static void |
ImportedDataDialog.loadImportedDataFromFileStore(FileStore fileStore,
ImportedDataPanel panel) |
Modifier and Type | Field and Description |
---|---|
protected FileStore |
InstallImageryAndElevationsDemo.InstalledDataFrame.fileStore |
Modifier and Type | Method and Description |
---|---|
protected static org.w3c.dom.Document |
InstallImageryAndElevationsDemo.createDataStore(java.io.File[] files,
FileStore fileStore,
DataStoreProducer producer) |
static java.io.File |
DataInstallUtil.getDefaultInstallLocation(FileStore fileStore)
Returns a location in the specified
FileStore which should be used as the
default location for installing data. |
protected static org.w3c.dom.Document |
InstallImageryAndElevationsDemo.installDataFromFiles(java.awt.Component parentComponent,
java.io.File[] files,
FileStore fileStore) |
protected ElevationModel |
InstallDTED.AppFrame.installElevations(java.lang.String displayName,
java.util.ArrayList<java.io.File> sources,
FileStore fileStore) |
protected ElevationModel |
InstallElevations.AppFrame.installElevations(java.lang.String displayName,
java.lang.Object elevationSource,
FileStore fileStore) |
protected Layer |
InstallImagery.AppFrame.installSurfaceImage(java.lang.String displayName,
java.lang.Object imageSource,
FileStore fileStore) |
protected static void |
InstallImageryAndElevationsDemo.loadInstalledDataFromFileStore(FileStore fileStore,
InstalledDataPanel panel) |
Constructor and Description |
---|
InstalledDataFrame(FileStore fileStore,
WorldWindow worldWindow) |