Uses of Interface
net.opengis.ows20.ReferenceType
Packages that use ReferenceType
Package
Description
-
Uses of ReferenceType in net.opengis.ows20
Subinterfaces of ReferenceType in net.opengis.ows20Modifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Service Reference Type'.Methods in net.opengis.ows20 that return ReferenceTypeModifier and TypeMethodDescriptionOws20Factory.createReferenceType()Returns a new object of class 'Reference Type'.DocumentRoot.getReference()Returns the value of the 'Reference' containment reference.Methods in net.opengis.ows20 with parameters of type ReferenceTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setReference(ReferenceType value) Sets the value of the 'Reference' containment reference. -
Uses of ReferenceType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement ReferenceTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Reference Type'.classAn implementation of the model object 'Service Reference Type'.Methods in net.opengis.ows20.impl that return ReferenceTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createReferenceType()DocumentRootImpl.getReference()Methods in net.opengis.ows20.impl with parameters of type ReferenceTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetReference(ReferenceType newReference, NotificationChain msgs) voidDocumentRootImpl.setReference(ReferenceType newReference) -
Uses of ReferenceType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type ReferenceTypeModifier and TypeMethodDescriptionOws20Switch.caseReferenceType(ReferenceType object) Returns the result of interpreting the object as an instance of 'Reference Type'.booleanOws20Validator.validateReferenceType(ReferenceType referenceType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ReferenceType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type ReferenceTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateReference(ReferenceType value)