Uses of Interface
net.opengis.ows11.ReferenceGroupType
- 
Packages that use ReferenceGroupType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.validation 
- 
- 
Uses of ReferenceGroupType in net.opengis.ows11Methods in net.opengis.ows11 that return ReferenceGroupType Modifier and Type Method Description ReferenceGroupTypeOws11Factory. createReferenceGroupType()Returns a new object of class 'Reference Group Type'.ReferenceGroupTypeDocumentRoot. getReferenceGroup()Returns the value of the 'Reference Group' containment reference.Methods in net.opengis.ows11 with parameters of type ReferenceGroupType Modifier and Type Method Description voidDocumentRoot. setReferenceGroup(ReferenceGroupType value)Sets the value of the 'Reference Group' containment reference.
- 
Uses of ReferenceGroupType in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement ReferenceGroupType Modifier and Type Class Description classReferenceGroupTypeImplAn implementation of the model object 'Reference Group Type'.Methods in net.opengis.ows11.impl that return ReferenceGroupType Modifier and Type Method Description ReferenceGroupTypeOws11FactoryImpl. createReferenceGroupType()ReferenceGroupTypeDocumentRootImpl. getReferenceGroup()Methods in net.opengis.ows11.impl with parameters of type ReferenceGroupType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetReferenceGroup(ReferenceGroupType newReferenceGroup, NotificationChain msgs)voidDocumentRootImpl. setReferenceGroup(ReferenceGroupType newReferenceGroup)
- 
Uses of ReferenceGroupType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type ReferenceGroupType Modifier and Type Method Description ObjectOws11Switch. caseReferenceGroupType(ReferenceGroupType object)Returns the result of interpreting the object as an instance of 'Reference Group Type'.booleanOws11Validator. validateReferenceGroupType(ReferenceGroupType referenceGroupType, DiagnosticChain diagnostics, Map context)
- 
Uses of ReferenceGroupType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type ReferenceGroupType Modifier and Type Method Description booleanDocumentRootValidator. validateReferenceGroup(ReferenceGroupType value)
- 
Uses of ReferenceGroupType in net.opengis.wcs11Methods in net.opengis.wcs11 that return ReferenceGroupType Modifier and Type Method Description ReferenceGroupTypeDocumentRoot. getCoverage()Returns the value of the 'Coverage' containment reference.Methods in net.opengis.wcs11 with parameters of type ReferenceGroupType Modifier and Type Method Description voidDocumentRoot. setCoverage(ReferenceGroupType value)Sets the value of the 'Coverage' containment reference.
- 
Uses of ReferenceGroupType in net.opengis.wcs11.implMethods in net.opengis.wcs11.impl that return ReferenceGroupType Modifier and Type Method Description ReferenceGroupTypeDocumentRootImpl. getCoverage()Methods in net.opengis.wcs11.impl with parameters of type ReferenceGroupType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCoverage(ReferenceGroupType newCoverage, NotificationChain msgs)voidDocumentRootImpl. setCoverage(ReferenceGroupType newCoverage)
- 
Uses of ReferenceGroupType in net.opengis.wcs11.validationMethods in net.opengis.wcs11.validation with parameters of type ReferenceGroupType Modifier and Type Method Description booleanDocumentRootValidator. validateCoverage(ReferenceGroupType value)
 
-