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 TypeMethodDescriptionvoidAxisType.setAvailableKeys(AvailableKeysType value) Sets the value of the 'Available Keys' containment reference.voidDocumentRoot.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 TypeClassDescriptionclassAn implementation of the model object 'Available Keys Type'.Fields in net.opengis.wcs11.impl declared as AvailableKeysTypeModifier and TypeFieldDescriptionprotected AvailableKeysTypeAxisTypeImpl.availableKeysThe 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 TypeMethodDescriptionNotificationChainAxisTypeImpl.basicSetAvailableKeys(AvailableKeysType newAvailableKeys, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetAvailableKeys(AvailableKeysType newAvailableKeys, NotificationChain msgs) voidAxisTypeImpl.setAvailableKeys(AvailableKeysType newAvailableKeys) voidDocumentRootImpl.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'.booleanWcs111Validator.validateAvailableKeysType(AvailableKeysType availableKeysType, DiagnosticChain diagnostics, Map context) booleanWcs11Validator.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 TypeMethodDescriptionbooleanAxisTypeValidator.validateAvailableKeys(AvailableKeysType value) booleanDocumentRootValidator.validateAvailableKeys(AvailableKeysType value)