Class WPSClient


  • public class WPSClient
    extends Object
    • Field Detail

      • wpsstatus

        public float wpsstatus
    • Method Detail

      • getCurrentOutputs

        public net.opengis.wps.x100.OutputDescriptionType[] getCurrentOutputs()
      • setCurrentOutputs

        public void setCurrentOutputs​(net.opengis.wps.x100.OutputDescriptionType[] currentOutputs)
      • getCurrentOutputStatisticalTypes

        public LinkedHashMap<String,​org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType> getCurrentOutputStatisticalTypes()
      • setCurrentOutputStatisticalTypes

        public void setCurrentOutputStatisticalTypes​(LinkedHashMap<String,​org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType> currentOutputStatisticalTypes)
      • getWpsServiceURL

        public String getWpsServiceURL()
      • setWpsServiceURL

        public void setWpsServiceURL​(String wpsServiceURL)
      • getCurrentInputs

        public net.opengis.wps.x100.InputDescriptionType[] getCurrentInputs()
      • setCurrentInputs

        public void setCurrentInputs​(net.opengis.wps.x100.InputDescriptionType[] currentInputs)
      • getCurrentInputStatisticalTypes

        public List<org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType> getCurrentInputStatisticalTypes()
      • setCurrentInputStatisticalTypes

        public void setCurrentInputStatisticalTypes​(List<org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType> currentStatisticalTypes)
      • getCurrentProcessID

        public String getCurrentProcessID()
      • setCurrentProcessID

        public void setCurrentProcessID​(String currentProcessID)
      • getCurrentProcessTitle

        public String getCurrentProcessTitle()
      • setCurrentProcessTitle

        public void setCurrentProcessTitle​(String currentProcessTitle)
      • getCurrentProcessAbstract

        public String getCurrentProcessAbstract()
      • setCurrentProcessAbstract

        public void setCurrentProcessAbstract​(String currentProcessAbstract)
      • requestGetCapabilities

        public void requestGetCapabilities()
                                    throws Exception
        Throws:
        Exception
      • getProcessesList

        public net.opengis.wps.x100.ProcessBriefType[] getProcessesList()
      • setProcessesList

        public void setProcessesList​(net.opengis.wps.x100.ProcessBriefType[] processesList)
      • getProcessDescription

        public net.opengis.wps.x100.ProcessDescriptionType getProcessDescription()
      • setProcessDescription

        public void setProcessDescription​(net.opengis.wps.x100.ProcessDescriptionType processDescription)
      • executeProcess

        public net.opengis.wps.x100.ExecuteResponseDocument.ExecuteResponse.ProcessOutputs executeProcess​(org.n52.wps.client.ExecuteRequestBuilder executeBuilder,
                                                                                                          net.opengis.wps.x100.ProcessDescriptionType processDescription)
                                                                                                   throws Exception
        Throws:
        Exception
      • calculateBBDimensions

        public static int calculateBBDimensions​(String bbstring)
      • addBoundingBoxInput

        public static void addBoundingBoxInput​(org.n52.wps.client.ExecuteRequestBuilder executeBuilder,
                                               String identifier,
                                               String BBstring)
      • retrieveURLsFromWPSResponse

        public static List<String> retrieveURLsFromWPSResponse​(net.opengis.wps.x100.ComplexDataType cdt)
      • getExceptionText

        public static String getExceptionText​(String exceptionText)
      • main

        public static void main​(String[] args)