Uses of Interface
net.opengis.wcs11.AvailableKeysType
Packages that use AvailableKeysType
Package
Description
-
Uses of AvailableKeysType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return AvailableKeysTypeModifier and TypeMethodDescriptionWcs111Factory.createAvailableKeysType()
Returns a new object of class 'Available Keys Type'.Wcs11Factory.createAvailableKeysType()
Returns a new object of class 'Available Keys Type'.AxisType.getAvailableKeys()
Returns the value of the 'Available Keys' containment reference.DocumentRoot.getAvailableKeys()
Returns the value of the 'Available Keys' containment reference.Methods in net.opengis.wcs11 with parameters of type AvailableKeysTypeModifier and TypeMethodDescriptionvoid
AxisType.setAvailableKeys
(AvailableKeysType value) Sets the value of the 'Available Keys
' containment reference.void
DocumentRoot.setAvailableKeys
(AvailableKeysType value) Sets the value of the 'Available Keys
' containment reference. -
Uses of AvailableKeysType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement AvailableKeysTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Available Keys Type'.Fields in net.opengis.wcs11.impl declared as AvailableKeysTypeModifier and TypeFieldDescriptionprotected AvailableKeysType
AxisTypeImpl.availableKeys
The cached value of the 'Available Keys
' containment reference.Methods in net.opengis.wcs11.impl that return AvailableKeysTypeModifier and TypeMethodDescriptionWcs111FactoryImpl.createAvailableKeysType()
Wcs11FactoryImpl.createAvailableKeysType()
AxisTypeImpl.getAvailableKeys()
DocumentRootImpl.getAvailableKeys()
Methods in net.opengis.wcs11.impl with parameters of type AvailableKeysTypeModifier and TypeMethodDescriptionNotificationChain
AxisTypeImpl.basicSetAvailableKeys
(AvailableKeysType newAvailableKeys, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetAvailableKeys
(AvailableKeysType newAvailableKeys, NotificationChain msgs) void
AxisTypeImpl.setAvailableKeys
(AvailableKeysType newAvailableKeys) void
DocumentRootImpl.setAvailableKeys
(AvailableKeysType newAvailableKeys) -
Uses of AvailableKeysType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type AvailableKeysTypeModifier and TypeMethodDescriptionWcs111Switch.caseAvailableKeysType
(AvailableKeysType object) Returns the result of interpreting the object as an instance of 'Available Keys Type'.Wcs11Switch.caseAvailableKeysType
(AvailableKeysType object) Returns the result of interpreting the object as an instance of 'Available Keys Type'.boolean
Wcs111Validator.validateAvailableKeysType
(AvailableKeysType availableKeysType, DiagnosticChain diagnostics, Map context) boolean
Wcs11Validator.validateAvailableKeysType
(AvailableKeysType availableKeysType, DiagnosticChain diagnostics, Map context) -
Uses of AvailableKeysType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type AvailableKeysTypeModifier and TypeMethodDescriptionboolean
AxisTypeValidator.validateAvailableKeys
(AvailableKeysType value) boolean
DocumentRootValidator.validateAvailableKeys
(AvailableKeysType value)