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 TypeClassDescriptionclassAn implementation of the model object 'HTTP Type'.Fields in net.opengis.ows20.impl declared as HTTPTypeModifier and TypeFieldDescriptionprotected HTTPTypeDCPTypeImpl.hTTPThe 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 TypeMethodDescriptionNotificationChainDCPTypeImpl.basicSetHTTP(HTTPType newHTTP, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetHTTP(HTTPType newHTTP, NotificationChain msgs) voidvoid -
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'.booleanOws20Validator.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 TypeMethodDescriptionbooleanDCPTypeValidator.validateHTTP(HTTPType value) booleanDocumentRootValidator.validateHTTP(HTTPType value)