Uses of Interface
net.opengis.wms.KeywordListDocument.KeywordList

Packages that use KeywordListDocument.KeywordList
net.opengis.wms   
net.opengis.wms.impl   
 

Uses of KeywordListDocument.KeywordList in net.opengis.wms
 

Methods in net.opengis.wms that return KeywordListDocument.KeywordList
 KeywordListDocument.KeywordList KeywordListDocument.addNewKeywordList()
          Appends and returns a new empty "KeywordList" element
 KeywordListDocument.KeywordList LayerDocument.Layer.addNewKeywordList()
          Appends and returns a new empty "KeywordList" element
 KeywordListDocument.KeywordList ServiceDocument.Service.addNewKeywordList()
          Appends and returns a new empty "KeywordList" element
 KeywordListDocument.KeywordList KeywordListDocument.getKeywordList()
          Gets the "KeywordList" element
 KeywordListDocument.KeywordList LayerDocument.Layer.getKeywordList()
          Gets the "KeywordList" element
 KeywordListDocument.KeywordList ServiceDocument.Service.getKeywordList()
          Gets the "KeywordList" element
static KeywordListDocument.KeywordList KeywordListDocument.KeywordList.Factory.newInstance()
           
static KeywordListDocument.KeywordList KeywordListDocument.KeywordList.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.wms with parameters of type KeywordListDocument.KeywordList
 void KeywordListDocument.setKeywordList(KeywordListDocument.KeywordList keywordList)
          Sets the "KeywordList" element
 void LayerDocument.Layer.setKeywordList(KeywordListDocument.KeywordList keywordList)
          Sets the "KeywordList" element
 void ServiceDocument.Service.setKeywordList(KeywordListDocument.KeywordList keywordList)
          Sets the "KeywordList" element
 

Uses of KeywordListDocument.KeywordList in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement KeywordListDocument.KeywordList
static class KeywordListDocumentImpl.KeywordListImpl
          An XML KeywordList(@http://www.opengis.net/wms).
 

Methods in net.opengis.wms.impl that return KeywordListDocument.KeywordList
 KeywordListDocument.KeywordList ServiceDocumentImpl.ServiceImpl.addNewKeywordList()
          Appends and returns a new empty "KeywordList" element
 KeywordListDocument.KeywordList LayerDocumentImpl.LayerImpl.addNewKeywordList()
          Appends and returns a new empty "KeywordList" element
 KeywordListDocument.KeywordList KeywordListDocumentImpl.addNewKeywordList()
          Appends and returns a new empty "KeywordList" element
 KeywordListDocument.KeywordList ServiceDocumentImpl.ServiceImpl.getKeywordList()
          Gets the "KeywordList" element
 KeywordListDocument.KeywordList LayerDocumentImpl.LayerImpl.getKeywordList()
          Gets the "KeywordList" element
 KeywordListDocument.KeywordList KeywordListDocumentImpl.getKeywordList()
          Gets the "KeywordList" element
 

Methods in net.opengis.wms.impl with parameters of type KeywordListDocument.KeywordList
 void ServiceDocumentImpl.ServiceImpl.setKeywordList(KeywordListDocument.KeywordList keywordList)
          Sets the "KeywordList" element
 void LayerDocumentImpl.LayerImpl.setKeywordList(KeywordListDocument.KeywordList keywordList)
          Sets the "KeywordList" element
 void KeywordListDocumentImpl.setKeywordList(KeywordListDocument.KeywordList keywordList)
          Sets the "KeywordList" element
 



Copyright © 2004-2013 52north.org. All Rights Reserved.