public class FileSet extends AVListImpl
Modifier and Type | Field and Description |
---|---|
static String |
FILE_SET_ABBREVIATION |
static String |
FILE_SET_CODE |
static String |
FILE_SET_GSD |
static String |
FILE_SET_SCALE |
protected static int |
ICON_IMAGE_SIZE |
static String |
IMAGE_ICON |
static String |
IMAGE_IN_PROGRESS |
protected static int |
MAX_FILES_FOR_PREVIEW_IMAGE |
protected static int |
PREVIEW_IMAGE_SIZE |
static String |
SECTOR_LIST |
protected static ThreadPoolExecutor |
threadPoolExecutor |
Constructor and Description |
---|
FileSet() |
Modifier and Type | Method and Description |
---|---|
void |
addFile(File file) |
void |
addSectorList(Object[] sectorList) |
void |
clear() |
Color |
getColor() |
String |
getDatasetType() |
String |
getDataType() |
List<File> |
getFiles() |
BufferedImage |
getImage() |
ImageIcon |
getImageIcon() |
int |
getLength()
Returns the number of files in the file set.
|
int |
getMaxFilesForPreviewImage() |
String |
getName() |
String |
getScale() |
Sector |
getSector() |
Object[] |
getSectorList() |
boolean |
isElevation() |
boolean |
isImagery() |
protected void |
makeImage()
Causes the preview image to be built.
|
protected ImageIcon |
makeImageIcon()
Causes the preview thumbnail to be built, or returns it if it's already available.
|
void |
setColor(Color color) |
void |
setDatasetType(String datasetType) |
void |
setDataType(String dataType) |
void |
setImage(BufferedImage image) |
void |
setName(String name) |
void |
setScale(String scale) |
void |
setSector(Sector sector) |
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getBooleanValue, getBooleanValue, getChangeSupport, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getRestorableStateForAVPair, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
public static final String FILE_SET_ABBREVIATION
public static final String FILE_SET_CODE
public static final String FILE_SET_GSD
public static final String FILE_SET_SCALE
protected static final int ICON_IMAGE_SIZE
public static final String IMAGE_ICON
public static final String IMAGE_IN_PROGRESS
protected static final int MAX_FILES_FOR_PREVIEW_IMAGE
protected static final int PREVIEW_IMAGE_SIZE
public static final String SECTOR_LIST
protected static ThreadPoolExecutor threadPoolExecutor
public void addFile(File file)
public void addSectorList(Object[] sectorList)
public void clear()
public Color getColor()
public String getDatasetType()
public String getDataType()
public BufferedImage getImage()
public ImageIcon getImageIcon()
public int getLength()
public int getMaxFilesForPreviewImage()
public String getName()
public String getScale()
public Sector getSector()
public Object[] getSectorList()
public boolean isElevation()
public boolean isImagery()
protected void makeImage()
protected ImageIcon makeImageIcon()
public void setColor(Color color)
public void setDatasetType(String datasetType)
public void setDataType(String dataType)
public void setImage(BufferedImage image)
public void setName(String name)
public void setScale(String scale)
public void setSector(Sector sector)