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 ValuesTypeWcs10Factory. createValuesType()Returns a new object of class 'Values Type'.ValuesTypeAxisDescriptionType. getValues()Returns the value of the 'Values' containment reference.Methods in net.opengis.wcs10 with parameters of type ValuesType Modifier and Type Method Description voidAxisDescriptionType. 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 classValuesTypeImplAn implementation of the model object 'Values Type'.Fields in net.opengis.wcs10.impl declared as ValuesType Modifier and Type Field Description protected ValuesTypeAxisDescriptionTypeImpl. valuesThe cached value of the 'Values' containment reference.Methods in net.opengis.wcs10.impl that return ValuesType Modifier and Type Method Description ValuesTypeWcs10FactoryImpl. createValuesType()ValuesTypeAxisDescriptionTypeImpl. getValues()Methods in net.opengis.wcs10.impl with parameters of type ValuesType Modifier and Type Method Description NotificationChainAxisDescriptionTypeImpl. basicSetValues(ValuesType newValues, NotificationChain msgs)voidAxisDescriptionTypeImpl. 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 ObjectWcs10Switch. 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 booleanAxisDescriptionTypeValidator. validateValues(ValuesType value)
-