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 RequestTypeWcs10Factory. createRequestType()Returns a new object of class 'Request Type'.RequestTypeWCSCapabilityType. getRequest()Returns the value of the 'Request' containment reference.Methods in net.opengis.wcs10 with parameters of type RequestType Modifier and Type Method Description voidWCSCapabilityType. 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 classRequestTypeImplAn implementation of the model object 'Request Type'.Fields in net.opengis.wcs10.impl declared as RequestType Modifier and Type Field Description protected RequestTypeWCSCapabilityTypeImpl. requestThe cached value of the 'Request' containment reference.Methods in net.opengis.wcs10.impl that return RequestType Modifier and Type Method Description RequestTypeWcs10FactoryImpl. createRequestType()RequestTypeWCSCapabilityTypeImpl. getRequest()Methods in net.opengis.wcs10.impl with parameters of type RequestType Modifier and Type Method Description NotificationChainWCSCapabilityTypeImpl. basicSetRequest(RequestType newRequest, NotificationChain msgs)voidWCSCapabilityTypeImpl. 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 ObjectWcs10Switch. 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 booleanWCSCapabilityTypeValidator. validateRequest(RequestType value)
-