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 TypeMethodDescriptionvoid
DocumentRoot.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 TypeClassDescriptionclass
An 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetReferenceGroup
(ReferenceGroupType newReferenceGroup, NotificationChain msgs) void
DocumentRootImpl.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'.boolean
Ows11Validator.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 TypeMethodDescriptionboolean
DocumentRootValidator.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 TypeMethodDescriptionvoid
DocumentRoot.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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetCoverage
(ReferenceGroupType newCoverage, NotificationChain msgs) void
DocumentRootImpl.setCoverage
(ReferenceGroupType newCoverage) -
Uses of ReferenceGroupType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type ReferenceGroupTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateCoverage
(ReferenceGroupType value)