NASA World Wind

gov.nasa.worldwind.data
Class BasicDataDescriptor

java.lang.Object
  extended by gov.nasa.worldwind.avlist.AVListImpl
      extended by gov.nasa.worldwind.WWObjectImpl
          extended by gov.nasa.worldwind.data.BasicDataDescriptor
All Implemented Interfaces:
AVList, DataDescriptor, WWObject, PropertyChangeListener, EventListener

public class BasicDataDescriptor
extends WWObjectImpl
implements DataDescriptor


Field Summary
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
Constructor Summary
BasicDataDescriptor()
           
BasicDataDescriptor(AVList parameters)
           
 
Method Summary
 File getFileStoreLocation()
           
 String getFileStorePath()
           
 String getName()
           
 String getType()
           
 boolean isInstalled()
           
 void setFileStoreLocation(File location)
           
 void setFileStorePath(String path)
           
 void setInstalled(boolean isInstalled)
           
 void setName(String name)
           
 void setType(String dataType)
           
 
Methods inherited from class gov.nasa.worldwind.WWObjectImpl
propertyChange
 
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
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Constructor Detail

BasicDataDescriptor

public BasicDataDescriptor()

BasicDataDescriptor

public BasicDataDescriptor(AVList parameters)
Method Detail

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

NASA World Wind