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 TypeMethodDescriptionvoid
DocumentRoot.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 TypeClassDescriptionclass
An 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.referenceGroup
The 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetReferenceGroup
(ReferenceGroupType newReferenceGroup, NotificationChain msgs) void
DocumentRootImpl.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'.boolean
Ows20Validator.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 TypeMethodDescriptionboolean
DocumentRootValidator.validateReferenceGroup
(ReferenceGroupType value) Method parameters in net.opengis.ows20.validation with type arguments of type ReferenceGroupTypeModifier and TypeMethodDescriptionboolean
ManifestTypeValidator.validateReferenceGroup
(EList<ReferenceGroupType> value)