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 AvailableKeysType
Wcs111Factory. createAvailableKeysType()
Returns a new object of class 'Available Keys Type'.AvailableKeysType
Wcs11Factory. createAvailableKeysType()
Returns a new object of class 'Available Keys Type'.AvailableKeysType
AxisType. getAvailableKeys()
Returns the value of the 'Available Keys' containment reference.AvailableKeysType
DocumentRoot. 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 void
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 AvailableKeysType Modifier and Type Class Description class
AvailableKeysTypeImpl
An implementation of the model object 'Available Keys Type'.Fields in net.opengis.wcs11.impl declared as AvailableKeysType Modifier and Type Field Description protected AvailableKeysType
AxisTypeImpl. availableKeys
The cached value of the 'Available Keys
' containment reference.Methods in net.opengis.wcs11.impl that return AvailableKeysType Modifier and Type Method Description AvailableKeysType
Wcs111FactoryImpl. createAvailableKeysType()
AvailableKeysType
Wcs11FactoryImpl. createAvailableKeysType()
AvailableKeysType
AxisTypeImpl. getAvailableKeys()
AvailableKeysType
DocumentRootImpl. getAvailableKeys()
Methods in net.opengis.wcs11.impl with parameters of type AvailableKeysType Modifier and Type Method Description NotificationChain
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 AvailableKeysType Modifier and Type Method Description Object
Wcs111Switch. caseAvailableKeysType(AvailableKeysType object)
Returns the result of interpreting the object as an instance of 'Available Keys Type'.Object
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 AvailableKeysType Modifier and Type Method Description boolean
AxisTypeValidator. validateAvailableKeys(AvailableKeysType value)
boolean
DocumentRootValidator. validateAvailableKeys(AvailableKeysType value)
-