Uses of Interface
net.opengis.wcs10.ValuesType
Packages that use ValuesType
Package
Description
-
Uses of ValuesType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return ValuesTypeModifier and TypeMethodDescriptionWcs10Factory.createValuesType()
Returns a new object of class 'Values Type'.AxisDescriptionType.getValues()
Returns the value of the 'Values' containment reference.Methods in net.opengis.wcs10 with parameters of type ValuesTypeModifier and TypeMethodDescriptionvoid
AxisDescriptionType.setValues
(ValuesType value) Sets the value of the 'Values
' containment reference. -
Uses of ValuesType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement ValuesTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Values Type'.Fields in net.opengis.wcs10.impl declared as ValuesTypeModifier and TypeFieldDescriptionprotected ValuesType
AxisDescriptionTypeImpl.values
The cached value of the 'Values
' containment reference.Methods in net.opengis.wcs10.impl that return ValuesTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createValuesType()
AxisDescriptionTypeImpl.getValues()
Methods in net.opengis.wcs10.impl with parameters of type ValuesTypeModifier and TypeMethodDescriptionNotificationChain
AxisDescriptionTypeImpl.basicSetValues
(ValuesType newValues, NotificationChain msgs) void
AxisDescriptionTypeImpl.setValues
(ValuesType newValues) -
Uses of ValuesType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type ValuesTypeModifier and TypeMethodDescriptionWcs10Switch.caseValuesType
(ValuesType object) Returns the result of interpreting the object as an instance of 'Values Type'. -
Uses of ValuesType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type ValuesTypeModifier and TypeMethodDescriptionboolean
AxisDescriptionTypeValidator.validateValues
(ValuesType value)