Uses of Interface
net.opengis.ows11.HTTPType
- 
Packages that use HTTPType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation 
- 
- 
Uses of HTTPType in net.opengis.ows11Methods in net.opengis.ows11 that return HTTPType Modifier and Type Method Description HTTPTypeOws11Factory. createHTTPType()Returns a new object of class 'HTTP Type'.HTTPTypeDCPType. getHTTP()Returns the value of the 'HTTP' containment reference.HTTPTypeDocumentRoot. getHTTP()Returns the value of the 'HTTP' containment reference.Methods in net.opengis.ows11 with parameters of type HTTPType Modifier and Type Method Description voidDCPType. setHTTP(HTTPType value)Sets the value of the 'HTTP' containment reference.voidDocumentRoot. setHTTP(HTTPType value)Sets the value of the 'HTTP' containment reference.
- 
Uses of HTTPType in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement HTTPType Modifier and Type Class Description classHTTPTypeImplAn implementation of the model object 'HTTP Type'.Fields in net.opengis.ows11.impl declared as HTTPType Modifier and Type Field Description protected HTTPTypeDCPTypeImpl. hTTPThe cached value of the 'HTTP' containment reference.Methods in net.opengis.ows11.impl that return HTTPType Modifier and Type Method Description HTTPTypeOws11FactoryImpl. createHTTPType()HTTPTypeDCPTypeImpl. getHTTP()HTTPTypeDocumentRootImpl. getHTTP()Methods in net.opengis.ows11.impl with parameters of type HTTPType Modifier and Type Method Description NotificationChainDCPTypeImpl. basicSetHTTP(HTTPType newHTTP, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetHTTP(HTTPType newHTTP, NotificationChain msgs)voidDCPTypeImpl. setHTTP(HTTPType newHTTP)voidDocumentRootImpl. setHTTP(HTTPType newHTTP)
- 
Uses of HTTPType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type HTTPType Modifier and Type Method Description ObjectOws11Switch. caseHTTPType(HTTPType object)Returns the result of interpreting the object as an instance of 'HTTP Type'.booleanOws11Validator. validateHTTPType(HTTPType httpType, DiagnosticChain diagnostics, Map context)
- 
Uses of HTTPType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type HTTPType Modifier and Type Method Description booleanDCPTypeValidator. validateHTTP(HTTPType value)booleanDocumentRootValidator. validateHTTP(HTTPType value)
 
-