public class InstallImageryAndElevationsDemo extends ApplicationTemplate
TiledImageLayerElevationModelInstallImageryInstallElevations| Modifier and Type | Class and Description | 
|---|---|
| static class  | InstallImageryAndElevationsDemo.AppFrame | 
| protected static class  | InstallImageryAndElevationsDemo.InstallableDataFilter | 
| static class  | InstallImageryAndElevationsDemo.InstalledDataFrame | 
ApplicationTemplate.AppPanel| Constructor and Description | 
|---|
| InstallImageryAndElevationsDemo() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static void | addInstalledData(Document dataConfig,
                AVList params,
                InstalledDataPanel panel) | 
| protected static String | askForDatasetName(String suggestedName) | 
| protected static Document | createDataStore(File[] files,
               FileStore fileStore,
               DataStoreProducer producer) | 
| protected static DataStoreProducer | createDataStoreProducerFromFiles(File[] files)Creates an instance of the DataStoreProducer basing on raster type. | 
| protected static Document | installDataFromFiles(Component parentComponent,
                    File[] files,
                    FileStore fileStore) | 
| protected static void | loadInstalledDataFromDirectory(File dir,
                              InstalledDataPanel panel) | 
| protected static void | loadInstalledDataFromFileStore(FileStore fileStore,
                              InstalledDataPanel panel) | 
| static void | main(String[] args) | 
| protected static void | setFallbackParams(Document dataConfig,
                 String filename,
                 AVList params) | 
| protected static String | suggestDatasetName(File[] files)Suggests a name for a dataset based on pathnames of the passed files. | 
insertAfterPlacenames, insertBeforeCompass, insertBeforeLayerName, insertBeforePlacenames, startprotected static void addInstalledData(Document dataConfig, AVList params, InstalledDataPanel panel)
protected static Document createDataStore(File[] files, FileStore fileStore, DataStoreProducer producer) throws Exception
Exceptionprotected static DataStoreProducer createDataStoreProducerFromFiles(File[] files) throws IllegalArgumentException
files - Array of raster filesIllegalArgumentException, - if types of rasters do not match, or array of raster files is null or emptyIllegalArgumentExceptionprotected static Document installDataFromFiles(Component parentComponent, File[] files, FileStore fileStore) throws Exception
Exceptionprotected static void loadInstalledDataFromDirectory(File dir, InstalledDataPanel panel)
protected static void loadInstalledDataFromFileStore(FileStore fileStore, InstalledDataPanel panel)
public static void main(String[] args)
protected static void setFallbackParams(Document dataConfig, String filename, AVList params)
protected static String suggestDatasetName(File[] files)
files - Array of raster files