| Package | Description |
|---|---|
| org.n52.javaps.algorithm | |
| org.n52.javaps.description | |
| org.n52.javaps.description.impl | |
| org.n52.javaps.io | |
| org.n52.javaps.io.bbox | |
| org.n52.javaps.io.literal |
| Modifier and Type | Method and Description |
|---|---|
Optional<TypedProcessInputDescription<?>> |
RepositoryManager.getInputForAlgorithm(org.n52.shetland.ogc.ows.OwsCode process,
org.n52.shetland.ogc.ows.OwsCode input) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TypedBoundingBoxInputDescription |
interface |
TypedComplexInputDescription |
interface |
TypedLiteralInputDescription |
| Modifier and Type | Method and Description |
|---|---|
TypedProcessInputDescription<?> |
TypedProcessInputDescriptionContainer.getInput(org.n52.shetland.ogc.ows.OwsCode id) |
default TypedProcessInputDescription<?> |
TypedProcessInputDescriptionContainer.getInput(String id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends TypedProcessInputDescription<?>> |
TypedProcessInputDescriptionContainer.getInputDescriptions() |
| Modifier and Type | Class and Description |
|---|---|
class |
TypedBoundingBoxInputDescriptionImpl |
class |
TypedComplexInputDescriptionImpl |
class |
TypedLiteralInputDescriptionImpl |
| Modifier and Type | Method and Description |
|---|---|
TypedProcessInputDescription<?> |
TypedGroupInputDescriptionImpl.getInput(org.n52.shetland.ogc.ows.OwsCode id) |
TypedProcessInputDescription<?> |
TypedProcessDescriptionImpl.getInput(org.n52.shetland.ogc.ows.OwsCode id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends TypedProcessInputDescription<?>> |
TypedGroupInputDescriptionImpl.getInputDescriptions() |
Collection<? extends TypedProcessInputDescription<?>> |
TypedProcessDescriptionImpl.getInputDescriptions() |
| Constructor and Description |
|---|
TypedGroupInputDescriptionImpl(org.n52.shetland.ogc.ows.OwsCode id,
org.n52.shetland.ogc.ows.OwsLanguageString title,
org.n52.shetland.ogc.ows.OwsLanguageString abstrakt,
Set<org.n52.shetland.ogc.ows.OwsKeyword> keywords,
Set<org.n52.shetland.ogc.ows.OwsMetadata> metadata,
org.n52.shetland.ogc.wps.InputOccurence occurence,
Set<TypedProcessInputDescription<?>> inputs) |
TypedProcessDescriptionImpl(org.n52.shetland.ogc.ows.OwsCode id,
org.n52.shetland.ogc.ows.OwsLanguageString title,
org.n52.shetland.ogc.ows.OwsLanguageString abstrakt,
Set<org.n52.shetland.ogc.ows.OwsKeyword> keywords,
Set<org.n52.shetland.ogc.ows.OwsMetadata> metadata,
Set<TypedProcessInputDescription<?>> inputs,
Set<TypedProcessOutputDescription<?>> outputs,
String version,
boolean storeSupported,
boolean statusSupported) |
| Modifier and Type | Method and Description |
|---|---|
Data<?> |
InputHandler.parse(TypedProcessInputDescription<?> description,
InputStream input,
org.n52.shetland.ogc.wps.Format format) |
| Modifier and Type | Method and Description |
|---|---|
Data<?> |
BoundingBoxInputOutputHandler.parse(TypedProcessInputDescription<?> description,
InputStream input,
org.n52.shetland.ogc.wps.Format format) |
| Modifier and Type | Method and Description |
|---|---|
Data<?> |
LiteralInputOutputHandler.parse(TypedProcessInputDescription<?> description,
InputStream input,
org.n52.shetland.ogc.wps.Format format) |
Copyright © 2016–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.