| Package | Description |
|---|---|
| org.n52.shetland.ogc.ows | |
| org.n52.shetland.ogc.ows.extension | |
| org.n52.shetland.ogc.sos | |
| org.n52.shetland.ogc.wps |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<OwsCapabilitiesExtension> |
OwsCapabilitiesExtension.COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<OwsCapabilitiesExtension> |
OwsCapabilities.getExtensions() |
| Modifier and Type | Method and Description |
|---|---|
default int |
OwsCapabilitiesExtension.compareTo(OwsCapabilitiesExtension o) |
| Modifier and Type | Method and Description |
|---|---|
void |
OwsCapabilities.setExtensions(Collection<OwsCapabilitiesExtension> extensions) |
| Constructor and Description |
|---|
OwsCapabilities(String service,
String version,
String updateSequence,
OwsServiceIdentification serviceIdentification,
OwsServiceProvider serviceProvider,
OwsOperationsMetadata operationsMetadata,
Collection<String> languages,
Collection<OwsCapabilitiesExtension> extensions) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MergableExtension<T extends MergableExtension<T>> |
interface |
StringBasedCapabilitiesExtension |
| Modifier and Type | Class and Description |
|---|---|
class |
SosInsertionCapabilities |
| Constructor and Description |
|---|
SosCapabilities(String service,
String version,
String updateSequence,
OwsServiceIdentification serviceIdentification,
OwsServiceProvider serviceProvider,
OwsOperationsMetadata operationsMetadata,
Set<String> languages,
FilterCapabilities filterCapabilities,
Collection<SosObservationOffering> contents,
Collection<OwsCapabilitiesExtension> extensions) |
| Constructor and Description |
|---|
WPSCapabilities(String version,
String updateSequence,
OwsServiceIdentification serviceIdentification,
OwsServiceProvider serviceProvider,
OwsOperationsMetadata operationsMetadata,
Collection<String> languages,
Collection<OwsCapabilitiesExtension> extension,
ProcessOfferings processOfferings) |
WPSCapabilities(String service,
String version,
String updateSequence,
OwsServiceIdentification serviceIdentification,
OwsServiceProvider serviceProvider,
OwsOperationsMetadata operationsMetadata,
Collection<String> languages,
Collection<OwsCapabilitiesExtension> extension,
ProcessOfferings processOfferings) |
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.