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 TypeInterfaceDescriptioninterface
A 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 TypeMethodDescriptionvoid
DocumentRoot.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 TypeClassDescriptionclass
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 ReferenceTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createReferenceType()
DocumentRootImpl.getReference()
Methods in net.opengis.ows20.impl with parameters of type ReferenceTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetReference
(ReferenceType newReference, NotificationChain msgs) void
DocumentRootImpl.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'.boolean
Ows20Validator.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 TypeMethodDescriptionboolean
DocumentRootValidator.validateReference
(ReferenceType value)