|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ComplexFormat in org.deegree.protocol.wps.client.input |
---|
Methods in org.deegree.protocol.wps.client.input that return ComplexFormat | |
---|---|
ComplexFormat |
XMLInput.getFormat()
Returns the format of the input. |
ComplexFormat |
BinaryInput.getFormat()
Returns the format of the input. |
Uses of ComplexFormat in org.deegree.protocol.wps.client.input.type |
---|
Methods in org.deegree.protocol.wps.client.input.type that return ComplexFormat | |
---|---|
ComplexFormat |
ComplexInputType.getDefaultFormat()
Returns a ComplexFormat instance (that encapsulates encoding, mime type and schema) as default format for
this input. |
ComplexFormat[] |
ComplexInputType.getSupportedFormats()
Returns an array of ComplexFormat instances (that encapsulates encoding, mime type and schema) as
supported formats for this input. |
Constructors in org.deegree.protocol.wps.client.input.type with parameters of type ComplexFormat | |
---|---|
ComplexInputType(CodeType id,
LanguageString inputTitle,
LanguageString inputAbstract,
String minOccurs,
String maxOccurs,
ComplexFormat defaultFormat,
ComplexFormat[] supportedFormats)
|
|
ComplexInputType(CodeType id,
LanguageString inputTitle,
LanguageString inputAbstract,
String minOccurs,
String maxOccurs,
ComplexFormat defaultFormat,
ComplexFormat[] supportedFormats)
|
Uses of ComplexFormat in org.deegree.protocol.wps.client.output |
---|
Methods in org.deegree.protocol.wps.client.output that return ComplexFormat | |
---|---|
ComplexFormat |
ComplexOutput.getFormat()
Returns the format of the output. |
Uses of ComplexFormat in org.deegree.protocol.wps.client.output.type |
---|
Methods in org.deegree.protocol.wps.client.output.type that return ComplexFormat | |
---|---|
ComplexFormat |
ComplexOutputType.getDefaultFormat()
|
ComplexFormat[] |
ComplexOutputType.getSupportedFormats()
|
Constructors in org.deegree.protocol.wps.client.output.type with parameters of type ComplexFormat | |
---|---|
ComplexOutputType(CodeType id,
LanguageString outputTitle,
LanguageString outputAbstract,
ComplexFormat defaultFormat,
ComplexFormat[] supportedFormats)
|
|
ComplexOutputType(CodeType id,
LanguageString outputTitle,
LanguageString outputAbstract,
ComplexFormat defaultFormat,
ComplexFormat[] supportedFormats)
|
Uses of ComplexFormat in org.deegree.protocol.wps.client.process.execute |
---|
Methods in org.deegree.protocol.wps.client.process.execute that return ComplexFormat | |
---|---|
ComplexFormat |
OutputFormat.getComplexAttributes()
Returns the requested complex format (only applies to complex outputs). |
Uses of ComplexFormat in org.deegree.wpsclient.controller |
---|
Method parameters in org.deegree.wpsclient.controller with type arguments of type ComplexFormat | |
---|---|
ExecutionOutput[] |
ProcessExecuter.execute(Process processToExecute,
Map<String,StringPair> literalInputs,
Map<String,BBox> bboxInputs,
Map<String,UploadedFile> xmlInputs,
Map<String,String> xmlRefInputs,
Map<String,UploadedFile> binaryInputs,
Map<String,ComplexFormat> complexInputFormats,
List<String> outputs,
Map<String,ComplexFormat> complexOutputFormats)
Executes the given process. |
ExecutionOutput[] |
ProcessExecuter.execute(Process processToExecute,
Map<String,StringPair> literalInputs,
Map<String,BBox> bboxInputs,
Map<String,UploadedFile> xmlInputs,
Map<String,String> xmlRefInputs,
Map<String,UploadedFile> binaryInputs,
Map<String,ComplexFormat> complexInputFormats,
List<String> outputs,
Map<String,ComplexFormat> complexOutputFormats)
Executes the given process. |
Uses of ComplexFormat in org.deegree.wpsclient.gui |
---|
Methods in org.deegree.wpsclient.gui that return types with arguments of type ComplexFormat | |
---|---|
Map<String,ComplexFormat> |
ExecuteBean.getComplexInputFormats()
|
Map<String,ComplexFormat> |
ExecuteBean.getComplexOutputFormats()
|
Method parameters in org.deegree.wpsclient.gui with type arguments of type ComplexFormat | |
---|---|
void |
ExecuteBean.setComplexInputFormats(Map<String,ComplexFormat> complexInputFormats)
|
void |
ExecuteBean.setComplexOutputFormats(Map<String,ComplexFormat> complexOutputFormats)
|
Uses of ComplexFormat in org.deegree.wpsclient.gui.component |
---|
Methods in org.deegree.wpsclient.gui.component that return ComplexFormat | |
---|---|
ComplexFormat |
HtmlSelectFormat.getDefaultFormat()
|
Methods in org.deegree.wpsclient.gui.component with parameters of type ComplexFormat | |
---|---|
void |
HtmlSelectFormat.setDefaultFormat(ComplexFormat defaultFormat)
|
Uses of ComplexFormat in org.deegree.wpsclient.gui.converter |
---|
Methods in org.deegree.wpsclient.gui.converter with parameters of type ComplexFormat | |
---|---|
static String |
ComplexFormatConverter.getAsDesc(ComplexFormat complexFormat)
|
static String |
ComplexFormatConverter.getAsString(ComplexFormat complexFormat)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |