Uses of Interface
net.opengis.wcs10.ValuesType
-
Packages that use ValuesType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of ValuesType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return ValuesType Modifier and Type Method Description ValuesType
Wcs10Factory. createValuesType()
Returns a new object of class 'Values Type'.ValuesType
AxisDescriptionType. getValues()
Returns the value of the 'Values' containment reference.Methods in net.opengis.wcs10 with parameters of type ValuesType Modifier and Type Method Description void
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 ValuesType Modifier and Type Class Description class
ValuesTypeImpl
An implementation of the model object 'Values Type'.Fields in net.opengis.wcs10.impl declared as ValuesType Modifier and Type Field Description protected ValuesType
AxisDescriptionTypeImpl. values
The cached value of the 'Values
' containment reference.Methods in net.opengis.wcs10.impl that return ValuesType Modifier and Type Method Description ValuesType
Wcs10FactoryImpl. createValuesType()
ValuesType
AxisDescriptionTypeImpl. getValues()
Methods in net.opengis.wcs10.impl with parameters of type ValuesType Modifier and Type Method Description NotificationChain
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 ValuesType Modifier and Type Method Description Object
Wcs10Switch. 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 ValuesType Modifier and Type Method Description boolean
AxisDescriptionTypeValidator. validateValues(ValuesType value)
-