Uses of Interface
net.opengis.wcs10.AbstractDescriptionBaseType
-
Packages that use AbstractDescriptionBaseType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util -
-
Uses of AbstractDescriptionBaseType in net.opengis.wcs10
Subinterfaces of AbstractDescriptionBaseType in net.opengis.wcs10 Modifier and Type Interface Description interface
AbstractDescriptionType
A representation of the model object 'Abstract Description Type'.interface
AxisDescriptionType
A representation of the model object 'Axis Description Type'.interface
CoverageOfferingBriefType
A representation of the model object 'Coverage Offering Brief Type'.interface
CoverageOfferingType
A representation of the model object 'Coverage Offering Type'.interface
RangeSetType
A representation of the model object 'Range Set Type'.interface
ServiceType
A representation of the model object 'Service Type'. -
Uses of AbstractDescriptionBaseType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement AbstractDescriptionBaseType Modifier and Type Class Description class
AbstractDescriptionBaseTypeImpl
An implementation of the model object 'Abstract Description Base Type'.class
AbstractDescriptionTypeImpl
An implementation of the model object 'Abstract Description Type'.class
AxisDescriptionTypeImpl
An implementation of the model object 'Axis Description Type'.class
CoverageOfferingBriefTypeImpl
An implementation of the model object 'Coverage Offering Brief Type'.class
CoverageOfferingTypeImpl
An implementation of the model object 'Coverage Offering Type'.class
RangeSetTypeImpl
An implementation of the model object 'Range Set Type'.class
ServiceTypeImpl
An implementation of the model object 'Service Type'. -
Uses of AbstractDescriptionBaseType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type AbstractDescriptionBaseType Modifier and Type Method Description Object
Wcs10Switch. caseAbstractDescriptionBaseType(AbstractDescriptionBaseType object)
Returns the result of interpreting the object as an instance of 'Abstract Description Base Type'.
-