| Package | Description |
|---|---|
| net.opengis.wms | |
| net.opengis.wms.impl |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Class and Description |
|---|---|
static class |
KeywordDocumentImpl.KeywordImpl
An XML Keyword(@http://www.opengis.net/wms).
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2015 52north.org. All rights reserved.