|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeywordsType | |
|---|---|
| org.deegree.services.controller.ows.capabilities | |
| org.deegree.services.jaxb.metadata | |
| org.deegree.services.wcs.capabilities | |
| Uses of KeywordsType in org.deegree.services.controller.ows.capabilities |
|---|
| Method parameters in org.deegree.services.controller.ows.capabilities with type arguments of type KeywordsType | |
|---|---|
static void |
OWSCapabilitiesXMLAdapter.exportKeyWords110(javax.xml.stream.XMLStreamWriter writer,
java.util.List<KeywordsType> keywords)
Exports the given (commons) keywords to ows 1.1.0 format |
| Uses of KeywordsType in org.deegree.services.jaxb.metadata |
|---|
| Fields in org.deegree.services.jaxb.metadata with type parameters of type KeywordsType | |
|---|---|
protected java.util.List<KeywordsType> |
ServiceIdentificationType.keywords
|
| Methods in org.deegree.services.jaxb.metadata that return KeywordsType | |
|---|---|
KeywordsType |
ObjectFactory.createKeywordsType()
Create an instance of KeywordsType |
| Methods in org.deegree.services.jaxb.metadata that return types with arguments of type KeywordsType | |
|---|---|
javax.xml.bind.JAXBElement<KeywordsType> |
ObjectFactory.createKeywords(KeywordsType value)
Create an instance of JAXBElement<KeywordsType>} |
java.util.List<KeywordsType> |
ServiceIdentificationType.getKeywords()
Gets the value of the keywords property. |
| Methods in org.deegree.services.jaxb.metadata with parameters of type KeywordsType | |
|---|---|
javax.xml.bind.JAXBElement<KeywordsType> |
ObjectFactory.createKeywords(KeywordsType value)
Create an instance of JAXBElement<KeywordsType>} |
| Uses of KeywordsType in org.deegree.services.wcs.capabilities |
|---|
| Method parameters in org.deegree.services.wcs.capabilities with type arguments of type KeywordsType | |
|---|---|
static void |
Capabilities100XMLAdapter.exportKeywords(javax.xml.stream.XMLStreamWriter writer,
java.util.List<KeywordsType> keywords)
write a list of keywords in wcs 1.0.0 style. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||