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 java.util.Set<FileSet> |
FileSetTableModel.fileSets |
Modifier and Type | Method and Description |
---|---|
FileSet |
FileSetTableModel.getRow(int row) |
Modifier and Type | Method and Description |
---|---|
java.util.List<FileSet> |
FileSetFinder.consolidateFileSets(java.util.List<FileSet> fileSets) |
java.util.List<FileSet> |
FileSetTable.getSelectedFileSets() |
java.util.List<FileSet> |
FileSetPanel.getSelectedFileSets() |
Modifier and Type | Method and Description |
---|---|
void |
FileSetHighlighter.addImage(FileSet fileSet) |
void |
FileSetFinder.attachMetadata(FileSet fileSet) |
protected org.w3c.dom.Document |
DataInstaller.createDataStore(FileSet fileSet,
java.io.File installLocation,
java.lang.String datasetName,
DataStoreProducer producer) |
protected DataStoreProducer |
DataInstaller.createDataStoreProducerFromFiles(FileSet fileSet) |
protected Layer |
FileSetHighlighter.createSectorLayer(FileSet fileSet) |
protected java.lang.String |
DataInstaller.determineCommonPixelFormat(FileSet fileSet) |
protected java.awt.Color |
TableCellColorRenderer.determineFileSetColor(FileSet fileSet) |
java.lang.Integer |
FileSetTableModel.getRowForFileSet(FileSet fileSet) |
org.w3c.dom.Document |
DataInstaller.installDataFromFiles(java.awt.Component parentComponent,
FileSet fileSet) |
protected void |
FileSetHighlighter.populateLayer(FileSet fileSet,
RenderableLayer layer) |
void |
FileSetTable.scrollToFileSet(FileSet fileSet) |
void |
FileSetPanel.scrollToFileSet(FileSet fileSet) |
protected java.lang.String |
DataInstaller.suggestDatasetName(FileSet fileSet) |
Modifier and Type | Method and Description |
---|---|
java.util.List<FileSet> |
FileSetFinder.consolidateFileSets(java.util.List<FileSet> fileSets) |
protected void |
FileSetHighlighter.handleSelection(java.util.List<FileSet> selectedFileSets) |
protected Sector |
FileSetHighlighter.highlightSelectedSets(java.util.List<FileSet> fileSets) |
protected void |
FileSetPanel.performInstallation(java.util.List<FileSet> fileSets) |
Constructor and Description |
---|
FileSetPreviewImageGenerator(FileSet fileSet,
int width,
int height) |