Package net.opengis.wps10
Interface OutputDescriptionType
-
- All Superinterfaces:
DescriptionType
,EObject
,Notifier
- All Known Implementing Classes:
OutputDescriptionTypeImpl
public interface OutputDescriptionType extends DescriptionType
A representation of the model object 'Output Description Type'. Description of a process Output. In this use, the DescriptionType shall describe this process output.The following features are supported:
- See Also:
Wps10Package.getOutputDescriptionType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SupportedCRSsType
getBoundingBoxOutput()
Returns the value of the 'Bounding Box Output' containment reference.SupportedComplexDataType
getComplexOutput()
Returns the value of the 'Complex Output' containment reference.LiteralOutputType
getLiteralOutput()
Returns the value of the 'Literal Output' containment reference.void
setBoundingBoxOutput(SupportedCRSsType value)
Sets the value of the 'Bounding Box Output
' containment reference.void
setComplexOutput(SupportedComplexDataType value)
Sets the value of the 'Complex Output
' containment reference.void
setLiteralOutput(LiteralOutputType value)
Sets the value of the 'Literal Output
' containment reference.-
Methods inherited from interface DescriptionType
getAbstract, getIdentifier, getMetadata, getTitle, setAbstract, setIdentifier, setTitle
-
-
-
-
Method Detail
-
getComplexOutput
SupportedComplexDataType getComplexOutput()
Returns the value of the 'Complex Output' containment reference. Indicates that this Output shall be a complex data structure (such as a GML fragment) that is returned by the execute operation response. The value of this complex data structure can be output either embedded in the execute operation response or remotely accessible to the client. When this output form is indicated, the process produces only a single output, and "store" is "false, the output shall be returned directly, without being embedded in the XML document that is otherwise provided by execute operation response. This element also provides a list of format, encoding, and schema combinations supported for this output. The client can select from among the identified combinations of formats, encodings, and schemas to specify the form of the output. This allows for complete specification of particular versions of GML, or image formats.- Returns:
- the value of the 'Complex Output' containment reference.
- See Also:
setComplexOutput(SupportedComplexDataType)
,Wps10Package.getOutputDescriptionType_ComplexOutput()
-
setComplexOutput
void setComplexOutput(SupportedComplexDataType value)
Sets the value of the 'Complex Output
' containment reference.- Parameters:
value
- the new value of the 'Complex Output' containment reference.- See Also:
getComplexOutput()
-
getLiteralOutput
LiteralOutputType getLiteralOutput()
Returns the value of the 'Literal Output' containment reference. Indicates that this output shall be a simple literal value (such as an integer) that is embedded in the execute response, and describes that output.- Returns:
- the value of the 'Literal Output' containment reference.
- See Also:
setLiteralOutput(LiteralOutputType)
,Wps10Package.getOutputDescriptionType_LiteralOutput()
-
setLiteralOutput
void setLiteralOutput(LiteralOutputType value)
Sets the value of the 'Literal Output
' containment reference.- Parameters:
value
- the new value of the 'Literal Output' containment reference.- See Also:
getLiteralOutput()
-
getBoundingBoxOutput
SupportedCRSsType getBoundingBoxOutput()
Returns the value of the 'Bounding Box Output' containment reference. Indicates that this output shall be a BoundingBox data structure, and provides a list of the CRSs supported in these Bounding Boxes. This element shall be included when this process output is an ows:BoundingBox element.- Returns:
- the value of the 'Bounding Box Output' containment reference.
- See Also:
setBoundingBoxOutput(SupportedCRSsType)
,Wps10Package.getOutputDescriptionType_BoundingBoxOutput()
-
setBoundingBoxOutput
void setBoundingBoxOutput(SupportedCRSsType value)
Sets the value of the 'Bounding Box Output
' containment reference.- Parameters:
value
- the new value of the 'Bounding Box Output' containment reference.- See Also:
getBoundingBoxOutput()
-
-