Uses of Interface
net.opengis.wcs10.RequestType
Packages that use RequestType
Package
Description
-
Uses of RequestType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return RequestTypeModifier and TypeMethodDescriptionWcs10Factory.createRequestType()
Returns a new object of class 'Request Type'.WCSCapabilityType.getRequest()
Returns the value of the 'Request' containment reference.Methods in net.opengis.wcs10 with parameters of type RequestTypeModifier and TypeMethodDescriptionvoid
WCSCapabilityType.setRequest
(RequestType value) Sets the value of the 'Request
' containment reference. -
Uses of RequestType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement RequestTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Request Type'.Fields in net.opengis.wcs10.impl declared as RequestTypeModifier and TypeFieldDescriptionprotected RequestType
WCSCapabilityTypeImpl.request
The cached value of the 'Request
' containment reference.Methods in net.opengis.wcs10.impl that return RequestTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createRequestType()
WCSCapabilityTypeImpl.getRequest()
Methods in net.opengis.wcs10.impl with parameters of type RequestTypeModifier and TypeMethodDescriptionNotificationChain
WCSCapabilityTypeImpl.basicSetRequest
(RequestType newRequest, NotificationChain msgs) void
WCSCapabilityTypeImpl.setRequest
(RequestType newRequest) -
Uses of RequestType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type RequestTypeModifier and TypeMethodDescriptionWcs10Switch.caseRequestType
(RequestType object) Returns the result of interpreting the object as an instance of 'Request Type'. -
Uses of RequestType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type RequestTypeModifier and TypeMethodDescriptionboolean
WCSCapabilityTypeValidator.validateRequest
(RequestType value)