public class OutputDataItem extends ResponseData
algorithmIdentifier, description, encoding, generator, id, mimeType, obj, schema| Constructor and Description |
|---|
OutputDataItem(org.n52.wps.io.data.IData obj,
String id,
String schema,
String encoding,
String mimeType,
net.opengis.ows.x11.LanguageStringType title,
String algorithmIdentifier,
net.opengis.wps.x100.ProcessDescriptionType description) |
| Modifier and Type | Method and Description |
|---|---|
void |
updateResponseAsReference(net.opengis.wps.x100.ExecuteResponseDocument res,
String reqID,
String mimeType) |
void |
updateResponseForBBOXData(net.opengis.wps.x100.ExecuteResponseDocument res,
org.n52.wps.io.data.IBBOXData bbox) |
void |
updateResponseForInlineComplexData(net.opengis.wps.x100.ExecuteResponseDocument res) |
void |
updateResponseForLiteralData(net.opengis.wps.x100.ExecuteResponseDocument res,
String dataTypeReference) |
prepareGeneratorpublic OutputDataItem(org.n52.wps.io.data.IData obj,
String id,
String schema,
String encoding,
String mimeType,
net.opengis.ows.x11.LanguageStringType title,
String algorithmIdentifier,
net.opengis.wps.x100.ProcessDescriptionType description)
throws org.n52.wps.server.ExceptionReport
obj - id - schema - encoding - mimeType - title - algorithmIdentifier - org.n52.wps.server.ExceptionReportpublic void updateResponseForInlineComplexData(net.opengis.wps.x100.ExecuteResponseDocument res)
throws org.n52.wps.server.ExceptionReport
res - org.n52.wps.server.ExceptionReportpublic void updateResponseForLiteralData(net.opengis.wps.x100.ExecuteResponseDocument res,
String dataTypeReference)
public void updateResponseAsReference(net.opengis.wps.x100.ExecuteResponseDocument res,
String reqID,
String mimeType)
throws org.n52.wps.server.ExceptionReport
org.n52.wps.server.ExceptionReportpublic void updateResponseForBBOXData(net.opengis.wps.x100.ExecuteResponseDocument res,
org.n52.wps.io.data.IBBOXData bbox)
Copyright © 2019. All Rights Reserved.