Uses of Interface
net.opengis.ows20.AbstractReferenceBaseType
Packages that use AbstractReferenceBaseType
Package
Description
-
Uses of AbstractReferenceBaseType in net.opengis.ows20
Subinterfaces of AbstractReferenceBaseType in net.opengis.ows20Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Reference Type'.interface
A representation of the model object 'Service Reference Type'.Methods in net.opengis.ows20 that return AbstractReferenceBaseTypeModifier and TypeMethodDescriptionOws20Factory.createAbstractReferenceBaseType()
Returns a new object of class 'Abstract Reference Base Type'.DocumentRoot.getAbstractReferenceBase()
Returns the value of the 'Abstract Reference Base' containment reference.Methods in net.opengis.ows20 that return types with arguments of type AbstractReferenceBaseTypeModifier and TypeMethodDescriptionEList<AbstractReferenceBaseType>
ReferenceGroupType.getAbstractReferenceBase()
Returns the value of the 'Abstract Reference Base' containment reference list. -
Uses of AbstractReferenceBaseType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement AbstractReferenceBaseTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Abstract Reference Base Type'.class
An implementation of the model object 'Reference Type'.class
An implementation of the model object 'Service Reference Type'.Methods in net.opengis.ows20.impl that return AbstractReferenceBaseTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createAbstractReferenceBaseType()
DocumentRootImpl.getAbstractReferenceBase()
Methods in net.opengis.ows20.impl that return types with arguments of type AbstractReferenceBaseTypeModifier and TypeMethodDescriptionEList<AbstractReferenceBaseType>
ReferenceGroupTypeImpl.getAbstractReferenceBase()
Methods in net.opengis.ows20.impl with parameters of type AbstractReferenceBaseTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetAbstractReferenceBase
(AbstractReferenceBaseType newAbstractReferenceBase, NotificationChain msgs) -
Uses of AbstractReferenceBaseType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type AbstractReferenceBaseTypeModifier and TypeMethodDescriptionOws20Switch.caseAbstractReferenceBaseType
(AbstractReferenceBaseType object) Returns the result of interpreting the object as an instance of 'Abstract Reference Base Type'.boolean
Ows20Validator.validateAbstractReferenceBaseType
(AbstractReferenceBaseType abstractReferenceBaseType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of AbstractReferenceBaseType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type AbstractReferenceBaseTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateAbstractReferenceBase
(AbstractReferenceBaseType value) Method parameters in net.opengis.ows20.validation with type arguments of type AbstractReferenceBaseTypeModifier and TypeMethodDescriptionboolean
ReferenceGroupTypeValidator.validateAbstractReferenceBase
(EList<AbstractReferenceBaseType> value)