NASA World Wind WMS

Uses of Class
gov.nasa.worldwind.servers.wms.xml.KeywordList

Packages that use KeywordList
gov.nasa.worldwind.servers.wms.xml   
 

Uses of KeywordList in gov.nasa.worldwind.servers.wms.xml
 

Fields in gov.nasa.worldwind.servers.wms.xml declared as KeywordList
protected  KeywordList Service.keywordList
           
protected  KeywordList Layer.keywordList
           
 

Methods in gov.nasa.worldwind.servers.wms.xml that return KeywordList
 KeywordList ObjectFactory.createKeywordList()
          Create an instance of KeywordList
 KeywordList Service.getKeywordList()
          Gets the value of the keywordList property.
 KeywordList Layer.getKeywordList()
          Gets the value of the keywordList property.
 

Methods in gov.nasa.worldwind.servers.wms.xml with parameters of type KeywordList
 void Service.setKeywordList(KeywordList value)
          Sets the value of the keywordList property.
 void Layer.setKeywordList(KeywordList value)
          Sets the value of the keywordList property.
 


NASA World Wind WMS