Uses of Interface
net.opengis.wcs20.InterpolationMethodType
-
Packages that use InterpolationMethodType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of InterpolationMethodType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return InterpolationMethodType Modifier and Type Method Description InterpolationMethodType
Wcs20Factory. createInterpolationMethodType()
Returns a new object of class 'Interpolation Method Type'.InterpolationMethodType
InterpolationType. getInterpolationMethod()
The interpolation method (in case it is uniform along all axes)Methods in net.opengis.wcs20 with parameters of type InterpolationMethodType Modifier and Type Method Description void
InterpolationType. setInterpolationMethod(InterpolationMethodType value)
Sets the value of the 'Interpolation Method
' reference. -
Uses of InterpolationMethodType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement InterpolationMethodType Modifier and Type Class Description class
InterpolationMethodTypeImpl
An implementation of the model object 'Interpolation Method Type'.Fields in net.opengis.wcs20.impl declared as InterpolationMethodType Modifier and Type Field Description protected InterpolationMethodType
InterpolationTypeImpl. interpolationMethod
The cached value of the 'Interpolation Method
' reference.Methods in net.opengis.wcs20.impl that return InterpolationMethodType Modifier and Type Method Description InterpolationMethodType
InterpolationTypeImpl. basicGetInterpolationMethod()
InterpolationMethodType
Wcs20FactoryImpl. createInterpolationMethodType()
InterpolationMethodType
InterpolationTypeImpl. getInterpolationMethod()
Methods in net.opengis.wcs20.impl with parameters of type InterpolationMethodType Modifier and Type Method Description void
InterpolationTypeImpl. setInterpolationMethod(InterpolationMethodType newInterpolationMethod)
-
Uses of InterpolationMethodType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type InterpolationMethodType Modifier and Type Method Description boolean
Wcs20Validator. validateInterpolationMethodType(InterpolationMethodType interpolationMethodType, DiagnosticChain diagnostics, Map<Object,Object> context)
-