Uses of Interface
net.opengis.ows20.HTTPType
-
Packages that use HTTPType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of HTTPType in net.opengis.ows20
Methods in net.opengis.ows20 that return HTTPType Modifier and Type Method Description HTTPType
Ows20Factory. createHTTPType()
Returns a new object of class 'HTTP Type'.HTTPType
DCPType. getHTTP()
Returns the value of the 'HTTP' containment reference.HTTPType
DocumentRoot. getHTTP()
Returns the value of the 'HTTP' containment reference.Methods in net.opengis.ows20 with parameters of type HTTPType Modifier and Type Method Description void
DCPType. setHTTP(HTTPType value)
Sets the value of the 'HTTP
' containment reference.void
DocumentRoot. setHTTP(HTTPType value)
Sets the value of the 'HTTP
' containment reference. -
Uses of HTTPType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement HTTPType Modifier and Type Class Description class
HTTPTypeImpl
An implementation of the model object 'HTTP Type'.Fields in net.opengis.ows20.impl declared as HTTPType Modifier and Type Field Description protected HTTPType
DCPTypeImpl. hTTP
The cached value of the 'HTTP
' containment reference.Methods in net.opengis.ows20.impl that return HTTPType Modifier and Type Method Description HTTPType
Ows20FactoryImpl. createHTTPType()
HTTPType
DCPTypeImpl. getHTTP()
HTTPType
DocumentRootImpl. getHTTP()
Methods in net.opengis.ows20.impl with parameters of type HTTPType Modifier and Type Method Description NotificationChain
DCPTypeImpl. basicSetHTTP(HTTPType newHTTP, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetHTTP(HTTPType newHTTP, NotificationChain msgs)
void
DCPTypeImpl. setHTTP(HTTPType newHTTP)
void
DocumentRootImpl. setHTTP(HTTPType newHTTP)
-
Uses of HTTPType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type HTTPType Modifier and Type Method Description T
Ows20Switch. 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 HTTPType Modifier and Type Method Description boolean
DCPTypeValidator. validateHTTP(HTTPType value)
boolean
DocumentRootValidator. validateHTTP(HTTPType value)
-