NASA World Wind

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

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

public class Layer
extends AVListImpl


Field Summary
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
Constructor Summary
Layer()
           
 
Method Summary
 void addException(CatalogException e)
           
 CatalogExceptionList getExceptionList()
           
 String getName()
           
 Server getServer()
           
 String getStyle()
           
 void setExceptionList(CatalogExceptionList exceptionList)
           
 void setName(String name)
           
 void setServer(Server server)
           
 void setStyle(String style)
           
 
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

Layer

public Layer()
Method Detail

addException

public void addException(CatalogException e)

getExceptionList

public CatalogExceptionList getExceptionList()

getName

public String getName()

getServer

public Server getServer()

getStyle

public String getStyle()

setExceptionList

public void setExceptionList(CatalogExceptionList exceptionList)

setName

public void setName(String name)

setServer

public void setServer(Server server)

setStyle

public void setStyle(String style)

NASA World Wind