Uses of Interface
net.opengis.ows20.AbstractReferenceBaseType
- 
Packages that use AbstractReferenceBaseType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation 
- 
- 
Uses of AbstractReferenceBaseType in net.opengis.ows20Subinterfaces of AbstractReferenceBaseType in net.opengis.ows20 Modifier and Type Interface Description interfaceReferenceTypeA representation of the model object 'Reference Type'.interfaceServiceReferenceTypeA representation of the model object 'Service Reference Type'.Methods in net.opengis.ows20 that return AbstractReferenceBaseType Modifier and Type Method Description AbstractReferenceBaseTypeOws20Factory. createAbstractReferenceBaseType()Returns a new object of class 'Abstract Reference Base Type'.AbstractReferenceBaseTypeDocumentRoot. getAbstractReferenceBase()Returns the value of the 'Abstract Reference Base' containment reference.Methods in net.opengis.ows20 that return types with arguments of type AbstractReferenceBaseType Modifier and Type Method Description EList<AbstractReferenceBaseType>ReferenceGroupType. getAbstractReferenceBase()Returns the value of the 'Abstract Reference Base' containment reference list.
- 
Uses of AbstractReferenceBaseType in net.opengis.ows20.implClasses in net.opengis.ows20.impl that implement AbstractReferenceBaseType Modifier and Type Class Description classAbstractReferenceBaseTypeImplAn implementation of the model object 'Abstract Reference Base Type'.classReferenceTypeImplAn implementation of the model object 'Reference Type'.classServiceReferenceTypeImplAn implementation of the model object 'Service Reference Type'.Methods in net.opengis.ows20.impl that return AbstractReferenceBaseType Modifier and Type Method Description AbstractReferenceBaseTypeOws20FactoryImpl. createAbstractReferenceBaseType()AbstractReferenceBaseTypeDocumentRootImpl. getAbstractReferenceBase()Methods in net.opengis.ows20.impl that return types with arguments of type AbstractReferenceBaseType Modifier and Type Method Description EList<AbstractReferenceBaseType>ReferenceGroupTypeImpl. getAbstractReferenceBase()Methods in net.opengis.ows20.impl with parameters of type AbstractReferenceBaseType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetAbstractReferenceBase(AbstractReferenceBaseType newAbstractReferenceBase, NotificationChain msgs)
- 
Uses of AbstractReferenceBaseType in net.opengis.ows20.utilMethods in net.opengis.ows20.util with parameters of type AbstractReferenceBaseType Modifier and Type Method Description TOws20Switch. caseAbstractReferenceBaseType(AbstractReferenceBaseType object)Returns the result of interpreting the object as an instance of 'Abstract Reference Base Type'.booleanOws20Validator. validateAbstractReferenceBaseType(AbstractReferenceBaseType abstractReferenceBaseType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of AbstractReferenceBaseType in net.opengis.ows20.validationMethods in net.opengis.ows20.validation with parameters of type AbstractReferenceBaseType Modifier and Type Method Description booleanDocumentRootValidator. validateAbstractReferenceBase(AbstractReferenceBaseType value)Method parameters in net.opengis.ows20.validation with type arguments of type AbstractReferenceBaseType Modifier and Type Method Description booleanReferenceGroupTypeValidator. validateAbstractReferenceBase(EList<AbstractReferenceBaseType> value)
 
-