Uses of Interface
net.opengis.ows11.HTTPType
Packages that use HTTPType
Package
Description
-
Uses of HTTPType in net.opengis.ows11
Methods in net.opengis.ows11 that return HTTPTypeModifier and TypeMethodDescriptionOws11Factory.createHTTPType()
Returns a new object of class 'HTTP Type'.DCPType.getHTTP()
Returns the value of the 'HTTP' containment reference.DocumentRoot.getHTTP()
Returns the value of the 'HTTP' containment reference.Methods in net.opengis.ows11 with parameters of type HTTPType -
Uses of HTTPType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement HTTPTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'HTTP Type'.Fields in net.opengis.ows11.impl declared as HTTPTypeModifier and TypeFieldDescriptionprotected HTTPType
DCPTypeImpl.hTTP
The cached value of the 'HTTP
' containment reference.Methods in net.opengis.ows11.impl that return HTTPTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createHTTPType()
DCPTypeImpl.getHTTP()
DocumentRootImpl.getHTTP()
Methods in net.opengis.ows11.impl with parameters of type HTTPTypeModifier and TypeMethodDescriptionNotificationChain
DCPTypeImpl.basicSetHTTP
(HTTPType newHTTP, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetHTTP
(HTTPType newHTTP, NotificationChain msgs) void
void
-
Uses of HTTPType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type HTTPTypeModifier and TypeMethodDescriptionOws11Switch.caseHTTPType
(HTTPType object) Returns the result of interpreting the object as an instance of 'HTTP Type'.boolean
Ows11Validator.validateHTTPType
(HTTPType httpType, DiagnosticChain diagnostics, Map context) -
Uses of HTTPType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type HTTPTypeModifier and TypeMethodDescriptionboolean
DCPTypeValidator.validateHTTP
(HTTPType value) boolean
DocumentRootValidator.validateHTTP
(HTTPType value)