Uses of Interface
net.opengis.wcs10.ValueEnumBaseType
-
Packages that use ValueEnumBaseType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util -
-
Uses of ValueEnumBaseType in net.opengis.wcs10
Subinterfaces of ValueEnumBaseType in net.opengis.wcs10 Modifier and Type Interface Description interface
AxisSubsetType
A representation of the model object 'Axis Subset Type'.interface
ValueEnumType
A representation of the model object 'Value Enum Type'.interface
ValuesType
A representation of the model object 'Values Type'.Methods in net.opengis.wcs10 that return ValueEnumBaseType Modifier and Type Method Description ValueEnumBaseType
Wcs10Factory. createValueEnumBaseType()
Returns a new object of class 'Value Enum Base Type'. -
Uses of ValueEnumBaseType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement ValueEnumBaseType Modifier and Type Class Description class
AxisSubsetTypeImpl
An implementation of the model object 'Axis Subset Type'.class
ValueEnumBaseTypeImpl
An implementation of the model object 'Value Enum Base Type'.class
ValueEnumTypeImpl
An implementation of the model object 'Value Enum Type'.class
ValuesTypeImpl
An implementation of the model object 'Values Type'.Methods in net.opengis.wcs10.impl that return ValueEnumBaseType Modifier and Type Method Description ValueEnumBaseType
Wcs10FactoryImpl. createValueEnumBaseType()
-
Uses of ValueEnumBaseType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type ValueEnumBaseType Modifier and Type Method Description Object
Wcs10Switch. caseValueEnumBaseType(ValueEnumBaseType object)
Returns the result of interpreting the object as an instance of 'Value Enum Base Type'.
-