public class WPSClient extends Object
| Modifier and Type | Field and Description |
|---|---|
float |
wpsstatus |
| Modifier and Type | Method and Description |
|---|---|
static void |
addBoundingBoxInput(org.n52.wps.client.ExecuteRequestBuilder executeBuilder,
String identifier,
String BBstring) |
static int |
calculateBBDimensions(String bbstring) |
void |
describeProcess(String processID) |
void |
describeProcess(String processID,
URL processDescriptionURL) |
net.opengis.wps.x100.ExecuteResponseDocument.ExecuteResponse.ProcessOutputs |
executeProcess(org.n52.wps.client.ExecuteRequestBuilder executeBuilder,
net.opengis.wps.x100.ProcessDescriptionType processDescription) |
net.opengis.wps.x100.InputDescriptionType[] |
getCurrentInputs() |
List<org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType> |
getCurrentInputStatisticalTypes() |
net.opengis.wps.x100.OutputDescriptionType[] |
getCurrentOutputs() |
LinkedHashMap<String,org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType> |
getCurrentOutputStatisticalTypes() |
String |
getCurrentProcessAbstract() |
String |
getCurrentProcessID() |
String |
getCurrentProcessTitle() |
net.opengis.wps.x100.ProcessDescriptionType |
getProcessDescription() |
net.opengis.wps.x100.ProcessBriefType[] |
getProcessesList() |
String |
getWpsServiceURL() |
static void |
main(String[] args) |
void |
requestGetCapabilities() |
static List<String> |
retrieveURLsFromWPSResponse(net.opengis.wps.x100.ComplexDataType cdt) |
void |
setCurrentInputs(net.opengis.wps.x100.InputDescriptionType[] currentInputs) |
void |
setCurrentInputStatisticalTypes(List<org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType> currentStatisticalTypes) |
void |
setCurrentOutputs(net.opengis.wps.x100.OutputDescriptionType[] currentOutputs) |
void |
setCurrentOutputStatisticalTypes(LinkedHashMap<String,org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType> currentOutputStatisticalTypes) |
void |
setCurrentProcessAbstract(String currentProcessAbstract) |
void |
setCurrentProcessID(String currentProcessID) |
void |
setCurrentProcessTitle(String currentProcessTitle) |
void |
setProcessDescription(net.opengis.wps.x100.ProcessDescriptionType processDescription) |
void |
setProcessesList(net.opengis.wps.x100.ProcessBriefType[] processesList) |
void |
setWpsServiceURL(String wpsServiceURL) |
public net.opengis.wps.x100.OutputDescriptionType[] getCurrentOutputs()
public void setCurrentOutputs(net.opengis.wps.x100.OutputDescriptionType[] currentOutputs)
public LinkedHashMap<String,org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType> getCurrentOutputStatisticalTypes()
public void setCurrentOutputStatisticalTypes(LinkedHashMap<String,org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType> currentOutputStatisticalTypes)
public String getWpsServiceURL()
public void setWpsServiceURL(String wpsServiceURL)
public net.opengis.wps.x100.InputDescriptionType[] getCurrentInputs()
public void setCurrentInputs(net.opengis.wps.x100.InputDescriptionType[] currentInputs)
public List<org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType> getCurrentInputStatisticalTypes()
public void setCurrentInputStatisticalTypes(List<org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType> currentStatisticalTypes)
public String getCurrentProcessID()
public void setCurrentProcessID(String currentProcessID)
public String getCurrentProcessTitle()
public void setCurrentProcessTitle(String currentProcessTitle)
public String getCurrentProcessAbstract()
public void setCurrentProcessAbstract(String currentProcessAbstract)
public void describeProcess(String processID, URL processDescriptionURL) throws Exception
Exceptionpublic net.opengis.wps.x100.ProcessBriefType[] getProcessesList()
public void setProcessesList(net.opengis.wps.x100.ProcessBriefType[] processesList)
public net.opengis.wps.x100.ProcessDescriptionType getProcessDescription()
public void setProcessDescription(net.opengis.wps.x100.ProcessDescriptionType processDescription)
public net.opengis.wps.x100.ExecuteResponseDocument.ExecuteResponse.ProcessOutputs executeProcess(org.n52.wps.client.ExecuteRequestBuilder executeBuilder,
net.opengis.wps.x100.ProcessDescriptionType processDescription)
throws Exception
Exceptionpublic static int calculateBBDimensions(String bbstring)
public static void addBoundingBoxInput(org.n52.wps.client.ExecuteRequestBuilder executeBuilder,
String identifier,
String BBstring)
Copyright © 2014. All Rights Reserved.