Uses of Interface
net.opengis.wcs10.CoverageOfferingBriefType
-
Packages that use CoverageOfferingBriefType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of CoverageOfferingBriefType in net.opengis.wcs10
Subinterfaces of CoverageOfferingBriefType in net.opengis.wcs10 Modifier and Type Interface Description interface
CoverageOfferingType
A representation of the model object 'Coverage Offering Type'.Methods in net.opengis.wcs10 that return CoverageOfferingBriefType Modifier and Type Method Description CoverageOfferingBriefType
Wcs10Factory. createCoverageOfferingBriefType()
Returns a new object of class 'Coverage Offering Brief Type'.CoverageOfferingBriefType
DocumentRoot. getCoverageOfferingBrief()
Returns the value of the 'Coverage Offering Brief' containment reference.Methods in net.opengis.wcs10 with parameters of type CoverageOfferingBriefType Modifier and Type Method Description void
DocumentRoot. setCoverageOfferingBrief(CoverageOfferingBriefType value)
Sets the value of the 'Coverage Offering Brief
' containment reference. -
Uses of CoverageOfferingBriefType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement CoverageOfferingBriefType Modifier and Type Class Description class
CoverageOfferingBriefTypeImpl
An implementation of the model object 'Coverage Offering Brief Type'.class
CoverageOfferingTypeImpl
An implementation of the model object 'Coverage Offering Type'.Methods in net.opengis.wcs10.impl that return CoverageOfferingBriefType Modifier and Type Method Description CoverageOfferingBriefType
Wcs10FactoryImpl. createCoverageOfferingBriefType()
CoverageOfferingBriefType
DocumentRootImpl. getCoverageOfferingBrief()
Methods in net.opengis.wcs10.impl with parameters of type CoverageOfferingBriefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCoverageOfferingBrief(CoverageOfferingBriefType newCoverageOfferingBrief, NotificationChain msgs)
void
DocumentRootImpl. setCoverageOfferingBrief(CoverageOfferingBriefType newCoverageOfferingBrief)
-
Uses of CoverageOfferingBriefType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type CoverageOfferingBriefType Modifier and Type Method Description Object
Wcs10Switch. caseCoverageOfferingBriefType(CoverageOfferingBriefType object)
Returns the result of interpreting the object as an instance of 'Coverage Offering Brief Type'. -
Uses of CoverageOfferingBriefType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type CoverageOfferingBriefType Modifier and Type Method Description boolean
DocumentRootValidator. validateCoverageOfferingBrief(CoverageOfferingBriefType value)
-