| Package | Description |
|---|---|
| org.n52.shetland.ogc.wps | |
| org.n52.shetland.ogc.wps.data | |
| org.n52.shetland.ogc.wps.data.impl | |
| org.n52.shetland.ogc.wps.description | |
| org.n52.shetland.ogc.wps.description.impl |
| Modifier and Type | Field and Description |
|---|---|
static Format |
Format.APPLICATION_XML |
static Format |
Format.TEXT_PLAIN |
static Format |
Format.TEXT_XML |
| Modifier and Type | Method and Description |
|---|---|
static Format |
Format.empty() |
Format |
OutputDefinition.getFormat() |
Format |
Format.withBase64Encoding() |
Format |
Format.withEncoding(Charset encoding) |
Format |
Format.withEncoding(String encoding) |
Format |
Format.withMimeType(String mimeType) |
Format |
Format.withoutEncoding() |
Format |
Format.withoutMimeType() |
Format |
Format.withoutSchema() |
Format |
Format.withSchema(String schema) |
Format |
Format.withUTF8Encoding() |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<Format> |
Format.comparator() |
Predicate<Format> |
Format.matchingEncoding() |
Predicate<Format> |
Format.matchingMimeType() |
Predicate<Format> |
Format.matchingSchema() |
Set<Format> |
Format.withAnyCharset() |
| Modifier and Type | Method and Description |
|---|---|
int |
Format.compareTo(Format that) |
boolean |
Format.hasEncoding(Format other) |
boolean |
Format.hasMimeType(Format other) |
boolean |
Format.hasSchema(Format other) |
boolean |
Format.isCompatible(Format that) |
boolean |
Format.matchesEncoding(Format other) |
boolean |
Format.matchesMimeType(Format other) |
boolean |
Format.matchesSchema(Format other) |
void |
OutputDefinition.setFormat(Format format) |
| Constructor and Description |
|---|
OutputDefinition(OwsCode id,
Format format) |
OutputDefinition(OwsCode id,
Format format,
DataTransmissionMode dataTransmissionMode) |
OutputDefinition(OwsCode id,
Format format,
DataTransmissionMode dataTransmissionMode,
List<OutputDefinition> outputs) |
OutputDefinition(OwsCode id,
Format format,
List<OutputDefinition> outputs) |
| Modifier and Type | Method and Description |
|---|---|
Format |
FormattedProcessData.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormattedProcessData.setFormat(Format format) |
| Constructor and Description |
|---|
FormattedProcessData(OwsCode id,
Format format) |
ReferenceProcessData(OwsCode id,
Format format) |
ReferenceProcessData(OwsCode id,
Format format,
URI uri) |
ReferenceProcessData(OwsCode id,
Format format,
URI uri,
Body body) |
ValueProcessData(OwsCode id,
Format format) |
| Constructor and Description |
|---|
FileBasedProcessData(OwsCode id,
Format format,
Path path) |
InMemoryValueProcessData(OwsCode id,
Format format,
byte[] bytes) |
StringValueProcessData(OwsCode id,
Format format,
String string) |
| Modifier and Type | Method and Description |
|---|---|
Format |
ComplexDescription.getDefaultFormat() |
| Modifier and Type | Method and Description |
|---|---|
Set<Format> |
ComplexDescription.getSupportedFormats() |
| Modifier and Type | Method and Description |
|---|---|
B |
ComplexDescription.Builder.withDefaultFormat(Format format) |
default B |
ComplexDescription.Builder.withSupportedFormat(Format... formats) |
B |
ComplexDescription.Builder.withSupportedFormat(Format format) |
| Modifier and Type | Method and Description |
|---|---|
default B |
ComplexDescription.Builder.withSupportedFormat(Iterable<Format> formats) |
| Modifier and Type | Method and Description |
|---|---|
Format |
ComplexOutputDescriptionImpl.getDefaultFormat() |
Format |
ComplexOutputDescriptionImpl.AbstractBuilder.getDefaultFormat() |
Format |
ComplexInputDescriptionImpl.getDefaultFormat() |
Format |
ComplexInputDescriptionImpl.AbstractBuilder.getDefaultFormat() |
| Modifier and Type | Method and Description |
|---|---|
Set<Format> |
ComplexOutputDescriptionImpl.getSupportedFormats() |
Set<Format> |
ComplexOutputDescriptionImpl.AbstractBuilder.getSupportedFormats() |
Set<Format> |
ComplexInputDescriptionImpl.getSupportedFormats() |
Set<Format> |
ComplexInputDescriptionImpl.AbstractBuilder.getSupportedFormats() |
| Modifier and Type | Method and Description |
|---|---|
B |
ComplexOutputDescriptionImpl.AbstractBuilder.withDefaultFormat(Format format) |
B |
ComplexInputDescriptionImpl.AbstractBuilder.withDefaultFormat(Format format) |
B |
ComplexOutputDescriptionImpl.AbstractBuilder.withSupportedFormat(Format format) |
B |
ComplexInputDescriptionImpl.AbstractBuilder.withSupportedFormat(Format format) |
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.