Uses of Interface
net.opengis.wcs20.InterpolationAxesType
-
Packages that use InterpolationAxesType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of InterpolationAxesType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return InterpolationAxesType Modifier and Type Method Description InterpolationAxesTypeWcs20Factory. createInterpolationAxesType()Returns a new object of class 'Interpolation Axes Type'.InterpolationAxesTypeInterpolationType. getInterpolationAxes()Interpolation method on a per axis basisMethods in net.opengis.wcs20 with parameters of type InterpolationAxesType Modifier and Type Method Description voidInterpolationType. setInterpolationAxes(InterpolationAxesType value)Sets the value of the 'Interpolation Axes' reference. -
Uses of InterpolationAxesType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement InterpolationAxesType Modifier and Type Class Description classInterpolationAxesTypeImplAn implementation of the model object 'Interpolation Axes Type'.Fields in net.opengis.wcs20.impl declared as InterpolationAxesType Modifier and Type Field Description protected InterpolationAxesTypeInterpolationTypeImpl. interpolationAxesThe cached value of the 'Interpolation Axes' reference.Methods in net.opengis.wcs20.impl that return InterpolationAxesType Modifier and Type Method Description InterpolationAxesTypeInterpolationTypeImpl. basicGetInterpolationAxes()InterpolationAxesTypeWcs20FactoryImpl. createInterpolationAxesType()InterpolationAxesTypeInterpolationTypeImpl. getInterpolationAxes()Methods in net.opengis.wcs20.impl with parameters of type InterpolationAxesType Modifier and Type Method Description voidInterpolationTypeImpl. setInterpolationAxes(InterpolationAxesType newInterpolationAxes) -
Uses of InterpolationAxesType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type InterpolationAxesType Modifier and Type Method Description booleanWcs20Validator. validateInterpolationAxesType(InterpolationAxesType interpolationAxesType, DiagnosticChain diagnostics, Map<Object,Object> context)
-