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 TypeClassDescriptionclass
An implementation of the model object 'HTTP Type'.Fields in net.opengis.ows10.impl declared as HTTPTypeModifier and TypeFieldDescriptionprotected HTTPType
DCPTypeImpl.hTTP
The 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetHttp
(HTTPType newHttp, NotificationChain msgs) NotificationChain
DCPTypeImpl.basicSetHTTP
(HTTPType newHTTP, NotificationChain msgs) void
void
-
Uses of HTTPType in net.opengis.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type HTTPTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateHttp
(HTTPType value) boolean
DCPTypeValidator.validateHTTP
(HTTPType value)