Uses of Interface
net.opengis.wps10.ProcessDescriptionType

Packages that use ProcessDescriptionType
net.opengis.wps10   
net.opengis.wps10.impl   
net.opengis.wps10.util   
org.geotools.data.wps package with WPS specs and utils. 
 

Uses of ProcessDescriptionType in net.opengis.wps10
 

Methods in net.opengis.wps10 that return ProcessDescriptionType
 ProcessDescriptionType Wps10Factory.createProcessDescriptionType()
          Returns a new object of class 'Process Description Type'.
 

Uses of ProcessDescriptionType in net.opengis.wps10.impl
 

Classes in net.opengis.wps10.impl that implement ProcessDescriptionType
 class ProcessDescriptionTypeImpl
          An implementation of the model object 'Process Description Type'.
 

Methods in net.opengis.wps10.impl that return ProcessDescriptionType
 ProcessDescriptionType Wps10FactoryImpl.createProcessDescriptionType()
           
 

Uses of ProcessDescriptionType in net.opengis.wps10.util
 

Methods in net.opengis.wps10.util with parameters of type ProcessDescriptionType
 java.lang.Object Wps10Switch.caseProcessDescriptionType(ProcessDescriptionType object)
          Returns the result of interpreting the object as an instance of 'Process Description Type'.
 boolean Wps10Validator.validateProcessDescriptionType(ProcessDescriptionType processDescriptionType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of ProcessDescriptionType in org.geotools.data.wps
 

Methods in org.geotools.data.wps that return ProcessDescriptionType
 ProcessDescriptionType WPSFactory.getProcessDescriptionType()
           
 

Methods in org.geotools.data.wps with parameters of type ProcessDescriptionType
static java.util.Map<java.lang.String,Parameter<?>> WPSUtils.createInputParamMap(ProcessDescriptionType processDesc, java.util.Map<java.lang.String,Parameter<?>> map)
          Create a map of inputs for a process based on its describeProcess.
static java.util.Map<java.lang.String,Parameter<?>> WPSUtils.createOutputParamMap(ProcessDescriptionType processDesc, java.util.Map<java.lang.String,Parameter<?>> map)
          Create a map of outputs for a process based on its describeProcess.
 

Constructors in org.geotools.data.wps with parameters of type ProcessDescriptionType
WPSFactory(ProcessDescriptionType pdt, java.net.URL serverUrl)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.