Uses of Interface
net.opengis.wcs10.CoverageOfferingType
-
Packages that use CoverageOfferingType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of CoverageOfferingType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return CoverageOfferingType Modifier and Type Method Description CoverageOfferingType
Wcs10Factory. createCoverageOfferingType()
Returns a new object of class 'Coverage Offering Type'.CoverageOfferingType
DocumentRoot. getCoverageOffering()
Returns the value of the 'Coverage Offering' containment reference.Methods in net.opengis.wcs10 with parameters of type CoverageOfferingType Modifier and Type Method Description void
DocumentRoot. setCoverageOffering(CoverageOfferingType value)
Sets the value of the 'Coverage Offering
' containment reference. -
Uses of CoverageOfferingType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement CoverageOfferingType Modifier and Type Class Description class
CoverageOfferingTypeImpl
An implementation of the model object 'Coverage Offering Type'.Methods in net.opengis.wcs10.impl that return CoverageOfferingType Modifier and Type Method Description CoverageOfferingType
Wcs10FactoryImpl. createCoverageOfferingType()
CoverageOfferingType
DocumentRootImpl. getCoverageOffering()
Methods in net.opengis.wcs10.impl with parameters of type CoverageOfferingType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCoverageOffering(CoverageOfferingType newCoverageOffering, NotificationChain msgs)
void
DocumentRootImpl. setCoverageOffering(CoverageOfferingType newCoverageOffering)
-
Uses of CoverageOfferingType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type CoverageOfferingType Modifier and Type Method Description Object
Wcs10Switch. caseCoverageOfferingType(CoverageOfferingType object)
Returns the result of interpreting the object as an instance of 'Coverage Offering Type'. -
Uses of CoverageOfferingType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type CoverageOfferingType Modifier and Type Method Description boolean
DocumentRootValidator. validateCoverageOffering(CoverageOfferingType value)
-