| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
SClient4WPS.getInputParameters(Operator operator) |
abstract List<Parameter> |
SClient.getInputParameters(Operator operator)
Get input paramters of the operator
|
List<Parameter> |
SClient4WPS.getOutputParameters(Operator operator) |
abstract List<Parameter> |
SClient.getOutputParameters(Operator operator)
Get output paramters of the operator
|
| Modifier and Type | Method and Description |
|---|---|
static Parameter |
WPS2DM.convert2DMType(net.opengis.wps.x100.InputDescriptionType wpsType) |
static Parameter |
WPS2DM.convert2DMType(net.opengis.wps.x100.OutputDescriptionType wpsType) |
static Parameter |
WPS2DM.manageBoundingBoxInformation(String title,
int minOcc,
int maxOcc,
int rangeOccs,
String id,
String crs) |
static Parameter |
WPS2DM.manageComplexData(String maxMegaBytes,
String title,
int minOcc,
int maxOcc,
int rangeOccs,
String id,
net.opengis.wps.x100.ComplexDataDescriptionType defaultType,
net.opengis.wps.x100.ComplexDataDescriptionType[] supportedTypes) |
static Parameter |
WPS2DM.manageLiteral(String title,
int minOcc,
int maxOcc,
int rangeOccs,
String defaultValue,
String id,
String uoms,
net.opengis.ows.x11.DomainMetadataType type) |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnListParameter |
class |
ColumnParameter |
class |
DateParameter |
class |
EnumParameter |
class |
FileParameter |
class |
ItemIdParameter |
class |
ListParameter |
class |
ObjectParameter |
class |
TabularListParameter |
class |
TabularParameter |
class |
TimeParameter |
class |
WKTParameter |
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
Operator.getOperatorParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
Operator.addOperatorParameter(Parameter operatorParameter) |
| Modifier and Type | Method and Description |
|---|---|
void |
Operator.setOperatorParameters(List<Parameter> operatorParameters) |
| Constructor and Description |
|---|
Operator(String id,
String name,
String briefDescription,
String description,
OperatorCategory category,
List<Parameter> operatorParameters,
boolean hasImage) |
Copyright © 2021. All Rights Reserved.