public class FileStoreDataSet extends AVListImpl
Modifier and Type | Field and Description |
---|---|
protected String |
configFilePath |
protected String |
dataSetPath |
static String |
ELEVATION |
protected String |
filestorePath |
static String |
IMAGERY |
Constructor and Description |
---|
FileStoreDataSet(String filestorePath,
String dataSetPath,
String configFilePath)
Constructs a new filestore data set.
|
Modifier and Type | Method and Description |
---|---|
protected void |
attachMetadata() |
void |
delete()
Delete an installed data set.
|
Color |
getColor() |
String |
getDatasetType() |
String |
getName() |
String |
getPath() |
Sector |
getSector() |
long |
getSize() |
long |
getSize(String path) |
boolean |
isElevation() |
boolean |
isImagery() |
protected static boolean |
removeDirectory(File directory) |
protected static void |
setFallbackParams(Document dataConfig,
String filename,
AVList params) |
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
protected final String configFilePath
protected final String dataSetPath
public static final String ELEVATION
protected final String filestorePath
public static final String IMAGERY
public FileStoreDataSet(String filestorePath, String dataSetPath, String configFilePath)
filestorePath
- the full path to the filestore containing the data set.dataSetPath
- the full path to the data set in the specified filestore.configFilePath
- the full path to the data set's config file.protected void attachMetadata()
public void delete()
public Color getColor()
public String getDatasetType()
public String getName()
public String getPath()
public Sector getSector()
public long getSize()
public long getSize(String path)
public boolean isElevation()
public boolean isImagery()
protected static boolean removeDirectory(File directory)