gov.nasa.worldwind.data
Class BasicDataDescriptor
java.lang.Object
gov.nasa.worldwind.avlist.AVListImpl
gov.nasa.worldwind.WWObjectImpl
gov.nasa.worldwind.data.BasicDataDescriptor
- All Implemented Interfaces:
- AVList, DataDescriptor, WWObject, PropertyChangeListener, EventListener
public class BasicDataDescriptor
- extends WWObjectImpl
- implements DataDescriptor
Methods inherited from class gov.nasa.worldwind.avlist.AVListImpl |
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface gov.nasa.worldwind.avlist.AVList |
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues |
BasicDataDescriptor
public BasicDataDescriptor()
BasicDataDescriptor
public BasicDataDescriptor(AVList parameters)
getFileStoreLocation
public File getFileStoreLocation()
- Specified by:
getFileStoreLocation
in interface DataDescriptor
getFileStorePath
public String getFileStorePath()
- Specified by:
getFileStorePath
in interface DataDescriptor
getName
public String getName()
- Specified by:
getName
in interface DataDescriptor
getType
public String getType()
- Specified by:
getType
in interface DataDescriptor
isInstalled
public boolean isInstalled()
- Specified by:
isInstalled
in interface DataDescriptor
setFileStoreLocation
public void setFileStoreLocation(File location)
- Specified by:
setFileStoreLocation
in interface DataDescriptor
setFileStorePath
public void setFileStorePath(String path)
- Specified by:
setFileStorePath
in interface DataDescriptor
setInstalled
public void setInstalled(boolean isInstalled)
- Specified by:
setInstalled
in interface DataDescriptor
setName
public void setName(String name)
- Specified by:
setName
in interface DataDescriptor
setType
public void setType(String dataType)
- Specified by:
setType
in interface DataDescriptor