Package | Description |
---|---|
gov.nasa.worldwindx.applications.dataimporter |
Modifier and Type | Class and Description |
---|---|
class |
FileSetRPF
A file set specific to RPF data.
|
Modifier and Type | Field and Description |
---|---|
protected FileSet |
FileSetPreviewImageGenerator.fileSet |
Modifier and Type | Field and Description |
---|---|
protected Set<FileSet> |
FileSetTableModel.fileSets |
Modifier and Type | Method and Description |
---|---|
FileSet |
FileSetTableModel.getRow(int row) |
Modifier and Type | Method and Description |
---|---|
List<FileSet> |
FileSetFinder.consolidateFileSets(List<FileSet> fileSets) |
List<FileSet> |
FileSetTable.getSelectedFileSets() |
List<FileSet> |
FileSetPanel.getSelectedFileSets() |
Modifier and Type | Method and Description |
---|---|
void |
FileSetHighlighter.addImage(FileSet fileSet) |
void |
FileSetFinder.attachMetadata(FileSet fileSet) |
protected Document |
DataInstaller.createDataStore(FileSet fileSet,
File installLocation,
String datasetName,
DataStoreProducer producer) |
protected DataStoreProducer |
DataInstaller.createDataStoreProducerFromFiles(FileSet fileSet) |
protected Layer |
FileSetHighlighter.createSectorLayer(FileSet fileSet) |
protected String |
DataInstaller.determineCommonPixelFormat(FileSet fileSet) |
protected Color |
TableCellColorRenderer.determineFileSetColor(FileSet fileSet) |
Integer |
FileSetTableModel.getRowForFileSet(FileSet fileSet) |
Document |
DataInstaller.installDataFromFiles(Component parentComponent,
FileSet fileSet) |
protected void |
FileSetHighlighter.populateLayer(FileSet fileSet,
RenderableLayer layer) |
void |
FileSetTable.scrollToFileSet(FileSet fileSet) |
void |
FileSetPanel.scrollToFileSet(FileSet fileSet) |
protected String |
DataInstaller.suggestDatasetName(FileSet fileSet) |
Modifier and Type | Method and Description |
---|---|
List<FileSet> |
FileSetFinder.consolidateFileSets(List<FileSet> fileSets) |
protected void |
FileSetHighlighter.handleSelection(List<FileSet> selectedFileSets) |
protected Sector |
FileSetHighlighter.highlightSelectedSets(List<FileSet> fileSets) |
protected void |
FileSetPanel.performInstallation(List<FileSet> fileSets) |
Constructor and Description |
---|
FileSetPreviewImageGenerator(FileSet fileSet,
int width,
int height) |