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 interface
DescribeProcessType
A representation of the model object 'Describe Process Type'.interface
ExecuteType
A representation of the model object 'Execute Type'.Methods in net.opengis.wps10 that return RequestBaseType Modifier and Type Method Description RequestBaseType
Wps10Factory. 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 class
DescribeProcessTypeImpl
An implementation of the model object 'Describe Process Type'.class
ExecuteTypeImpl
An implementation of the model object 'Execute Type'.class
RequestBaseTypeImpl
An implementation of the model object 'Request Base Type'.Methods in net.opengis.wps10.impl that return RequestBaseType Modifier and Type Method Description RequestBaseType
Wps10FactoryImpl. 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 Object
Wps10Switch. caseRequestBaseType(RequestBaseType object)
Returns the result of interpreting the object as an instance of 'Request Base Type'.boolean
Wps10Validator. validateRequestBaseType(RequestBaseType requestBaseType, DiagnosticChain diagnostics, Map context)
-