Uses of Interface
net.opengis.wcs20.CoverageSubtypeParentType
- 
Packages that use CoverageSubtypeParentType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util 
- 
- 
Uses of CoverageSubtypeParentType in net.opengis.wcs20Methods in net.opengis.wcs20 that return CoverageSubtypeParentType Modifier and Type Method Description CoverageSubtypeParentTypeWcs20Factory. createCoverageSubtypeParentType()Returns a new object of class 'Coverage Subtype Parent Type'.CoverageSubtypeParentTypeCoverageSubtypeParentType. getCoverageSubtypeParent()Returns the value of the 'Coverage Subtype Parent' containment reference.CoverageSubtypeParentTypeCoverageSummaryType. getCoverageSubtypeParent()Returns the value of the 'Coverage Subtype Parent' containment reference.CoverageSubtypeParentTypeDocumentRoot. getCoverageSubtypeParent()Returns the value of the 'Coverage Subtype Parent' containment reference.CoverageSubtypeParentTypeServiceParametersType. getCoverageSubtypeParent()Returns the value of the 'Coverage Subtype Parent' containment reference.Methods in net.opengis.wcs20 with parameters of type CoverageSubtypeParentType Modifier and Type Method Description voidCoverageSubtypeParentType. setCoverageSubtypeParent(CoverageSubtypeParentType value)Sets the value of the 'Coverage Subtype Parent' containment reference.voidCoverageSummaryType. setCoverageSubtypeParent(CoverageSubtypeParentType value)Sets the value of the 'Coverage Subtype Parent' containment reference.voidDocumentRoot. setCoverageSubtypeParent(CoverageSubtypeParentType value)Sets the value of the 'Coverage Subtype Parent' containment reference.voidServiceParametersType. setCoverageSubtypeParent(CoverageSubtypeParentType value)Sets the value of the 'Coverage Subtype Parent' containment reference.
- 
Uses of CoverageSubtypeParentType in net.opengis.wcs20.implClasses in net.opengis.wcs20.impl that implement CoverageSubtypeParentType Modifier and Type Class Description classCoverageSubtypeParentTypeImplAn implementation of the model object 'Coverage Subtype Parent Type'.Fields in net.opengis.wcs20.impl declared as CoverageSubtypeParentType Modifier and Type Field Description protected CoverageSubtypeParentTypeCoverageSubtypeParentTypeImpl. coverageSubtypeParentThe cached value of the 'Coverage Subtype Parent' containment reference.protected CoverageSubtypeParentTypeCoverageSummaryTypeImpl. coverageSubtypeParentThe cached value of the 'Coverage Subtype Parent' containment reference.protected CoverageSubtypeParentTypeServiceParametersTypeImpl. coverageSubtypeParentThe cached value of the 'Coverage Subtype Parent' containment reference.Methods in net.opengis.wcs20.impl that return CoverageSubtypeParentType Modifier and Type Method Description CoverageSubtypeParentTypeWcs20FactoryImpl. createCoverageSubtypeParentType()CoverageSubtypeParentTypeCoverageSubtypeParentTypeImpl. getCoverageSubtypeParent()CoverageSubtypeParentTypeCoverageSummaryTypeImpl. getCoverageSubtypeParent()CoverageSubtypeParentTypeDocumentRootImpl. getCoverageSubtypeParent()CoverageSubtypeParentTypeServiceParametersTypeImpl. getCoverageSubtypeParent()Methods in net.opengis.wcs20.impl with parameters of type CoverageSubtypeParentType Modifier and Type Method Description NotificationChainCoverageSubtypeParentTypeImpl. basicSetCoverageSubtypeParent(CoverageSubtypeParentType newCoverageSubtypeParent, NotificationChain msgs)NotificationChainCoverageSummaryTypeImpl. basicSetCoverageSubtypeParent(CoverageSubtypeParentType newCoverageSubtypeParent, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetCoverageSubtypeParent(CoverageSubtypeParentType newCoverageSubtypeParent, NotificationChain msgs)NotificationChainServiceParametersTypeImpl. basicSetCoverageSubtypeParent(CoverageSubtypeParentType newCoverageSubtypeParent, NotificationChain msgs)voidCoverageSubtypeParentTypeImpl. setCoverageSubtypeParent(CoverageSubtypeParentType newCoverageSubtypeParent)voidCoverageSummaryTypeImpl. setCoverageSubtypeParent(CoverageSubtypeParentType newCoverageSubtypeParent)voidDocumentRootImpl. setCoverageSubtypeParent(CoverageSubtypeParentType newCoverageSubtypeParent)voidServiceParametersTypeImpl. setCoverageSubtypeParent(CoverageSubtypeParentType newCoverageSubtypeParent)
- 
Uses of CoverageSubtypeParentType in net.opengis.wcs20.utilMethods in net.opengis.wcs20.util with parameters of type CoverageSubtypeParentType Modifier and Type Method Description booleanWcs20Validator. validateCoverageSubtypeParentType(CoverageSubtypeParentType coverageSubtypeParentType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-