Uses of Interface
net.opengis.wcs10.HTTPType
-
Packages that use HTTPType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of HTTPType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return HTTPType Modifier and Type Method Description HTTPType
Wcs10Factory. createHTTPType()
Returns a new object of class 'HTTP Type'.HTTPType
DCPTypeType. getHTTP()
Returns the value of the 'HTTP' containment reference.Methods in net.opengis.wcs10 with parameters of type HTTPType Modifier and Type Method Description void
DCPTypeType. setHTTP(HTTPType value)
Sets the value of the 'HTTP
' containment reference. -
Uses of HTTPType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement HTTPType Modifier and Type Class Description class
HTTPTypeImpl
An implementation of the model object 'HTTP Type'.Fields in net.opengis.wcs10.impl declared as HTTPType Modifier and Type Field Description protected HTTPType
DCPTypeTypeImpl. hTTP
The cached value of the 'HTTP
' containment reference.Methods in net.opengis.wcs10.impl that return HTTPType Modifier and Type Method Description HTTPType
Wcs10FactoryImpl. createHTTPType()
HTTPType
DCPTypeTypeImpl. getHTTP()
Methods in net.opengis.wcs10.impl with parameters of type HTTPType Modifier and Type Method Description NotificationChain
DCPTypeTypeImpl. basicSetHTTP(HTTPType newHTTP, NotificationChain msgs)
void
DCPTypeTypeImpl. setHTTP(HTTPType newHTTP)
-
Uses of HTTPType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type HTTPType Modifier and Type Method Description Object
Wcs10Switch. caseHTTPType(HTTPType object)
Returns the result of interpreting the object as an instance of 'HTTP Type'. -
Uses of HTTPType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type HTTPType Modifier and Type Method Description boolean
DCPTypeTypeValidator. validateHTTP(HTTPType value)
-