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.wcs11
Subinterfaces of RequestBaseType in net.opengis.wcs11 Modifier and Type Interface Description interface
DescribeCoverageType
A representation of the model object 'Describe Coverage Type'.interface
GetCoverageType
A representation of the model object 'Get Coverage Type'.Methods in net.opengis.wcs11 that return RequestBaseType Modifier and Type Method Description RequestBaseType
Wcs111Factory. createRequestBaseType()
Returns a new object of class 'Request Base Type'.RequestBaseType
Wcs11Factory. createRequestBaseType()
Returns a new object of class 'Request Base Type'. -
Uses of RequestBaseType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement RequestBaseType Modifier and Type Class Description class
DescribeCoverageTypeImpl
An implementation of the model object 'Describe Coverage Type'.class
GetCoverageTypeImpl
An implementation of the model object 'Get Coverage Type'.class
RequestBaseTypeImpl
An implementation of the model object 'Request Base Type'.Methods in net.opengis.wcs11.impl that return RequestBaseType Modifier and Type Method Description RequestBaseType
Wcs111FactoryImpl. createRequestBaseType()
RequestBaseType
Wcs11FactoryImpl. createRequestBaseType()
-
Uses of RequestBaseType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type RequestBaseType Modifier and Type Method Description Object
Wcs111Switch. caseRequestBaseType(RequestBaseType object)
Returns the result of interpreting the object as an instance of 'Request Base Type'.Object
Wcs11Switch. caseRequestBaseType(RequestBaseType object)
Returns the result of interpreting the object as an instance of 'Request Base Type'.boolean
Wcs111Validator. validateRequestBaseType(RequestBaseType requestBaseType, DiagnosticChain diagnostics, Map context)
boolean
Wcs11Validator. validateRequestBaseType(RequestBaseType requestBaseType, DiagnosticChain diagnostics, Map context)
-