Uses of Interface
net.opengis.wcs11.AvailableKeysType
-
Packages that use AvailableKeysType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util net.opengis.wcs11.validation -
-
Uses of AvailableKeysType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return AvailableKeysType Modifier and Type Method Description AvailableKeysTypeWcs111Factory. createAvailableKeysType()Returns a new object of class 'Available Keys Type'.AvailableKeysTypeWcs11Factory. createAvailableKeysType()Returns a new object of class 'Available Keys Type'.AvailableKeysTypeAxisType. getAvailableKeys()Returns the value of the 'Available Keys' containment reference.AvailableKeysTypeDocumentRoot. getAvailableKeys()Returns the value of the 'Available Keys' containment reference.Methods in net.opengis.wcs11 with parameters of type AvailableKeysType Modifier and Type Method Description voidAxisType. 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 AvailableKeysType Modifier and Type Class Description classAvailableKeysTypeImplAn implementation of the model object 'Available Keys Type'.Fields in net.opengis.wcs11.impl declared as AvailableKeysType Modifier and Type Field Description protected AvailableKeysTypeAxisTypeImpl. availableKeysThe cached value of the 'Available Keys' containment reference.Methods in net.opengis.wcs11.impl that return AvailableKeysType Modifier and Type Method Description AvailableKeysTypeWcs111FactoryImpl. createAvailableKeysType()AvailableKeysTypeWcs11FactoryImpl. createAvailableKeysType()AvailableKeysTypeAxisTypeImpl. getAvailableKeys()AvailableKeysTypeDocumentRootImpl. getAvailableKeys()Methods in net.opengis.wcs11.impl with parameters of type AvailableKeysType Modifier and Type Method Description NotificationChainAxisTypeImpl. 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 AvailableKeysType Modifier and Type Method Description ObjectWcs111Switch. caseAvailableKeysType(AvailableKeysType object)Returns the result of interpreting the object as an instance of 'Available Keys Type'.ObjectWcs11Switch. 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 AvailableKeysType Modifier and Type Method Description booleanAxisTypeValidator. validateAvailableKeys(AvailableKeysType value)booleanDocumentRootValidator. validateAvailableKeys(AvailableKeysType value)
-