| 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 |
|---|---|
java.util.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(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<? extends TypedProcessInputDescription<?>> |
TypedProcessInputDescriptionContainer.getInputDescriptions() |
| Modifier and Type | Class and Description |
|---|---|
class |
TypedBoundingBoxInputDescriptionImpl |
class |
TypedComplexInputDescriptionImpl |
class |
TypedLiteralInputDescriptionImpl |
| Modifier and Type | Method and Description |
|---|---|
TypedProcessInputDescription<?> |
TypedProcessDescriptionImpl.getInput(org.n52.shetland.ogc.ows.OwsCode id) |
TypedProcessInputDescription<?> |
TypedGroupInputDescriptionImpl.getInput(org.n52.shetland.ogc.ows.OwsCode id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<? extends TypedProcessInputDescription<?>> |
TypedProcessDescriptionImpl.getInputDescriptions() |
java.util.Collection<? extends TypedProcessInputDescription<?>> |
TypedGroupInputDescriptionImpl.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,
java.util.Set<org.n52.shetland.ogc.ows.OwsKeyword> keywords,
java.util.Set<org.n52.shetland.ogc.ows.OwsMetadata> metadata,
org.n52.shetland.ogc.wps.InputOccurence occurence,
java.util.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,
java.util.Set<org.n52.shetland.ogc.ows.OwsKeyword> keywords,
java.util.Set<org.n52.shetland.ogc.ows.OwsMetadata> metadata,
java.util.Set<TypedProcessInputDescription<?>> inputs,
java.util.Set<TypedProcessOutputDescription<?>> outputs,
java.lang.String version,
boolean storeSupported,
boolean statusSupported) |
| Modifier and Type | Method and Description |
|---|---|
Data<?> |
InputHandler.parse(TypedProcessInputDescription<?> description,
java.io.InputStream input,
org.n52.shetland.ogc.wps.Format format) |
| Modifier and Type | Method and Description |
|---|---|
Data<?> |
BoundingBoxInputOutputHandler.parse(TypedProcessInputDescription<?> description,
java.io.InputStream input,
org.n52.shetland.ogc.wps.Format format) |
| Modifier and Type | Method and Description |
|---|---|
Data<?> |
LiteralInputOutputHandler.parse(TypedProcessInputDescription<?> description,
java.io.InputStream input,
org.n52.shetland.ogc.wps.Format format) |
Copyright © 2016–2019 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.