Uses of Interface
net.opengis.ows11.ReferenceGroupType
Packages that use ReferenceGroupType
Package
Description
-
Uses of ReferenceGroupType in net.opengis.ows11
Methods in net.opengis.ows11 that return ReferenceGroupTypeModifier and TypeMethodDescriptionOws11Factory.createReferenceGroupType()Returns a new object of class 'Reference Group Type'.DocumentRoot.getReferenceGroup()Returns the value of the 'Reference Group' containment reference.Methods in net.opengis.ows11 with parameters of type ReferenceGroupTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setReferenceGroup(ReferenceGroupType value) Sets the value of the 'Reference Group' containment reference. -
Uses of ReferenceGroupType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement ReferenceGroupTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Reference Group Type'.Methods in net.opengis.ows11.impl that return ReferenceGroupTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createReferenceGroupType()DocumentRootImpl.getReferenceGroup()Methods in net.opengis.ows11.impl with parameters of type ReferenceGroupTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetReferenceGroup(ReferenceGroupType newReferenceGroup, NotificationChain msgs) voidDocumentRootImpl.setReferenceGroup(ReferenceGroupType newReferenceGroup) -
Uses of ReferenceGroupType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type ReferenceGroupTypeModifier and TypeMethodDescriptionOws11Switch.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.validation
Methods in net.opengis.ows11.validation with parameters of type ReferenceGroupTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateReferenceGroup(ReferenceGroupType value) -
Uses of ReferenceGroupType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return ReferenceGroupTypeModifier and TypeMethodDescriptionDocumentRoot.getCoverage()Returns the value of the 'Coverage' containment reference.Methods in net.opengis.wcs11 with parameters of type ReferenceGroupTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setCoverage(ReferenceGroupType value) Sets the value of the 'Coverage' containment reference. -
Uses of ReferenceGroupType in net.opengis.wcs11.impl
Methods in net.opengis.wcs11.impl that return ReferenceGroupTypeMethods in net.opengis.wcs11.impl with parameters of type ReferenceGroupTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetCoverage(ReferenceGroupType newCoverage, NotificationChain msgs) voidDocumentRootImpl.setCoverage(ReferenceGroupType newCoverage) -
Uses of ReferenceGroupType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type ReferenceGroupTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateCoverage(ReferenceGroupType value)