Uses of Interface
net.opengis.wcs20.RequestBaseType
-
Packages that use RequestBaseType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of RequestBaseType in net.opengis.wcs20
Subinterfaces of RequestBaseType in net.opengis.wcs20 Modifier and Type Interface Description interface
DescribeCoverageType
A representation of the model object 'Describe Coverage Type'.interface
DescribeEOCoverageSetType
A representation of the model object ' Describe EO Coverage Set'.interface
GetCoverageType
A representation of the model object 'Get Coverage Type'. -
Uses of RequestBaseType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement RequestBaseType Modifier and Type Class Description class
DescribeCoverageTypeImpl
An implementation of the model object 'Describe Coverage Type'.class
DescribeEOCoverageSetTypeImpl
An implementation of the model object 'Describe EO Coverage Set Type'.class
GetCoverageTypeImpl
An implementation of the model object 'Get Coverage Type'.class
RequestBaseTypeImpl
An implementation of the model object 'Request Base Type'. -
Uses of RequestBaseType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type RequestBaseType Modifier and Type Method Description boolean
Wcs20Validator. validateRequestBaseType(RequestBaseType requestBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-