Uses of Interface
net.opengis.ows20.HTTPType
Packages that use HTTPType
Package
Description
-
Uses of HTTPType in net.opengis.ows20
Methods in net.opengis.ows20 that return HTTPTypeModifier and TypeMethodDescriptionOws20Factory.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.ows20 with parameters of type HTTPType -
Uses of HTTPType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement HTTPTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'HTTP Type'.Fields in net.opengis.ows20.impl declared as HTTPTypeModifier and TypeFieldDescriptionprotected HTTPType
DCPTypeImpl.hTTP
The cached value of the 'HTTP
' containment reference.Methods in net.opengis.ows20.impl that return HTTPTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createHTTPType()
DCPTypeImpl.getHTTP()
DocumentRootImpl.getHTTP()
Methods in net.opengis.ows20.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.ows20.util
Methods in net.opengis.ows20.util with parameters of type HTTPTypeModifier and TypeMethodDescriptionOws20Switch.caseHTTPType
(HTTPType object) Returns the result of interpreting the object as an instance of 'HTTP Type'.boolean
Ows20Validator.validateHTTPType
(HTTPType httpType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of HTTPType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type HTTPTypeModifier and TypeMethodDescriptionboolean
DCPTypeValidator.validateHTTP
(HTTPType value) boolean
DocumentRootValidator.validateHTTP
(HTTPType value)