Uses of Interface
net.opengis.ows20.RequestMethodType
- 
Packages that use RequestMethodType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation 
- 
- 
Uses of RequestMethodType in net.opengis.ows20Methods in net.opengis.ows20 that return RequestMethodType Modifier and Type Method Description RequestMethodTypeOws20Factory. createRequestMethodType()Returns a new object of class 'Request Method Type'.Methods in net.opengis.ows20 that return types with arguments of type RequestMethodType Modifier and Type Method Description EList<RequestMethodType>HTTPType. getGet()Returns the value of the 'Get' containment reference list.EList<RequestMethodType>HTTPType. getPost()Returns the value of the 'Post' containment reference list.
- 
Uses of RequestMethodType in net.opengis.ows20.implClasses in net.opengis.ows20.impl that implement RequestMethodType Modifier and Type Class Description classRequestMethodTypeImplAn implementation of the model object 'Request Method Type'.Methods in net.opengis.ows20.impl that return RequestMethodType Modifier and Type Method Description RequestMethodTypeOws20FactoryImpl. createRequestMethodType()Methods in net.opengis.ows20.impl that return types with arguments of type RequestMethodType Modifier and Type Method Description EList<RequestMethodType>HTTPTypeImpl. getGet()EList<RequestMethodType>HTTPTypeImpl. getPost()
- 
Uses of RequestMethodType in net.opengis.ows20.utilMethods in net.opengis.ows20.util with parameters of type RequestMethodType Modifier and Type Method Description TOws20Switch. caseRequestMethodType(RequestMethodType object)Returns the result of interpreting the object as an instance of 'Request Method Type'.booleanOws20Validator. validateRequestMethodType(RequestMethodType requestMethodType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of RequestMethodType in net.opengis.ows20.validationMethod parameters in net.opengis.ows20.validation with type arguments of type RequestMethodType Modifier and Type Method Description booleanHTTPTypeValidator. validateGet(EList<RequestMethodType> value)booleanHTTPTypeValidator. validatePost(EList<RequestMethodType> value)
 
-