Uses of Interface
net.opengis.wps10.RequestBaseType
-
Packages that use RequestBaseType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util -
-
Uses of RequestBaseType in net.opengis.wps10
Subinterfaces of RequestBaseType in net.opengis.wps10 Modifier and Type Interface Description interfaceDescribeProcessTypeA representation of the model object 'Describe Process Type'.interfaceExecuteTypeA representation of the model object 'Execute Type'.Methods in net.opengis.wps10 that return RequestBaseType Modifier and Type Method Description RequestBaseTypeWps10Factory. createRequestBaseType()Returns a new object of class 'Request Base Type'. -
Uses of RequestBaseType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement RequestBaseType Modifier and Type Class Description classDescribeProcessTypeImplAn implementation of the model object 'Describe Process Type'.classExecuteTypeImplAn implementation of the model object 'Execute Type'.classRequestBaseTypeImplAn implementation of the model object 'Request Base Type'.Methods in net.opengis.wps10.impl that return RequestBaseType Modifier and Type Method Description RequestBaseTypeWps10FactoryImpl. createRequestBaseType() -
Uses of RequestBaseType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type RequestBaseType Modifier and Type Method Description ObjectWps10Switch. caseRequestBaseType(RequestBaseType object)Returns the result of interpreting the object as an instance of 'Request Base Type'.booleanWps10Validator. validateRequestBaseType(RequestBaseType requestBaseType, DiagnosticChain diagnostics, Map context)
-