Uses of Interface
net.opengis.ows10.HTTPType
Packages that use HTTPType
-
Uses of HTTPType in net.opengis.ows10
Methods in net.opengis.ows10 that return HTTPTypeModifier and TypeMethodDescriptionOws10Factory.createHTTPType()Returns a new object of class 'HTTP Type'.DocumentRoot.getHttp()Returns the value of the 'Http' containment reference.DCPType.getHTTP()Returns the value of the 'HTTP' containment reference.Methods in net.opengis.ows10 with parameters of type HTTPType -
Uses of HTTPType in net.opengis.ows10.impl
Classes in net.opengis.ows10.impl that implement HTTPTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'HTTP Type'.Fields in net.opengis.ows10.impl declared as HTTPTypeModifier and TypeFieldDescriptionprotected HTTPTypeDCPTypeImpl.hTTPThe cached value of the 'HTTP' containment reference.Methods in net.opengis.ows10.impl that return HTTPTypeModifier and TypeMethodDescriptionOws10FactoryImpl.createHTTPType()DocumentRootImpl.getHttp()DCPTypeImpl.getHTTP()Methods in net.opengis.ows10.impl with parameters of type HTTPTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetHttp(HTTPType newHttp, NotificationChain msgs) NotificationChainDCPTypeImpl.basicSetHTTP(HTTPType newHTTP, NotificationChain msgs) voidvoid -
Uses of HTTPType in net.opengis.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type HTTPTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateHttp(HTTPType value) booleanDCPTypeValidator.validateHTTP(HTTPType value)