| Package | Description |
|---|---|
| org.n52.shetland.ogc.ows | |
| org.n52.shetland.ogc.wps.description | |
| org.n52.shetland.ogc.wps.description.impl |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<OwsKeyword> |
OwsDescription.getKeywords() |
| Modifier and Type | Method and Description |
|---|---|
int |
OwsKeyword.compareTo(OwsKeyword o) |
| Modifier and Type | Method and Description |
|---|---|
void |
OwsDescription.setKeywords(Collection<OwsKeyword> keywords) |
| Constructor and Description |
|---|
OwsBasicIdentification(OwsCode identifier,
MultilingualString title,
MultilingualString abstrakt,
Set<OwsKeyword> keywords) |
OwsDescription(MultilingualString title,
MultilingualString abstrakt,
Collection<OwsKeyword> keywords) |
OwsServiceIdentification(OwsCode serviceType,
Set<String> serviceTypeVersion,
Set<URI> profiles,
Set<String> fees,
Set<String> accessConstraints,
MultilingualString title,
MultilingualString abstrakt,
Set<OwsKeyword> keywords) |
| Modifier and Type | Method and Description |
|---|---|
Set<OwsKeyword> |
Description.getKeywords() |
| Modifier and Type | Method and Description |
|---|---|
B |
Description.Builder.withKeyword(OwsKeyword keyword) |
default B |
Description.Builder.withKeywords(OwsKeyword... keywords) |
| Modifier and Type | Method and Description |
|---|---|
default B |
Description.Builder.withKeywords(Iterable<OwsKeyword> keywords) |
| Modifier and Type | Method and Description |
|---|---|
Set<OwsKeyword> |
AbstractDescription.getKeywords() |
Set<OwsKeyword> |
AbstractDescription.AbstractBuilder.getKeywords() |
| Modifier and Type | Method and Description |
|---|---|
B |
AbstractDescription.AbstractBuilder.withKeyword(OwsKeyword keyword) |
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.