Uses of Interface
net.opengis.wcs11.RequestBaseType
- 
Packages that use RequestBaseType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util 
- 
- 
Uses of RequestBaseType in net.opengis.wcs11Subinterfaces of RequestBaseType in net.opengis.wcs11 Modifier and Type Interface Description interfaceDescribeCoverageTypeA representation of the model object 'Describe Coverage Type'.interfaceGetCoverageTypeA representation of the model object 'Get Coverage Type'.Methods in net.opengis.wcs11 that return RequestBaseType Modifier and Type Method Description RequestBaseTypeWcs111Factory. createRequestBaseType()Returns a new object of class 'Request Base Type'.RequestBaseTypeWcs11Factory. createRequestBaseType()Returns a new object of class 'Request Base Type'.
- 
Uses of RequestBaseType in net.opengis.wcs11.implClasses in net.opengis.wcs11.impl that implement RequestBaseType Modifier and Type Class Description classDescribeCoverageTypeImplAn implementation of the model object 'Describe Coverage Type'.classGetCoverageTypeImplAn implementation of the model object 'Get Coverage Type'.classRequestBaseTypeImplAn implementation of the model object 'Request Base Type'.Methods in net.opengis.wcs11.impl that return RequestBaseType Modifier and Type Method Description RequestBaseTypeWcs111FactoryImpl. createRequestBaseType()RequestBaseTypeWcs11FactoryImpl. createRequestBaseType()
- 
Uses of RequestBaseType in net.opengis.wcs11.utilMethods in net.opengis.wcs11.util with parameters of type RequestBaseType Modifier and Type Method Description ObjectWcs111Switch. caseRequestBaseType(RequestBaseType object)Returns the result of interpreting the object as an instance of 'Request Base Type'.ObjectWcs11Switch. caseRequestBaseType(RequestBaseType object)Returns the result of interpreting the object as an instance of 'Request Base Type'.booleanWcs111Validator. validateRequestBaseType(RequestBaseType requestBaseType, DiagnosticChain diagnostics, Map context)booleanWcs11Validator. validateRequestBaseType(RequestBaseType requestBaseType, DiagnosticChain diagnostics, Map context)
 
-