NASA World Wind

gov.nasa.worldwind.applications.gio.gidb
Class GIDBResultModel

java.lang.Object
  extended by gov.nasa.worldwind.avlist.AVListImpl
      extended by gov.nasa.worldwind.applications.gio.catalogui.ResultModel
          extended by gov.nasa.worldwind.applications.gio.gidb.GIDBResultModel
All Implemented Interfaces:
AVList

public class GIDBResultModel
extends ResultModel


Field Summary
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
Constructor Summary
GIDBResultModel()
           
 
Method Summary
 void addException(CatalogException e)
           
 void addLayer(Layer layer)
           
 Capabilities getCapabilities()
           
 CatalogExceptionList getExceptionList()
           
 LayerList getLayerList()
           
 Server getServer()
           
 void setCapabilities(Capabilities capabilities)
           
 void setExceptionList(CatalogExceptionList exceptionList)
           
 void setLayerList(LayerList layerList)
           
 void setServer(Server server)
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.catalogui.ResultModel
firePropertyChange
 
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
 

Constructor Detail

GIDBResultModel

public GIDBResultModel()
Method Detail

addException

public void addException(CatalogException e)

addLayer

public void addLayer(Layer layer)

getCapabilities

public Capabilities getCapabilities()

getExceptionList

public CatalogExceptionList getExceptionList()

getLayerList

public LayerList getLayerList()

getServer

public Server getServer()

setCapabilities

public void setCapabilities(Capabilities capabilities)

setExceptionList

public void setExceptionList(CatalogExceptionList exceptionList)

setLayerList

public void setLayerList(LayerList layerList)

setServer

public void setServer(Server server)

NASA World Wind