Uses of Interface
net.opengis.ows11.AbstractReferenceBaseType
Packages that use AbstractReferenceBaseType
Package
Description
-
Uses of AbstractReferenceBaseType in net.opengis.ows11
Subinterfaces of AbstractReferenceBaseType in net.opengis.ows11Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Reference Type'.interface
A representation of the model object 'Service Reference Type'.Methods in net.opengis.ows11 that return AbstractReferenceBaseTypeModifier and TypeMethodDescriptionOws11Factory.createAbstractReferenceBaseType()
Returns a new object of class 'Abstract Reference Base Type'.DocumentRoot.getAbstractReferenceBase()
Returns the value of the 'Abstract Reference Base' containment reference. -
Uses of AbstractReferenceBaseType in net.opengis.ows11.impl
Classes in net.opengis.ows11.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.ows11.impl that return AbstractReferenceBaseTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createAbstractReferenceBaseType()
DocumentRootImpl.getAbstractReferenceBase()
Methods in net.opengis.ows11.impl with parameters of type AbstractReferenceBaseTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetAbstractReferenceBase
(AbstractReferenceBaseType newAbstractReferenceBase, NotificationChain msgs) -
Uses of AbstractReferenceBaseType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type AbstractReferenceBaseTypeModifier and TypeMethodDescriptionOws11Switch.caseAbstractReferenceBaseType
(AbstractReferenceBaseType object) Returns the result of interpreting the object as an instance of 'Abstract Reference Base Type'.boolean
Ows11Validator.validateAbstractReferenceBaseType
(AbstractReferenceBaseType abstractReferenceBaseType, DiagnosticChain diagnostics, Map context) -
Uses of AbstractReferenceBaseType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type AbstractReferenceBaseTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateAbstractReferenceBase
(AbstractReferenceBaseType value)