Uses of Interface
net.opengis.ows11.ReferenceType
Packages that use ReferenceType
Package
Description
-
Uses of ReferenceType in net.opengis.ows11
Subinterfaces of ReferenceType in net.opengis.ows11Modifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Service Reference Type'.Methods in net.opengis.ows11 that return ReferenceTypeModifier and TypeMethodDescriptionOws11Factory.createReferenceType()Returns a new object of class 'Reference Type'.DocumentRoot.getReference()Returns the value of the 'Reference' containment reference.Methods in net.opengis.ows11 with parameters of type ReferenceTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setReference(ReferenceType value) Sets the value of the 'Reference' containment reference. -
Uses of ReferenceType in net.opengis.ows11.impl
Classes in net.opengis.ows11.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.ows11.impl that return ReferenceTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createReferenceType()DocumentRootImpl.getReference()Methods in net.opengis.ows11.impl with parameters of type ReferenceTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetReference(ReferenceType newReference, NotificationChain msgs) voidDocumentRootImpl.setReference(ReferenceType newReference) -
Uses of ReferenceType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type ReferenceTypeModifier and TypeMethodDescriptionOws11Switch.caseReferenceType(ReferenceType object) Returns the result of interpreting the object as an instance of 'Reference Type'.booleanOws11Validator.validateReferenceType(ReferenceType referenceType, DiagnosticChain diagnostics, Map context) -
Uses of ReferenceType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type ReferenceTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateReference(ReferenceType value)