public class FileStoreDataSet extends AVListImpl
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
configFilePath |
protected java.lang.String |
dataSetPath |
static java.lang.String |
ELEVATION |
protected java.lang.String |
filestorePath |
static java.lang.String |
IMAGERY |
Constructor and Description |
---|
FileStoreDataSet(java.lang.String filestorePath,
java.lang.String dataSetPath,
java.lang.String configFilePath)
Constructs a new filestore data set.
|
Modifier and Type | Method and Description |
---|---|
protected void |
attachMetadata() |
void |
delete()
Delete an installed data set.
|
java.awt.Color |
getColor() |
java.lang.String |
getDatasetType() |
java.lang.String |
getName() |
java.lang.String |
getPath() |
Sector |
getSector() |
long |
getSize() |
long |
getSize(java.lang.String path) |
boolean |
isElevation() |
boolean |
isImagery() |
protected static boolean |
removeDirectory(java.io.File directory) |
protected static void |
setFallbackParams(org.w3c.dom.Document dataConfig,
java.lang.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 java.lang.String configFilePath
protected final java.lang.String dataSetPath
public static final java.lang.String ELEVATION
protected final java.lang.String filestorePath
public static final java.lang.String IMAGERY
public FileStoreDataSet(java.lang.String filestorePath, java.lang.String dataSetPath, java.lang.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 java.awt.Color getColor()
public java.lang.String getDatasetType()
public java.lang.String getName()
public java.lang.String getPath()
public Sector getSector()
public long getSize()
public long getSize(java.lang.String path)
public boolean isElevation()
public boolean isImagery()
protected static boolean removeDirectory(java.io.File directory)
protected static void setFallbackParams(org.w3c.dom.Document dataConfig, java.lang.String filename, AVList params)