Uses of Interface
net.opengis.ows11.RequestMethodType
-
Packages that use RequestMethodType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util -
-
Uses of RequestMethodType in net.opengis.ows11
Methods in net.opengis.ows11 that return RequestMethodType Modifier and Type Method Description RequestMethodTypeOws11Factory. createRequestMethodType()Returns a new object of class 'Request Method Type'. -
Uses of RequestMethodType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement RequestMethodType Modifier and Type Class Description classRequestMethodTypeImplAn implementation of the model object 'Request Method Type'.Methods in net.opengis.ows11.impl that return RequestMethodType Modifier and Type Method Description RequestMethodTypeOws11FactoryImpl. createRequestMethodType() -
Uses of RequestMethodType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type RequestMethodType Modifier and Type Method Description ObjectOws11Switch. caseRequestMethodType(RequestMethodType object)Returns the result of interpreting the object as an instance of 'Request Method Type'.booleanOws11Validator. validateRequestMethodType(RequestMethodType requestMethodType, DiagnosticChain diagnostics, Map context)
-