Package | Description |
---|---|
gov.nasa.worldwind.data |
This package provides classes for converting raw data sources into a form which can be used by standard WorldWind
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 org.w3c.dom.Document |
DataInstaller.createDataStore(FileSet fileSet,
java.io.File installLocation,
java.lang.String datasetName,
DataStoreProducer producer) |
Constructor and Description |
---|
DataInstallerProgressMonitor(java.awt.Component parent,
DataStoreProducer producer) |
Modifier and Type | Method and Description |
---|---|
protected static DataStoreProducer |
ImportedDataDialog.createDataStoreProducerFromFile(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
protected static org.w3c.dom.Document |
ImportedDataDialog.createDataStoreFromFile(java.io.File file,
FileStore fileStore,
DataStoreProducer producer) |
Modifier and Type | Method and Description |
---|---|
protected static DataStoreProducer |
InstallImageryAndElevationsDemo.createDataStoreProducerFromFiles(java.io.File[] files)
Creates an instance of the DataStoreProducer basing on raster type.
|
Modifier and Type | Method and Description |
---|---|
protected static org.w3c.dom.Document |
InstallImageryAndElevationsDemo.createDataStore(java.io.File[] files,
FileStore fileStore,
DataStoreProducer producer) |