Uses of Interface
net.opengis.wcs10.RequestType
-
Packages that use RequestType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of RequestType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return RequestType Modifier and Type Method Description RequestType
Wcs10Factory. createRequestType()
Returns a new object of class 'Request Type'.RequestType
WCSCapabilityType. getRequest()
Returns the value of the 'Request' containment reference.Methods in net.opengis.wcs10 with parameters of type RequestType Modifier and Type Method Description void
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 RequestType Modifier and Type Class Description class
RequestTypeImpl
An implementation of the model object 'Request Type'.Fields in net.opengis.wcs10.impl declared as RequestType Modifier and Type Field Description protected RequestType
WCSCapabilityTypeImpl. request
The cached value of the 'Request
' containment reference.Methods in net.opengis.wcs10.impl that return RequestType Modifier and Type Method Description RequestType
Wcs10FactoryImpl. createRequestType()
RequestType
WCSCapabilityTypeImpl. getRequest()
Methods in net.opengis.wcs10.impl with parameters of type RequestType Modifier and Type Method Description NotificationChain
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 RequestType Modifier and Type Method Description Object
Wcs10Switch. 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 RequestType Modifier and Type Method Description boolean
WCSCapabilityTypeValidator. validateRequest(RequestType value)
-