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 RequestMethodType
Ows11Factory. 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 class
RequestMethodTypeImpl
An implementation of the model object 'Request Method Type'.Methods in net.opengis.ows11.impl that return RequestMethodType Modifier and Type Method Description RequestMethodType
Ows11FactoryImpl. 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 Object
Ows11Switch. caseRequestMethodType(RequestMethodType object)
Returns the result of interpreting the object as an instance of 'Request Method Type'.boolean
Ows11Validator. validateRequestMethodType(RequestMethodType requestMethodType, DiagnosticChain diagnostics, Map context)
-