Package | Description |
---|---|
gov.nasa.worldwind.data |
This package provides classes for converting raw data sources into a form which can be used by standard World Wind
components, such as
Layer and ElevationModel . |
gov.nasa.worldwindx.applications.dataimporter | |
gov.nasa.worldwindx.applications.worldwindow.features | |
gov.nasa.worldwindx.examples.dataimport |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataStoreProducer |
class |
TiledElevationProducer |
class |
TiledImageProducer |
class |
TiledRasterProducer |
class |
WWDotNetLayerSetConverter |
Modifier and Type | Field and Description |
---|---|
protected DataStoreProducer |
DataInstallerProgressMonitor.producer |
Modifier and Type | Method and Description |
---|---|
protected DataStoreProducer |
DataInstaller.createDataStoreProducerFromFiles(FileSet fileSet) |
Modifier and Type | Method and Description |
---|---|
protected Document |
DataInstaller.createDataStore(FileSet fileSet,
File installLocation,
String datasetName,
DataStoreProducer producer) |
Constructor and Description |
---|
DataInstallerProgressMonitor(Component parent,
DataStoreProducer producer) |
Modifier and Type | Method and Description |
---|---|
protected static DataStoreProducer |
ImportedDataDialog.createDataStoreProducerFromFile(File file) |
Modifier and Type | Method and Description |
---|---|
protected static Document |
ImportedDataDialog.createDataStoreFromFile(File file,
FileStore fileStore,
DataStoreProducer producer) |
Modifier and Type | Method and Description |
---|---|
protected static DataStoreProducer |
InstallImageryAndElevationsDemo.createDataStoreProducerFromFiles(File[] files)
Creates an instance of the DataStoreProducer basing on raster type.
|
Modifier and Type | Method and Description |
---|---|
protected static Document |
InstallImageryAndElevationsDemo.createDataStore(File[] files,
FileStore fileStore,
DataStoreProducer producer) |