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 interfaceAxisSubsetTypeA representation of the model object 'Axis Subset Type'.interfaceValueEnumTypeA representation of the model object 'Value Enum Type'.interfaceValuesTypeA representation of the model object 'Values Type'.Methods in net.opengis.wcs10 that return ValueEnumBaseType Modifier and Type Method Description ValueEnumBaseTypeWcs10Factory. 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 classAxisSubsetTypeImplAn implementation of the model object 'Axis Subset Type'.classValueEnumBaseTypeImplAn implementation of the model object 'Value Enum Base Type'.classValueEnumTypeImplAn implementation of the model object 'Value Enum Type'.classValuesTypeImplAn implementation of the model object 'Values Type'.Methods in net.opengis.wcs10.impl that return ValueEnumBaseType Modifier and Type Method Description ValueEnumBaseTypeWcs10FactoryImpl. 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 ObjectWcs10Switch. caseValueEnumBaseType(ValueEnumBaseType object)Returns the result of interpreting the object as an instance of 'Value Enum Base Type'.
-