Uses of Interface
net.opengis.wcs10.AbstractDescriptionType
-
Packages that use AbstractDescriptionType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util -
-
Uses of AbstractDescriptionType in net.opengis.wcs10
Subinterfaces of AbstractDescriptionType in net.opengis.wcs10 Modifier and Type Interface Description 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 AbstractDescriptionType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement AbstractDescriptionType Modifier and Type Class Description 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 AbstractDescriptionType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type AbstractDescriptionType Modifier and Type Method Description Object
Wcs10Switch. caseAbstractDescriptionType(AbstractDescriptionType object)
Returns the result of interpreting the object as an instance of 'Abstract Description Type'.
-