Uses of Interface
net.opengis.wps20.RequestBaseType
-
Packages that use RequestBaseType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of RequestBaseType in net.opengis.wps20
Subinterfaces of RequestBaseType in net.opengis.wps20 Modifier and Type Interface Description interface
DescribeProcessType
A representation of the model object 'Describe Process Type'.interface
DismissType
A representation of the model object 'Dismiss Type'.interface
ExecuteRequestType
A representation of the model object 'Execute Request Type'.interface
GetResultType
A representation of the model object 'Get Result Type'.interface
GetStatusType
A representation of the model object 'Get Status Type'. -
Uses of RequestBaseType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement RequestBaseType Modifier and Type Class Description class
DescribeProcessTypeImpl
An implementation of the model object 'Describe Process Type'.class
DismissTypeImpl
An implementation of the model object 'Dismiss Type'.class
ExecuteRequestTypeImpl
An implementation of the model object 'Execute Request Type'.class
GetResultTypeImpl
An implementation of the model object 'Get Result Type'.class
GetStatusTypeImpl
An implementation of the model object 'Get Status Type'.class
RequestBaseTypeImpl
An implementation of the model object 'Request Base Type'. -
Uses of RequestBaseType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type RequestBaseType Modifier and Type Method Description T
Wps20Switch. caseRequestBaseType(RequestBaseType object)
Returns the result of interpreting the object as an instance of 'Request Base Type'.boolean
Wps20Validator. validateRequestBaseType(RequestBaseType requestBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-