Uses of Interface
net.opengis.wms.KeywordDocument.Keyword

Packages that use KeywordDocument.Keyword
net.opengis.wms   
net.opengis.wms.impl   
 

Uses of KeywordDocument.Keyword in net.opengis.wms
 

Methods in net.opengis.wms that return KeywordDocument.Keyword
 KeywordDocument.Keyword KeywordListDocument.KeywordList.addNewKeyword()
          Appends and returns a new empty value (as xml) as the last "Keyword" element
 KeywordDocument.Keyword KeywordDocument.addNewKeyword()
          Appends and returns a new empty "Keyword" element
 KeywordDocument.Keyword KeywordDocument.getKeyword()
          Gets the "Keyword" element
 KeywordDocument.Keyword[] KeywordListDocument.KeywordList.getKeywordArray()
          Gets array of all "Keyword" elements
 KeywordDocument.Keyword KeywordListDocument.KeywordList.getKeywordArray(int i)
          Gets ith "Keyword" element
 KeywordDocument.Keyword KeywordListDocument.KeywordList.insertNewKeyword(int i)
          Inserts and returns a new empty value (as xml) as the ith "Keyword" element
static KeywordDocument.Keyword KeywordDocument.Keyword.Factory.newInstance()
           
static KeywordDocument.Keyword KeywordDocument.Keyword.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.wms with parameters of type KeywordDocument.Keyword
 void KeywordDocument.setKeyword(KeywordDocument.Keyword keyword)
          Sets the "Keyword" element
 void KeywordListDocument.KeywordList.setKeywordArray(int i, KeywordDocument.Keyword keyword)
          Sets ith "Keyword" element
 void KeywordListDocument.KeywordList.setKeywordArray(KeywordDocument.Keyword[] keywordArray)
          Sets array of all "Keyword" element
 

Uses of KeywordDocument.Keyword in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement KeywordDocument.Keyword
static class KeywordDocumentImpl.KeywordImpl
          An XML Keyword(@http://www.opengis.net/wms).
 

Methods in net.opengis.wms.impl that return KeywordDocument.Keyword
 KeywordDocument.Keyword KeywordDocumentImpl.addNewKeyword()
          Appends and returns a new empty "Keyword" element
 KeywordDocument.Keyword KeywordListDocumentImpl.KeywordListImpl.addNewKeyword()
          Appends and returns a new empty value (as xml) as the last "Keyword" element
 KeywordDocument.Keyword KeywordDocumentImpl.getKeyword()
          Gets the "Keyword" element
 KeywordDocument.Keyword[] KeywordListDocumentImpl.KeywordListImpl.getKeywordArray()
          Gets array of all "Keyword" elements
 KeywordDocument.Keyword KeywordListDocumentImpl.KeywordListImpl.getKeywordArray(int i)
          Gets ith "Keyword" element
 KeywordDocument.Keyword KeywordListDocumentImpl.KeywordListImpl.insertNewKeyword(int i)
          Inserts and returns a new empty value (as xml) as the ith "Keyword" element
 

Methods in net.opengis.wms.impl with parameters of type KeywordDocument.Keyword
 void KeywordDocumentImpl.setKeyword(KeywordDocument.Keyword keyword)
          Sets the "Keyword" element
 void KeywordListDocumentImpl.KeywordListImpl.setKeywordArray(int i, KeywordDocument.Keyword keyword)
          Sets ith "Keyword" element
 void KeywordListDocumentImpl.KeywordListImpl.setKeywordArray(KeywordDocument.Keyword[] keywordArray)
          Sets array of all "Keyword" element
 



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