Uses of Interface
net.opengis.wcs11.InterpolationMethodsType
-
Packages that use InterpolationMethodsType Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util net.opengis.wcs11.validation -
-
Uses of InterpolationMethodsType in net.opengis.wcs11
Methods in net.opengis.wcs11 that return InterpolationMethodsType Modifier and Type Method Description InterpolationMethodsType
Wcs111Factory. createInterpolationMethodsType()
Returns a new object of class 'Interpolation Methods Type'.InterpolationMethodsType
Wcs11Factory. createInterpolationMethodsType()
Returns a new object of class 'Interpolation Methods Type'.InterpolationMethodsType
DocumentRoot. getInterpolationMethods()
Returns the value of the 'Interpolation Methods' containment reference.InterpolationMethodsType
FieldType. getInterpolationMethods()
Returns the value of the 'Interpolation Methods' containment reference.Methods in net.opengis.wcs11 with parameters of type InterpolationMethodsType Modifier and Type Method Description void
DocumentRoot. setInterpolationMethods(InterpolationMethodsType value)
Sets the value of the 'Interpolation Methods
' containment reference.void
FieldType. setInterpolationMethods(InterpolationMethodsType value)
Sets the value of the 'Interpolation Methods
' containment reference. -
Uses of InterpolationMethodsType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement InterpolationMethodsType Modifier and Type Class Description class
InterpolationMethodsTypeImpl
An implementation of the model object 'Interpolation Methods Type'.Fields in net.opengis.wcs11.impl declared as InterpolationMethodsType Modifier and Type Field Description protected InterpolationMethodsType
FieldTypeImpl. interpolationMethods
The cached value of the 'Interpolation Methods
' containment reference.Methods in net.opengis.wcs11.impl that return InterpolationMethodsType Modifier and Type Method Description InterpolationMethodsType
Wcs111FactoryImpl. createInterpolationMethodsType()
InterpolationMethodsType
Wcs11FactoryImpl. createInterpolationMethodsType()
InterpolationMethodsType
DocumentRootImpl. getInterpolationMethods()
InterpolationMethodsType
FieldTypeImpl. getInterpolationMethods()
Methods in net.opengis.wcs11.impl with parameters of type InterpolationMethodsType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetInterpolationMethods(InterpolationMethodsType newInterpolationMethods, NotificationChain msgs)
NotificationChain
FieldTypeImpl. basicSetInterpolationMethods(InterpolationMethodsType newInterpolationMethods, NotificationChain msgs)
void
DocumentRootImpl. setInterpolationMethods(InterpolationMethodsType newInterpolationMethods)
void
FieldTypeImpl. setInterpolationMethods(InterpolationMethodsType newInterpolationMethods)
-
Uses of InterpolationMethodsType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type InterpolationMethodsType Modifier and Type Method Description Object
Wcs111Switch. caseInterpolationMethodsType(InterpolationMethodsType object)
Returns the result of interpreting the object as an instance of 'Interpolation Methods Type'.Object
Wcs11Switch. caseInterpolationMethodsType(InterpolationMethodsType object)
Returns the result of interpreting the object as an instance of 'Interpolation Methods Type'.boolean
Wcs111Validator. validateInterpolationMethodsType(InterpolationMethodsType interpolationMethodsType, DiagnosticChain diagnostics, Map context)
boolean
Wcs11Validator. validateInterpolationMethodsType(InterpolationMethodsType interpolationMethodsType, DiagnosticChain diagnostics, Map context)
-
Uses of InterpolationMethodsType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type InterpolationMethodsType Modifier and Type Method Description boolean
DocumentRootValidator. validateInterpolationMethods(InterpolationMethodsType value)
boolean
FieldTypeValidator. validateInterpolationMethods(InterpolationMethodsType value)
-