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 HTTPTypeWcs10Factory. createHTTPType()Returns a new object of class 'HTTP Type'.HTTPTypeDCPTypeType. getHTTP()Returns the value of the 'HTTP' containment reference.Methods in net.opengis.wcs10 with parameters of type HTTPType Modifier and Type Method Description voidDCPTypeType. 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 classHTTPTypeImplAn implementation of the model object 'HTTP Type'.Fields in net.opengis.wcs10.impl declared as HTTPType Modifier and Type Field Description protected HTTPTypeDCPTypeTypeImpl. hTTPThe cached value of the 'HTTP' containment reference.Methods in net.opengis.wcs10.impl that return HTTPType Modifier and Type Method Description HTTPTypeWcs10FactoryImpl. createHTTPType()HTTPTypeDCPTypeTypeImpl. getHTTP()Methods in net.opengis.wcs10.impl with parameters of type HTTPType Modifier and Type Method Description NotificationChainDCPTypeTypeImpl. basicSetHTTP(HTTPType newHTTP, NotificationChain msgs)voidDCPTypeTypeImpl. 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 ObjectWcs10Switch. 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 booleanDCPTypeTypeValidator. validateHTTP(HTTPType value)
-