Uses of Interface
net.opengis.wcs10.ValueEnumType
-
Packages that use ValueEnumType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of ValueEnumType in net.opengis.wcs10
Subinterfaces of ValueEnumType in net.opengis.wcs10 Modifier and Type Interface Description interface
ValuesType
A representation of the model object 'Values Type'.Methods in net.opengis.wcs10 that return ValueEnumType Modifier and Type Method Description ValueEnumType
Wcs10Factory. createValueEnumType()
Returns a new object of class 'Value Enum Type'.ValueEnumType
RangeSetType. getNullValues()
Returns the value of the 'Null Values' containment reference.Methods in net.opengis.wcs10 with parameters of type ValueEnumType Modifier and Type Method Description void
RangeSetType. setNullValues(ValueEnumType value)
Sets the value of the 'Null Values
' containment reference. -
Uses of ValueEnumType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement ValueEnumType Modifier and Type Class Description class
ValueEnumTypeImpl
An implementation of the model object 'Value Enum Type'.class
ValuesTypeImpl
An implementation of the model object 'Values Type'.Fields in net.opengis.wcs10.impl declared as ValueEnumType Modifier and Type Field Description protected ValueEnumType
RangeSetTypeImpl. nullValues
The cached value of the 'Null Values
' containment reference.Methods in net.opengis.wcs10.impl that return ValueEnumType Modifier and Type Method Description ValueEnumType
Wcs10FactoryImpl. createValueEnumType()
ValueEnumType
RangeSetTypeImpl. getNullValues()
Methods in net.opengis.wcs10.impl with parameters of type ValueEnumType Modifier and Type Method Description NotificationChain
RangeSetTypeImpl. basicSetNullValues(ValueEnumType newNullValues, NotificationChain msgs)
void
RangeSetTypeImpl. setNullValues(ValueEnumType newNullValues)
-
Uses of ValueEnumType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type ValueEnumType Modifier and Type Method Description Object
Wcs10Switch. caseValueEnumType(ValueEnumType object)
Returns the result of interpreting the object as an instance of 'Value Enum Type'. -
Uses of ValueEnumType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type ValueEnumType Modifier and Type Method Description boolean
RangeSetTypeValidator. validateNullValues(ValueEnumType value)
-