Uses of Class
gov.nasa.worldwindx.applications.dataimporter.FileSet
-
Packages that use FileSet Package Description gov.nasa.worldwindx.applications.dataimporter -
-
Uses of FileSet in gov.nasa.worldwindx.applications.dataimporter
Subclasses of FileSet in gov.nasa.worldwindx.applications.dataimporter Modifier and Type Class Description class
FileSetRPF
A file set specific to RPF data.Fields in gov.nasa.worldwindx.applications.dataimporter declared as FileSet Modifier and Type Field Description protected FileSet
FileSetPreviewImageGenerator. fileSet
Fields in gov.nasa.worldwindx.applications.dataimporter with type parameters of type FileSet Modifier and Type Field Description protected java.util.Set<FileSet>
FileSetTableModel. fileSets
Methods in gov.nasa.worldwindx.applications.dataimporter that return FileSet Modifier and Type Method Description FileSet
FileSetTableModel. getRow(int row)
Methods in gov.nasa.worldwindx.applications.dataimporter that return types with arguments of type FileSet Modifier and Type Method Description java.util.List<FileSet>
FileSetFinder. consolidateFileSets(java.util.List<FileSet> fileSets)
java.util.List<FileSet>
FileSetPanel. getSelectedFileSets()
java.util.List<FileSet>
FileSetTable. getSelectedFileSets()
Methods in gov.nasa.worldwindx.applications.dataimporter with parameters of type FileSet Modifier and Type Method 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
FileSetPanel. scrollToFileSet(FileSet fileSet)
void
FileSetTable. scrollToFileSet(FileSet fileSet)
protected java.lang.String
DataInstaller. suggestDatasetName(FileSet fileSet)
Method parameters in gov.nasa.worldwindx.applications.dataimporter with type arguments of type FileSet Modifier and Type Method 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)
Constructors in gov.nasa.worldwindx.applications.dataimporter with parameters of type FileSet Constructor Description FileSetPreviewImageGenerator(FileSet fileSet, int width, int height)
-