Uses of Interface
net.opengis.ows20.ReferenceGroupType
Packages that use ReferenceGroupType
Package
Description
-
Uses of ReferenceGroupType in net.opengis.ows20
Methods in net.opengis.ows20 that return ReferenceGroupTypeModifier and TypeMethodDescriptionOws20Factory.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.ows20 that return types with arguments of type ReferenceGroupTypeModifier and TypeMethodDescriptionEList<ReferenceGroupType>ManifestType.getReferenceGroup()Returns the value of the 'Reference Group' containment reference list.Methods in net.opengis.ows20 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.ows20.impl
Classes in net.opengis.ows20.impl that implement ReferenceGroupTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Reference Group Type'.Fields in net.opengis.ows20.impl with type parameters of type ReferenceGroupTypeModifier and TypeFieldDescriptionprotected EList<ReferenceGroupType>ManifestTypeImpl.referenceGroupThe cached value of the 'Reference Group' containment reference list.Methods in net.opengis.ows20.impl that return ReferenceGroupTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createReferenceGroupType()DocumentRootImpl.getReferenceGroup()Methods in net.opengis.ows20.impl that return types with arguments of type ReferenceGroupTypeMethods in net.opengis.ows20.impl with parameters of type ReferenceGroupTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetReferenceGroup(ReferenceGroupType newReferenceGroup, NotificationChain msgs) voidDocumentRootImpl.setReferenceGroup(ReferenceGroupType newReferenceGroup) -
Uses of ReferenceGroupType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type ReferenceGroupTypeModifier and TypeMethodDescriptionOws20Switch.caseReferenceGroupType(ReferenceGroupType object) Returns the result of interpreting the object as an instance of 'Reference Group Type'.booleanOws20Validator.validateReferenceGroupType(ReferenceGroupType referenceGroupType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ReferenceGroupType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type ReferenceGroupTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateReferenceGroup(ReferenceGroupType value) Method parameters in net.opengis.ows20.validation with type arguments of type ReferenceGroupTypeModifier and TypeMethodDescriptionbooleanManifestTypeValidator.validateReferenceGroup(EList<ReferenceGroupType> value)